@charset "UTF-8";
@font-face {
  font-family: "Rubik-Light";
  src: url("./fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Rubik";
  src: url("./fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Rubik-Medium";
  src: url("./fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Avenir Next";
  font-weight: 400;
  src: url("./fonts/da3273e3-8fea-47a0-8fff-9c5ad47f3caf.woff2") format("woff2"), url("./fonts/afd0e4c6-27c4-4710-bfb0-1e94f197c929.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next";
  font-weight: 500;
  src: url("./fonts/aade978b-a514-4888-92ac-dd896a71ad03.woff2") format("woff2"), url("./fonts/1774a5b1-3794-440e-8bdf-296d7ad8a545.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next";
  font-weight: 600;
  src: url("./fonts/351af5a3-00b1-4331-bf54-6fdc193b71f9.woff2") format("woff2"), url("./fonts/9152ed5e-39e4-4041-a386-34bed9192ff9.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next";
  src: url("./fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 700;
}
body, p {
  color: #666666;
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  color: #111111;
}

li {
  list-style: none;
}

.list-disc {
  list-style-type: disc;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.m-2 {
  margin: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.m-4 {
  margin: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.m-6 {
  margin: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.m-8 {
  margin: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.m-10 {
  margin: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-12 {
  margin: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.m-14 {
  margin: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.m-16 {
  margin: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.m-18 {
  margin: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.m-20 {
  margin: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-24 {
  margin: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.m-28 {
  margin: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.m-32 {
  margin: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.m-40 {
  margin: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-48 {
  margin: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.m-60 {
  margin: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.m-80 {
  margin: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.m-120 {
  margin: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mr-5 {
  margin-right: 5px;
}

.p-0 {
  padding: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.p-2 {
  padding: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.p-4 {
  padding: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.p-6 {
  padding: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.p-8 {
  padding: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-12 {
  padding: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-24 {
  padding: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.p-28 {
  padding: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.p-40 {
  padding: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-48 {
  padding: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.p-60 {
  padding: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-80 {
  padding: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.p-120 {
  padding: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flow-column {
  flex-flow: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

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

.content-start {
  align-content: flex-start;
}

.items-baseline {
  align-items: baseline;
}

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

.items-flex-start {
  align-items: flex-start;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-34 {
  gap: 34px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.gap-120 {
  gap: 120px;
}

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

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

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

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-38 {
  font-size: 38px;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-900 {
  font-weight: 900;
}

.blue-300 {
  color: #D4E2E8;
}

.blue-200 {
  color: #DDE8ED;
}

.blue-100 {
  color: #EBF2F4;
}

.green-500 {
  color: #CAD8CB;
}

.green-400 {
  color: #D5E0D5;
}

.green-300 {
  color: #E7EDE7;
}

.gray-500 {
  color: #666666;
}

.gray-400 {
  color: #82838E;
}

.gray-200 {
  color: #EEEEEE;
}

.gray-100 {
  color: #F6F4F2;
}

.gray-50 {
  color: #F6F6F6;
}

.white-50 {
  color: #FFFFFF;
}

.black-900 {
  color: #000000;
}

.black-800 {
  color: #0F0F0F;
}

.bg-blue-300 {
  background-color: #D4E2E8;
}

.bg-blue-200 {
  background-color: #DDE8ED;
}

.bg-blue-100 {
  background-color: #EBF2F4;
}

.bg-green-500 {
  background-color: #CAD8CB;
}

.bg-green-400 {
  background-color: #D5E0D5;
}

.bg-green-300 {
  background-color: #E7EDE7;
}

.bg-gray-200 {
  background-color: #EEEEEE;
}

.bg-gray-100 {
  background-color: #F6F4F2;
}

.bg-gray-50 {
  background-color: #F6F6F6;
}

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

.bg-black-900 {
  background-color: #000000;
}

.home-page #content {
  padding-bottom: 0;
}

.ref-public-page {
  position: relative;
  top: -50px;
  /*==========================================================================
  => Common
  ==========================================================================*/
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /*==========================================================================
  => Custom Grid
  ==========================================================================*/
  /* Grid */
  /* Width */
  /* Margin */
  /*==========================================================================
  => Global Styles
  ========================================================================== */
  /*==========================================================================
  => buttons
  ========================================================================== */
  /*==========================================================================
  => Form Elements
  ========================================================================== */
  /* Password View */
  /* Password View end */
  /* date Picker */
  /* date Picker end */
  /* Select */
  /* // Select */
  /* Placeholder */
  /*==========================================================================
  => Radio Small
  ========================================================================== */
  /* // Radio Box */
  /*==========================================================================
  => Checkbox Small
  ========================================================================== */
  /* // Checkbox */
  /* checkbox 2 */
  /* checkbox 2 end */
  /* checkbox 3 */
  /* checkbox 3 end */
  /* checkbox 4 */
  /* checkbox 4 end */
  /* checkbox 5 */
  /* checkbox 5 end */
  /*==========================================================================
  => Tooltip
  ========================================================================== */
  /* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
  /* Arrow */
  /*==========================================================================
  => Modal
  ==========================================================================*/
  /* Swiper Slider */
  /* content page */
  /* content page end */
  /* Dream info Starts */
  /* Element */
  /* side menu */
  /* header */
  /* side menu */
  /* header Ends */
  /* header end */
  /* n-css */
  /* --------------------------------------------------- */
  /* ======================================================================== */
  /* calculator */
  /* calculator end */
  /* css changes */
  /* css changes end */
  /* n-css end */
  /* a-css */
  /* a-css end */
  /* n-css */
  /* n-css end */
  /* n-css */
  /* n-css end */

}
@media (max-width: 1025px) {
  .ref-public-page {
    top: unset;
  }
}
.ref-public-page :root {
  --sidebarWidth: 430px;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  /* common end */
}
.ref-public-page * {
  padding: 0;
  margin: 0;
}
.ref-public-page :root {
  --l-green: #E6FFFB;
  --sky-blue: #E6EEFF;
  --a-snow: #F3F3EC;
  --blk: #000;
}
.ref-public-page input::-webkit-outer-spin-button,
.ref-public-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ref-public-page input[type=number] {
  -moz-appearance: textfield;
}
.ref-public-page .variable {
  margin-bottom: 30px;
}
.ref-public-page .variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.ref-public-page .variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
.ref-public-page .f-row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
.ref-public-page .f-col {
  padding: 0 20px;
}
.ref-public-page .f-10 .f-col {
  width: 10%;
}
.ref-public-page .f-9 .f-col {
  width: 11.11111111%;
}
.ref-public-page .f-8 .f-col {
  width: 12.5%;
}
.ref-public-page .f-7 .f-col {
  width: 14.28571429%;
}
.ref-public-page .f-6 .f-col {
  width: 16.66666667%;
}
.ref-public-page .f-5 .f-col {
  width: 20%;
}
.ref-public-page .f-4 .f-col {
  width: 25%;
}
.ref-public-page .f-3 .f-col {
  width: 33.33333333%;
}
.ref-public-page .f-2 .f-col {
  width: 50%;
}
.ref-public-page .f-1 .f-col {
  width: 100%;
}
.ref-public-page .w100 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w95 {
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w90 {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w85 {
  width: 85%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w80 {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w75 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w70 {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w65 {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w60 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w55 {
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w50 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w45 {
  width: 45%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w40 {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w35 {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w30 {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w25 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w20 {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w15 {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w10 {
  width: 10%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w5 {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w33 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .w16 {
  width: 16.666666%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-public-page .mb-100 {
  margin-bottom: 100px;
}
.ref-public-page .mb-95 {
  margin-bottom: 95px;
}
.ref-public-page .mb-90 {
  margin-bottom: 90px;
}
.ref-public-page .mb-85 {
  margin-bottom: 85px;
}
.ref-public-page .mb-80 {
  margin-bottom: 80px;
}
.ref-public-page .mb-75 {
  margin-bottom: 75px;
}
.ref-public-page .mb-70 {
  margin-bottom: 70px;
}
.ref-public-page .mb-65 {
  margin-bottom: 65px;
}
.ref-public-page .mb-60 {
  margin-bottom: 60px;
}
.ref-public-page .mb-55 {
  margin-bottom: 55px;
}
.ref-public-page .mb-50 {
  margin-bottom: 50px;
}
.ref-public-page .mb-45 {
  margin-bottom: 45px;
}
.ref-public-page .mb-40 {
  margin-bottom: 40px;
}
.ref-public-page .mb-35 {
  margin-bottom: 35px;
}
.ref-public-page .mb-30 {
  margin-bottom: 30px;
}
.ref-public-page .mb-25 {
  margin-bottom: 25px;
}
.ref-public-page .mb-20 {
  margin-bottom: 20px;
}
.ref-public-page .mb-15 {
  margin-bottom: 15px;
}
.ref-public-page .mb-10 {
  margin-bottom: 10px;
}
.ref-public-page .mb-5 {
  margin-bottom: 5px;
}
.ref-public-page .mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .ref-public-page .w-1440-40 {
    width: 40%;
  }
  .ref-public-page .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .ref-public-page .f-1200-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-1200-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-1200-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-1200-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-1200-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-1200-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-1200-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-1200-33 {
    width: 33%;
  }
  .ref-public-page .w-1200-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-1200-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-1200-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-1200-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-1200-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-1200-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-1200-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-1200-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-1200-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-1200-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-1200-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-1200-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-1200-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-1200-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-1200-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-1200-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-1200-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-1200-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-1200-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-1200-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-1200-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .ref-public-page .f-990-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-990-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-990-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-990-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-990-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-990-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-990-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-990-33 {
    width: 33%;
  }
  .ref-public-page .w-990-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-990-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-990-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-990-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-990-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-990-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-990-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-990-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-990-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-990-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-990-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-990-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-990-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-990-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-990-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-990-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-990-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-990-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-990-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-990-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-990-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .ref-public-page .f-768-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-768-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-768-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-768-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-768-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-768-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-768-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-768-33 {
    width: 33%;
  }
  .ref-public-page .w-768-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-768-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-768-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-768-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-768-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-768-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-768-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-768-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-768-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-768-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-768-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-768-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-768-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-768-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-768-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-768-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-768-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-768-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-768-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-768-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-768-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .ref-public-page .f-640-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-640-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-640-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-640-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-640-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-640-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-640-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-640-33 {
    width: 33%;
  }
  .ref-public-page .w-640-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-640-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-640-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-640-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-640-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-640-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-640-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-640-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-640-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-640-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-640-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-640-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-640-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-640-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-640-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-640-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-640-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-640-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-640-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-640-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-640-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .ref-public-page .f-480-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-480-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-480-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-480-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-480-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-480-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-480-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-480-33 {
    width: 33%;
  }
  .ref-public-page .w-480-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-480-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-480-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-480-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-480-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-480-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-480-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-480-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-480-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-480-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-480-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-480-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-480-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-480-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-480-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-480-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-480-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-480-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-480-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-480-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-480-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .ref-public-page .f-400-10 .f-col {
    width: 10%;
  }
  .ref-public-page .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .ref-public-page .f-400-8 .f-col {
    width: 12.5%;
  }
  .ref-public-page .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .ref-public-page .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .ref-public-page .f-400-5 .f-col {
    width: 20%;
  }
  .ref-public-page .f-400-4 .f-col {
    width: 25%;
  }
  .ref-public-page .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .ref-public-page .f-400-2 .f-col {
    width: 50%;
  }
  .ref-public-page .f-400-1 .f-col {
    width: 100%;
  }
  .ref-public-page .w-400-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-public-page .w-400-33 {
    width: 33%;
  }
  .ref-public-page .w-400-16 {
    width: 16.666666%;
  }
  .ref-public-page .mb-400-100 {
    margin-bottom: 100px;
  }
  .ref-public-page .mb-400-95 {
    margin-bottom: 95px;
  }
  .ref-public-page .mb-400-90 {
    margin-bottom: 90px;
  }
  .ref-public-page .mb-400-85 {
    margin-bottom: 85px;
  }
  .ref-public-page .mb-400-80 {
    margin-bottom: 80px;
  }
  .ref-public-page .mb-400-75 {
    margin-bottom: 75px;
  }
  .ref-public-page .mb-400-70 {
    margin-bottom: 70px;
  }
  .ref-public-page .mb-400-65 {
    margin-bottom: 65px;
  }
  .ref-public-page .mb-400-60 {
    margin-bottom: 60px;
  }
  .ref-public-page .mb-400-55 {
    margin-bottom: 55px;
  }
  .ref-public-page .mb-400-50 {
    margin-bottom: 50px;
  }
  .ref-public-page .mb-400-45 {
    margin-bottom: 45px;
  }
  .ref-public-page .mb-400-40 {
    margin-bottom: 40px;
  }
  .ref-public-page .mb-400-35 {
    margin-bottom: 35px;
  }
  .ref-public-page .mb-400-30 {
    margin-bottom: 30px;
  }
  .ref-public-page .mb-400-25 {
    margin-bottom: 25px;
  }
  .ref-public-page .mb-400-20 {
    margin-bottom: 20px;
  }
  .ref-public-page .mb-400-15 {
    margin-bottom: 15px;
  }
  .ref-public-page .mb-400-10 {
    margin-bottom: 10px;
  }
  .ref-public-page .mb-400-5 {
    margin-bottom: 5px;
  }
  .ref-public-page .mb-400-0 {
    margin-bottom: 0px;
  }
}
.ref-public-page *,
.ref-public-page *:before,
.ref-public-page *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ref-public-page article,
.ref-public-page aside,
.ref-public-page details,
.ref-public-page figcaption,
.ref-public-page figure,
.ref-public-page footer,
.ref-public-page header,
.ref-public-page hgroup,
.ref-public-page main,
.ref-public-page nav,
.ref-public-page section,
.ref-public-page summary {
  display: block;
}
.ref-public-page audio,
.ref-public-page canvas,
.ref-public-page video {
  display: inline-block;
}
.ref-public-page audio:not([controls]) {
  display: none;
  height: 0;
}
.ref-public-page [hidden] {
  display: none;
}
.ref-public-page html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
.ref-public-page body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.ref-public-page abbr[title] {
  border-bottom: 1px dotted;
}
.ref-public-page b,
.ref-public-page strong {
  font-weight: bold;
}
.ref-public-page dfn {
  font-style: italic;
}
.ref-public-page hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.ref-public-page mark {
  background: #ff0;
  color: #000;
}
.ref-public-page code,
.ref-public-page kbd,
.ref-public-page pre,
.ref-public-page samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.ref-public-page pre {
  white-space: pre-wrap;
}
.ref-public-page small {
  font-size: 80%;
}
.ref-public-page sub,
.ref-public-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ref-public-page sup {
  top: -0.5em;
}
.ref-public-page sub {
  bottom: -0.25em;
}
.ref-public-page svg:not(:root) {
  overflow: hidden;
}
.ref-public-page figure {
  margin: 0;
}
.ref-public-page fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.ref-public-page legend {
  border: 0;
  padding: 0;
}
.ref-public-page button,
.ref-public-page input,
.ref-public-page select,
.ref-public-page textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.ref-public-page button,
.ref-public-page input {
  line-height: normal;
}
.ref-public-page button,
.ref-public-page select {
  text-transform: none;
}
.ref-public-page button,
.ref-public-page html input[type=button],
.ref-public-page input[type=reset],
.ref-public-page input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ref-public-page button[disabled],
.ref-public-page html input[disabled] {
  cursor: default;
}
.ref-public-page input[type=checkbox],
.ref-public-page input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.ref-public-page input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ref-public-page input[type=search]::-webkit-search-cancel-button,
.ref-public-page input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ref-public-page button::-moz-focus-inner,
.ref-public-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ref-public-page textarea {
  overflow: auto;
  vertical-align: top;
}
.ref-public-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ref-public-page input,
.ref-public-page button,
.ref-public-page select,
.ref-public-page textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ref-public-page button,
.ref-public-page input,
.ref-public-page select[multiple],
.ref-public-page textarea {
  background-image: none;
}
.ref-public-page a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.ref-public-page a:hover {
  text-decoration: none;
}
.ref-public-page a:active,
.ref-public-page a:hover,
.ref-public-page a:focus {
  outline: 0;
  text-decoration: none;
}
.ref-public-page img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.ref-public-page img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-public-page img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-public-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-public-page ul,
.ref-public-page ol,
.ref-public-page dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
.ref-public-page hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
.ref-public-page .button:hover,
.ref-public-page .button:focus,
.ref-public-page .button:active {
  text-decoration: none;
  outline: none;
}
.ref-public-page button:focus {
  outline: none;
}
.ref-public-page .button--block {
  width: 100%;
}
.ref-public-page .button svg {
  position: relative;
  top: -2px;
}
.ref-public-page .button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .button .phone {
  margin-right: 5px;
}
.ref-public-page .element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.ref-public-page .element-section .ehdn1 {
  margin-bottom: 30px;
}
.ref-public-page .element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.ref-public-page .myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.ref-public-page .form-grp,
.ref-public-page .form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
.ref-public-page .form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.ref-public-page .error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.ref-public-page .error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.ref-public-page .whatsapp {
  margin-right: 0;
}
.ref-public-page .form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 1px solid var(--input-border);
  border-radius: 5px;
  padding: 0 16px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .form-field:-webkit-autofill,
.ref-public-page .form-field:-webkit-autofill:hover,
.ref-public-page .form-field:-webkit-autofill:focus,
.ref-public-page .form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.ref-public-page .form-field:focus,
.ref-public-page .form-field.field--not-empty {
  border: 1px solid #000;
}
.ref-public-page .form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .form-field:focus ~ .form-label,
.ref-public-page .form-field.field--not-empty ~ .form-label,
.ref-public-page .form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.ref-public-page .form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
.ref-public-page .form-grp.int-padl input,
.ref-public-page .form-grp.form-grp-var input {
  padding-left: 40px;
}
.ref-public-page .form-grp.int-padr input {
  padding-right: 40px;
}
.ref-public-page .form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.ref-public-page .form-grp.disabled-field {
  background: #f5f5f5;
}
.ref-public-page .form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.ref-public-page .form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.ref-public-page .datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.ref-public-page .daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.ref-public-page .daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.ref-public-page .daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.ref-public-page .daterangepicker .calendar-table .next span,
.ref-public-page .daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ref-public-page .daterangepicker .calendar-table .next span:hover,
.ref-public-page .daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.ref-public-page .daterangepicker .calendar-table .next span:before,
.ref-public-page .daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.ref-public-page .daterangepicker .calendar-table .next span:hover:before,
.ref-public-page .daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.ref-public-page .daterangepicker .calendar-table th,
.ref-public-page .daterangepicker .calendar-table td {
  height: 32px;
}
.ref-public-page .daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.ref-public-page .daterangepicker:before {
  border-bottom: 0;
}
.ref-public-page .daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.ref-public-page .daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.ref-public-page .daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.ref-public-page .daterangepicker td.active,
.ref-public-page .daterangepicker td.active:hover {
  background-color: #3592cf;
}
.ref-public-page .daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.ref-public-page .daterangepicker td.off,
.ref-public-page .daterangepicker td.off.in-range,
.ref-public-page .daterangepicker td.off.start-date,
.ref-public-page .daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.ref-public-page .daterangepicker th.available:hover {
  background-color: transparent;
}
.ref-public-page .daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.ref-public-page .daterangepicker.show-calendar .drp-buttons .drp-selected,
.ref-public-page .daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.ref-public-page .daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.ref-public-page .daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
.ref-public-page .select-field option {
  color: #9fa4a9;
}
.ref-public-page .select-field option:checked,
.ref-public-page .select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
.ref-public-page input::-webkit-input-placeholder,
.ref-public-page input:-ms-input-placeholder,
.ref-public-page input::placeholder {
  color: #ccc;
}
.ref-public-page input::-webkit-input-placeholder {
  color: #ccc;
}
.ref-public-page label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
.ref-public-page .radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.ref-public-page .radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-public-page .radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.ref-public-page .radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.ref-public-page .radio-box label.error {
  display: none !important;
}
.ref-public-page .radio-box input.error ~ label {
  color: #ff2323;
}
.ref-public-page .radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-public-page .checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ref-public-page .checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-public-page .checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.ref-public-page .checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.ref-public-page .checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
.ref-public-page .checkbox-box label.error {
  display: none !important;
}
.ref-public-page .checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.ref-public-page .checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-public-page .checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.ref-public-page .checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.ref-public-page .checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
.ref-public-page .checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.ref-public-page .checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ref-public-page .checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.ref-public-page .checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.ref-public-page .checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.ref-public-page .checkbox-box.check-three label:before,
.ref-public-page .checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.ref-public-page .checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-public-page .checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.ref-public-page .checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.ref-public-page .checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.ref-public-page .checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-public-page .checkbox-box.chk-four {
  margin-right: 10px;
}
.ref-public-page .checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-public-page .checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.ref-public-page .checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.ref-public-page .checkbox-box.chk-four label:before,
.ref-public-page .checkbox-box.chk-four label:after {
  display: none;
}
.ref-public-page .checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.ref-public-page .checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.ref-public-page .checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.ref-public-page .checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
.ref-public-page .checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-public-page .checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.ref-public-page .checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.ref-public-page .checkbox-box.check-five .chk-label:before,
.ref-public-page .checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.ref-public-page .checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-public-page .checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.ref-public-page .checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-public-page [tooltip-title] {
  position: relative;
  text-decoration: none;
}
.ref-public-page [tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
.ref-public-page [tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
.ref-public-page [tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.ref-public-page [tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.ref-public-page [data-placement=right]:hover {
  position: relative;
  z-index: 1;
}
.ref-public-page [tooltip-title]:is([data-placement=top])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
.ref-public-page [tooltip-title]:is([data-placement=right])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
.ref-public-page [tooltip-title]:is([data-placement=bottom])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
.ref-public-page [tooltip-title]:is([data-placement=left])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
.ref-public-page [tooltip-title]:is([data-placement=top])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
.ref-public-page [tooltip-title]:is([data-placement=right])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
.ref-public-page [tooltip-title]:is([data-placement=bottom])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
.ref-public-page [tooltip-title]:is([data-placement=left])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
.ref-public-page .modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.ref-public-page .modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.ref-public-page .modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.ref-public-page .modal-para p:last-child {
  margin-bottom: 0;
}
.ref-public-page .modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.ref-public-page .modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .modal-cross:hover i {
  transform: rotate(90deg);
}
.ref-public-page .modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.ref-public-page .window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.ref-public-page .window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.ref-public-page .window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.ref-public-page .static-cont {
  margin-bottom: 32px;
}
.ref-public-page .static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.ref-public-page .static-cont li p {
  margin-bottom: 10px;
}
.ref-public-page .static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.ref-public-page .static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.ref-public-page .modal-backdrop.show {
  opacity: 0.9;
}
.ref-public-page .modal-backdrop {
  background-color: #fff;
}
.ref-public-page .modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ref-public-page .swiper-container {
  width: 100%;
  height: 100%;
}
.ref-public-page .swiper-pagination-bullet-active {
  background: #39e5be;
}
.ref-public-page .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ref-public-page .ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-public-page .ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-public-page .ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-public-page .flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-public-page .element-head {
  font-size: 40px;
  font-weight: bold;
}
.ref-public-page .content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.ref-public-page .content-body {
  margin-bottom: 80px;
}
.ref-public-page .content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ref-public-page .content-body h1,
.ref-public-page .content-body h2,
.ref-public-page .content-body h3,
.ref-public-page .content-body h4,
.ref-public-page .content-body h5,
.ref-public-page .content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.ref-public-page .content-body h1:first-child,
.ref-public-page .content-body h2:first-child,
.ref-public-page .content-body h3:first-child,
.ref-public-page .content-body h4:first-child,
.ref-public-page .content-body h5:first-child,
.ref-public-page .content-body h6:first-child {
  margin-top: 0;
}
.ref-public-page .content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.ref-public-page .content-body ul {
  margin-bottom: 16px;
}
.ref-public-page .content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.ref-public-page .content-body ul li p,
.ref-public-page .content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.ref-public-page .content-body ul li a {
  color: #ee163d;
}
.ref-public-page .content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.ref-public-page .content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .ref-public-page .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .ref-public-page .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .ref-public-page .content-body h1,
  .ref-public-page .content-body h2,
  .ref-public-page .content-body h3,
  .ref-public-page .content-body h4,
  .ref-public-page .content-body h5,
  .ref-public-page .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
.ref-public-page .head-card-wrap {
  display: flex;
}
.ref-public-page .head-card {
  padding: 48px 41px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ref-public-page .head-card.bg-space {
  padding: 48px 58px;
}
.ref-public-page .head-card .listview {
  margin-bottom: 8px;
}
.ref-public-page .head-card .listview li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.ref-public-page .head-card .listview li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ref-public-page .head-card-img {
  width: 160px;
  margin: 8px auto 18px;
}
.ref-public-page .head-card-img img {
  object-fit: contain;
}
.ref-public-page .learn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ref-public-page .learn {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.ref-public-page .learn i {
  transition: transform 0.2s linear;
}
.ref-public-page .learn:hover i {
  transform: translateX(5px);
}
.ref-public-page .dream-info {
  padding: 82px 0;
  background: var(--a-snow);
}
.ref-public-page .dream-info-img {
  width: 570px;
  height: 270px;
  margin: 0 auto;
}
.ref-public-page .dream-info-img img {
  object-fit: contain;
}
.ref-public-page .dream-info-text {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.ref-public-page .button {
  padding: 0px 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: var(--l-green);
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  height: 60px;
  border: 1px solid var(--l-green);
}
.ref-public-page .button:hover {
  background: #000;
  color: #E6FFFB;
}
.ref-public-page .button.line {
  color: #E6FFFB;
  border: 1px solid #000;
  background: #000;
}
.ref-public-page .button.line:hover {
  color: #000;
  background: var(--l-green);
}
.ref-public-page .button.borderd {
  border: 1px solid #000;
}
.ref-public-page .button.borderd:hover {
  border: 1px solid var(--l-green);
}
.ref-public-page .menu {
  display: none;
  position: relative;
  margin-left: 16px;
}
.ref-public-page .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-public-page .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.ref-public-page .nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.ref-public-page .nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.ref-public-page .js-nav-toggle {
  display: none;
  position: static;
}
.ref-public-page .js-nav-toggle span {
  position: relative;
  background-color: #345;
  height: 2px;
  display: block;
  width: 22px;
  margin: 17px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ref-public-page .js-nav-toggle span:before,
.ref-public-page .js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #345;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.ref-public-page .js-nav-toggle span:before {
  margin-top: 5px;
}
.ref-public-page .show-menu .js-nav-toggle {
  right: 3px;
  z-index: 99999;
  top: 4px;
}
.ref-public-page .show-menu .js-nav-toggle span {
  background-color: transparent;
}
.ref-public-page .show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ref-public-page .show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ref-public-page .show-menu .js-nav-toggle span:before,
.ref-public-page .show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.ref-public-page .mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #E6FFFB;
}
.ref-public-page .mob-navigation .nav-toggle {
  position: absolute;
  top: 100px;
  left: 36px;
  width: 100%;
  padding: 0.45em 1em;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.ref-public-page .mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.ref-public-page .mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
  left: 0;
  position: absolute;
}
.ref-public-page .mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.ref-public-page .mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 1.1em;
  padding-left: 0;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.65);
}
.ref-public-page .mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ref-public-page .mob-navigation .nav-back:before,
.ref-public-page .mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.ref-public-page .mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.ref-public-page .mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.ref-public-page .mob-navigation a {
  display: block;
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #E6FFFB;
}
.ref-public-page .mob-navigation a:hover {
  color: #fff;
  background-color: var(--nblue);
}
.ref-public-page .mob-navigation ul {
  list-style: none;
  padding: 140px 36px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ref-public-page .mob-navigation ul ul {
  display: none;
  left: 100%;
}
.ref-public-page .mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ref-public-page .mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.ref-public-page .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 990px) {
  .ref-public-page .navigation {
    display: none;
  }
  .ref-public-page .nav-wrapper {
    display: block;
  }
  .ref-public-page .js-nav-toggle {
    display: block;
    margin-left: 5px;
  }
}
.ref-public-page :root {
  --header-height: 70px;
}
.ref-public-page html,
.ref-public-page body {
  overflow-x: hidden;
  width: 100%;
}
.ref-public-page .overflow-hidden {
  overflow: hidden;
}
.ref-public-page .container {
  max-width: 1050px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ref-public-page .check-wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  list-style: none;
}
.ref-public-page .check-wrap li:last-child {
  margin-bottom: 0;
}
.ref-public-page .check-wrap li i {
  font-size: 26px;
  margin-right: 12px;
}
.ref-public-page .check-wrap li h3 {
  font-size: 20px;
  font-weight: 600;
}
.ref-public-page .check-wrap .check-wrap-content {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-public-page .comm-section {
  padding: 60px 0;
  position: relative;
}
.ref-public-page .mb16 {
  margin-bottom: 16px !important;
}
.ref-public-page .mb40 {
  margin-bottom: 40px !important;
}
.ref-public-page .mb0 {
  margin-bottom: 0px !important;
}
.ref-public-page .mt0 {
  margin-top: 0px !important;
}
.ref-public-page .pt0 {
  padding-top: 0 !important;
}
.ref-public-page .pr0 {
  padding-right: 0 !important;
}
.ref-public-page :root {
  --menuWidth: 300px;
}
.ref-public-page #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .head-left {
  display: flex;
  align-items: center;
}
.ref-public-page .logo {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  margin-right: 40px;
}
.ref-public-page .header-container {
  width: 100%;
  padding: 0 73px 0 96px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding-top: 71px;
  z-index: 111111;
  position: relative;
}
.ref-public-page .drop {
  position: relative;
}
.ref-public-page .drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.ref-public-page .drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .drop ul li {
  padding: 0;
}
.ref-public-page .drop ul li:last-of-type {
  border-bottom: 0;
}
.ref-public-page .drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
.ref-public-page .drop ul li a:hover {
  background: #eee;
  color: #000;
}
.ref-public-page .drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.ref-public-page .drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.ref-public-page .header-wrap {
  display: flex;
}
.ref-public-page .header-box {
  display: flex;
}
.ref-public-page .header-mobile {
  align-items: center;
  display: flex;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.ref-public-page .header-mobile a {
  color: black;
}
.ref-public-page .header-mobile a:hover {
  color: gray;
}
.ref-public-page .header-mobile:after {
  content: "";
  width: 1px;
  height: 150%;
  background-color: #464d5c;
  position: absolute;
  top: -5px;
  right: 0;
}
.ref-public-page .menuBtn {
  display: flex;
  align-items: center;
}
.ref-public-page .header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-public-page .header-list li {
  padding: 0px 24px;
}
.ref-public-page .header-list li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.ref-public-page .header-list li a::after {
  width: 0;
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ref-public-page .header-list li a:hover::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ref-public-page .fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.ref-public-page .fixHeader .header-box .header-container {
  height: var(--headerFixedHeight);
  padding-top: 8px;
  padding-bottom: 8px;
}
.ref-public-page .menuBtn .button {
  margin-left: 20px;
  height: 55px;
  font-size: 14px;
}
.ref-public-page .menu {
  display: none;
  position: relative;
}
.ref-public-page .mobile-menu {
  position: fixed;
  right: calc(-1 * var(--menuWidth));
  overflow-y: auto;
  top: 0;
  background: #fff;
  width: var(--menuWidth);
  height: 100%;
  z-index: 9999;
  padding: 0 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-public-page .mobile-menu .header-list {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: calc(100vh - 90px);
}
.ref-public-page .mobile-menu .header-list li {
  padding: 0;
  margin-bottom: 20px;
}
.ref-public-page .mobile-menu .header-list li a {
  font-size: 20px;
  font-weight: 700;
}
.ref-public-page .mobile-menu.in {
  right: 0;
}
.ref-public-page .mob-menu-footer {
  margin: 30px 0;
}
.ref-public-page .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-public-page .menuOverlay.in {
  opacity: 0.4;
  visibility: visible;
}
.ref-public-page .close-menu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.ref-public-page .close-menu:hover i {
  transform: rotate(90deg);
}
@media all and (max-width: 990px) {
  .ref-public-page .header-list {
    display: none;
  }
  .ref-public-page .menu {
    display: block;
  }
}
.ref-public-page .home-banner {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  background: var(--a-snow);
  position: relative;
}
.ref-public-page .banner-right {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.ref-public-page .banner-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-public-page .banner-left {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.ref-public-page .banner-txt {
  max-width: 463px;
  margin-left: auto;
  margin-right: 190px;
  padding: 40px 0;
  width: 100%;
}
.ref-public-page .banner-txt .check-wrap {
  margin-bottom: 50px;
}
.ref-public-page .banner-txt .button-wrap a {
  margin-right: 11px;
}
.ref-public-page .banner-head {
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -3px;
  max-width: 440px;
}
.ref-public-page .learn-more {
  position: absolute;
  bottom: 64px;
  min-width: 463px;
  margin-left: auto;
  margin-right: 190px;
  right: 0;
}
.ref-public-page .learn-more h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.ref-public-page .learn-more i {
  font-size: 32px;
}
.ref-public-page .mob-logo,
.ref-public-page .close {
  display: none;
}
.ref-public-page .small-nav-head {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 9px;
  text-transform: uppercase;
  margin-top: 36px;
}
.ref-public-page .button-wrap-header {
  max-width: calc(100% - 72px);
  margin: auto;
  position: absolute;
  bottom: 40px;
  width: 100%;
  background: #000;
}
.ref-public-page .button-wrap-header a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.ref-public-page .button-wrap-header .borderd {
  color: #000;
}
.ref-public-page .button-wrap-header .line {
  border: 1px solid #e6fffb;
}
.ref-public-page .footer-bottom {
  position: absolute;
  bottom: 80px;
}
.ref-public-page .footer-bottom h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f3f5fd;
}
.ref-public-page .footer-bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 166.6%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #f5faff;
}
.ref-public-page .sky-blue {
  background: var(--sky-blue);
}
.ref-public-page .l-green {
  background: var(--l-green);
}
.ref-public-page .a-snow {
  background: var(--a-snow);
}
.ref-public-page .black {
  background: var(--blk);
}
.ref-public-page .credit-swiper-sec {
  overflow: hidden;
  padding: 188px 0 136px;
}
.ref-public-page .credit-swiper-sec .comm-sec-head {
  max-width: 772px;
  margin: auto;
  padding: 0 36px;
  text-align: center;
  margin-bottom: 40px;
}
.ref-public-page .swiper-credit {
  overflow: visible;
}
.ref-public-page .swiper-credit .swiper-slide:hover .credit-image {
  transform: scale(1.1);
}
.ref-public-page .swiper-credit .swiper-slide:hover .credit-text h3 {
  color: #000;
}
.ref-public-page .swiper-credit .swiper-slide:hover .credit-text p {
  opacity: 1;
}
.ref-public-page .credit-image {
  height: 332px;
  width: 243px;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .credit-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-public-page .credit-text {
  max-width: 243px;
}
.ref-public-page .credit-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #b8b1b1;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-bottom: 13px;
}
.ref-public-page .credit-text p {
  line-height: 1.5;
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .borrow-wrap .f-row {
  align-items: center;
}
.ref-public-page .smartsaver-calc {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 653px;
  background: #fff;
  width: 603px;
  height: auto;
  right: 25%;
  padding: 54px;
}
.ref-public-page .calc-top {
  margin-bottom: 32px;
}
.ref-public-page .calc-top h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 137.5%;
  display: flex;
  color: #000000;
  flex-direction: column;
  margin-bottom: 6px;
}
.ref-public-page .calc-top h3 {
  font-weight: 600;
  font-size: 68px;
  line-height: 122.6%;
  letter-spacing: -3.44357px;
}
.ref-public-page .calc-top h3 span {
  font-size: 41px;
}
.ref-public-page .calc-values {
  margin-bottom: 32px;
}
.ref-public-page .values-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ref-public-page .values-wrap:last-child {
  margin-bottom: 0;
}
.ref-public-page .values-wrap h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-public-page .values-wrap h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #757575;
}
.ref-public-page .calc-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #484848;
  margin-top: 38px;
}
.ref-public-page .range-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ref-public-page .range-slider-head h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-public-page .calc-range-slider {
  margin-bottom: 32px;
}
.ref-public-page #rangeValue {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-public-page .range {
  width: 100%;
  height: 58px;
  -webkit-appearance: none;
  background: #f5faff;
  outline: none;
  overflow: hidden;
  box-shadow: none;
}
.ref-public-page .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 4px solid #000;
  box-shadow: -407px 0 0 400px #e6fffb;
}
.ref-public-page .cookie-wrap {
  padding: 42px;
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 50%;
  z-index: 11;
  z-index: 9999999;
  width: 640px;
}
.ref-public-page .cookie-content {
  display: flex;
}
.ref-public-page .cookie-button-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
  margin-left: 190px;
}
.ref-public-page .cookie-button-wrap a {
  text-decoration: none !important;
}
.ref-public-page .cookie-image {
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
.ref-public-page .cookie-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-public-page .cookie-txt {
  flex: 1;
  min-width: 0;
}
.ref-public-page .cookie-txt h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -2px;
  color: #000000;
}
.ref-public-page .cookie-txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.ref-public-page .cookie-txt a {
  text-decoration-line: underline;
  color: #000;
}
.ref-public-page .agree-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000000;
  margin-right: 10px;
}
.ref-public-page .agree-content i {
  font-size: 24px;
  color: #000;
  margin-left: 8px;
}
.ref-public-page .cookie-overlay {
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  left: 0;
  z-index: 999999;
  top: 0;
  position: fixed;
}
.ref-public-page .cookie-links {
  display: flex;
  justify-content: space-between;
}
.ref-public-page .cookie-links a {
  margin-right: 14px;
}
.ref-public-page .cookie-links a:last-child {
  margin-right: 0;
}
.ref-public-page .borrow-img {
  height: 100%;
  width: 100%;
}
.ref-public-page .borrow-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.ref-public-page .p0 {
  padding: 0 !important;
}
.ref-public-page .swiperCredit-btn {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ref-public-page .swiperCredit {
  margin-bottom: 38px;
}
.ref-public-page .swiper-prev {
  background: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-public-page .swiper-prev:hover {
  transform: translateX(-5px);
}
.ref-public-page .swiper-next {
  background: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-public-page .swiper-next:hover {
  transform: translateX(5px);
}
.ref-public-page .swiper-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  cursor: pointer;
  margin-top: 12px;
}
.ref-public-page .creditline-banner-img img {
  object-position: top;
}
.ref-public-page .btn-signup-header {
  bottom: 150px;
}
.ref-public-page .intercom-lightweight-app,
.ref-public-page .intercom-lightweight-app-launcher {
  z-index: 99 !important;
}
.ref-public-page .pt-01 {
  padding-top: 160px;
}
.ref-public-page .mt-01 {
  margin-top: 16px;
}
.ref-public-page .comm-head-card .comm-para {
  margin-bottom: 24px;
}
.ref-public-page .learn-wrap {
  margin-top: 32px;
}
.ref-public-page .comm-greybg {
  background: var(--a-snow);
  padding: 82px 0;
}
.ref-public-page .content-sec {
  text-align: center;
}
.ref-public-page .content-sec .img-sec {
  max-width: 570px;
  margin: 0 auto 34px;
}
.ref-public-page .comm-spacing-section {
  margin: 83px 0 250px;
}
.ref-public-page .comm-spacing-section-01 {
  margin: 83px 0 180px;
}
.ref-public-page .footer {
  background: #f3f3ec;
  width: 100%;
  padding: 92px 0 50px;
}
.ref-public-page .footer .logo-sec .img-logo {
  width: 104px;
  margin-bottom: 24px;
}
.ref-public-page .footer .logo-sec .logo-content {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 16px;
}
.ref-public-page .footer .logo-sec .partner-logo {
  width: 100%;
  margin-bottom: 32px;
  opacity: 45%;
}
.ref-public-page .footer .logo-sec .partner-logo img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome, Edge, Opera, and Safari */
  image-rendering: crisp-edges;
}
.ref-public-page .footer .logo-sec .mailto {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #000000;
}
.ref-public-page .footer .foo-nav-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
  margin-bottom: 19px;
}
.ref-public-page .footer .foo-nav {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 218%;
  letter-spacing: 0.02em;
}
.ref-public-page .footer .foo-nav a {
  color: #000000;
}
.ref-public-page .footer .foo-nav a:hover {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-public-page .j-between {
  justify-content: space-between;
}
.ref-public-page .copyright {
  margin-top: 63px;
}
.ref-public-page .terms-content {
  margin-top: 290px;
}
.ref-public-page .terms-content .grow-txt {
  text-align: center;
  margin-bottom: 34px;
}
.ref-public-page .condition-box {
  margin: 150px 0;
}
.ref-public-page .condition-box p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
.ref-public-page .slidecontainer {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.ref-public-page .incl-range {
  width: 240px;
  background-color: #e6fffb;
  height: 18px;
  position: absolute;
}
.ref-public-page .slider {
  background-color: #f5faff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 18px;
  outline: none;
}
.ref-public-page .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  border-radius: 100px;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}
.ref-public-page [type=range]::-moz-range-progress {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-public-page [type=range]::-ms-fill-lower {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-public-page .slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-public-page .slider::-moz-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-public-page .mt24 {
  margin-top: 24px !important;
}
.ref-public-page .mt64 {
  margin-top: 64px !important;
}
.ref-public-page .mob-view {
  display: none;
}
.ref-public-page .money-wrap {
  padding: 140px 90px;
  background: var(--a-snow);
  margin-bottom: 197px;
}
.ref-public-page .money-wrap .comm-sec-head {
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 34px;
}
.ref-public-page .money-wrap .comm-para {
  margin-bottom: 34px;
}
.ref-public-page .money-right {
  max-width: 488px;
  width: 100%;
}
.ref-public-page .money-left-img {
  width: 100%;
  height: auto;
}
.ref-public-page .money-left-img img {
  object-fit: contain;
}
.ref-public-page .joining-sec {
  margin-bottom: 128px;
}
.ref-public-page .joining-sec .head-text {
  text-align: center;
  margin-bottom: 76px;
}
.ref-public-page .joining-sec .head-text .comm-sec-head {
  margin-bottom: 32px;
}
.ref-public-page .joining-sec .head-text .comm-para {
  max-width: 550px;
  margin: 0 auto;
}
.ref-public-page .joining-sec .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.ref-public-page .joining-card-wrap {
  margin-bottom: 66px;
}
.ref-public-page .joining-card {
  text-align: center;
  padding: 64px 55px;
  background: var(--sky-blue);
  height: 100%;
}
.ref-public-page .joining-card .joinig-card-img {
  width: 382px;
  height: 300px;
  margin-bottom: 18px;
}
.ref-public-page .joining-card .joinig-card-img img {
  object-fit: contain;
}
.ref-public-page .joining-card .comm-sec-head {
  font-weight: 600;
  margin-bottom: 18px;
}
.ref-public-page .joining-card h3 {
  font-size: 68px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 0.8;
}
.ref-public-page .easy-access {
  margin-bottom: 226px;
}
.ref-public-page .easy-access .comm-sec-head {
  text-align: center;
  margin-bottom: 34px;
}
.ref-public-page .easy-access-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 32px 80px 32px 28px;
  background: var(--a-snow);
  margin-bottom: 8px;
}
.ref-public-page .easy-access-box:last-child {
  margin-bottom: 0;
}
.ref-public-page .easy-access-box i {
  font-size: 48px;
  margin-right: 36px;
}
.ref-public-page .easy-access-box .easy-access-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}
.ref-public-page .easy-access-box .comm-para {
  line-height: 1.4;
}
.ref-public-page .easy-step-sec {
  background: var(--a-snow);
  margin-bottom: 160px;
}
.ref-public-page .easy-step-wrap {
  padding: 160px 0 94px;
}
.ref-public-page .easy-step-wrap .comm-sec-head {
  text-align: center;
  margin-bottom: 76px;
}
.ref-public-page .easy-step-wrap .button {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}
.ref-public-page .easy-step-swiper {
  margin-bottom: 30px;
}
.ref-public-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
  background: var(--a-snow);
}
.ref-public-page .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .easy-step-swiper .easy-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11px;
}
.ref-public-page .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #000;
}
.ref-public-page .easy-step-bg {
  background: #fff;
  width: 240px;
  height: 248px;
  margin-bottom: 100px;
  transition: all 0.3s linear;
}
.ref-public-page .easy-step-bg:hover {
  width: 260px;
  height: 280px;
  background: #e6eeff;
}
.ref-public-page .easy-step-bg:hover img {
  transform: scale(1.2);
  top: 60px;
}
.ref-public-page .easy-step-img {
  width: 230px;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.ref-public-page .easy-step-img img {
  object-fit: contain;
  transition: all 0.3s linear;
  position: relative;
  top: 50px;
}
.ref-public-page .easy-swiper-text {
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-public-page .easy-swiper-text .comm-sec-head {
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}
.ref-public-page .easy-swiper-text .comm-para {
  width: 80%;
}
.ref-public-page .accordian-sec {
  padding-top: 76px;
  margin-bottom: 110px;
}
.ref-public-page .accordian-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-public-page .acc-container {
  width: 100%;
}
.ref-public-page .acc-head {
  position: relative;
  cursor: pointer;
  padding: 24px 0px;
}
.ref-public-page .acc-head::before,
.ref-public-page .acc-head::after {
  content: "";
  position: absolute;
  top: 33px;
  background-color: #000;
  transition: all 0.3s;
}
.ref-public-page .acc-head::before {
  right: 6px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.ref-public-page .acc-head::after {
  right: -2px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.ref-public-page .acc-head p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-right: 35px;
  color: rgba(0, 0, 0, 0.68);
}
.ref-public-page .acc-content {
  padding: 0 0 23px;
  display: none;
}
.ref-public-page .acc-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #686868;
  max-width: 690px;
  width: 100%;
}
.ref-public-page .acc-head.active::before,
.ref-public-page .acc-head.active::after {
  transform: rotate(-45deg);
}
.ref-public-page .acc-head.active p {
  color: #000000;
}
.ref-public-page .grow-sec {
  margin-bottom: 110px;
}
.ref-public-page .grow-wrap {
  text-align: center;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
}
.ref-public-page .grow-wrap .button.line {
  margin-bottom: 44px;
}
.ref-public-page .grow-wrap .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
}
.ref-public-page .button i {
  font-size: 30px;
  margin-right: 10px;
}
.ref-public-page .grow-txt {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -3px;
  margin-bottom: 44px;
}
.ref-public-page .track-card-sec {
  margin-bottom: 76px;
}
.ref-public-page .comm-smart-wallet {
  padding: 75px 50px;
  text-align: center;
  height: calc(100% - 25px);
}
.ref-public-page .comm-smart-wallet .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}
.ref-public-page .smart-wallet-img {
  width: 330px;
  height: 330px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.ref-public-page .smart-wallet-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-public-page .comm-smart-wallet.black .comm-sec-head {
  color: #e6fffb;
}
.ref-public-page .comm-smart-wallet.black .comm-para p {
  color: #e6fffb;
  letter-spacing: 0;
}
.ref-public-page .track-img {
  max-width: 390px;
  width: 100%;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-public-page .track-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ref-public-page .trackcard-wrap .comm-sec-head {
  font-weight: 600;
  margin-bottom: 30px;
}
.ref-public-page .trackcard-wrap .comm-para {
  line-height: 1.5;
}
.ref-public-page .available-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ref-public-page .available-wrap .comm-small-para {
  font-weight: 600;
  opacity: 0.48;
  margin-right: 12px;
}
.ref-public-page .avail-img-wrap {
  display: flex;
  align-items: center;
}
.ref-public-page .avail-img-wrap a {
  margin-right: 12px;
}
.ref-public-page .avail-img-wrap a:last-child {
  margin-right: 0;
}
.ref-public-page .avail-img {
  /* css changes */
  width: 56px;
  height: 56px;
  padding: 6px;
  /* css changes end */
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.ref-public-page .avail-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-public-page .coming-wrap .comm-small-para {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
}
.ref-public-page .coming-wrap .avail-img {
  width: 38px;
  height: 38px;
  padding: 5px;
  margin-right: 12px;
}
.ref-public-page .borrow-sec {
  margin-bottom: 168px;
}
.ref-public-page .borrow-wrap {
  padding: 88px 0;
}
.ref-public-page .borrow-text {
  margin-left: 20px;
}
.ref-public-page .borrow-text .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-public-page .borrow-text .comm-para {
  margin-bottom: 0;
  line-height: 1.6;
}
.ref-public-page .info-card-sec {
  margin-bottom: 102px;
}
.ref-public-page .info-card .comm-smart-wallet {
  margin-bottom: 60px;
  height: calc(100% - 60px);
}
.ref-public-page .info-card .smart-wallet-img {
  margin-bottom: 34px;
}
.ref-public-page .info-card .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-public-page .we-lend-sec {
  margin-bottom: 110px;
}
.ref-public-page .we-lend-info {
  padding: 75px 82px 44px;
  text-align: center;
}
.ref-public-page .we-lend-info .comm-sec-head {
  font-weight: 600;
}
.ref-public-page .we-lend-info .comm-sec-head,
.ref-public-page .we-lend-info .comm-para {
  margin-bottom: 34px;
}
.ref-public-page .we-lend-img-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.ref-public-page .we-lend-img-wrap:last-child {
  margin-bottom: 0;
}
.ref-public-page .we-lend-img {
  width: 180px;
  height: 100px;
  margin: 0 auto;
}
.ref-public-page .we-lend-img img {
  object-fit: contain;
}
.ref-public-page .we-recognise-img {
  width: 160px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.ref-public-page .we-recognise-img img {
  object-fit: contain;
}
.ref-public-page .we-lend-component {
  text-align: center;
  width: 170px;
  margin-right: 28px;
  margin-bottom: 30px;
}
.ref-public-page .we-lend-component:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ref-public-page .we-lend-component .comm-card-para {
  font-weight: 600;
  margin-bottom: 10px;
}
.ref-public-page .we-lend-text p {
  font-size: 12px;
  color: #000000;
}
.ref-public-page .we-lend-component {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .we-lend-component:hover .comm-card-para,
.ref-public-page .we-lend-component:hover .we-lend-text p {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-public-page .trust-card-sec {
  margin-bottom: 65px;
}
.ref-public-page .trustcard-wrap .smart-wallet-img {
  margin-bottom: 24px;
}
.ref-public-page .trustcard-wrap .comm-smart-wallet.black .comm-sec-head {
  margin-top: 0;
  margin-bottom: 24px;
}
.ref-public-page .trustcard-wrap .comm-sec-head {
  font-weight: 600;
  margin: 60px 0;
}
.ref-public-page .take-me-sec {
  margin-bottom: 110px;
}
.ref-public-page .take-me-sec .grow-txt {
  text-align: center;
}
.ref-public-page .take-me-sec .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
  display: flex;
}
.ref-public-page .take-me-wrap {
  margin-bottom: 44px;
}
.ref-public-page .take-me-info {
  padding: 48px 0;
  text-align: center;
}
.ref-public-page .take-me-info:hover .continue-wrap {
  visibility: visible;
}
.ref-public-page .take-me-info:hover .comm-sub-head {
  color: #000;
}
.ref-public-page .take-me-info .comm-sub-head {
  margin-bottom: 30px;
  color: #6f6f6f;
  transition: all 0.3s linear;
}
.ref-public-page .take-me-info a {
  text-decoration: none;
  color: inherit;
}
.ref-public-page .take-me-img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-public-page .take-me-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-public-page .continue-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
}
.ref-public-page .continue-wrap .continue-wrap-text {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-right: 5px;
}
.ref-public-page .continue-wrap .continue-img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s linear;
}
.ref-public-page .continue-wrap .continue-img img {
  object-fit: contain;
}
.ref-public-page .continue-wrap:hover .continue-img {
  transform: translateX(10px);
}
.ref-public-page .logo.white {
  display: none;
}
.ref-public-page .white-menu {
  display: none;
}
.ref-public-page #header.black-header .header-list li a {
  color: #e6fffb;
}
.ref-public-page #header.black-header .header-list li a::after {
  background: #e6fffb;
}
.ref-public-page #header.black-header .logo {
  display: none;
}
.ref-public-page #header.black-header .logo.white {
  display: block;
}
.ref-public-page #header.black-header .white-menu {
  display: block;
}
.ref-public-page #header.black-header.fixHeader .header-list li a {
  color: #000;
}
.ref-public-page #header.black-header.fixHeader .header-list li a::after {
  background: #000;
}
.ref-public-page #header.black-header.fixHeader .logo {
  display: block;
}
.ref-public-page #header.black-header.fixHeader .logo.white {
  display: none;
}
.ref-public-page .banner-left.black .banner-head {
  margin-bottom: 15px;
  color: #e6fffb;
}
.ref-public-page .banner-left.black .banner-small-text {
  color: #e6fffb;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-public-page .banner-left.black .button {
  display: flex;
  margin-bottom: 29px;
  width: fit-content;
}
.ref-public-page .banner-left.black .button.line {
  border: 1px solid #e6fffb;
}
.ref-public-page .banner-left.black .banner-txt {
  max-width: 484px;
}
.ref-public-page .one-click-sec {
  margin-top: 200px;
  margin-bottom: 174px;
}
.ref-public-page .oneclick-text {
  padding: 0 36px;
}
.ref-public-page .oneclick-text .comm-sec-head {
  margin-bottom: 34px;
  text-align: center;
  font-weight: 400;
}
.ref-public-page .oneclick-text .comm-sec-head:first-child {
  font-weight: 500;
}
.ref-public-page .welcome-sec {
  margin-bottom: 132px;
}
.ref-public-page .welcome-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-public-page .welcome-sec .comm-big-para {
  margin-bottom: 28px;
}
.ref-public-page .welcome-card {
  padding: 75px 82px;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
.ref-public-page .welcome-card .comm-sec-head {
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  font-weight: 400;
}
.ref-public-page .welcom-card-img {
  width: 346px;
  height: 346px;
  margin-right: 70px;
}
.ref-public-page .welcom-card-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-public-page .welcome-wallet-img {
  width: 200px;
  height: 266px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.ref-public-page .welcome-wallet-img img {
  object-fit: contain;
}
.ref-public-page .profile-sec {
  margin-bottom: 111px;
}
.ref-public-page .profile-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 36px;
}
.ref-public-page .profile-info-card {
  padding: 42px 31px;
  text-align: center;
  margin-bottom: 69px;
  height: calc(100% - 64px);
}
.ref-public-page .profile-info-card .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.4;
}
.ref-public-page .profile-card-img {
  width: 175px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.ref-public-page .profile-card-img img {
  object-fit: contain;
}
.ref-public-page .profile-component .f-row {
  margin-left: -40px;
  margin-right: -40px;
}
.ref-public-page .profile-component .f-col {
  padding: 0 40px;
}
.ref-public-page .profile-button-wrap .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 24px;
}
.ref-public-page .profile-button-wrap .button:last-child {
  margin-bottom: 0;
}
.ref-public-page .we-regulate-sec {
  margin-bottom: 40px;
}
.ref-public-page .we-recognise-sec {
  margin-bottom: 197px;
}
.ref-public-page .we-recognise-sec .comm-para {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 34px;
}
.ref-public-page .team-img {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.ref-public-page .team-img img {
  width: 100%;
  object-fit: contain;
}
.ref-public-page .join-us .grow-txt {
  margin-bottom: 16px;
}
.ref-public-page .join-us .comm-para {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 70%;
}
.ref-public-page .steps-box {
  width: 80%;
  margin: auto;
}
.ref-public-page .disclaimer-box {
  padding: 66px 0;
}
.ref-public-page .disclaimer-head {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
  opacity: 62%;
}
.ref-public-page .disclaimer-info p {
  font-size: 12px;
  line-height: 1.4;
  opacity: 56%;
}
.ref-public-page .disclaimer-info a {
  text-decoration: underline;
  color: #000;
}
.ref-public-page .head-right {
  display: flex;
  align-items: center;
}
.ref-public-page .language-selector {
  border-radius: 888px;
  overflow: hidden;
}
.ref-public-page .language-selector:hover {
  overflow: visible;
}
.ref-public-page .language-selector:hover .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  transform: rotate(0deg);
}
.ref-public-page .language-selector:hover .wpml-ls-legacy-dropdown > ul > li:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}
.ref-public-page .language-selector:hover .wpml-ls-legacy-dropdown > ul > li > ul {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.ref-public-page .language-selector .wpml-ls-legacy-dropdown a:focus,
.ref-public-page .language-selector .wpml-ls-legacy-dropdown a:hover {
  background: #fff;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.ref-public-page .language-selector .wpml-ls-legacy-dropdown a {
  border: none;
}
.ref-public-page .language-selector .wpml-ls-flag {
  border-radius: 50%;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown {
  width: 100%;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown a {
  padding: 18px 40px 18px 18px;
  display: flex;
  align-items: center;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:last-child {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\e904";
  font-family: "icomoon" !important;
  font-size: 10px;
  border: none;
  top: 20px;
  right: 16px;
  transform: rotate(180deg);
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-public-page .language-selector .wpml-ls-display {
  display: none;
}
.ref-public-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.ref-public-page #header.addlang {
  top: -75px !important;
}
.ref-public-page .hide-selector {
  display: none;
}
.ref-public-page .error-wrap {
  max-width: 366px;
  margin: 0 auto;
  margin-top: calc(160px + var(--header-height));
  text-align: center;
}
.ref-public-page .error-wrap .comm-small-para {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ref-public-page .error-wrap .comm-para {
  margin-bottom: 70px;
}
.ref-public-page .error-wrap .button {
  margin-bottom: 140px;
}
.ref-public-page .error-img {
  height: 252px;
  width: 360px;
}
.ref-public-page .error-img img {
  object-fit: contain;
}
.ref-public-page .error-txt {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -3px;
  margin-bottom: 16px;
  color: #000;
}
.ref-public-page .comm-para {
  font-size: 22px;
  line-height: 1.3;
  color: #000000;
}
.ref-public-page .comm-small-para {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.ref-public-page .comm-sec-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #000000;
}
.ref-public-page .comm-sub-head {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}
.ref-public-page .comm-card-sub-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 44px;
  color: #000000;
}
.ref-public-page .terms-content .update {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.ref-public-page .comm-card-head {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -2px;
  margin-bottom: 34px;
  color: #000000;
}
.ref-public-page .comm-card-para {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #000000;
}
.ref-public-page .comm-big-para {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #000000;
}
.ref-public-page .learn {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.ref-public-page .comm-shortWord {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 22px;
}
.ref-public-page .comm-subLine {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #000000;
  line-height: 128.5%;
}
.ref-public-page .comm-list {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  list-style: disc;
  margin-left: 25px;
}
.ref-public-page .comm-subHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1.2px;
  color: #000000;
  line-height: 1.3;
}
.ref-public-page .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .ref-public-page .comm-card-head {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .ref-public-page .comm-sec-head {
    font-size: 32px;
  }
  .ref-public-page .grow-txt {
    font-size: 32px;
  }
  .ref-public-page .comm-smart-wallet.black .comm-sec-head,
  .ref-public-page .comm-subHead p {
    font-size: 28px;
  }
  .ref-public-page .terms-content .update,
  .ref-public-page .condition-box p,
  .ref-public-page .acc-head p {
    font-size: 20px;
  }
  .ref-public-page .acc-content p {
    font-size: 16px;
  }
  .ref-public-page .easy-access-box .easy-access-text {
    font-size: 20px;
  }
  .ref-public-page .comm-small-para,
  .ref-public-page .comm-para {
    font-size: 18px;
  }
  .ref-public-page .head-card .listview li {
    font-size: 15px;
  }
  .ref-public-page .joining-card h3 {
    font-size: 64px;
  }
  .ref-public-page .comm-big-para {
    font-size: 28px;
  }
}
@media all and (max-width: 640px) {
  .ref-public-page .acc-head p {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .ref-public-page .comm-card-head {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .ref-public-page .comm-sec-head {
    font-size: 28px;
  }
  .ref-public-page .comm-smart-wallet.black .comm-sec-head,
  .ref-public-page .comm-subHead p {
    font-size: 24px;
  }
  .ref-public-page .terms-content .update,
  .ref-public-page .condition-box p,
  .ref-public-page .acc-head p {
    font-size: 18px;
  }
  .ref-public-page .comm-small-para,
  .ref-public-page .acc-content p,
  .ref-public-page .comm-para {
    font-size: 16px;
  }
  .ref-public-page .head-card .listview li {
    font-size: 14px;
  }
  .ref-public-page .joining-card h3 {
    font-size: 58px;
  }
  .ref-public-page .grow-txt {
    font-size: 30px;
  }
}
@media all and (max-width: 1600px) {
  .ref-public-page .header-container {
    padding-top: 50px;
  }
  .ref-public-page .banner-txt,
  .ref-public-page .learn-more {
    margin-right: 140px;
  }
  .ref-public-page .smartsaver-calc {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 550px;
    background: #fff;
    right: 20%;
    padding: 48px;
  }
}
@media all and (max-width: 1440px) {
  .ref-public-page .banner-txt,
  .ref-public-page .learn-more {
    margin-right: 80px;
  }
  .ref-public-page .banner-head {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .ref-public-page .banner-txt .check-wrap {
    margin-bottom: 40px;
  }
  .ref-public-page .learn-more {
    bottom: 40px;
  }
  .ref-public-page .smartsaver-calc {
    width: 500px;
    right: 20%;
    padding: 40px;
  }
  .ref-public-page .calc-top h3 {
    font-size: 60px;
  }
  .ref-public-page .calc-top,
  .ref-public-page .calc-range-slider {
    margin-bottom: 28px;
  }
  .ref-public-page .calc-txt {
    margin-top: 28px;
  }
  .ref-public-page .cookie-wrap {
    padding: 24px;
    width: 500px;
  }
  .ref-public-page .cookie-image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .ref-public-page .cookie-button-wrap {
    margin-left: 140px;
  }
}
@media all and (max-width: 1366px) {
  .ref-public-page {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-public-page .header-container {
    padding: 0 60px;
    padding-top: 40px;
  }
  .ref-public-page .home-banner {
    min-height: 100vh;
  }
  .ref-public-page .banner-txt,
  .ref-public-page .learn-more {
    margin-right: 40px;
  }
  .ref-public-page .banner-head {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .ref-public-page .learn-more {
    bottom: 20px;
  }
  .ref-public-page .credit-swiper-sec {
    padding: 140px 0 100px;
  }
  .ref-public-page .smartsaver-calc {
    right: 14%;
  }
  .ref-public-page .calc-top {
    margin-bottom: 20px;
  }
  .ref-public-page .calc-txt {
    margin-top: 20px;
  }
  .ref-public-page .calc-top h3 {
    font-size: 60px;
  }
  .ref-public-page .pt-01 {
    padding-top: 100px;
  }
  .ref-public-page .comm-spacing-section,
  .ref-public-page .comm-spacing-section-01 {
    margin: 64px 0 135px;
  }
  .ref-public-page .track-card-sec {
    margin-bottom: 42px;
  }
  .ref-public-page .money-wrap {
    padding: 100px 68px;
    margin-bottom: 150px;
  }
  .ref-public-page .money-wrap .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-public-page .accordian-sec {
    padding-top: 42px;
    margin-bottom: 75px;
  }
  .ref-public-page .condition-box {
    margin: 100px 0;
  }
  .ref-public-page .terms-content {
    margin-top: 200px;
  }
  .ref-public-page .easy-access {
    margin-bottom: 175px;
  }
  .ref-public-page .one-click-sec {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .ref-public-page .welcome-sec .comm-sec-head {
    margin-bottom: 48px;
  }
  .ref-public-page .welcome-card .comm-sec-head {
    margin-bottom: 0;
  }
  .ref-public-page .team-img {
    margin-bottom: 0;
  }
  .ref-public-page .we-recognise-sec {
    margin-bottom: 100px;
  }
  .ref-public-page .error-wrap .comm-small-para {
    margin-bottom: 20px;
  }
  .ref-public-page .error-wrap .comm-para {
    margin-bottom: 30px;
  }
  .ref-public-page .error-wrap {
    margin-top: calc(50px + var(--header-height));
  }
  .ref-public-page .error-wrap .button {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .ref-public-page .banner-txt {
    max-width: 433px;
  }
  .ref-public-page .learn-more {
    min-width: 433px;
  }
  .ref-public-page .banner-txt .button-wrap a {
    margin-right: 8px;
  }
  .ref-public-page .header-list li {
    padding: 0px 16px;
  }
  .ref-public-page .credit-image {
    height: 260px;
    width: 210px;
  }
  .ref-public-page .smartsaver-calc {
    right: 5%;
  }
  .ref-public-page .smartsaver-calc {
    max-width: 510px;
  }
  .ref-public-page .cookie-wrap {
    padding: 20px;
  }
  .ref-public-page .cookie-image {
    width: 100px;
    height: 100px;
  }
  .ref-public-page .cookie-button-wrap {
    margin-left: 120px;
  }
  .ref-public-page .easy-step-bg {
    margin-bottom: 60px;
  }
  .ref-public-page .easy-step-bg:hover {
    width: 240px;
    height: 248px;
  }
  .ref-public-page .easy-step-bg:hover img {
    transform: none;
    top: 50px;
  }
}
@media all and (max-width: 1100px) {
  .ref-public-page .header-container {
    padding: 0 44px;
    padding-top: 36px;
  }
  .ref-public-page .check-wrap li {
    margin-bottom: 16px;
  }
  .ref-public-page .logo {
    margin-right: 20px;
  }
  .ref-public-page .banner-txt,
  .ref-public-page .learn-more {
    margin-right: 30px;
  }
  .ref-public-page .smartsaver-calc {
    right: 3%;
  }
}
@media all and (max-width: 1025px) {
  .ref-public-page .smart-wallet-img {
    width: 230px;
    height: 230px;
  }
  .ref-public-page .pt-01 {
    padding-top: 87px;
  }
  .ref-public-page .track-card-sec {
    margin-bottom: 38px;
  }
  .ref-public-page .comm-spacing-section,
  .ref-public-page .comm-spacing-section-01 {
    margin: 57px 0 90px;
  }
  .ref-public-page .comm-head-card .comm-para {
    margin-bottom: 22px;
  }
  .ref-public-page .footer {
    padding: 80px 0 42px;
  }
  .ref-public-page .button {
    padding: 0 30px;
  }
  .ref-public-page .head-card,
  .ref-public-page .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-public-page .joining-card .joinig-card-img {
    width: 100%;
    height: 200px;
  }
  .ref-public-page .money-wrap {
    padding: 75px 45px;
    margin-bottom: 100px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head,
  .ref-public-page .joining-sec .head-text {
    margin-bottom: 60px;
  }
  .ref-public-page .joining-sec .head-text .comm-sec-head {
    margin-bottom: 26px;
  }
  .ref-public-page .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-public-page .condition-box {
    margin: 50px 0;
  }
  .ref-public-page .terms-content .grow-txt {
    margin-bottom: 18px;
  }
  .ref-public-page .terms-content {
    margin-top: 170px;
  }
  .ref-public-page .easy-access {
    margin-bottom: 100px;
  }
  .ref-public-page .joining-sec {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 1024px) {
  .ref-public-page {
    /* a-css */
    /* a-css end */
  }
  .ref-public-page .header-container {
    padding: 0 40px;
    padding-top: 36px;
  }
  .ref-public-page .credit-swiper-sec .comm-sec-head {
    max-width: 600px;
  }
  .ref-public-page .smartsaver-calc {
    right: 2%;
  }
  .ref-public-page .welcom-card-img {
    width: 300px;
    height: 300px;
  }
  .ref-public-page .welcome-card {
    padding: 40px 36px;
    margin-bottom: 36px;
  }
  .ref-public-page .welcome-sec {
    margin-bottom: 90px;
  }
  .ref-public-page .profile-component .f-col {
    padding: 0 20px;
  }
  .ref-public-page .profile-info-card {
    padding: 42px 31px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 40px);
  }
  .ref-public-page .we-recognise-sec {
    margin-bottom: 60px;
  }
  .ref-public-page .team-img {
    height: auto;
  }
}
@media all and (max-width: 990px) {
  .ref-public-page {
    /* css changes */
    /* css changes end */
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-public-page :root {
    --input-height: 45px;
  }
  .ref-public-page .mob-view {
    display: flex;
  }
  .ref-public-page .logo-mob img {
    display: none;
  }
  .ref-public-page .logo-mob .mob-logo {
    display: block;
  }
  .ref-public-page .logo-mob .mob-logo img {
    display: block;
  }
  .ref-public-page .toggle-btn img {
    display: none;
  }
  .ref-public-page .toggle-btn .close {
    display: block;
  }
  .ref-public-page .toggle-btn .close img {
    display: block;
  }
  .ref-public-page .header-btn {
    display: none;
  }
  .ref-public-page .home-banner {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top: 100px;
  }
  .ref-public-page .learn-more {
    display: none;
  }
  .ref-public-page .banner-left {
    width: 100%;
  }
  .ref-public-page .banner-txt {
    margin: auto;
  }
  .ref-public-page .banner-right {
    height: 450px;
    width: 100%;
  }
  .ref-public-page .available-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ref-public-page .credit-swiper-sec {
    padding: 100px 0 60px;
  }
  .ref-public-page .borrow-text .comm-sec-head {
    margin-bottom: 24px;
  }
  .ref-public-page .borrow-wrap {
    padding: 68px 36px;
  }
  .ref-public-page .borrow-text {
    margin-top: 40px;
  }
  .ref-public-page .easy-step-wrap {
    padding: 160px 50px 94px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 46px;
  }
  .ref-public-page .easy-step-wrap {
    padding: 100px 50px;
  }
  .ref-public-page .easy-step-sec {
    margin-bottom: 0;
  }
  .ref-public-page .we-lend-component {
    width: 50%;
    margin: 15px 0;
  }
  .ref-public-page .we-lend-text {
    max-width: 200px;
    margin: auto;
  }
  .ref-public-page .take-me-info {
    padding: 36px 0;
    text-align: center;
  }
  .ref-public-page .grow-txt {
    font-size: 48px;
  }
  .ref-public-page .smartsaver-banner-right {
    display: none;
  }
  .ref-public-page .smartsaver-calc {
    position: static;
    max-width: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .ref-public-page .cookie-wrap {
    left: auto;
    right: 0;
  }
  .ref-public-page .money-left-img {
    max-width: 500px;
    margin: auto;
  }
  .ref-public-page .continue-wrap {
    visibility: visible;
  }
  .ref-public-page .take-me-info .comm-sub-head {
    color: #000;
  }
  .ref-public-page .swiper-btn-wrap {
    display: none;
  }
  .ref-public-page .credit-image {
    width: 100%;
  }
  .ref-public-page .credit-text {
    text-align: center;
    margin: auto;
  }
  .ref-public-page .credit-text p {
    font-size: 15px;
  }
  .ref-public-page .credit-text h3 {
    margin-bottom: 4px;
  }
  .ref-public-page .swiper-credit {
    overflow: visible;
  }
  .ref-public-page .swiper-credit .swiper-slide:hover .credit-image {
    transform: none;
  }
  .ref-public-page .swiper-credit .swiper-slide:hover .credit-text h3 {
    color: #000;
  }
  .ref-public-page .swiper-credit .swiper-slide:hover .credit-text p {
    opacity: 1;
  }
  .ref-public-page .swiper-credit .swiper-slide.swiper-slide-active .credit-image {
    transform: scale(1);
  }
  .ref-public-page .swiper-credit .swiper-slide.swiper-slide-active .credit-text h3 {
    color: #000;
  }
  .ref-public-page .swiper-credit .swiper-slide.swiper-slide-active .credit-text p {
    opacity: 1;
  }
  .ref-public-page .money-wrap {
    text-align: center;
  }
  .ref-public-page .money-wrap .money-right {
    margin: 28px auto 0;
  }
  .ref-public-page #header.black-header {
    background: #000;
  }
  .ref-public-page #header.black-header .black-menu {
    display: none;
  }
  .ref-public-page #header.black-header.fixHeader {
    background: #fff;
  }
  .ref-public-page #header.black-header.fixHeader .black-menu {
    display: block;
  }
  .ref-public-page #header.black-header.fixHeader .white-menu {
    display: none;
  }
  .ref-public-page .language-selector {
    display: none;
  }
  .ref-public-page .mob-selector {
    display: block;
  }
  .ref-public-page .language-selector .wpml-ls-legacy-dropdown a {
    padding: 10px 30px 10px 10px;
  }
  .ref-public-page .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 13px;
    right: 12px;
  }
}
@media all and (max-width: 768px) {
  .ref-public-page {
    /* n-css */
    /*  .head-card {
      .learn-wrap {
        flex-direction: column;
        width: 100%;
        margin-top: 28px;

        .button {
          width: 100%;
        }

        .learn {
          margin-top: 25px;
        }
      }
    } */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-public-page .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ref-public-page .borrow-sec {
    margin-bottom: 0;
  }
  .ref-public-page .info-card .comm-smart-wallet {
    margin-bottom: 60px;
    height: 100%;
  }
  .ref-public-page .easy-step-sec {
    background: #fff;
  }
  .ref-public-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-public-page .accordian-sec {
    padding: 60px 16px 0;
  }
  .ref-public-page .borrow-text {
    margin-left: 0px;
  }
  .ref-public-page .borrow-wrap .f-row {
    margin: auto;
  }
  .ref-public-page .borrow-img {
    max-width: 420px;
    margin: auto;
  }
  .ref-public-page .info-card .f-row {
    margin: auto;
  }
  .ref-public-page .info-card .comm-smart-wallet {
    margin-bottom: 0px;
  }
  .ref-public-page .info-card-sec {
    margin-bottom: 0px;
  }
  .ref-public-page .trustcard-wrap .f-row {
    margin: auto;
  }
  .ref-public-page .we-lend-sec {
    margin-bottom: 0px;
  }
  .ref-public-page .trustcard-wrap .comm-sec-head {
    margin: 40px 0;
  }
  .ref-public-page .grow-txt {
    margin-bottom: 20px;
  }
  .ref-public-page .comm-spacing-section .f-row,
  .ref-public-page .comm-spacing-section-01 .f-row,
  .ref-public-page .trackcard-wrap .f-row,
  .ref-public-page .welcome-sec .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-public-page .swiperCredit {
    margin-bottom: 21px;
  }
  .ref-public-page .f-col {
    padding: 0 0px;
  }
  .ref-public-page .comm-spacing-section-01 .f-col,
  .ref-public-page .joining-card-wrap .f-col,
  .ref-public-page .comm-spacing-section .f-col,
  .ref-public-page .trackcard-wrap .f-col {
    padding: 0 0px;
  }
  .ref-public-page .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-public-page .joining-card,
  .ref-public-page .head-card {
    padding: 32px 32px;
  }
  .ref-public-page .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-public-page .comm-greybg {
    padding: 54px 28px;
  }
  .ref-public-page .joining-card {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .ref-public-page .comm-smart-wallet {
    height: calc(100% - 0px);
  }
  .ref-public-page .pt-01 {
    padding-top: 57px;
  }
  .ref-public-page .comm-spacing-section,
  .ref-public-page .comm-spacing-section-01 {
    margin: 57px 0 0px;
  }
  .ref-public-page .easy-access {
    margin-bottom: 0;
  }
  .ref-public-page .easy-step-sec {
    background: #fff;
    margin-bottom: 0px;
  }
  .ref-public-page .one-click-sec {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .ref-public-page .oneclick-text .comm-sec-head {
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
  }
  .ref-public-page .oneclick-text .comm-sec-head:first-child {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .ref-public-page .welcome-card {
    display: block;
    margin-bottom: 0;
  }
  .ref-public-page .welcome-card .comm-sec-head {
    text-align: center;
    font-size: 28px;
  }
  .ref-public-page .welcom-card-img {
    margin: 0 auto;
    margin-bottom: 38px;
  }
  .ref-public-page .welcome-sec {
    margin-bottom: 34px;
  }
  .ref-public-page .profile-sec {
    margin-bottom: 50px;
  }
  .ref-public-page .we-lend-text {
    display: none;
  }
  .ref-public-page .we-lend-img-wrap {
    margin-bottom: 4px;
  }
  .ref-public-page .we-regulate-sec {
    margin-bottom: 0px;
  }
  .ref-public-page .join-us .comm-para {
    margin-bottom: 50px;
  }
  .ref-public-page .grow-txt br {
    display: none;
  }
  .ref-public-page .profile-card-img {
    margin-bottom: 38px;
  }
  .ref-public-page .we-regulate-sec .a-snow {
    background: #fff;
  }
  .ref-public-page .we-recognise-sec .we-lend-info {
    padding: 54px 36px;
  }
  .ref-public-page .disclaimer-box {
    padding: 40px 36px;
  }
  .ref-public-page .disclaimer-head,
  .ref-public-page .disclaimer-info p {
    opacity: 100%;
  }
}
@media all and (max-width: 640px) {
  .ref-public-page {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-public-page .comm-section {
    padding: 24px 0;
  }
  .ref-public-page .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-public-page .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-public-page .we-lend-component {
    padding: 0 14px;
  }
  .ref-public-page .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-public-page .cookie-wrap {
    width: 100%;
  }
  .ref-public-page .cookie-txt h4 {
    font-size: 24px;
  }
  .ref-public-page .cookie-txt a {
    font-size: 14px;
  }
  .ref-public-page .banner-txt {
    margin-right: auto;
    margin-left: 36px;
  }
  .ref-public-page .head-text {
    padding: 0 36px;
  }
  .ref-public-page .easy-swiper .easy-step-bg {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 60px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .ref-public-page .easy-swiper .swiper-slide-active .easy-step-bg {
    background: #e6eeff;
  }
  .ref-public-page .steps-box {
    width: 100%;
  }
  .ref-public-page .trustcard-wrap .comm-sec-head {
    margin: 24px 0;
  }
  .ref-public-page .cookie-wrap {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .ref-public-page .cookie-links {
    display: none;
  }
  .ref-public-page .cookie-txt {
    max-width: 100%;
  }
  .ref-public-page .accordian-sec {
    margin-bottom: 0px;
  }
  .ref-public-page .track-card-sec.pt-01 {
    padding-top: 0;
  }
  .ref-public-page .head-card-img {
    width: 155px;
    margin: 8px auto 18px;
  }
  .ref-public-page .head-card {
    padding: 38px 32px;
  }
  .ref-public-page .comm-greybg {
    padding: 54px 36px;
    margin: 0px 0;
  }
  .ref-public-page .track-img,
  .ref-public-page .comm-sec-head {
    margin-bottom: 28px;
  }
  .ref-public-page .comm-smart-wallet {
    padding: 54px 36px;
  }
  .ref-public-page .smart-wallet-img {
    width: 300px;
    height: 300px;
  }
  .ref-public-page .track-img {
    width: 350px;
    height: 230px;
  }
  .ref-public-page .comm-smart-wallet .button {
    width: auto;
  }
  .ref-public-page .head-card .learn-wrap .button {
    width: auto;
  }
  .ref-public-page .head-card .learn-wrap {
    flex-direction: row;
    width: 100%;
    margin-top: 28px;
  }
  .ref-public-page .foo-navigation {
    display: none;
  }
  .ref-public-page .footer {
    padding: 65px 0 36px;
  }
  .ref-public-page .logo-sec {
    text-align: center;
    padding: 0 48px;
  }
  .ref-public-page .footer .logo-sec .img-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ref-public-page .copyright {
    text-align: center;
    margin-top: 31px;
  }
  .ref-public-page .track-card-sec {
    margin-bottom: 28px;
  }
  .ref-public-page .accordian-sec .comm-sec-head {
    margin-bottom: 57px;
  }
  .ref-public-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-public-page .easy-step-bg {
    background: #e6eeff;
  }
  .ref-public-page .easy-step-wrap {
    padding: 94px 0 94px;
  }
  .ref-public-page .joining-sec {
    margin-bottom: 97px;
  }
  .ref-public-page .joining-card-wrap {
    margin-bottom: 32px;
  }
  .ref-public-page .easy-access {
    margin-bottom: 0px;
  }
  .ref-public-page .easy-access .container {
    padding: 0 0;
  }
  .ref-public-page .easy-access .easy-access-box {
    margin-bottom: 0;
    padding: 54px 36px;
  }
  .ref-public-page .money-wrap {
    padding: 54px 36px;
    background: var(--a-snow);
    margin-bottom: 46px;
  }
  .ref-public-page .joining-sec .head-text .comm-sec-head {
    margin-bottom: 19px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head,
  .ref-public-page .joining-sec .head-text {
    margin-bottom: 46px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-public-page .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-public-page .grow-sec {
    margin-bottom: 0px;
  }
  .ref-public-page .grow-wrap .button.line {
    margin-bottom: 24px;
  }
  .ref-public-page .profile-info-card {
    padding: 42px 36px;
    text-align: center;
    margin-bottom: 0;
    height: 100%;
  }
  .ref-public-page .profile-info {
    margin-bottom: 50px;
  }
  .ref-public-page .profile-button-wrap .button {
    width: 100%;
  }
  .ref-public-page .profile-sec {
    margin-bottom: 0;
  }
  .ref-public-page .team-img {
    margin-bottom: 0px;
  }
  .ref-public-page .we-recognise-sec {
    margin-bottom: 0;
  }
  .ref-public-page .profile-info-card .comm-card-sub-head {
    margin: 0 auto;
    margin-bottom: 0;
    width: 70%;
  }
  .ref-public-page .join-us .comm-para {
    margin-bottom: 30px;
    width: 100%;
  }
  .ref-public-page .grow-wrap {
    padding: 45px 36px;
  }
  .ref-public-page .grow-wrap .button {
    width: 100%;
  }
  .ref-public-page .profile-button-wrap {
    padding: 0 36px;
    margin-top: 50px;
  }
  .ref-public-page .profile-sec .comm-sec-head {
    margin-bottom: 34px;
  }
  .ref-public-page .team-img img {
    object-fit: cover;
  }
}
@media all and (max-width: 576px) {
  .ref-public-page {
    /* css changes */
    /* css changes end */
    /* a-css */
    /* a-css end */
  }
  .ref-public-page .banner-head {
    font-size: 40px;
  }
  .ref-public-page .money-wrap .comm-sec-head {
    margin-bottom: 14px;
  }
  .ref-public-page .money-wrap .comm-para {
    margin-bottom: 14px;
  }
  .ref-public-page .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-public-page .check-wrap li {
    margin-bottom: 12px;
  }
  .ref-public-page .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-public-page .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-public-page .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-public-page .banner-txt {
    max-width: 400px;
    padding-left: 36px;
    padding-right: 36px;
    margin-left: 0;
  }
  .ref-public-page .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-public-page .banner-right {
    height: 360px;
  }
  .ref-public-page .comm-sub-head {
    font-size: 32px;
  }
  .ref-public-page .grow-txt {
    font-size: 36px;
  }
  .ref-public-page .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-public-page .head-text .comm-subHead {
    padding: 0 36px;
  }
  .ref-public-page .comm-section {
    padding: 24px 0;
  }
  .ref-public-page .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-public-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-public-page .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-public-page .we-lend-component {
    padding: 0 14px;
  }
  .ref-public-page .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-public-page .cookie-wrap {
    width: 100%;
  }
  .ref-public-page .cookie-txt h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .ref-public-page .cookie-txt a {
    font-size: 14px;
  }
  .ref-public-page .swiperCredit-btn {
    width: 100%;
  }
  .ref-public-page .swiperCredit-btn .button {
    width: 100%;
  }
  .ref-public-page .take-me-img {
    width: 64px;
    height: 64px;
  }
  .ref-public-page .calc-top h3 {
    font-size: 53px;
  }
  .ref-public-page .smartsaver-calc {
    height: auto;
  }
  .ref-public-page .slider,
  .ref-public-page .incl-range {
    height: 15px;
  }
  .ref-public-page .slider::-webkit-slider-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-public-page .slider::-moz-range-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-public-page .calc-top {
    margin-bottom: 24px;
  }
  .ref-public-page .easy-access-box i {
    font-size: 30px;
    margin-right: 20px;
  }
  .ref-public-page .calc-range-slider {
    margin-bottom: 30px;
  }
  .ref-public-page .banner-head {
    font-size: 40px;
  }
  .ref-public-page .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-public-page .check-wrap li {
    margin-bottom: 10px;
  }
  .ref-public-page .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-public-page .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-public-page .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-public-page .banner-txt {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .ref-public-page .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-public-page .banner-right {
    height: 360px;
  }
  .ref-public-page .comm-sub-head {
    font-size: 32px;
  }
  .ref-public-page .grow-txt {
    font-size: 36px;
  }
  .ref-public-page .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-public-page .grow-txt {
    margin-bottom: 12px;
  }
  .ref-public-page .cookie-button-wrap {
    margin-left: 0;
  }
  .ref-public-page .banner-left.black .button {
    width: 100%;
  }
  .ref-public-page .welcome-wallet-img {
    width: 160px;
    height: auto;
  }
  .ref-public-page .profile-card-img {
    height: 140px;
  }
  .ref-public-page .error-img {
    height: 200px;
    width: 300px;
    margin: 0 auto;
  }
  .ref-public-page .error-txt {
    font-size: 50px;
  }
}
@media all and (max-width: 480px) {
  .ref-public-page {
    /* n-css */
    /* n-css end */
  }
  .ref-public-page .banner-right {
    height: 300px;
  }
  .ref-public-page .track-img {
    width: 100%;
    height: 184px;
  }
  .ref-public-page .credit-image {
    width: 100%;
    height: 332px;
  }
  .ref-public-page .credit-text {
    text-align: center;
    max-width: 100%;
  }
  .ref-public-page .credit-swiper-sec {
    padding: 57px 0 40px;
  }
  .ref-public-page .borrow-text {
    margin-top: 28px;
  }
  .ref-public-page .borrow-wrap {
    padding: 54px 36px;
  }
  .ref-public-page .we-lend-img {
    width: 105px;
    height: 80px;
    margin: 0 auto;
  }
  .ref-public-page .take-me-info {
    padding: 24px 0;
    text-align: center;
  }
  .ref-public-page .take-me-info .comm-sub-head {
    margin-bottom: 16px;
  }
  .ref-public-page .take-me-wrap {
    margin-bottom: 16px;
  }
  .ref-public-page .joining-sec .button-wrap {
    padding: 0 36px;
  }
  .ref-public-page .smartsaver-calc {
    /* css changes */
    padding: 32px 36px;
    /* css changes end */
  }
  .ref-public-page .smartsaver-calc .button {
    width: 100%;
  }
  .ref-public-page .take-me-sec .button {
    width: 100%;
  }
  .ref-public-page .continue-wrap {
    display: none;
  }
  .ref-public-page .head-card {
    align-items: center;
  }
  .ref-public-page .head-card .comm-card-head,
  .ref-public-page .head-card .comm-shortWord {
    text-align: center;
  }
  .ref-public-page .head-card .learn-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 28px;
  }
  .ref-public-page .head-card .learn-wrap .button {
    width: 100%;
  }
  .ref-public-page .head-card .learn-wrap .learn {
    margin-top: 25px;
  }
  .ref-public-page .money-right .button,
  .ref-public-page .joining-sec .button,
  .ref-public-page .easy-step-wrap .button,
  .ref-public-page .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-public-page .track-img {
    width: 100%;
    height: 230px;
  }
  .ref-public-page .b-none br {
    display: none;
  }
  .ref-public-page .smart-wallet-img {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  .ref-public-page .banner-right {
    height: 280px;
  }
  .ref-public-page .error-wrap .button {
    display: flex;
  }
}
@media all and (max-width: 360px) {
  .ref-public-page .smart-wallet-img {
    width: 210px;
    height: 210px;
  }
}
@media all and (max-height: 750px) {
  .ref-public-page .header-container {
    padding-top: 20px;
  }
}
.ref-public-page .banner-head {
  font-size: 48px;
  margin-bottom: 28px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -3px;
  max-width: 440px;
  font-family: "Avenir";
}
.ref-public-page .banner-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-public-page .mb0 {
  margin-bottom: 0px !important;
}
.ref-public-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-public-page .check-wrap li {
  display: inline-flex;
  margin-bottom: 12px;
  list-style: none;
  align-items: flex-start;
}
.ref-public-page .check-wrap li i {
  font-size: 26px;
  margin-right: 12px;
}
.ref-public-page .check-wrap h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin: 0;
  max-width: 335px;
}
.ref-public-page .hiw {
  padding-top: 140px;
  padding-bottom: 200px;
}
.ref-public-page .hiw-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 122.6%;
  letter-spacing: -2px;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
.ref-public-page .hiw-content {
  max-width: 1070px;
  margin: auto;
  width: 100%;
}
.ref-public-page .terms-link {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.01em;
  margin-top: 40px;
  color: #000000;
  text-decoration: none;
}
.ref-public-page .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ref-public-page .card .title {
  font-size: 40px;
  line-height: 122.6%;
  letter-spacing: -1.2px;
  max-width: 400px;
}
.ref-public-page .card .description {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  max-width: 400px;
}
.ref-public-page .sharing-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 122.6%;
  letter-spacing: -3px;
}
.ref-public-page .mobile-show {
  display: none;
}
@media (max-width: 1025px) {
  .ref-public-page .hiw-inline {
    flex-direction: column;
  }
  .ref-public-page .hiw-inline img {
    max-width: 303px;
    margin: auto;
  }
  .ref-public-page .hiw-title {
    margin-bottom: 34px;
  }
  .ref-public-page .hiw-content {
    max-width: 433px;
    margin: auto;
    padding-left: 37px;
    padding-right: 37px;
  }
  .ref-public-page .hiw-content .gap-44 {
    gap: unset;
  }
  .ref-public-page .hiw-content.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .ref-public-page .w-half svg {
    width: 100%;
  }
  .ref-public-page .cards-container {
    flex-direction: column;
  }
  .ref-public-page .cards-container .card {
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
  }
  .ref-public-page .cards-container .card svg {
    height: 220px !important;
    margin-bottom: 24px;
    margin-top: 54px;
  }
  .ref-public-page .cards-container .card .title {
    margin-top: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 122.6%;
  }
  .ref-public-page .cards-container .card .title.mt-28 {
    max-width: 150px;
  }
  .ref-public-page .cards-container .card .text-blue-800 {
    font-weight: 400;
    font-size: 28px;
    line-height: 122.6%;
    margin-top: 28px;
  }
  .ref-public-page .cards-container .card .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 52px;
  }
  .ref-public-page .ml-70 {
    margin-left: 0 !important;
  }
  .ref-public-page .home-banner {
    padding-top: 20px;
    min-height: unset !important;
    height: unset !important;
  }
  .ref-public-page .button.line {
    width: 100%;
  }
  .ref-public-page .button.white {
    width: 100%;
  }
  .ref-public-page .banner-txt {
    padding-left: 37px;
    padding-right: 37px;
  }
  .ref-public-page .pt-190 {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 124px !important;
    padding-bottom: 139px !important;
  }
  .ref-public-page .sharing-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 122.6%;
    letter-spacing: -1.4px;
  }
  .ref-public-page .pb-190 .line {
    margin-bottom: 24px !important;
  }
  .ref-public-page .mobile-show {
    display: block;
  }
  .ref-public-page .check-wrap {
    margin-bottom: 135px !important;
  }
  .ref-public-page .hiw {
    padding-top: 82px;
  }
  .ref-public-page .bottom-invite-img {
    height: 280px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/referral-page/image 78.jpg");
  }
}

@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?fu33g1");
  src: url("./fonts/icomoon.eot?fu33g1#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?fu33g1") format("truetype"), url("./fonts/icomoon.woff?fu33g1") format("woff"), url("./fonts/icomoon.svg?fu33g1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.referral [class^=icon-],
.referral [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.referral .icon-lang-arrow:before {
  content: "\e904";
}
.referral .icon-arrow-down:before {
  content: "\e900";
}
.referral .icon-arrow-right:before {
  content: "\e901";
}
.referral .icon-chat:before {
  content: "\e902";
}
.referral .icon-circle-check:before {
  content: "\e903";
}
.referral .home-banner {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  position: relative;
}
.referral .sky-blue {
  background: #E6EEFF;
}
.referral .banner-right {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.referral .button {
  padding: 0px 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #E6FFFB;
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  height: 60px;
  border: 1px solid #E6FFFB;
}
.referral .button.blue {
  background: #E6EEFF;
  border: 1px solid #E6EEFF;
}
.referral .button.blue:hover {
  color: #E6EEFF;
  background: #000;
}
.referral .button.blue:hover svg {
  color: #E6EEFF !important;
}
.referral .button.line {
  color: #E6FFFB;
  border: 1px solid #000;
  background: #000;
}
.referral .button.line:hover {
  color: #000;
  background: #E6FFFB;
}
.referral .button.white {
  color: black;
  background-color: #F3F3EC;
}
.referral .button.white:hover {
  color: black;
}
.referral .hiw-list .list-item {
  display: inline-flex;
}
.referral .hiw-list .list-text {
  margin-left: 36px;
}
.referral .hiw-list .list-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 122.6%;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 17px;
}
.referral .hiw-list .list-descr {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.referral .learn-more {
  position: absolute;
  bottom: 10%;
}
.referral .learn-more a {
  text-decoration: none;
}
.referral .learn-more a:hover {
  text-decoration: none;
}
.referral .learn-more-div {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  color: #000000;
}
.referral .learn-more-div:hover {
  text-decoration: none;
  color: #000000;
}
.referral .ss-input {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 148%;
  border: 1px solid #000000;
  width: 100%;
  padding: 12px 16px 12px 12px;
  outline: none;
}
.referral .m-auto {
  margin: auto;
}
.referral .mt-8 {
  margin-top: 8px;
}
.referral .mt-16 {
  margin-top: 16px;
}
.referral .mt-24 {
  margin-top: 24px;
}
.referral .mt-28 {
  margin-top: 28px;
}
.referral .mt-38 {
  margin-top: 38px;
}
.referral .mt-50 {
  margin-top: 50px;
}
.referral .mt-75 {
  margin-top: 75px;
}
.referral .mb-12 {
  margin-bottom: 12px;
}
.referral .mb-32 {
  margin-bottom: 32px;
}
.referral .mb-40 {
  margin-bottom: 40px;
}
.referral .mb-48 {
  margin-bottom: 48px;
}
.referral .ml-70 {
  margin-left: 70px;
}
.referral .text-bold {
  font-weight: bold;
}
.referral .pt-190 {
  padding-top: 190px;
}
.referral .pb-190 {
  padding-bottom: 190px;
}
.referral .pb-320 {
  padding-bottom: 320px;
}
.referral .bg-black {
  background-color: #000000;
}
.referral .bg-white {
  background-color: white;
}
.referral .bg-blue-800 {
  background-color: #E6EEFF;
}
.referral .text-white {
  color: white;
}
.referral .text-black {
  color: black;
}
.referral .text-blue-800 {
  color: #E6EEFF;
}
.referral .mt-100 {
  margin-top: 100px;
}
.referral .w-full {
  width: 100%;
}
.referral .flex {
  display: flex;
}
.referral .flex-column {
  flex-direction: column;
}
.referral .gap-44 {
  gap: 44px;
}
.referral .gap-14 {
  gap: 14px;
}
.referral .h-half {
  height: 50%;
}
.referral .justify-center {
  justify-content: center;
}
.referral .justify-between {
  justify-content: space-between;
}
.referral .position-absolute {
  position: absolute;
}
.referral .position-relative {
  position: relative;
}
.referral .bottom-5 {
  bottom: 5%;
}
.referral .inline-flex {
  display: inline-flex;
}
.referral .align-center {
  align-items: center;
}

.ref-private-page {
  /*==========================================================================
  => Common
  ==========================================================================*/
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /*==========================================================================
  => Custom Grid
  ==========================================================================*/
  /* Grid */
  /* Width */
  /* Margin */
  /*==========================================================================
  => Global Styles
  ========================================================================== */
  /*==========================================================================
  => buttons
  ========================================================================== */
  /*==========================================================================
  => Form Elements
  ========================================================================== */
  /* Password View */
  /* Password View end */
  /* date Picker */
  /* date Picker end */
  /* Select */
  /* // Select */
  /* Placeholder */
  /*==========================================================================
  => Radio Small
  ========================================================================== */
  /* // Radio Box */
  /*==========================================================================
  => Checkbox Small
  ========================================================================== */
  /* // Checkbox */
  /* checkbox 2 */
  /* checkbox 2 end */
  /* checkbox 3 */
  /* checkbox 3 end */
  /* checkbox 4 */
  /* checkbox 4 end */
  /* checkbox 5 */
  /* checkbox 5 end */
  /*==========================================================================
  => Tooltip
  ========================================================================== */
  /* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
  /* Arrow */
  /*==========================================================================
  => Modal
  ==========================================================================*/
  /* Swiper Slider */
  /* content page */
  /* content page end */
  /* Dream info Starts */
  /* Element */
  /* side menu */
  /* header */
  /* side menu */
  /* header Ends */
  /* header end */
  /* n-css */
  /* --------------------------------------------------- */
  /* ======================================================================== */
  /* calculator */
  /* calculator end */
  /* css changes */
  /* css changes end */
  /* n-css end */
  /* a-css */
  /* a-css end */
  /* n-css */
  /* n-css end */
  /* n-css */
  /* n-css end */
}
.ref-private-page :root {
  --sidebarWidth: 430px;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  /* common end */
}
.ref-private-page * {
  padding: 0;
  margin: 0;
}
.ref-private-page :root {
  --l-green: #E6FFFB;
  --sky-blue: #E6EEFF;
  --a-snow: #F3F3EC;
  --blk: #000;
}
.ref-private-page input::-webkit-outer-spin-button,
.ref-private-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ref-private-page input[type=number] {
  -moz-appearance: textfield;
}
.ref-private-page .variable {
  margin-bottom: 30px;
}
.ref-private-page .variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.ref-private-page .variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
.ref-private-page .f-row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
.ref-private-page .f-col {
  padding: 0 20px;
}
.ref-private-page .f-10 .f-col {
  width: 10%;
}
.ref-private-page .f-9 .f-col {
  width: 11.11111111%;
}
.ref-private-page .f-8 .f-col {
  width: 12.5%;
}
.ref-private-page .f-7 .f-col {
  width: 14.28571429%;
}
.ref-private-page .f-6 .f-col {
  width: 16.66666667%;
}
.ref-private-page .f-5 .f-col {
  width: 20%;
}
.ref-private-page .f-4 .f-col {
  width: 25%;
}
.ref-private-page .f-3 .f-col {
  width: 33.33333333%;
}
.ref-private-page .f-2 .f-col {
  width: 50%;
}
.ref-private-page .f-1 .f-col {
  width: 100%;
}
.ref-private-page .w100 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w95 {
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w90 {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w85 {
  width: 85%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w80 {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w75 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w70 {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w65 {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w60 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w55 {
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w50 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w45 {
  width: 45%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w40 {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w35 {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w30 {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w25 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w20 {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w15 {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w10 {
  width: 10%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w5 {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w33 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .w16 {
  width: 16.666666%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-private-page .mb-100 {
  margin-bottom: 100px;
}
.ref-private-page .mb-95 {
  margin-bottom: 95px;
}
.ref-private-page .mb-90 {
  margin-bottom: 90px;
}
.ref-private-page .mb-85 {
  margin-bottom: 85px;
}
.ref-private-page .mb-80 {
  margin-bottom: 80px;
}
.ref-private-page .mb-75 {
  margin-bottom: 75px;
}
.ref-private-page .mb-70 {
  margin-bottom: 70px;
}
.ref-private-page .mb-65 {
  margin-bottom: 65px;
}
.ref-private-page .mb-60 {
  margin-bottom: 60px;
}
.ref-private-page .mb-55 {
  margin-bottom: 55px;
}
.ref-private-page .mb-50 {
  margin-bottom: 50px;
}
.ref-private-page .mb-45 {
  margin-bottom: 45px;
}
.ref-private-page .mb-40 {
  margin-bottom: 40px;
}
.ref-private-page .mb-35 {
  margin-bottom: 35px;
}
.ref-private-page .mb-30 {
  margin-bottom: 30px;
}
.ref-private-page .mb-25 {
  margin-bottom: 25px;
}
.ref-private-page .mb-20 {
  margin-bottom: 20px;
}
.ref-private-page .mb-15 {
  margin-bottom: 15px;
}
.ref-private-page .mb-10 {
  margin-bottom: 10px;
}
.ref-private-page .mb-5 {
  margin-bottom: 5px;
}
.ref-private-page .mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .ref-private-page .w-1440-40 {
    width: 40%;
  }
  .ref-private-page .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .ref-private-page .f-1200-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-1200-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-1200-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-1200-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-1200-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-1200-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-1200-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-1200-33 {
    width: 33%;
  }
  .ref-private-page .w-1200-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-1200-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-1200-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-1200-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-1200-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-1200-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-1200-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-1200-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-1200-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-1200-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-1200-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-1200-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-1200-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-1200-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-1200-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-1200-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-1200-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-1200-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-1200-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-1200-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-1200-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .ref-private-page .f-990-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-990-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-990-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-990-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-990-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-990-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-990-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-990-33 {
    width: 33%;
  }
  .ref-private-page .w-990-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-990-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-990-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-990-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-990-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-990-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-990-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-990-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-990-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-990-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-990-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-990-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-990-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-990-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-990-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-990-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-990-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-990-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-990-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-990-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-990-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .ref-private-page .f-768-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-768-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-768-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-768-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-768-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-768-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-768-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-768-33 {
    width: 33%;
  }
  .ref-private-page .w-768-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-768-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-768-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-768-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-768-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-768-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-768-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-768-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-768-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-768-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-768-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-768-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-768-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-768-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-768-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-768-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-768-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-768-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-768-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-768-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-768-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .ref-private-page .f-640-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-640-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-640-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-640-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-640-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-640-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-640-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-640-33 {
    width: 33%;
  }
  .ref-private-page .w-640-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-640-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-640-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-640-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-640-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-640-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-640-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-640-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-640-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-640-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-640-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-640-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-640-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-640-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-640-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-640-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-640-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-640-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-640-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-640-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-640-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .ref-private-page .f-480-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-480-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-480-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-480-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-480-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-480-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-480-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-480-33 {
    width: 33%;
  }
  .ref-private-page .w-480-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-480-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-480-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-480-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-480-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-480-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-480-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-480-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-480-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-480-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-480-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-480-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-480-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-480-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-480-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-480-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-480-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-480-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-480-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-480-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-480-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .ref-private-page .f-400-10 .f-col {
    width: 10%;
  }
  .ref-private-page .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .ref-private-page .f-400-8 .f-col {
    width: 12.5%;
  }
  .ref-private-page .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .ref-private-page .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .ref-private-page .f-400-5 .f-col {
    width: 20%;
  }
  .ref-private-page .f-400-4 .f-col {
    width: 25%;
  }
  .ref-private-page .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .ref-private-page .f-400-2 .f-col {
    width: 50%;
  }
  .ref-private-page .f-400-1 .f-col {
    width: 100%;
  }
  .ref-private-page .w-400-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-private-page .w-400-33 {
    width: 33%;
  }
  .ref-private-page .w-400-16 {
    width: 16.666666%;
  }
  .ref-private-page .mb-400-100 {
    margin-bottom: 100px;
  }
  .ref-private-page .mb-400-95 {
    margin-bottom: 95px;
  }
  .ref-private-page .mb-400-90 {
    margin-bottom: 90px;
  }
  .ref-private-page .mb-400-85 {
    margin-bottom: 85px;
  }
  .ref-private-page .mb-400-80 {
    margin-bottom: 80px;
  }
  .ref-private-page .mb-400-75 {
    margin-bottom: 75px;
  }
  .ref-private-page .mb-400-70 {
    margin-bottom: 70px;
  }
  .ref-private-page .mb-400-65 {
    margin-bottom: 65px;
  }
  .ref-private-page .mb-400-60 {
    margin-bottom: 60px;
  }
  .ref-private-page .mb-400-55 {
    margin-bottom: 55px;
  }
  .ref-private-page .mb-400-50 {
    margin-bottom: 50px;
  }
  .ref-private-page .mb-400-45 {
    margin-bottom: 45px;
  }
  .ref-private-page .mb-400-40 {
    margin-bottom: 40px;
  }
  .ref-private-page .mb-400-35 {
    margin-bottom: 35px;
  }
  .ref-private-page .mb-400-30 {
    margin-bottom: 30px;
  }
  .ref-private-page .mb-400-25 {
    margin-bottom: 25px;
  }
  .ref-private-page .mb-400-20 {
    margin-bottom: 20px;
  }
  .ref-private-page .mb-400-15 {
    margin-bottom: 15px;
  }
  .ref-private-page .mb-400-10 {
    margin-bottom: 10px;
  }
  .ref-private-page .mb-400-5 {
    margin-bottom: 5px;
  }
  .ref-private-page .mb-400-0 {
    margin-bottom: 0px;
  }
}
.ref-private-page *,
.ref-private-page *:before,
.ref-private-page *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ref-private-page article,
.ref-private-page aside,
.ref-private-page details,
.ref-private-page figcaption,
.ref-private-page figure,
.ref-private-page footer,
.ref-private-page header,
.ref-private-page hgroup,
.ref-private-page main,
.ref-private-page nav,
.ref-private-page section,
.ref-private-page summary {
  display: block;
}
.ref-private-page audio,
.ref-private-page canvas,
.ref-private-page video {
  display: inline-block;
}
.ref-private-page audio:not([controls]) {
  display: none;
  height: 0;
}
.ref-private-page [hidden] {
  display: none;
}
.ref-private-page html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
.ref-private-page body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.ref-private-page abbr[title] {
  border-bottom: 1px dotted;
}
.ref-private-page b,
.ref-private-page strong {
  font-weight: bold;
}
.ref-private-page dfn {
  font-style: italic;
}
.ref-private-page hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.ref-private-page mark {
  background: #ff0;
  color: #000;
}
.ref-private-page code,
.ref-private-page kbd,
.ref-private-page pre,
.ref-private-page samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.ref-private-page pre {
  white-space: pre-wrap;
}
.ref-private-page small {
  font-size: 80%;
}
.ref-private-page sub,
.ref-private-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ref-private-page sup {
  top: -0.5em;
}
.ref-private-page sub {
  bottom: -0.25em;
}
.ref-private-page svg:not(:root) {
  overflow: hidden;
}
.ref-private-page figure {
  margin: 0;
}
.ref-private-page fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.ref-private-page legend {
  border: 0;
  padding: 0;
}
.ref-private-page button,
.ref-private-page input,
.ref-private-page select,
.ref-private-page textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.ref-private-page button,
.ref-private-page input {
  line-height: normal;
}
.ref-private-page button,
.ref-private-page select {
  text-transform: none;
}
.ref-private-page button,
.ref-private-page html input[type=button],
.ref-private-page input[type=reset],
.ref-private-page input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ref-private-page button[disabled],
.ref-private-page html input[disabled] {
  cursor: default;
}
.ref-private-page input[type=checkbox],
.ref-private-page input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.ref-private-page input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ref-private-page input[type=search]::-webkit-search-cancel-button,
.ref-private-page input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ref-private-page button::-moz-focus-inner,
.ref-private-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ref-private-page textarea {
  overflow: auto;
  vertical-align: top;
}
.ref-private-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ref-private-page input,
.ref-private-page button,
.ref-private-page select,
.ref-private-page textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ref-private-page button,
.ref-private-page input,
.ref-private-page select[multiple],
.ref-private-page textarea {
  background-image: none;
}
.ref-private-page a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.ref-private-page a:hover {
  text-decoration: none;
}
.ref-private-page a:active,
.ref-private-page a:hover,
.ref-private-page a:focus {
  outline: 0;
  text-decoration: none;
}
.ref-private-page img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.ref-private-page img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-private-page img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-private-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-private-page ul,
.ref-private-page ol,
.ref-private-page dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
.ref-private-page hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
.ref-private-page .button:hover,
.ref-private-page .button:focus,
.ref-private-page .button:active {
  text-decoration: none;
  outline: none;
}
.ref-private-page button:focus {
  outline: none;
}
.ref-private-page .button--block {
  width: 100%;
}
.ref-private-page .button svg {
  position: relative;
  top: -2px;
}
.ref-private-page .button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .button .phone {
  margin-right: 5px;
}
.ref-private-page .element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.ref-private-page .element-section .ehdn1 {
  margin-bottom: 30px;
}
.ref-private-page .element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.ref-private-page .myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.ref-private-page .form-grp,
.ref-private-page .form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
.ref-private-page .form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.ref-private-page .error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.ref-private-page .error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.ref-private-page .whatsapp {
  margin-right: 0;
}
.ref-private-page .form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 1px solid var(--input-border);
  border-radius: 5px;
  padding: 0 16px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .form-field:-webkit-autofill,
.ref-private-page .form-field:-webkit-autofill:hover,
.ref-private-page .form-field:-webkit-autofill:focus,
.ref-private-page .form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.ref-private-page .form-field:focus,
.ref-private-page .form-field.field--not-empty {
  border: 1px solid #000;
}
.ref-private-page .form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .form-field:focus ~ .form-label,
.ref-private-page .form-field.field--not-empty ~ .form-label,
.ref-private-page .form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.ref-private-page .form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
.ref-private-page .form-grp.int-padl input,
.ref-private-page .form-grp.form-grp-var input {
  padding-left: 40px;
}
.ref-private-page .form-grp.int-padr input {
  padding-right: 40px;
}
.ref-private-page .form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.ref-private-page .form-grp.disabled-field {
  background: #f5f5f5;
}
.ref-private-page .form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.ref-private-page .form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.ref-private-page .datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.ref-private-page .daterangepicker select.hourselect,
.ref-private-page .daterangepicker select.minuteselect,
.ref-private-page .daterangepicker select.secondselect,
.ref-private-page .daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center/10px;
  -webkit-appearance: none;
}
.ref-private-page .daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.ref-private-page .daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.ref-private-page .daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.ref-private-page .daterangepicker .calendar-table .next span,
.ref-private-page .daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ref-private-page .daterangepicker .calendar-table .next span:hover,
.ref-private-page .daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.ref-private-page .daterangepicker .calendar-table .next span:before,
.ref-private-page .daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.ref-private-page .daterangepicker .calendar-table .next span:hover:before,
.ref-private-page .daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.ref-private-page .daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.ref-private-page .daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.ref-private-page .daterangepicker .calendar-table th,
.ref-private-page .daterangepicker .calendar-table td {
  height: 32px;
}
.ref-private-page .daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.ref-private-page .daterangepicker:before {
  border-bottom: 0;
}
.ref-private-page .daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.ref-private-page .daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.ref-private-page .daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.ref-private-page .daterangepicker td.active,
.ref-private-page .daterangepicker td.active:hover {
  background-color: #3592cf;
}
.ref-private-page .daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.ref-private-page .daterangepicker td.off,
.ref-private-page .daterangepicker td.off.in-range,
.ref-private-page .daterangepicker td.off.start-date,
.ref-private-page .daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.ref-private-page .daterangepicker th.available:hover {
  background-color: transparent;
}
.ref-private-page .daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.ref-private-page .daterangepicker.show-calendar .drp-buttons .drp-selected,
.ref-private-page .daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.ref-private-page .daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.ref-private-page .daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
.ref-private-page .select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ref-private-page .select-field option {
  color: #9fa4a9;
}
.ref-private-page .select-field option:checked,
.ref-private-page .select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
.ref-private-page input::-webkit-input-placeholder,
.ref-private-page input:-ms-input-placeholder,
.ref-private-page input::placeholder {
  color: #ccc;
}
.ref-private-page input::-webkit-input-placeholder {
  color: #ccc;
}
.ref-private-page label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
.ref-private-page .radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.ref-private-page .radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-private-page .radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.ref-private-page .radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.ref-private-page .radio-box label.error {
  display: none !important;
}
.ref-private-page .radio-box input.error ~ label {
  color: #ff2323;
}
.ref-private-page .radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-private-page .checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ref-private-page .checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-private-page .checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.ref-private-page .checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.ref-private-page .checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
.ref-private-page .checkbox-box label.error {
  display: none !important;
}
.ref-private-page .checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.ref-private-page .checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-private-page .checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.ref-private-page .checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.ref-private-page .checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
.ref-private-page .checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.ref-private-page .checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ref-private-page .checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.ref-private-page .checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.ref-private-page .checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.ref-private-page .checkbox-box.check-three label:before,
.ref-private-page .checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.ref-private-page .checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-private-page .checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.ref-private-page .checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.ref-private-page .checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.ref-private-page .checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-private-page .checkbox-box.chk-four {
  margin-right: 10px;
}
.ref-private-page .checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-private-page .checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.ref-private-page .checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.ref-private-page .checkbox-box.chk-four label:before,
.ref-private-page .checkbox-box.chk-four label:after {
  display: none;
}
.ref-private-page .checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.ref-private-page .checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.ref-private-page .checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.ref-private-page .checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
.ref-private-page .checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-private-page .checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.ref-private-page .checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.ref-private-page .checkbox-box.check-five .chk-label:before,
.ref-private-page .checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.ref-private-page .checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-private-page .checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.ref-private-page .checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-private-page [tooltip-title] {
  position: relative;
  text-decoration: none;
}
.ref-private-page [tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
.ref-private-page [tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
.ref-private-page [tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.ref-private-page [tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.ref-private-page [data-placement=right]:hover {
  position: relative;
  z-index: 1;
}
.ref-private-page [tooltip-title]:is([data-placement=top])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
.ref-private-page [tooltip-title]:is([data-placement=right])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
.ref-private-page [tooltip-title]:is([data-placement=bottom])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
.ref-private-page [tooltip-title]:is([data-placement=left])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
.ref-private-page [tooltip-title]:is([data-placement=top])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
.ref-private-page [tooltip-title]:is([data-placement=right])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
.ref-private-page [tooltip-title]:is([data-placement=bottom])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
.ref-private-page [tooltip-title]:is([data-placement=left])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
.ref-private-page .modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.ref-private-page .modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.ref-private-page .modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.ref-private-page .modal-para p:last-child {
  margin-bottom: 0;
}
.ref-private-page .modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.ref-private-page .modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .modal-cross:hover i {
  transform: rotate(90deg);
}
.ref-private-page .modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.ref-private-page .window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.ref-private-page .window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.ref-private-page .window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.ref-private-page .static-cont {
  margin-bottom: 32px;
}
.ref-private-page .static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.ref-private-page .static-cont li p {
  margin-bottom: 10px;
}
.ref-private-page .static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.ref-private-page .static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.ref-private-page .modal-backdrop.show {
  opacity: 0.9;
}
.ref-private-page .modal-backdrop {
  background-color: #fff;
}
.ref-private-page .modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ref-private-page .swiper-container {
  width: 100%;
  height: 100%;
}
.ref-private-page .swiper-pagination-bullet-active {
  background: #39e5be;
}
.ref-private-page .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ref-private-page .ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-private-page .ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-private-page .ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-private-page .flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-private-page .element-head {
  font-size: 40px;
  font-weight: bold;
}
.ref-private-page .content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.ref-private-page .content-body {
  margin-bottom: 80px;
}
.ref-private-page .content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ref-private-page .content-body h1,
.ref-private-page .content-body h2,
.ref-private-page .content-body h3,
.ref-private-page .content-body h4,
.ref-private-page .content-body h5,
.ref-private-page .content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.ref-private-page .content-body h1:first-child,
.ref-private-page .content-body h2:first-child,
.ref-private-page .content-body h3:first-child,
.ref-private-page .content-body h4:first-child,
.ref-private-page .content-body h5:first-child,
.ref-private-page .content-body h6:first-child {
  margin-top: 0;
}
.ref-private-page .content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.ref-private-page .content-body ul {
  margin-bottom: 16px;
}
.ref-private-page .content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.ref-private-page .content-body ul li p,
.ref-private-page .content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.ref-private-page .content-body ul li a {
  color: #ee163d;
}
.ref-private-page .content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.ref-private-page .content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .ref-private-page .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .ref-private-page .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .ref-private-page .content-body h1,
  .ref-private-page .content-body h2,
  .ref-private-page .content-body h3,
  .ref-private-page .content-body h4,
  .ref-private-page .content-body h5,
  .ref-private-page .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
.ref-private-page .head-card-wrap {
  display: flex;
}
.ref-private-page .head-card {
  padding: 48px 41px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ref-private-page .head-card.bg-space {
  padding: 48px 58px;
}
.ref-private-page .head-card .listview {
  margin-bottom: 8px;
}
.ref-private-page .head-card .listview li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.ref-private-page .head-card .listview li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ref-private-page .head-card-img {
  width: 160px;
  margin: 8px auto 18px;
}
.ref-private-page .head-card-img img {
  object-fit: contain;
}
.ref-private-page .learn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ref-private-page .learn {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.ref-private-page .learn i {
  transition: transform 0.2s linear;
}
.ref-private-page .learn:hover i {
  transform: translateX(5px);
}
.ref-private-page .dream-info {
  padding: 82px 0;
  background: var(--a-snow);
}
.ref-private-page .dream-info-img {
  width: 570px;
  height: 270px;
  margin: 0 auto;
}
.ref-private-page .dream-info-img img {
  object-fit: contain;
}
.ref-private-page .dream-info-text {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.ref-private-page .button {
  padding: 0px 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: var(--l-green);
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  height: 60px;
  border: 1px solid var(--l-green);
}
.ref-private-page .button:hover {
  background: #000;
  color: #E6FFFB;
}
.ref-private-page .button.line {
  color: #E6FFFB;
  border: 1px solid #000;
  background: #000;
}
.ref-private-page .button.line:hover {
  color: #000;
  background: var(--l-green);
}
.ref-private-page .button.borderd {
  border: 1px solid #000;
}
.ref-private-page .button.borderd:hover {
  border: 1px solid var(--l-green);
}
.ref-private-page .menu {
  display: none;
  position: relative;
  margin-left: 16px;
}
.ref-private-page .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-private-page .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.ref-private-page .nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.ref-private-page .nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.ref-private-page .js-nav-toggle {
  display: none;
  position: static;
}
.ref-private-page .js-nav-toggle span {
  position: relative;
  background-color: #345;
  height: 2px;
  display: block;
  width: 22px;
  margin: 17px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ref-private-page .js-nav-toggle span:before,
.ref-private-page .js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #345;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.ref-private-page .js-nav-toggle span:before {
  margin-top: 5px;
}
.ref-private-page .show-menu .js-nav-toggle {
  right: 3px;
  z-index: 99999;
  top: 4px;
}
.ref-private-page .show-menu .js-nav-toggle span {
  background-color: transparent;
}
.ref-private-page .show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ref-private-page .show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ref-private-page .show-menu .js-nav-toggle span:before,
.ref-private-page .show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.ref-private-page .mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #E6FFFB;
}
.ref-private-page .mob-navigation .nav-toggle {
  position: absolute;
  top: 100px;
  left: 36px;
  width: 100%;
  padding: 0.45em 1em;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.ref-private-page .mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.ref-private-page .mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
  left: 0;
  position: absolute;
}
.ref-private-page .mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.ref-private-page .mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 1.1em;
  padding-left: 0;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.65);
}
.ref-private-page .mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ref-private-page .mob-navigation .nav-back:before,
.ref-private-page .mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.ref-private-page .mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.ref-private-page .mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.ref-private-page .mob-navigation a {
  display: block;
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #E6FFFB;
}
.ref-private-page .mob-navigation a:hover {
  color: #fff;
  background-color: var(--nblue);
}
.ref-private-page .mob-navigation ul {
  list-style: none;
  padding: 140px 36px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ref-private-page .mob-navigation ul ul {
  display: none;
  left: 100%;
}
.ref-private-page .mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ref-private-page .mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.ref-private-page .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 990px) {
  .ref-private-page .navigation {
    display: none;
  }
  .ref-private-page .nav-wrapper {
    display: block;
  }
  .ref-private-page .js-nav-toggle {
    display: block;
    margin-left: 5px;
  }
}
.ref-private-page :root {
  --header-height: 70px;
}
.ref-private-page html,
.ref-private-page body {
  overflow-x: hidden;
  width: 100%;
}
.ref-private-page .overflow-hidden {
  overflow: hidden;
}
.ref-private-page .container {
  max-width: 1050px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ref-private-page .check-wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  list-style: none;
}
.ref-private-page .check-wrap li:last-child {
  margin-bottom: 0;
}
.ref-private-page .check-wrap li i {
  font-size: 26px;
  margin-right: 12px;
}
.ref-private-page .check-wrap li h3 {
  font-size: 20px;
  font-weight: 600;
}
.ref-private-page .check-wrap .check-wrap-content {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-private-page .comm-section {
  padding: 60px 0;
  position: relative;
}
.ref-private-page .mb16 {
  margin-bottom: 16px !important;
}
.ref-private-page .mb40 {
  margin-bottom: 40px !important;
}
.ref-private-page .mb0 {
  margin-bottom: 0px !important;
}
.ref-private-page .mt0 {
  margin-top: 0px !important;
}
.ref-private-page .pt0 {
  padding-top: 0 !important;
}
.ref-private-page .pr0 {
  padding-right: 0 !important;
}
.ref-private-page :root {
  --menuWidth: 300px;
}
.ref-private-page #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .head-left {
  display: flex;
  align-items: center;
}
.ref-private-page .logo {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  margin-right: 40px;
}
.ref-private-page .header-container {
  width: 100%;
  padding: 0 73px 0 96px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding-top: 71px;
  z-index: 111111;
  position: relative;
}
.ref-private-page .drop {
  position: relative;
}
.ref-private-page .drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.ref-private-page .drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .drop ul li {
  padding: 0;
}
.ref-private-page .drop ul li:last-of-type {
  border-bottom: 0;
}
.ref-private-page .drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
.ref-private-page .drop ul li a:hover {
  background: #eee;
  color: #000;
}
.ref-private-page .drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.ref-private-page .drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.ref-private-page .header-wrap {
  display: flex;
}
.ref-private-page .header-box {
  display: flex;
}
.ref-private-page .header-mobile {
  align-items: center;
  display: flex;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.ref-private-page .header-mobile a {
  color: black;
}
.ref-private-page .header-mobile a:hover {
  color: gray;
}
.ref-private-page .header-mobile:after {
  content: "";
  width: 1px;
  height: 150%;
  background-color: #464d5c;
  position: absolute;
  top: -5px;
  right: 0;
}
.ref-private-page .menuBtn {
  display: flex;
  align-items: center;
}
.ref-private-page .header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-private-page .header-list li {
  padding: 0px 24px;
}
.ref-private-page .header-list li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.ref-private-page .header-list li a::after {
  width: 0;
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ref-private-page .header-list li a:hover::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ref-private-page .fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.ref-private-page .fixHeader .header-box .header-container {
  height: var(--headerFixedHeight);
  padding-top: 8px;
  padding-bottom: 8px;
}
.ref-private-page .menuBtn .button {
  margin-left: 20px;
  height: 55px;
  font-size: 14px;
}
.ref-private-page .menu {
  display: none;
  position: relative;
}
.ref-private-page .mobile-menu {
  position: fixed;
  right: calc(-1 * var(--menuWidth));
  overflow-y: auto;
  top: 0;
  background: #fff;
  width: var(--menuWidth);
  height: 100%;
  z-index: 9999;
  padding: 0 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-private-page .mobile-menu .header-list {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: calc(100vh - 90px);
}
.ref-private-page .mobile-menu .header-list li {
  padding: 0;
  margin-bottom: 20px;
}
.ref-private-page .mobile-menu .header-list li a {
  font-size: 20px;
  font-weight: 700;
}
.ref-private-page .mobile-menu.in {
  right: 0;
}
.ref-private-page .mob-menu-footer {
  margin: 30px 0;
}
.ref-private-page .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-private-page .menuOverlay.in {
  opacity: 0.4;
  visibility: visible;
}
.ref-private-page .close-menu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.ref-private-page .close-menu:hover i {
  transform: rotate(90deg);
}
@media all and (max-width: 990px) {
  .ref-private-page .header-list {
    display: none;
  }
  .ref-private-page .menu {
    display: block;
  }
}
.ref-private-page .home-banner {
  display: flex;
  height: calc(100vh - 100px);
  position: relative;
  min-height: unset !important;
}
.ref-private-page .learn-more-div {
  padding: 20px 10px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #000000;
}
@media all and (max-width: 640px) {
  .ref-private-page .learn-more-div {
    margin-left: 0;
  }
  .ref-private-page .cta-blocks {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}
.ref-private-page .banner-right {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.ref-private-page .banner-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-private-page .banner-left {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.ref-private-page .banner-txt {
  max-width: 463px;
  margin-left: auto;
  margin-right: 190px;
  padding: 40px 0;
  width: 100%;
}
.ref-private-page .banner-txt .check-wrap {
  margin-bottom: 50px;
}
.ref-private-page .banner-txt .button-wrap a {
  margin-right: 11px;
}
.ref-private-page .banner-head {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -3px;
}
.ref-private-page .learn-more {
  position: absolute;
  bottom: 64px;
  min-width: 463px;
  margin-left: auto;
  margin-right: 190px;
  right: 0;
}
.ref-private-page .learn-more h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.ref-private-page .learn-more i {
  font-size: 32px;
}
.ref-private-page .mob-logo,
.ref-private-page .close {
  display: none;
}
.ref-private-page .small-nav-head {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 9px;
  text-transform: uppercase;
  margin-top: 36px;
}
.ref-private-page .button-wrap-header {
  max-width: calc(100% - 72px);
  margin: auto;
  position: absolute;
  bottom: 40px;
  width: 100%;
  background: #000;
}
.ref-private-page .button-wrap-header a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.ref-private-page .button-wrap-header .borderd {
  color: #000;
}
.ref-private-page .button-wrap-header .line {
  border: 1px solid #e6fffb;
}
.ref-private-page .footer-bottom {
  position: absolute;
  bottom: 80px;
}
.ref-private-page .footer-bottom h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f3f5fd;
}
.ref-private-page .footer-bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 166.6%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #f5faff;
}
.ref-private-page .l-green {
  background: var(--l-green);
}
.ref-private-page .a-snow {
  background: var(--a-snow);
}
.ref-private-page .black {
  background: var(--blk);
}
.ref-private-page .credit-swiper-sec {
  overflow: hidden;
  padding: 188px 0 136px;
}
.ref-private-page .credit-swiper-sec .comm-sec-head {
  max-width: 772px;
  margin: auto;
  padding: 0 36px;
  text-align: center;
  margin-bottom: 40px;
}
.ref-private-page .swiper-credit {
  overflow: visible;
}
.ref-private-page .swiper-credit .swiper-slide:hover .credit-image {
  transform: scale(1.1);
}
.ref-private-page .swiper-credit .swiper-slide:hover .credit-text h3 {
  color: #000;
}
.ref-private-page .swiper-credit .swiper-slide:hover .credit-text p {
  opacity: 1;
}
.ref-private-page .credit-image {
  height: 332px;
  width: 243px;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .credit-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-private-page .credit-text {
  max-width: 243px;
}
.ref-private-page .credit-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #b8b1b1;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-bottom: 13px;
}
.ref-private-page .credit-text p {
  line-height: 1.5;
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .borrow-wrap .f-row {
  align-items: center;
}
.ref-private-page .take-me-sec {
  padding: 0 36px;
}
.ref-private-page .smartsaver-calc {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 653px;
  background: #fff;
  width: 603px;
  height: auto;
  right: 25%;
  padding: 54px;
}
.ref-private-page .calc-top {
  margin-bottom: 32px;
}
.ref-private-page .calc-top h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 137.5%;
  display: flex;
  color: #000000;
  flex-direction: column;
  margin-bottom: 6px;
}
.ref-private-page .calc-top h3 {
  font-weight: 600;
  font-size: 68px;
  line-height: 122.6%;
  letter-spacing: -3.44357px;
}
.ref-private-page .calc-top h3 span {
  font-size: 41px;
}
.ref-private-page .calc-values {
  margin-bottom: 32px;
}
.ref-private-page .values-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ref-private-page .values-wrap:last-child {
  margin-bottom: 0;
}
.ref-private-page .values-wrap h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-private-page .values-wrap h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #757575;
}
.ref-private-page .calc-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #484848;
  margin-top: 38px;
}
.ref-private-page .range-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ref-private-page .range-slider-head h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-private-page .calc-range-slider {
  margin-bottom: 32px;
}
.ref-private-page #rangeValue {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-private-page .range {
  width: 100%;
  height: 58px;
  -webkit-appearance: none;
  background: #f5faff;
  outline: none;
  overflow: hidden;
  box-shadow: none;
}
.ref-private-page .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 4px solid #000;
  box-shadow: -407px 0 0 400px #e6fffb;
}
.ref-private-page .cookie-wrap {
  padding: 42px;
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 50%;
  z-index: 11;
  z-index: 9999999;
  width: 640px;
}
.ref-private-page .cookie-content {
  display: flex;
}
.ref-private-page .cookie-button-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
  margin-left: 190px;
}
.ref-private-page .cookie-button-wrap a {
  text-decoration: none !important;
}
.ref-private-page .cookie-image {
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
.ref-private-page .cookie-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-private-page .cookie-txt {
  flex: 1;
  min-width: 0;
}
.ref-private-page .cookie-txt h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -2px;
  color: #000000;
}
.ref-private-page .cookie-txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.ref-private-page .cookie-txt a {
  text-decoration-line: underline;
  color: #000;
}
.ref-private-page .agree-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000000;
  margin-right: 10px;
}
.ref-private-page .agree-content i {
  font-size: 24px;
  color: #000;
  margin-left: 8px;
}
.ref-private-page .cookie-overlay {
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  left: 0;
  z-index: 999999;
  top: 0;
  position: fixed;
}
.ref-private-page .cookie-links {
  display: flex;
  justify-content: space-between;
}
.ref-private-page .cookie-links a {
  margin-right: 14px;
}
.ref-private-page .cookie-links a:last-child {
  margin-right: 0;
}
.ref-private-page .borrow-img {
  height: 100%;
  width: 100%;
}
.ref-private-page .borrow-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.ref-private-page .p0 {
  padding: 0 !important;
}
.ref-private-page .swiperCredit-btn {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ref-private-page .swiperCredit {
  margin-bottom: 38px;
}
.ref-private-page .swiper-prev {
  background: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-private-page .swiper-prev:hover {
  transform: translateX(-5px);
}
.ref-private-page .swiper-next {
  background: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-private-page .swiper-next:hover {
  transform: translateX(5px);
}
.ref-private-page .swiper-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  cursor: pointer;
  margin-top: 12px;
}
.ref-private-page .creditline-banner-img img {
  object-position: top;
}
.ref-private-page .btn-signup-header {
  bottom: 150px;
}
.ref-private-page .intercom-lightweight-app,
.ref-private-page .intercom-lightweight-app-launcher {
  z-index: 99 !important;
}
.ref-private-page .pt-01 {
  padding-top: 160px;
}
.ref-private-page .mt-01 {
  margin-top: 16px;
}
.ref-private-page .comm-head-card .comm-para {
  margin-bottom: 24px;
}
.ref-private-page .learn-wrap {
  margin-top: 32px;
}
.ref-private-page .comm-greybg {
  background: var(--a-snow);
  padding: 82px 0;
}
.ref-private-page .content-sec {
  text-align: center;
}
.ref-private-page .content-sec .img-sec {
  max-width: 570px;
  margin: 0 auto 34px;
}
.ref-private-page .comm-spacing-section {
  margin: 83px 0 250px;
}
.ref-private-page .comm-spacing-section-01 {
  margin: 83px 0 180px;
}
.ref-private-page .footer {
  background: #f3f3ec;
  width: 100%;
  padding: 92px 0 50px;
}
.ref-private-page .footer .logo-sec .img-logo {
  width: 104px;
  margin-bottom: 24px;
}
.ref-private-page .footer .logo-sec .logo-content {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 16px;
}
.ref-private-page .footer .logo-sec .partner-logo {
  width: 100%;
  margin-bottom: 32px;
  opacity: 45%;
}
.ref-private-page .footer .logo-sec .partner-logo img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome, Edge, Opera, and Safari */
  image-rendering: crisp-edges;
}
.ref-private-page .footer .logo-sec .mailto {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #000000;
}
.ref-private-page .footer .foo-nav-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
  margin-bottom: 19px;
}
.ref-private-page .footer .foo-nav {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 218%;
  letter-spacing: 0.02em;
}
.ref-private-page .footer .foo-nav a {
  color: #000000;
}
.ref-private-page .footer .foo-nav a:hover {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-private-page .j-between {
  justify-content: space-between;
}
.ref-private-page .copyright {
  margin-top: 63px;
}
.ref-private-page .terms-content {
  margin-top: 290px;
}
.ref-private-page .terms-content .grow-txt {
  text-align: center;
  margin-bottom: 34px;
}
.ref-private-page .condition-box {
  margin: 150px 0;
}
.ref-private-page .condition-box p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
.ref-private-page .slidecontainer {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.ref-private-page .incl-range {
  width: 240px;
  background-color: #e6fffb;
  height: 18px;
  position: absolute;
}
.ref-private-page .slider {
  background-color: #f5faff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 18px;
  outline: none;
}
.ref-private-page .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  border-radius: 100px;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}
.ref-private-page [type=range]::-moz-range-progress {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-private-page [type=range]::-ms-fill-lower {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-private-page .slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-private-page .slider::-moz-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-private-page .mt24 {
  margin-top: 24px !important;
}
.ref-private-page .mt64 {
  margin-top: 64px !important;
}
.ref-private-page .mob-view {
  display: none;
}
.ref-private-page .money-wrap {
  padding: 140px 90px;
  background: var(--a-snow);
  margin-bottom: 197px;
}
.ref-private-page .money-wrap .comm-sec-head {
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 34px;
}
.ref-private-page .money-wrap .comm-para {
  margin-bottom: 34px;
}
.ref-private-page .money-right {
  max-width: 488px;
  width: 100%;
}
.ref-private-page .money-left-img {
  width: 100%;
  height: auto;
}
.ref-private-page .money-left-img img {
  object-fit: contain;
}
.ref-private-page .joining-sec {
  margin-bottom: 128px;
}
.ref-private-page .joining-sec .head-text {
  text-align: center;
  margin-bottom: 76px;
}
.ref-private-page .joining-sec .head-text .comm-sec-head {
  margin-bottom: 32px;
}
.ref-private-page .joining-sec .head-text .comm-para {
  max-width: 550px;
  margin: 0 auto;
}
.ref-private-page .joining-sec .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.ref-private-page .joining-card-wrap {
  margin-bottom: 66px;
}
.ref-private-page .joining-card {
  text-align: center;
  padding: 64px 55px;
  background: var(--sky-blue);
  height: 100%;
}
.ref-private-page .joining-card .joinig-card-img {
  width: 382px;
  height: 300px;
  margin-bottom: 18px;
}
.ref-private-page .joining-card .joinig-card-img img {
  object-fit: contain;
}
.ref-private-page .joining-card .comm-sec-head {
  font-weight: 600;
  margin-bottom: 18px;
}
.ref-private-page .joining-card h3 {
  font-size: 68px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 0.8;
}
.ref-private-page .easy-access {
  margin-bottom: 226px;
}
.ref-private-page .easy-access .comm-sec-head {
  text-align: center;
  margin-bottom: 34px;
}
.ref-private-page .easy-access-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 32px 80px 32px 28px;
  background: var(--a-snow);
  margin-bottom: 8px;
}
.ref-private-page .easy-access-box:last-child {
  margin-bottom: 0;
}
.ref-private-page .easy-access-box i {
  font-size: 48px;
  margin-right: 36px;
}
.ref-private-page .easy-access-box .easy-access-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}
.ref-private-page .easy-access-box .comm-para {
  line-height: 1.4;
}
.ref-private-page .easy-step-sec {
  background: var(--a-snow);
  margin-bottom: 160px;
}
.ref-private-page .easy-step-wrap {
  padding: 160px 0 94px;
}
.ref-private-page .easy-step-wrap .comm-sec-head {
  text-align: center;
  margin-bottom: 76px;
}
.ref-private-page .easy-step-wrap .button {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}
.ref-private-page .easy-step-swiper {
  margin-bottom: 30px;
}
.ref-private-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
  background: var(--a-snow);
}
.ref-private-page .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .easy-step-swiper .easy-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11px;
}
.ref-private-page .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #000;
}
.ref-private-page .easy-step-bg {
  background: #fff;
  width: 240px;
  height: 248px;
  margin-bottom: 100px;
  transition: all 0.3s linear;
}
.ref-private-page .easy-step-bg:hover {
  width: 260px;
  height: 280px;
  background: #e6eeff;
}
.ref-private-page .easy-step-bg:hover img {
  transform: scale(1.2);
  top: 60px;
}
.ref-private-page .easy-step-img {
  width: 230px;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.ref-private-page .easy-step-img img {
  object-fit: contain;
  transition: all 0.3s linear;
  position: relative;
  top: 50px;
}
.ref-private-page .easy-swiper-text {
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-private-page .easy-swiper-text .comm-sec-head {
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}
.ref-private-page .easy-swiper-text .comm-para {
  width: 80%;
}
.ref-private-page .accordian-sec {
  padding-top: 76px;
  margin-bottom: 110px;
}
.ref-private-page .accordian-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-private-page .acc-container {
  width: 100%;
}
.ref-private-page .acc-head {
  position: relative;
  cursor: pointer;
  padding: 24px 0px;
}
.ref-private-page .acc-head::before,
.ref-private-page .acc-head::after {
  content: "";
  position: absolute;
  top: 33px;
  background-color: #000;
  transition: all 0.3s;
}
.ref-private-page .acc-head::before {
  right: 6px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.ref-private-page .acc-head::after {
  right: -2px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.ref-private-page .acc-head p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-right: 35px;
  color: rgba(0, 0, 0, 0.68);
}
.ref-private-page .acc-content {
  padding: 0 0 23px;
  display: none;
}
.ref-private-page .acc-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #686868;
  max-width: 690px;
  width: 100%;
}
.ref-private-page .acc-head.active::before,
.ref-private-page .acc-head.active::after {
  transform: rotate(-45deg);
}
.ref-private-page .acc-head.active p {
  color: #000000;
}
.ref-private-page .grow-sec {
  margin-bottom: 110px;
}
.ref-private-page .grow-wrap {
  text-align: center;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
}
.ref-private-page .grow-wrap .button.line {
  margin-bottom: 44px;
}
.ref-private-page .grow-wrap .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
}
.ref-private-page .button i {
  font-size: 30px;
  margin-right: 10px;
}
.ref-private-page .grow-txt {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -3px;
  margin-bottom: 44px;
}
.ref-private-page .track-card-sec {
  margin-bottom: 76px;
}
.ref-private-page .comm-smart-wallet {
  padding: 75px 50px;
  text-align: center;
  height: calc(100% - 25px);
}
.ref-private-page .comm-smart-wallet .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}
.ref-private-page .smart-wallet-img {
  width: 330px;
  height: 330px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.ref-private-page .smart-wallet-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-private-page .comm-smart-wallet.black .comm-sec-head {
  color: #e6fffb;
}
.ref-private-page .comm-smart-wallet.black .comm-para p {
  color: #e6fffb;
  letter-spacing: 0;
}
.ref-private-page .track-img {
  max-width: 390px;
  width: 100%;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-private-page .track-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ref-private-page .trackcard-wrap .comm-sec-head {
  font-weight: 600;
  margin-bottom: 30px;
}
.ref-private-page .trackcard-wrap .comm-para {
  line-height: 1.5;
}
.ref-private-page .available-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ref-private-page .available-wrap .comm-small-para {
  font-weight: 600;
  opacity: 0.48;
  margin-right: 12px;
}
.ref-private-page .avail-img-wrap {
  display: flex;
  align-items: center;
}
.ref-private-page .avail-img-wrap a {
  margin-right: 12px;
}
.ref-private-page .avail-img-wrap a:last-child {
  margin-right: 0;
}
.ref-private-page .avail-img {
  /* css changes */
  width: 56px;
  height: 56px;
  padding: 6px;
  /* css changes end */
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.ref-private-page .avail-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-private-page .coming-wrap .comm-small-para {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
}
.ref-private-page .coming-wrap .avail-img {
  width: 38px;
  height: 38px;
  padding: 5px;
  margin-right: 12px;
}
.ref-private-page .borrow-sec {
  margin-bottom: 168px;
}
.ref-private-page .borrow-wrap {
  padding: 88px 0;
}
.ref-private-page .borrow-text {
  margin-left: 20px;
}
.ref-private-page .borrow-text .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-private-page .borrow-text .comm-para {
  margin-bottom: 0;
  line-height: 1.6;
}
.ref-private-page .info-card-sec {
  margin-bottom: 102px;
}
.ref-private-page .info-card .comm-smart-wallet {
  margin-bottom: 60px;
  height: calc(100% - 60px);
}
.ref-private-page .info-card .smart-wallet-img {
  margin-bottom: 34px;
}
.ref-private-page .info-card .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-private-page .we-lend-sec {
  margin-bottom: 110px;
}
.ref-private-page .we-lend-info {
  padding: 75px 82px 44px;
  text-align: center;
}
.ref-private-page .we-lend-info .comm-sec-head {
  font-weight: 600;
}
.ref-private-page .we-lend-info .comm-sec-head,
.ref-private-page .we-lend-info .comm-para {
  margin-bottom: 34px;
}
.ref-private-page .we-lend-img-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.ref-private-page .we-lend-img-wrap:last-child {
  margin-bottom: 0;
}
.ref-private-page .we-lend-img {
  width: 180px;
  height: 100px;
  margin: 0 auto;
}
.ref-private-page .we-lend-img img {
  object-fit: contain;
}
.ref-private-page .we-recognise-img {
  width: 160px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.ref-private-page .we-recognise-img img {
  object-fit: contain;
}
.ref-private-page .we-lend-component {
  text-align: center;
  width: 170px;
  margin-right: 28px;
  margin-bottom: 30px;
}
.ref-private-page .we-lend-component:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ref-private-page .we-lend-component .comm-card-para {
  font-weight: 600;
  margin-bottom: 10px;
}
.ref-private-page .we-lend-text p {
  font-size: 12px;
  color: #000000;
}
.ref-private-page .we-lend-component {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .we-lend-component:hover .comm-card-para,
.ref-private-page .we-lend-component:hover .we-lend-text p {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-private-page .trust-card-sec {
  margin-bottom: 65px;
}
.ref-private-page .trustcard-wrap .smart-wallet-img {
  margin-bottom: 24px;
}
.ref-private-page .trustcard-wrap .comm-smart-wallet.black .comm-sec-head {
  margin-top: 0;
  margin-bottom: 24px;
}
.ref-private-page .trustcard-wrap .comm-sec-head {
  font-weight: 600;
  margin: 60px 0;
}
.ref-private-page .take-me-sec {
  margin-bottom: 110px;
}
.ref-private-page .take-me-sec .grow-txt {
  text-align: center;
}
.ref-private-page .take-me-sec .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
  display: flex;
}
.ref-private-page .take-me-wrap {
  margin-bottom: 44px;
}
.ref-private-page .take-me-info {
  padding: 48px 0;
  text-align: center;
}
.ref-private-page .take-me-info:hover .continue-wrap {
  visibility: visible;
}
.ref-private-page .take-me-info:hover .comm-sub-head {
  color: #000;
}
.ref-private-page .take-me-info .comm-sub-head {
  margin-bottom: 30px;
  color: #6f6f6f;
  transition: all 0.3s linear;
}
.ref-private-page .take-me-info a {
  text-decoration: none;
  color: inherit;
}
.ref-private-page .take-me-img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-private-page .take-me-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-private-page .continue-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
}
.ref-private-page .continue-wrap .continue-wrap-text {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-right: 5px;
}
.ref-private-page .continue-wrap .continue-img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s linear;
}
.ref-private-page .continue-wrap .continue-img img {
  object-fit: contain;
}
.ref-private-page .continue-wrap:hover .continue-img {
  transform: translateX(10px);
}
.ref-private-page .logo.white {
  display: none;
}
.ref-private-page .white-menu {
  display: none;
}
.ref-private-page #header.black-header .header-list li a {
  color: #e6fffb;
}
.ref-private-page #header.black-header .header-list li a::after {
  background: #e6fffb;
}
.ref-private-page #header.black-header .logo {
  display: none;
}
.ref-private-page #header.black-header .logo.white {
  display: block;
}
.ref-private-page #header.black-header .white-menu {
  display: block;
}
.ref-private-page #header.black-header.fixHeader .header-list li a {
  color: #000;
}
.ref-private-page #header.black-header.fixHeader .header-list li a::after {
  background: #000;
}
.ref-private-page #header.black-header.fixHeader .logo {
  display: block;
}
.ref-private-page #header.black-header.fixHeader .logo.white {
  display: none;
}
.ref-private-page .banner-left.black .banner-head {
  margin-bottom: 15px;
  color: #e6fffb;
}
.ref-private-page .banner-left.black .banner-small-text {
  color: #e6fffb;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-private-page .banner-left.black .button {
  display: flex;
  margin-bottom: 29px;
  width: fit-content;
}
.ref-private-page .banner-left.black .button.line {
  border: 1px solid #e6fffb;
}
.ref-private-page .banner-left.black .banner-txt {
  max-width: 484px;
}
.ref-private-page .one-click-sec {
  margin-top: 200px;
  margin-bottom: 174px;
}
.ref-private-page .oneclick-text {
  padding: 0 36px;
}
.ref-private-page .oneclick-text .comm-sec-head {
  margin-bottom: 34px;
  text-align: center;
  font-weight: 400;
}
.ref-private-page .oneclick-text .comm-sec-head:first-child {
  font-weight: 500;
}
.ref-private-page .welcome-sec {
  margin-bottom: 132px;
}
.ref-private-page .welcome-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-private-page .welcome-sec .comm-big-para {
  margin-bottom: 28px;
}
.ref-private-page .welcome-card {
  padding: 75px 82px;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
.ref-private-page .welcome-card .comm-sec-head {
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  font-weight: 400;
}
.ref-private-page .welcom-card-img {
  width: 346px;
  height: 346px;
  margin-right: 70px;
}
.ref-private-page .welcom-card-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-private-page .welcome-wallet-img {
  width: 200px;
  height: 266px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.ref-private-page .welcome-wallet-img img {
  object-fit: contain;
}
.ref-private-page .profile-sec {
  margin-bottom: 111px;
}
.ref-private-page .profile-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 36px;
}
.ref-private-page .profile-info-card {
  padding: 42px 31px;
  text-align: center;
  margin-bottom: 69px;
  height: calc(100% - 64px);
}
.ref-private-page .profile-info-card .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.4;
}
.ref-private-page .profile-card-img {
  width: 175px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.ref-private-page .profile-card-img img {
  object-fit: contain;
}
.ref-private-page .profile-component .f-row {
  margin-left: -40px;
  margin-right: -40px;
}
.ref-private-page .profile-component .f-col {
  padding: 0 40px;
}
.ref-private-page .profile-button-wrap .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 24px;
}
.ref-private-page .profile-button-wrap .button:last-child {
  margin-bottom: 0;
}
.ref-private-page .we-regulate-sec {
  margin-bottom: 40px;
}
.ref-private-page .we-recognise-sec {
  margin-bottom: 197px;
}
.ref-private-page .we-recognise-sec .comm-para {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 34px;
}
.ref-private-page .team-img {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.ref-private-page .team-img img {
  width: 100%;
  object-fit: contain;
}
.ref-private-page .join-us .grow-txt {
  margin-bottom: 16px;
}
.ref-private-page .join-us .comm-para {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 70%;
}
.ref-private-page .steps-box {
  width: 80%;
  margin: auto;
}
.ref-private-page .disclaimer-box {
  padding: 66px 0;
}
.ref-private-page .disclaimer-head {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
  opacity: 62%;
}
.ref-private-page .disclaimer-info p {
  font-size: 12px;
  line-height: 1.4;
  opacity: 56%;
}
.ref-private-page .disclaimer-info a {
  text-decoration: underline;
  color: #000;
}
.ref-private-page .head-right {
  display: flex;
  align-items: center;
}
.ref-private-page .language-selector {
  border-radius: 888px;
  overflow: hidden;
}
.ref-private-page .language-selector:hover {
  overflow: visible;
}
.ref-private-page .language-selector:hover .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  transform: rotate(0deg);
}
.ref-private-page .language-selector:hover .wpml-ls-legacy-dropdown > ul > li:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}
.ref-private-page .language-selector:hover .wpml-ls-legacy-dropdown > ul > li > ul {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.ref-private-page .language-selector .wpml-ls-legacy-dropdown a:focus,
.ref-private-page .language-selector .wpml-ls-legacy-dropdown a:hover {
  background: #fff;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.ref-private-page .language-selector .wpml-ls-legacy-dropdown a {
  border: none;
}
.ref-private-page .language-selector .wpml-ls-flag {
  border-radius: 50%;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown {
  width: 100%;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown a {
  padding: 18px 40px 18px 18px;
  display: flex;
  align-items: center;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:last-child {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\e904";
  font-family: "icomoon" !important;
  font-size: 10px;
  border: none;
  top: 20px;
  right: 16px;
  transform: rotate(180deg);
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-private-page .language-selector .wpml-ls-display {
  display: none;
}
.ref-private-page .language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.ref-private-page #header.addlang {
  top: -75px !important;
}
.ref-private-page .hide-selector {
  display: none;
}
.ref-private-page .error-wrap {
  max-width: 366px;
  margin: 0 auto;
  margin-top: calc(160px + var(--header-height));
  text-align: center;
}
.ref-private-page .error-wrap .comm-small-para {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ref-private-page .error-wrap .comm-para {
  margin-bottom: 70px;
}
.ref-private-page .error-wrap .button {
  margin-bottom: 140px;
}
.ref-private-page .error-img {
  height: 252px;
  width: 360px;
}
.ref-private-page .error-img img {
  object-fit: contain;
}
.ref-private-page .error-txt {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -3px;
  margin-bottom: 16px;
  color: #000;
}
.ref-private-page .comm-para {
  font-size: 22px;
  line-height: 1.3;
  color: #000000;
}
.ref-private-page .comm-small-para {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.ref-private-page .comm-sec-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #000000;
}
.ref-private-page .comm-sub-head {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}
.ref-private-page .comm-card-sub-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 44px;
  color: #000000;
}
.ref-private-page .terms-content .update {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.ref-private-page .comm-card-head {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -2px;
  margin-bottom: 34px;
  color: #000000;
}
.ref-private-page .comm-card-para {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #000000;
}
.ref-private-page .comm-big-para {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #000000;
}
.ref-private-page .learn {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.ref-private-page .comm-shortWord {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 22px;
}
.ref-private-page .comm-subLine {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #000000;
  line-height: 128.5%;
}
.ref-private-page .comm-list {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  list-style: disc;
  margin-left: 25px;
}
.ref-private-page .comm-subHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1.2px;
  color: #000000;
  line-height: 1.3;
}
.ref-private-page .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .ref-private-page .comm-card-head {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .ref-private-page .comm-sec-head {
    font-size: 32px;
  }
  .ref-private-page .grow-txt {
    font-size: 32px;
  }
  .ref-private-page .comm-smart-wallet.black .comm-sec-head,
  .ref-private-page .comm-subHead p {
    font-size: 28px;
  }
  .ref-private-page .terms-content .update,
  .ref-private-page .condition-box p,
  .ref-private-page .acc-head p {
    font-size: 20px;
  }
  .ref-private-page .acc-content p {
    font-size: 16px;
  }
  .ref-private-page .easy-access-box .easy-access-text {
    font-size: 20px;
  }
  .ref-private-page .comm-small-para,
  .ref-private-page .comm-para {
    font-size: 18px;
  }
  .ref-private-page .head-card .listview li {
    font-size: 15px;
  }
  .ref-private-page .joining-card h3 {
    font-size: 64px;
  }
  .ref-private-page .comm-big-para {
    font-size: 28px;
  }
}
@media all and (max-width: 640px) {
  .ref-private-page .acc-head p {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .ref-private-page .comm-card-head {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .ref-private-page .comm-sec-head {
    font-size: 28px;
  }
  .ref-private-page .comm-smart-wallet.black .comm-sec-head,
  .ref-private-page .comm-subHead p {
    font-size: 24px;
  }
  .ref-private-page .terms-content .update,
  .ref-private-page .condition-box p,
  .ref-private-page .acc-head p {
    font-size: 18px;
  }
  .ref-private-page .comm-small-para,
  .ref-private-page .acc-content p,
  .ref-private-page .comm-para {
    font-size: 16px;
  }
  .ref-private-page .head-card .listview li {
    font-size: 14px;
  }
  .ref-private-page .joining-card h3 {
    font-size: 58px;
  }
  .ref-private-page .grow-txt {
    font-size: 30px;
  }
}
@media all and (max-width: 1600px) {
  .ref-private-page .header-container {
    padding-top: 50px;
  }
  .ref-private-page .banner-txt,
  .ref-private-page .learn-more {
    margin-right: 140px;
  }
  .ref-private-page .smartsaver-calc {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 550px;
    background: #fff;
    right: 20%;
    padding: 48px;
  }
}
@media all and (max-width: 1440px) {
  .ref-private-page .banner-txt,
  .ref-private-page .learn-more {
    margin-right: 80px;
  }
  .ref-private-page .banner-head {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .ref-private-page .banner-txt .check-wrap {
    margin-bottom: 40px;
  }
  .ref-private-page .learn-more {
    bottom: 40px;
  }
  .ref-private-page .smartsaver-calc {
    width: 500px;
    right: 20%;
    padding: 40px;
  }
  .ref-private-page .calc-top h3 {
    font-size: 60px;
  }
  .ref-private-page .calc-top,
  .ref-private-page .calc-range-slider {
    margin-bottom: 28px;
  }
  .ref-private-page .calc-txt {
    margin-top: 28px;
  }
  .ref-private-page .cookie-wrap {
    padding: 24px;
    width: 500px;
  }
  .ref-private-page .cookie-image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .ref-private-page .cookie-button-wrap {
    margin-left: 140px;
  }
}
@media all and (max-width: 1366px) {
  .ref-private-page {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-private-page .header-container {
    padding: 0 60px;
    padding-top: 40px;
  }
  .ref-private-page .banner-txt,
  .ref-private-page .learn-more {
    margin-right: 40px;
  }
  .ref-private-page .banner-head {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .ref-private-page .learn-more {
    bottom: 20px;
  }
  .ref-private-page .credit-swiper-sec {
    padding: 140px 0 100px;
  }
  .ref-private-page .smartsaver-calc {
    right: 14%;
  }
  .ref-private-page .calc-top {
    margin-bottom: 20px;
  }
  .ref-private-page .calc-txt {
    margin-top: 20px;
  }
  .ref-private-page .calc-top h3 {
    font-size: 60px;
  }
  .ref-private-page .pt-01 {
    padding-top: 100px;
  }
  .ref-private-page .comm-spacing-section,
  .ref-private-page .comm-spacing-section-01 {
    margin: 64px 0 135px;
  }
  .ref-private-page .track-card-sec {
    margin-bottom: 42px;
  }
  .ref-private-page .money-wrap {
    padding: 100px 68px;
    margin-bottom: 150px;
  }
  .ref-private-page .money-wrap .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-private-page .accordian-sec {
    padding-top: 42px;
    margin-bottom: 75px;
  }
  .ref-private-page .condition-box {
    margin: 100px 0;
  }
  .ref-private-page .terms-content {
    margin-top: 200px;
  }
  .ref-private-page .easy-access {
    margin-bottom: 175px;
  }
  .ref-private-page .one-click-sec {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .ref-private-page .welcome-sec .comm-sec-head {
    margin-bottom: 48px;
  }
  .ref-private-page .welcome-card .comm-sec-head {
    margin-bottom: 0;
  }
  .ref-private-page .team-img {
    margin-bottom: 0;
  }
  .ref-private-page .we-recognise-sec {
    margin-bottom: 100px;
  }
  .ref-private-page .error-wrap .comm-small-para {
    margin-bottom: 20px;
  }
  .ref-private-page .error-wrap .comm-para {
    margin-bottom: 30px;
  }
  .ref-private-page .error-wrap {
    margin-top: calc(50px + var(--header-height));
  }
  .ref-private-page .error-wrap .button {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .ref-private-page .banner-txt {
    max-width: 433px;
  }
  .ref-private-page .learn-more {
    min-width: 433px;
  }
  .ref-private-page .banner-txt .button-wrap a {
    margin-right: 8px;
  }
  .ref-private-page .header-list li {
    padding: 0px 16px;
  }
  .ref-private-page .credit-image {
    height: 260px;
    width: 210px;
  }
  .ref-private-page .smartsaver-calc {
    right: 5%;
  }
  .ref-private-page .smartsaver-calc {
    max-width: 510px;
  }
  .ref-private-page .cookie-wrap {
    padding: 20px;
  }
  .ref-private-page .cookie-image {
    width: 100px;
    height: 100px;
  }
  .ref-private-page .cookie-button-wrap {
    margin-left: 120px;
  }
  .ref-private-page .easy-step-bg {
    margin-bottom: 60px;
  }
  .ref-private-page .easy-step-bg:hover {
    width: 240px;
    height: 248px;
  }
  .ref-private-page .easy-step-bg:hover img {
    transform: none;
    top: 50px;
  }
}
@media all and (max-width: 1100px) {
  .ref-private-page .header-container {
    padding: 0 44px;
    padding-top: 36px;
  }
  .ref-private-page .check-wrap li {
    margin-bottom: 16px;
  }
  .ref-private-page .logo {
    margin-right: 20px;
  }
  .ref-private-page .banner-txt,
  .ref-private-page .learn-more {
    margin-right: 30px;
  }
  .ref-private-page .smartsaver-calc {
    right: 3%;
  }
}
@media all and (max-width: 1025px) {
  .ref-private-page .smart-wallet-img {
    width: 230px;
    height: 230px;
  }
  .ref-private-page .pt-01 {
    padding-top: 87px;
  }
  .ref-private-page .track-card-sec {
    margin-bottom: 38px;
  }
  .ref-private-page .comm-spacing-section,
  .ref-private-page .comm-spacing-section-01 {
    margin: 57px 0 90px;
  }
  .ref-private-page .comm-head-card .comm-para {
    margin-bottom: 22px;
  }
  .ref-private-page .footer {
    padding: 80px 0 42px;
  }
  .ref-private-page .button {
    padding: 0 30px;
  }
  .ref-private-page .head-card,
  .ref-private-page .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-private-page .joining-card .joinig-card-img {
    width: 100%;
    height: 200px;
  }
  .ref-private-page .money-wrap {
    padding: 75px 45px;
    margin-bottom: 100px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head,
  .ref-private-page .joining-sec .head-text {
    margin-bottom: 60px;
  }
  .ref-private-page .joining-sec .head-text .comm-sec-head {
    margin-bottom: 26px;
  }
  .ref-private-page .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-private-page .condition-box {
    margin: 50px 0;
  }
  .ref-private-page .terms-content .grow-txt {
    margin-bottom: 18px;
  }
  .ref-private-page .terms-content {
    margin-top: 170px;
  }
  .ref-private-page .easy-access {
    margin-bottom: 100px;
  }
  .ref-private-page .joining-sec {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 1024px) {
  .ref-private-page {
    /* a-css */
    /* a-css end */
  }
  .ref-private-page .header-container {
    padding: 0 40px;
    padding-top: 36px;
  }
  .ref-private-page .credit-swiper-sec .comm-sec-head {
    max-width: 600px;
  }
  .ref-private-page .smartsaver-calc {
    right: 2%;
  }
  .ref-private-page .welcom-card-img {
    width: 300px;
    height: 300px;
  }
  .ref-private-page .welcome-card {
    padding: 40px 36px;
    margin-bottom: 36px;
  }
  .ref-private-page .welcome-sec {
    margin-bottom: 90px;
  }
  .ref-private-page .profile-component .f-col {
    padding: 0 20px;
  }
  .ref-private-page .profile-info-card {
    padding: 42px 31px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 40px);
  }
  .ref-private-page .we-recognise-sec {
    margin-bottom: 60px;
  }
  .ref-private-page .team-img {
    height: auto;
  }
}
@media all and (max-width: 990px) {
  .ref-private-page {
    /* css changes */
    /* css changes end */
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-private-page :root {
    --input-height: 45px;
  }
  .ref-private-page .mob-view {
    display: flex;
  }
  .ref-private-page .logo-mob img {
    display: none;
  }
  .ref-private-page .logo-mob .mob-logo {
    display: block;
  }
  .ref-private-page .logo-mob .mob-logo img {
    display: block;
  }
  .ref-private-page .toggle-btn img {
    display: none;
  }
  .ref-private-page .toggle-btn .close {
    display: block;
  }
  .ref-private-page .toggle-btn .close img {
    display: block;
  }
  .ref-private-page .header-btn {
    display: none;
  }
  .ref-private-page .home-banner {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top: 100px;
  }
  .ref-private-page .learn-more {
    display: none;
  }
  .ref-private-page .banner-left {
    width: 100%;
  }
  .ref-private-page .banner-txt {
    margin: auto;
  }
  .ref-private-page .banner-right {
    height: 450px;
    width: 100%;
  }
  .ref-private-page .available-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ref-private-page .credit-swiper-sec {
    padding: 100px 0 60px;
  }
  .ref-private-page .borrow-text .comm-sec-head {
    margin-bottom: 24px;
  }
  .ref-private-page .borrow-wrap {
    padding: 68px 36px;
  }
  .ref-private-page .borrow-text {
    margin-top: 40px;
  }
  .ref-private-page .easy-step-wrap {
    padding: 160px 50px 94px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 46px;
  }
  .ref-private-page .easy-step-wrap {
    padding: 100px 50px;
  }
  .ref-private-page .easy-step-sec {
    margin-bottom: 0;
  }
  .ref-private-page .we-lend-component {
    width: 50%;
    margin: 15px 0;
  }
  .ref-private-page .we-lend-text {
    max-width: 200px;
    margin: auto;
  }
  .ref-private-page .take-me-info {
    padding: 36px 0;
    text-align: center;
  }
  .ref-private-page .grow-txt {
    font-size: 48px;
  }
  .ref-private-page .smartsaver-banner-right {
    display: none;
  }
  .ref-private-page .smartsaver-calc {
    position: static;
    max-width: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .ref-private-page .cookie-wrap {
    left: auto;
    right: 0;
  }
  .ref-private-page .money-left-img {
    max-width: 500px;
    margin: auto;
  }
  .ref-private-page .continue-wrap {
    visibility: visible;
  }
  .ref-private-page .take-me-info .comm-sub-head {
    color: #000;
  }
  .ref-private-page .swiper-btn-wrap {
    display: none;
  }
  .ref-private-page .credit-image {
    width: 100%;
  }
  .ref-private-page .credit-text {
    text-align: center;
    margin: auto;
  }
  .ref-private-page .credit-text p {
    font-size: 15px;
  }
  .ref-private-page .credit-text h3 {
    margin-bottom: 4px;
  }
  .ref-private-page .swiper-credit {
    overflow: visible;
  }
  .ref-private-page .swiper-credit .swiper-slide:hover .credit-image {
    transform: none;
  }
  .ref-private-page .swiper-credit .swiper-slide:hover .credit-text h3 {
    color: #000;
  }
  .ref-private-page .swiper-credit .swiper-slide:hover .credit-text p {
    opacity: 1;
  }
  .ref-private-page .swiper-credit .swiper-slide.swiper-slide-active .credit-image {
    transform: scale(1);
  }
  .ref-private-page .swiper-credit .swiper-slide.swiper-slide-active .credit-text h3 {
    color: #000;
  }
  .ref-private-page .swiper-credit .swiper-slide.swiper-slide-active .credit-text p {
    opacity: 1;
  }
  .ref-private-page .money-wrap {
    text-align: center;
  }
  .ref-private-page .money-wrap .money-right {
    margin: 28px auto 0;
  }
  .ref-private-page #header.black-header {
    background: #000;
  }
  .ref-private-page #header.black-header .black-menu {
    display: none;
  }
  .ref-private-page #header.black-header.fixHeader {
    background: #fff;
  }
  .ref-private-page #header.black-header.fixHeader .black-menu {
    display: block;
  }
  .ref-private-page #header.black-header.fixHeader .white-menu {
    display: none;
  }
  .ref-private-page .language-selector {
    display: none;
  }
  .ref-private-page .mob-selector {
    display: block;
  }
  .ref-private-page .language-selector .wpml-ls-legacy-dropdown a {
    padding: 10px 30px 10px 10px;
  }
  .ref-private-page .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 13px;
    right: 12px;
  }
}
@media all and (max-width: 768px) {
  .ref-private-page {
    /* n-css */
    /*  .head-card {
      .learn-wrap {
        flex-direction: column;
        width: 100%;
        margin-top: 28px;

        .button {
          width: 100%;
        }

        .learn {
          margin-top: 25px;
        }
      }
    } */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-private-page .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ref-private-page .borrow-sec {
    margin-bottom: 0;
  }
  .ref-private-page .info-card .comm-smart-wallet {
    margin-bottom: 60px;
    height: 100%;
  }
  .ref-private-page .easy-step-sec {
    background: #fff;
  }
  .ref-private-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-private-page .accordian-sec {
    padding: 60px 16px 0;
  }
  .ref-private-page .borrow-text {
    margin-left: 0px;
  }
  .ref-private-page .borrow-wrap .f-row {
    margin: auto;
  }
  .ref-private-page .borrow-img {
    max-width: 420px;
    margin: auto;
  }
  .ref-private-page .info-card .f-row {
    margin: auto;
  }
  .ref-private-page .info-card .comm-smart-wallet {
    margin-bottom: 0px;
  }
  .ref-private-page .info-card-sec {
    margin-bottom: 0px;
  }
  .ref-private-page .trustcard-wrap .f-row {
    margin: auto;
  }
  .ref-private-page .we-lend-sec {
    margin-bottom: 0px;
  }
  .ref-private-page .trustcard-wrap .comm-sec-head {
    margin: 40px 0;
  }
  .ref-private-page .grow-txt {
    margin-bottom: 20px;
  }
  .ref-private-page .comm-spacing-section .f-row,
  .ref-private-page .comm-spacing-section-01 .f-row,
  .ref-private-page .trackcard-wrap .f-row,
  .ref-private-page .welcome-sec .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-private-page .swiperCredit {
    margin-bottom: 21px;
  }
  .ref-private-page .f-col {
    padding: 0 0px;
  }
  .ref-private-page .comm-spacing-section-01 .f-col,
  .ref-private-page .joining-card-wrap .f-col,
  .ref-private-page .comm-spacing-section .f-col,
  .ref-private-page .trackcard-wrap .f-col {
    padding: 0 0px;
  }
  .ref-private-page .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-private-page .joining-card,
  .ref-private-page .head-card {
    padding: 32px 32px;
  }
  .ref-private-page .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-private-page .comm-greybg {
    padding: 54px 28px;
  }
  .ref-private-page .joining-card {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .ref-private-page .comm-smart-wallet {
    height: calc(100% - 0px);
  }
  .ref-private-page .pt-01 {
    padding-top: 57px;
  }
  .ref-private-page .comm-spacing-section,
  .ref-private-page .comm-spacing-section-01 {
    margin: 57px 0 0px;
  }
  .ref-private-page .easy-access {
    margin-bottom: 0;
  }
  .ref-private-page .easy-step-sec {
    background: #fff;
    margin-bottom: 0px;
  }
  .ref-private-page .one-click-sec {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .ref-private-page .oneclick-text .comm-sec-head {
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
  }
  .ref-private-page .oneclick-text .comm-sec-head:first-child {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .ref-private-page .welcome-card {
    display: block;
    margin-bottom: 0;
  }
  .ref-private-page .welcome-card .comm-sec-head {
    text-align: center;
    font-size: 28px;
  }
  .ref-private-page .welcom-card-img {
    margin: 0 auto;
    margin-bottom: 38px;
  }
  .ref-private-page .welcome-sec {
    margin-bottom: 34px;
  }
  .ref-private-page .profile-sec {
    margin-bottom: 50px;
  }
  .ref-private-page .we-lend-text {
    display: none;
  }
  .ref-private-page .we-lend-img-wrap {
    margin-bottom: 4px;
  }
  .ref-private-page .we-regulate-sec {
    margin-bottom: 0px;
  }
  .ref-private-page .join-us .comm-para {
    margin-bottom: 50px;
  }
  .ref-private-page .grow-txt br {
    display: none;
  }
  .ref-private-page .profile-card-img {
    margin-bottom: 38px;
  }
  .ref-private-page .we-regulate-sec .a-snow {
    background: #fff;
  }
  .ref-private-page .we-recognise-sec .we-lend-info {
    padding: 54px 36px;
  }
  .ref-private-page .disclaimer-box {
    padding: 40px 36px;
  }
  .ref-private-page .disclaimer-head,
  .ref-private-page .disclaimer-info p {
    opacity: 100%;
  }
}
@media all and (max-width: 640px) {
  .ref-private-page {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-private-page .comm-section {
    padding: 24px 0;
  }
  .ref-private-page .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-private-page .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-private-page .we-lend-component {
    padding: 0 14px;
  }
  .ref-private-page .take-me-sec {
    padding-top: 78px;
  }
  .ref-private-page .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-private-page .cookie-wrap {
    width: 100%;
  }
  .ref-private-page .cookie-txt h4 {
    font-size: 24px;
  }
  .ref-private-page .cookie-txt a {
    font-size: 14px;
  }
  .ref-private-page .banner-txt {
    margin-right: auto;
    margin-left: 36px;
  }
  .ref-private-page .head-text {
    padding: 0 36px;
  }
  .ref-private-page .easy-swiper .easy-step-bg {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 60px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .ref-private-page .easy-swiper .swiper-slide-active .easy-step-bg {
    background: #e6eeff;
  }
  .ref-private-page .steps-box {
    width: 100%;
  }
  .ref-private-page .trustcard-wrap .comm-sec-head {
    margin: 24px 0;
  }
  .ref-private-page .cookie-wrap {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .ref-private-page .cookie-links {
    display: none;
  }
  .ref-private-page .cookie-txt {
    max-width: 100%;
  }
  .ref-private-page .accordian-sec {
    margin-bottom: 0px;
  }
  .ref-private-page .track-card-sec.pt-01 {
    padding-top: 0;
  }
  .ref-private-page .head-card-img {
    width: 155px;
    margin: 8px auto 18px;
  }
  .ref-private-page .head-card {
    padding: 38px 32px;
  }
  .ref-private-page .comm-greybg {
    padding: 54px 36px;
    margin: 0px 0;
  }
  .ref-private-page .track-img,
  .ref-private-page .comm-sec-head {
    margin-bottom: 28px;
  }
  .ref-private-page .comm-smart-wallet {
    padding: 54px 36px;
  }
  .ref-private-page .smart-wallet-img {
    width: 300px;
    height: 300px;
  }
  .ref-private-page .track-img {
    width: 350px;
    height: 230px;
  }
  .ref-private-page .comm-smart-wallet .button {
    width: auto;
  }
  .ref-private-page .head-card .learn-wrap .button {
    width: auto;
  }
  .ref-private-page .head-card .learn-wrap {
    flex-direction: row;
    width: 100%;
    margin-top: 28px;
  }
  .ref-private-page .foo-navigation {
    display: none;
  }
  .ref-private-page .footer {
    padding: 65px 0 36px;
  }
  .ref-private-page .logo-sec {
    text-align: center;
    padding: 0 48px;
  }
  .ref-private-page .footer .logo-sec .img-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ref-private-page .copyright {
    text-align: center;
    margin-top: 31px;
  }
  .ref-private-page .track-card-sec {
    margin-bottom: 28px;
  }
  .ref-private-page .accordian-sec .comm-sec-head {
    margin-bottom: 57px;
  }
  .ref-private-page .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-private-page .easy-step-bg {
    background: #e6eeff;
  }
  .ref-private-page .easy-step-wrap {
    padding: 94px 0 94px;
  }
  .ref-private-page .joining-sec {
    margin-bottom: 97px;
  }
  .ref-private-page .joining-card-wrap {
    margin-bottom: 32px;
  }
  .ref-private-page .easy-access {
    margin-bottom: 0px;
  }
  .ref-private-page .easy-access .container {
    padding: 0 0;
  }
  .ref-private-page .easy-access .easy-access-box {
    margin-bottom: 0;
    padding: 54px 36px;
  }
  .ref-private-page .money-wrap {
    padding: 54px 36px;
    background: var(--a-snow);
    margin-bottom: 46px;
  }
  .ref-private-page .joining-sec .head-text .comm-sec-head {
    margin-bottom: 19px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head,
  .ref-private-page .joining-sec .head-text {
    margin-bottom: 46px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-private-page .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-private-page .grow-sec {
    margin-bottom: 0px;
  }
  .ref-private-page .grow-wrap .button.line {
    margin-bottom: 24px;
  }
  .ref-private-page .profile-info-card {
    padding: 42px 36px;
    text-align: center;
    margin-bottom: 0;
    height: 100%;
  }
  .ref-private-page .profile-info {
    margin-bottom: 50px;
  }
  .ref-private-page .profile-button-wrap .button {
    width: 100%;
  }
  .ref-private-page .profile-sec {
    margin-bottom: 0;
  }
  .ref-private-page .team-img {
    margin-bottom: 0px;
  }
  .ref-private-page .we-recognise-sec {
    margin-bottom: 0;
  }
  .ref-private-page .profile-info-card .comm-card-sub-head {
    margin: 0 auto;
    margin-bottom: 0;
    width: 70%;
  }
  .ref-private-page .join-us .comm-para {
    margin-bottom: 30px;
    width: 100%;
  }
  .ref-private-page .grow-wrap {
    padding: 45px 36px;
  }
  .ref-private-page .grow-wrap .button {
    width: 100%;
  }
  .ref-private-page .profile-button-wrap {
    padding: 0 36px;
    margin-top: 50px;
  }
  .ref-private-page .profile-sec .comm-sec-head {
    margin-bottom: 34px;
  }
  .ref-private-page .team-img img {
    object-fit: cover;
  }
}
@media all and (max-width: 576px) {
  .ref-private-page {
    /* css changes */
    /* css changes end */
    /* a-css */
    /* a-css end */
  }
  .ref-private-page .banner-head {
    font-size: 40px;
  }
  .ref-private-page .money-wrap .comm-sec-head {
    margin-bottom: 14px;
  }
  .ref-private-page .money-wrap .comm-para {
    margin-bottom: 14px;
  }
  .ref-private-page .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-private-page .check-wrap li {
    margin-bottom: 12px;
  }
  .ref-private-page .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-private-page .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-private-page .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-private-page .banner-txt {
    max-width: 400px;
    padding-left: 36px;
    padding-right: 36px;
    margin-left: 0;
  }
  .ref-private-page .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-private-page .banner-right {
    height: 360px;
  }
  .ref-private-page .comm-sub-head {
    font-size: 32px;
  }
  .ref-private-page .grow-txt {
    font-size: 36px;
  }
  .ref-private-page .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-private-page .head-text .comm-subHead {
    padding: 0 36px;
  }
  .ref-private-page .comm-section {
    padding: 24px 0;
  }
  .ref-private-page .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-private-page .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-private-page .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-private-page .we-lend-component {
    padding: 0 14px;
  }
  .ref-private-page .take-me-sec {
    padding-top: 78px;
  }
  .ref-private-page .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-private-page .cookie-wrap {
    width: 100%;
  }
  .ref-private-page .cookie-txt h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .ref-private-page .cookie-txt a {
    font-size: 14px;
  }
  .ref-private-page .swiperCredit-btn {
    width: 100%;
  }
  .ref-private-page .swiperCredit-btn .button {
    width: 100%;
  }
  .ref-private-page .take-me-img {
    width: 64px;
    height: 64px;
  }
  .ref-private-page .calc-top h3 {
    font-size: 53px;
  }
  .ref-private-page .smartsaver-calc {
    height: auto;
  }
  .ref-private-page .slider,
  .ref-private-page .incl-range {
    height: 15px;
  }
  .ref-private-page .slider::-webkit-slider-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-private-page .slider::-moz-range-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-private-page .calc-top {
    margin-bottom: 24px;
  }
  .ref-private-page .easy-access-box i {
    font-size: 30px;
    margin-right: 20px;
  }
  .ref-private-page .calc-range-slider {
    margin-bottom: 30px;
  }
  .ref-private-page .banner-head {
    font-size: 40px;
  }
  .ref-private-page .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-private-page .check-wrap li {
    margin-bottom: 10px;
  }
  .ref-private-page .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-private-page .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-private-page .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-private-page .banner-txt {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .ref-private-page .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-private-page .banner-right {
    height: 360px;
  }
  .ref-private-page .comm-sub-head {
    font-size: 32px;
  }
  .ref-private-page .grow-txt {
    font-size: 36px;
  }
  .ref-private-page .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-private-page .grow-txt {
    margin-bottom: 12px;
  }
  .ref-private-page .cookie-button-wrap {
    margin-left: 0;
  }
  .ref-private-page .banner-left.black .button {
    width: 100%;
  }
  .ref-private-page .welcome-wallet-img {
    width: 160px;
    height: auto;
  }
  .ref-private-page .profile-card-img {
    height: 140px;
  }
  .ref-private-page .error-img {
    height: 200px;
    width: 300px;
    margin: 0 auto;
  }
  .ref-private-page .error-txt {
    font-size: 50px;
  }
}
@media all and (max-width: 480px) {
  .ref-private-page {
    /* n-css */
    /* n-css end */
  }
  .ref-private-page .banner-right {
    height: 300px;
  }
  .ref-private-page .track-img {
    width: 100%;
    height: 184px;
  }
  .ref-private-page .credit-image {
    width: 100%;
    height: 332px;
  }
  .ref-private-page .credit-text {
    text-align: center;
    max-width: 100%;
  }
  .ref-private-page .credit-swiper-sec {
    padding: 57px 0 40px;
  }
  .ref-private-page .borrow-text {
    margin-top: 28px;
  }
  .ref-private-page .borrow-wrap {
    padding: 54px 36px;
  }
  .ref-private-page .we-lend-img {
    width: 105px;
    height: 80px;
    margin: 0 auto;
  }
  .ref-private-page .take-me-info {
    padding: 24px 0;
    text-align: center;
  }
  .ref-private-page .take-me-info .comm-sub-head {
    margin-bottom: 16px;
  }
  .ref-private-page .take-me-wrap {
    margin-bottom: 16px;
  }
  .ref-private-page .joining-sec .button-wrap {
    padding: 0 36px;
  }
  .ref-private-page .smartsaver-calc {
    /* css changes */
    padding: 32px 36px;
    /* css changes end */
  }
  .ref-private-page .smartsaver-calc .button {
    width: 100%;
  }
  .ref-private-page .take-me-sec .button {
    width: 100%;
  }
  .ref-private-page .continue-wrap {
    display: none;
  }
  .ref-private-page .head-card {
    align-items: center;
  }
  .ref-private-page .head-card .comm-card-head,
  .ref-private-page .head-card .comm-shortWord {
    text-align: center;
  }
  .ref-private-page .head-card .learn-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 28px;
  }
  .ref-private-page .head-card .learn-wrap .button {
    width: 100%;
  }
  .ref-private-page .head-card .learn-wrap .learn {
    margin-top: 25px;
  }
  .ref-private-page .money-right .button,
  .ref-private-page .joining-sec .button,
  .ref-private-page .easy-step-wrap .button,
  .ref-private-page .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-private-page .track-img {
    width: 100%;
    height: 230px;
  }
  .ref-private-page .b-none br {
    display: none;
  }
  .ref-private-page .smart-wallet-img {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  .ref-private-page .banner-right {
    height: 280px;
  }
  .ref-private-page .error-wrap .button {
    display: flex;
  }
}
@media all and (max-width: 360px) {
  .ref-private-page .smart-wallet-img {
    width: 210px;
    height: 210px;
  }
}
@media all and (max-height: 750px) {
  .ref-private-page .header-container {
    padding-top: 20px;
  }
}
.ref-private-page .banner-right img {
  height: 50%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ref-private-page .copy-container {
  max-width: 588px;
}
.ref-private-page .copy-container .copy-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #0F0F0F;
  margin-top: 8px;
}
.ref-private-page .copy-container .copy-title {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #000000;
}
.ref-private-page .w-344 {
  max-width: 385px;
}
.ref-private-page .mobile-show {
  display: none;
}
@media (max-width: 1025px) {
  .ref-private-page .hide-mobile {
    display: none;
  }
  .ref-private-page .button.line {
    width: 100%;
  }
  .ref-private-page .banner-right {
    display: block !important;
    background-color: white !important;
    height: auto !important;
    padding: 84px 36px !important;
  }
  .ref-private-page .home-banner {
    padding-top: 20px !important;
  }
  .ref-private-page .bottom-liner {
    flex-direction: column;
  }
  .ref-private-page .bottom-liner-div {
    width: 100%;
  }
  .ref-private-page .bottom-liner-div {
    margin-bottom: 29px;
  }
  .ref-private-page .banner-txt {
    padding-bottom: 94px;
  }
  .ref-private-page .hiw-list {
    margin-bottom: 70px !important;
  }
  .ref-private-page .hiw-list svg {
    width: 55px !important;
    height: 55px !important;
  }
  .ref-private-page .mobile-show {
    display: block;
  }
}
@media (min-width: 1025px) and (max-height: 800px) {
  .ref-private-page .home-banner .mt-38 {
    margin-top: 15px;
  }
  .ref-private-page .home-banner .copy-title {
    font-size: 32px;
    line-height: 35px;
  }
  .ref-private-page .home-banner .mt-28 {
    margin-top: 15px;
  }
  .ref-private-page .home-banner .banner-head {
    font-size: 40px;
    margin-bottom: 0;
  }
  .ref-private-page .home-banner .list-title {
    margin-bottom: 10px;
  }
  .ref-private-page .home-banner .mb-32 {
    margin-bottom: 25px;
  }
}

.ref-page-link {
  /*==========================================================================
  => Common
  ==========================================================================*/
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /*==========================================================================
  => Custom Grid
  ==========================================================================*/
  /* Grid */
  /* Width */
  /* Margin */
  /*==========================================================================
  => Global Styles
  ========================================================================== */
  /*==========================================================================
  => buttons
  ========================================================================== */
  /*==========================================================================
  => Form Elements
  ========================================================================== */
  /* Password View */
  /* Password View end */
  /* date Picker */
  /* date Picker end */
  /* Select */
  /* // Select */
  /* Placeholder */
  /*==========================================================================
  => Radio Small
  ========================================================================== */
  /* // Radio Box */
  /*==========================================================================
  => Checkbox Small
  ========================================================================== */
  /* // Checkbox */
  /* checkbox 2 */
  /* checkbox 2 end */
  /* checkbox 3 */
  /* checkbox 3 end */
  /* checkbox 4 */
  /* checkbox 4 end */
  /* checkbox 5 */
  /* checkbox 5 end */
  /*==========================================================================
  => Tooltip
  ========================================================================== */
  /* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
  /* Arrow */
  /*==========================================================================
  => Modal
  ==========================================================================*/
  /* Swiper Slider */
  /* content page */
  /* content page end */
  /* Dream info Starts */
  /* Element */
  /* side menu */
  /* header */
  /* side menu */
  /* header Ends */
  /* header end */
  /* n-css */
  /* --------------------------------------------------- */
  /* ======================================================================== */
  /* calculator */
  /* calculator end */
  /* css changes */
  /* css changes end */
  /* n-css end */
  /* a-css */
  /* a-css end */
  /* n-css */
  /* n-css end */
  /* n-css */
  /* n-css end */
  /* Track: webkit browsers */
  /* Track: Mozilla Firefox */
  /* Thumb: webkit */
  /* Thumb: Firefox */
  /*=============
  Aesthetics
  =========================*/
}
.ref-page-link .reg-form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ref-page-link .reg-form {
  padding: 54px 54px 57px;
  background-color: white;
  max-width: 614px;
  font-family: "Avenir Next";
}
.ref-page-link .reg-form .reg-form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 122.6%;
  margin-bottom: 12px;
}
.ref-page-link .reg-form .reg-form-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .ref-page-link .reg-form-container {
    position: relative;
    transform: unset;
    left: unset;
    display: flex;
    justify-content: center;
    top: unset;
    width: 100%;
  }
  .ref-page-link .reg-form {
    padding-right: 38px;
    padding-left: 38px;
  }
  .ref-page-link .home-banner {
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
  }
  .ref-page-link .banner-head {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 122.6% !important;
  }
  .ref-page-link .banner-txt {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ref-page-link .easy-access {
    margin-top: 60px !important;
  }
  .ref-page-link .head-text {
    margin-top: 127px !important;
    margin-bottom: 102px !important;
  }
  .ref-page-link .joining-sec {
    margin-bottom: 0 !important;
  }
  .ref-page-link .joining-card-wrap {
    margin-bottom: 0 !important;
  }
  .ref-page-link .easy-step-wrap {
    padding-bottom: 83px !important;
  }
}
.ref-page-link :root {
  --sidebarWidth: 430px;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  /* common end */
}
.ref-page-link .learn-more-div {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  color: #000000;
}
.ref-page-link .learn-more-div:hover {
  text-decoration: none;
  color: #000000;
}
.ref-page-link input::-webkit-outer-spin-button,
.ref-page-link input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ref-page-link input[type=number] {
  -moz-appearance: textfield;
}
.ref-page-link .variable {
  margin-bottom: 30px;
}
.ref-page-link .variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.ref-page-link .variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fu33g1");
  src: url("../fonts/icomoon.eot?fu33g1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fu33g1") format("truetype"), url("../fonts/icomoon.woff?fu33g1") format("woff"), url("../fonts/icomoon.svg?fu33g1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ref-page-link [class^=icon-],
.ref-page-link [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ref-page-link .icon-lang-arrow:before {
  content: "\e904";
}
.ref-page-link .icon-arrow-down:before {
  content: "\e900";
}
.ref-page-link .icon-arrow-right:before {
  content: "\e901";
}
.ref-page-link .icon-chat:before {
  content: "\e902";
}
.ref-page-link .icon-circle-check:before {
  content: "\e903";
}
.ref-page-link .f-row {
  display: flex;
  flex-wrap: wrap;
}
.ref-page-link .f-col {
  padding: 0 20px;
}
.ref-page-link .f-10 .f-col {
  width: 10%;
}
.ref-page-link .f-9 .f-col {
  width: 11.11111111%;
}
.ref-page-link .f-8 .f-col {
  width: 12.5%;
}
.ref-page-link .f-7 .f-col {
  width: 14.28571429%;
}
.ref-page-link .f-6 .f-col {
  width: 16.66666667%;
}
.ref-page-link .f-5 .f-col {
  width: 20%;
}
.ref-page-link .f-4 .f-col {
  width: 25%;
}
.ref-page-link .f-3 .f-col {
  width: 33.33333333%;
}
.ref-page-link .f-2 .f-col {
  width: 50%;
}
.ref-page-link .f-1 .f-col {
  width: 100%;
}
.ref-page-link .w100 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w95 {
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w90 {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w85 {
  width: 85%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w80 {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w75 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w70 {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w65 {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w60 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w55 {
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w50 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w45 {
  width: 45%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w40 {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w35 {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w30 {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w25 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w20 {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w15 {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w10 {
  width: 10%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w5 {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w33 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .w16 {
  width: 16.666666%;
  padding-left: 20px;
  padding-right: 20px;
}
.ref-page-link .mb-100 {
  margin-bottom: 100px;
}
.ref-page-link .mb-95 {
  margin-bottom: 95px;
}
.ref-page-link .mb-90 {
  margin-bottom: 90px;
}
.ref-page-link .mb-85 {
  margin-bottom: 85px;
}
.ref-page-link .mb-80 {
  margin-bottom: 80px;
}
.ref-page-link .mb-75 {
  margin-bottom: 75px;
}
.ref-page-link .mb-70 {
  margin-bottom: 70px;
}
.ref-page-link .mb-65 {
  margin-bottom: 65px;
}
.ref-page-link .mb-60 {
  margin-bottom: 60px;
}
.ref-page-link .mb-55 {
  margin-bottom: 55px;
}
.ref-page-link .mb-50 {
  margin-bottom: 50px;
}
.ref-page-link .mb-45 {
  margin-bottom: 45px;
}
.ref-page-link .mb-40 {
  margin-bottom: 40px;
}
.ref-page-link .mb-35 {
  margin-bottom: 35px;
}
.ref-page-link .mb-30 {
  margin-bottom: 30px;
}
.ref-page-link .mb-25 {
  margin-bottom: 25px;
}
.ref-page-link .mb-20 {
  margin-bottom: 20px;
}
.ref-page-link .mb-15 {
  margin-bottom: 15px;
}
.ref-page-link .mb-10 {
  margin-bottom: 10px;
}
.ref-page-link .mb-5 {
  margin-bottom: 5px;
}
.ref-page-link .mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .ref-page-link .w-1440-40 {
    width: 40%;
  }
  .ref-page-link .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .ref-page-link .f-1200-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-1200-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-1200-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-1200-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-1200-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-1200-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-1200-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-1200-33 {
    width: 33%;
  }
  .ref-page-link .w-1200-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-1200-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-1200-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-1200-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-1200-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-1200-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-1200-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-1200-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-1200-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-1200-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-1200-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-1200-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-1200-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-1200-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-1200-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-1200-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-1200-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-1200-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-1200-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-1200-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-1200-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .ref-page-link .f-990-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-990-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-990-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-990-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-990-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-990-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-990-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-990-33 {
    width: 33%;
  }
  .ref-page-link .w-990-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-990-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-990-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-990-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-990-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-990-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-990-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-990-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-990-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-990-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-990-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-990-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-990-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-990-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-990-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-990-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-990-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-990-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-990-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-990-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-990-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .ref-page-link .f-768-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-768-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-768-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-768-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-768-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-768-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-768-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-768-33 {
    width: 33%;
  }
  .ref-page-link .w-768-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-768-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-768-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-768-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-768-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-768-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-768-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-768-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-768-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-768-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-768-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-768-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-768-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-768-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-768-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-768-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-768-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-768-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-768-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-768-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-768-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .ref-page-link .f-640-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-640-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-640-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-640-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-640-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-640-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-640-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-640-33 {
    width: 33%;
  }
  .ref-page-link .w-640-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-640-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-640-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-640-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-640-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-640-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-640-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-640-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-640-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-640-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-640-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-640-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-640-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-640-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-640-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-640-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-640-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-640-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-640-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-640-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-640-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .ref-page-link .f-480-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-480-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-480-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-480-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-480-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-480-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-480-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-480-33 {
    width: 33%;
  }
  .ref-page-link .w-480-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-480-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-480-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-480-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-480-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-480-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-480-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-480-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-480-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-480-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-480-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-480-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-480-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-480-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-480-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-480-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-480-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-480-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-480-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-480-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-480-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .ref-page-link .f-400-10 .f-col {
    width: 10%;
  }
  .ref-page-link .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .ref-page-link .f-400-8 .f-col {
    width: 12.5%;
  }
  .ref-page-link .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .ref-page-link .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .ref-page-link .f-400-5 .f-col {
    width: 20%;
  }
  .ref-page-link .f-400-4 .f-col {
    width: 25%;
  }
  .ref-page-link .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .ref-page-link .f-400-2 .f-col {
    width: 50%;
  }
  .ref-page-link .f-400-1 .f-col {
    width: 100%;
  }
  .ref-page-link .w-400-100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-95 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-90 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-85 {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-80 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-75 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-70 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-65 {
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-60 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-55 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-50 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-45 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-40 {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-35 {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-30 {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-25 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-20 {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-15 {
    width: 15%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-10 {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-5 {
    width: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ref-page-link .w-400-33 {
    width: 33%;
  }
  .ref-page-link .w-400-16 {
    width: 16.666666%;
  }
  .ref-page-link .mb-400-100 {
    margin-bottom: 100px;
  }
  .ref-page-link .mb-400-95 {
    margin-bottom: 95px;
  }
  .ref-page-link .mb-400-90 {
    margin-bottom: 90px;
  }
  .ref-page-link .mb-400-85 {
    margin-bottom: 85px;
  }
  .ref-page-link .mb-400-80 {
    margin-bottom: 80px;
  }
  .ref-page-link .mb-400-75 {
    margin-bottom: 75px;
  }
  .ref-page-link .mb-400-70 {
    margin-bottom: 70px;
  }
  .ref-page-link .mb-400-65 {
    margin-bottom: 65px;
  }
  .ref-page-link .mb-400-60 {
    margin-bottom: 60px;
  }
  .ref-page-link .mb-400-55 {
    margin-bottom: 55px;
  }
  .ref-page-link .mb-400-50 {
    margin-bottom: 50px;
  }
  .ref-page-link .mb-400-45 {
    margin-bottom: 45px;
  }
  .ref-page-link .mb-400-40 {
    margin-bottom: 40px;
  }
  .ref-page-link .mb-400-35 {
    margin-bottom: 35px;
  }
  .ref-page-link .mb-400-30 {
    margin-bottom: 30px;
  }
  .ref-page-link .mb-400-25 {
    margin-bottom: 25px;
  }
  .ref-page-link .mb-400-20 {
    margin-bottom: 20px;
  }
  .ref-page-link .mb-400-15 {
    margin-bottom: 15px;
  }
  .ref-page-link .mb-400-10 {
    margin-bottom: 10px;
  }
  .ref-page-link .mb-400-5 {
    margin-bottom: 5px;
  }
  .ref-page-link .mb-400-0 {
    margin-bottom: 0px;
  }
}
.ref-page-link *,
.ref-page-link *:before,
.ref-page-link *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ref-page-link article,
.ref-page-link aside,
.ref-page-link details,
.ref-page-link figcaption,
.ref-page-link figure,
.ref-page-link footer,
.ref-page-link header,
.ref-page-link hgroup,
.ref-page-link main,
.ref-page-link nav,
.ref-page-link section,
.ref-page-link summary {
  display: block;
}
.ref-page-link audio,
.ref-page-link canvas,
.ref-page-link video {
  display: inline-block;
}
.ref-page-link audio:not([controls]) {
  display: none;
  height: 0;
}
.ref-page-link [hidden] {
  display: none;
}
.ref-page-link html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
.ref-page-link body {
  width: 100%;
  overflow-x: hidden;
}
.ref-page-link abbr[title] {
  border-bottom: 1px dotted;
}
.ref-page-link b,
.ref-page-link strong {
  font-weight: bold;
}
.ref-page-link dfn {
  font-style: italic;
}
.ref-page-link hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.ref-page-link mark {
  background: #ff0;
  color: #000;
}
.ref-page-link code,
.ref-page-link kbd,
.ref-page-link pre,
.ref-page-link samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.ref-page-link pre {
  white-space: pre-wrap;
}
.ref-page-link small {
  font-size: 80%;
}
.ref-page-link sub,
.ref-page-link sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ref-page-link sup {
  top: -0.5em;
}
.ref-page-link sub {
  bottom: -0.25em;
}
.ref-page-link svg:not(:root) {
  overflow: hidden;
}
.ref-page-link figure {
  margin: 0;
}
.ref-page-link fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.ref-page-link legend {
  border: 0;
  padding: 0;
}
.ref-page-link button,
.ref-page-link input,
.ref-page-link select,
.ref-page-link textarea {
  font-family: inherit;
  font-size: 100%;
}
.ref-page-link button,
.ref-page-link input {
  line-height: normal;
}
.ref-page-link button,
.ref-page-link select {
  text-transform: none;
}
.ref-page-link button,
.ref-page-link html input[type=button],
.ref-page-link input[type=reset],
.ref-page-link input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ref-page-link button[disabled],
.ref-page-link html input[disabled] {
  cursor: default;
}
.ref-page-link input[type=checkbox],
.ref-page-link input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.ref-page-link input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ref-page-link input[type=search]::-webkit-search-cancel-button,
.ref-page-link input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ref-page-link button::-moz-focus-inner,
.ref-page-link input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ref-page-link textarea {
  overflow: auto;
  vertical-align: top;
}
.ref-page-link table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ref-page-link input,
.ref-page-link button,
.ref-page-link select,
.ref-page-link textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ref-page-link button,
.ref-page-link input,
.ref-page-link select[multiple],
.ref-page-link textarea {
  background-image: none;
}
.ref-page-link a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.ref-page-link a:hover {
  text-decoration: none;
}
.ref-page-link a:active,
.ref-page-link a:hover,
.ref-page-link a:focus {
  outline: 0;
  text-decoration: none;
}
.ref-page-link img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.ref-page-link img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-page-link img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-page-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ref-page-link ul,
.ref-page-link ol,
.ref-page-link dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
.ref-page-link hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
.ref-page-link .button:hover,
.ref-page-link .button:focus,
.ref-page-link .button:active {
  text-decoration: none;
  outline: none;
}
.ref-page-link button:focus {
  outline: none;
}
.ref-page-link .button--block {
  width: 100%;
}
.ref-page-link .button svg {
  position: relative;
  top: -2px;
}
.ref-page-link .button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .button .phone {
  margin-right: 5px;
}
.ref-page-link .element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.ref-page-link .element-section .ehdn1 {
  margin-bottom: 30px;
}
.ref-page-link .element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.ref-page-link .myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.ref-page-link .form-grp,
.ref-page-link .form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
.ref-page-link .form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.ref-page-link .error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.ref-page-link .error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.ref-page-link .whatsapp {
  margin-right: 0;
}
.ref-page-link .form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 1px solid var(--input-border);
  border-radius: 5px;
  padding: 0 16px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .form-field:-webkit-autofill,
.ref-page-link .form-field:-webkit-autofill:hover,
.ref-page-link .form-field:-webkit-autofill:focus,
.ref-page-link .form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.ref-page-link .form-field:focus,
.ref-page-link .form-field.field--not-empty {
  border: 1px solid #000;
}
.ref-page-link .form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .form-field:focus ~ .form-label,
.ref-page-link .form-field.field--not-empty ~ .form-label,
.ref-page-link .form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.ref-page-link .form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
.ref-page-link .form-grp.int-padl input,
.ref-page-link .form-grp.form-grp-var input {
  padding-left: 40px;
}
.ref-page-link .form-grp.int-padr input {
  padding-right: 40px;
}
.ref-page-link .form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.ref-page-link .form-grp.disabled-field {
  background: #f5f5f5;
}
.ref-page-link .form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.ref-page-link .form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.ref-page-link .datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.ref-page-link .daterangepicker select.hourselect,
.ref-page-link .daterangepicker select.minuteselect,
.ref-page-link .daterangepicker select.secondselect,
.ref-page-link .daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center/10px;
  -webkit-appearance: none;
}
.ref-page-link .daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.ref-page-link .daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.ref-page-link .daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.ref-page-link .daterangepicker .calendar-table .next span,
.ref-page-link .daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ref-page-link .daterangepicker .calendar-table .next span:hover,
.ref-page-link .daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.ref-page-link .daterangepicker .calendar-table .next span:before,
.ref-page-link .daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.ref-page-link .daterangepicker .calendar-table .next span:hover:before,
.ref-page-link .daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.ref-page-link .daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.ref-page-link .daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.ref-page-link .daterangepicker .calendar-table th,
.ref-page-link .daterangepicker .calendar-table td {
  height: 32px;
}
.ref-page-link .daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.ref-page-link .daterangepicker:before {
  border-bottom: 0;
}
.ref-page-link .daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.ref-page-link .daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.ref-page-link .daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.ref-page-link .daterangepicker td.active,
.ref-page-link .daterangepicker td.active:hover {
  background-color: #3592cf;
}
.ref-page-link .daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.ref-page-link .daterangepicker td.off,
.ref-page-link .daterangepicker td.off.in-range,
.ref-page-link .daterangepicker td.off.start-date,
.ref-page-link .daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.ref-page-link .daterangepicker th.available:hover {
  background-color: transparent;
}
.ref-page-link .daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.ref-page-link .daterangepicker.show-calendar .drp-buttons .drp-selected,
.ref-page-link .daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.ref-page-link .daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.ref-page-link .daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
.ref-page-link .select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ref-page-link .select-field option {
  color: #9fa4a9;
}
.ref-page-link .select-field option:checked,
.ref-page-link .select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
.ref-page-link input::-webkit-input-placeholder,
.ref-page-link input:-ms-input-placeholder,
.ref-page-link input::placeholder {
  color: #ccc;
}
.ref-page-link input::-webkit-input-placeholder {
  color: #ccc;
}
.ref-page-link label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
.ref-page-link .radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.ref-page-link .radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-page-link .radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.ref-page-link .radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.ref-page-link .radio-box label.error {
  display: none !important;
}
.ref-page-link .radio-box input.error ~ label {
  color: #ff2323;
}
.ref-page-link .radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-page-link .checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ref-page-link .checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.ref-page-link .checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.ref-page-link .checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.ref-page-link .checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
.ref-page-link .checkbox-box label.error {
  display: none !important;
}
.ref-page-link .checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.ref-page-link .checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
.ref-page-link .checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.ref-page-link .checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.ref-page-link .checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
.ref-page-link .checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.ref-page-link .checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ref-page-link .checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.ref-page-link .checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.ref-page-link .checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.ref-page-link .checkbox-box.check-three label:before,
.ref-page-link .checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.ref-page-link .checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-page-link .checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.ref-page-link .checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.ref-page-link .checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.ref-page-link .checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-page-link .checkbox-box.chk-four {
  margin-right: 10px;
}
.ref-page-link .checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-page-link .checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.ref-page-link .checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.ref-page-link .checkbox-box.chk-four label:before,
.ref-page-link .checkbox-box.chk-four label:after {
  display: none;
}
.ref-page-link .checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.ref-page-link .checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.ref-page-link .checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.ref-page-link .checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
.ref-page-link .checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-page-link .checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.ref-page-link .checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.ref-page-link .checkbox-box.check-five .chk-label:before,
.ref-page-link .checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.ref-page-link .checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.ref-page-link .checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.ref-page-link .checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-page-link [tooltip-title] {
  position: relative;
  text-decoration: none;
}
.ref-page-link [tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
.ref-page-link [tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
.ref-page-link [tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.ref-page-link [tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.ref-page-link [data-placement=right]:hover {
  position: relative;
  z-index: 1;
}
.ref-page-link [tooltip-title]:is([data-placement=top])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
.ref-page-link [tooltip-title]:is([data-placement=right])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
.ref-page-link [tooltip-title]:is([data-placement=bottom])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
.ref-page-link [tooltip-title]:is([data-placement=left])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
.ref-page-link [tooltip-title]:is([data-placement=top])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
.ref-page-link [tooltip-title]:is([data-placement=right])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
.ref-page-link [tooltip-title]:is([data-placement=bottom])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
.ref-page-link [tooltip-title]:is([data-placement=left])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
.ref-page-link .modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.ref-page-link .modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.ref-page-link .modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.ref-page-link .modal-para p:last-child {
  margin-bottom: 0;
}
.ref-page-link .modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.ref-page-link .modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .modal-cross:hover i {
  transform: rotate(90deg);
}
.ref-page-link .modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.ref-page-link .window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.ref-page-link .window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.ref-page-link .window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.ref-page-link .static-cont {
  margin-bottom: 32px;
}
.ref-page-link .static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.ref-page-link .static-cont li p {
  margin-bottom: 10px;
}
.ref-page-link .static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.ref-page-link .static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.ref-page-link .modal-backdrop.show {
  opacity: 0.9;
}
.ref-page-link .modal-backdrop {
  background-color: #fff;
}
.ref-page-link .modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ref-page-link .swiper-container {
  width: 100%;
  height: 100%;
}
.ref-page-link .swiper-pagination-bullet-active {
  background: #39e5be;
}
.ref-page-link .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ref-page-link .ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-page-link .ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-page-link .ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ref-page-link .flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref-page-link .element-head {
  font-size: 40px;
  font-weight: bold;
}
.ref-page-link .content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.ref-page-link .content-body {
  margin-bottom: 80px;
}
.ref-page-link .content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ref-page-link .content-body h1,
.ref-page-link .content-body h2,
.ref-page-link .content-body h3,
.ref-page-link .content-body h4,
.ref-page-link .content-body h5,
.ref-page-link .content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.ref-page-link .content-body h1:first-child,
.ref-page-link .content-body h2:first-child,
.ref-page-link .content-body h3:first-child,
.ref-page-link .content-body h4:first-child,
.ref-page-link .content-body h5:first-child,
.ref-page-link .content-body h6:first-child {
  margin-top: 0;
}
.ref-page-link .content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.ref-page-link .content-body ul {
  margin-bottom: 16px;
}
.ref-page-link .content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.ref-page-link .content-body ul li p,
.ref-page-link .content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.ref-page-link .content-body ul li a {
  color: #ee163d;
}
.ref-page-link .content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.ref-page-link .content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .ref-page-link .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .ref-page-link .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .ref-page-link .content-body h1,
  .ref-page-link .content-body h2,
  .ref-page-link .content-body h3,
  .ref-page-link .content-body h4,
  .ref-page-link .content-body h5,
  .ref-page-link .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
.ref-page-link .head-card-wrap {
  display: flex;
}
.ref-page-link .head-card {
  padding: 48px 41px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ref-page-link .head-card.bg-space {
  padding: 48px 58px;
}
.ref-page-link .head-card .listview {
  margin-bottom: 8px;
}
.ref-page-link .head-card .listview li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.ref-page-link .head-card .listview li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ref-page-link .head-card-img {
  width: 160px;
  margin: 8px auto 18px;
}
.ref-page-link .head-card-img img {
  object-fit: contain;
}
.ref-page-link .learn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ref-page-link .learn {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.ref-page-link .learn i {
  transition: transform 0.2s linear;
}
.ref-page-link .learn:hover i {
  transform: translateX(5px);
}
.ref-page-link .dream-info {
  padding: 82px 0;
  background: #F3F3EC;
}
.ref-page-link .dream-info-img {
  width: 570px;
  height: 270px;
  margin: 0 auto;
}
.ref-page-link .dream-info-img img {
  object-fit: contain;
}
.ref-page-link .dream-info-text {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.ref-page-link .button {
  padding: 0px 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #E6FFFB;
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  height: 60px;
  border: 1px solid #E6FFFB;
}
.ref-page-link .button:hover {
  background: #000;
  color: #E6FFFB;
}
.ref-page-link .button.line {
  color: #E6FFFB;
  border: 1px solid #000;
  background: #000;
}
.ref-page-link .button.line:hover {
  color: #000;
  background: #E6FFFB;
}
.ref-page-link .button.borderd {
  border: 1px solid #000;
}
.ref-page-link .button.borderd:hover {
  border: 1px solid #E6FFFB;
}
.ref-page-link .menu {
  display: none;
  position: relative;
  margin-left: 16px;
}
.ref-page-link .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-page-link .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.ref-page-link .nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.ref-page-link .nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.ref-page-link .js-nav-toggle {
  display: none;
  position: static;
}
.ref-page-link .js-nav-toggle span {
  position: relative;
  background-color: #345;
  height: 2px;
  display: block;
  width: 22px;
  margin: 17px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ref-page-link .js-nav-toggle span:before,
.ref-page-link .js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #345;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.ref-page-link .js-nav-toggle span:before {
  margin-top: 5px;
}
.ref-page-link .show-menu .js-nav-toggle {
  right: 3px;
  z-index: 99999;
  top: 4px;
}
.ref-page-link .show-menu .js-nav-toggle span {
  background-color: transparent;
}
.ref-page-link .show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ref-page-link .show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ref-page-link .show-menu .js-nav-toggle span:before,
.ref-page-link .show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.ref-page-link .mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #E6FFFB;
}
.ref-page-link .mob-navigation .nav-toggle {
  position: absolute;
  top: 100px;
  left: 36px;
  width: 100%;
  padding: 0.45em 1em;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.ref-page-link .mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.ref-page-link .mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
  left: 0;
  position: absolute;
}
.ref-page-link .mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.ref-page-link .mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 1.1em;
  padding-left: 0;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.65);
}
.ref-page-link .mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ref-page-link .mob-navigation .nav-back:before,
.ref-page-link .mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.ref-page-link .mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.ref-page-link .mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.ref-page-link .mob-navigation a {
  display: block;
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #E6FFFB;
}
.ref-page-link .mob-navigation a:hover {
  color: #fff;
  background-color: var(--nblue);
}
.ref-page-link .mob-navigation ul {
  list-style: none;
  padding: 140px 36px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ref-page-link .mob-navigation ul ul {
  display: none;
  left: 100%;
}
.ref-page-link .mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ref-page-link .mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.ref-page-link .mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 990px) {
  .ref-page-link .navigation {
    display: none;
  }
  .ref-page-link .nav-wrapper {
    display: block;
  }
  .ref-page-link .js-nav-toggle {
    display: block;
    margin-left: 5px;
  }
}
.ref-page-link :root {
  --header-height: 70px;
}
.ref-page-link html,
.ref-page-link body {
  overflow-x: hidden;
  width: 100%;
}
.ref-page-link .overflow-hidden {
  overflow: hidden;
}
.ref-page-link .container {
  max-width: 1050px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ref-page-link .check-wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  list-style: none;
}
.ref-page-link .check-wrap li:last-child {
  margin-bottom: 0;
}
.ref-page-link .check-wrap li i {
  font-size: 26px;
  margin-right: 12px;
}
.ref-page-link .check-wrap li h3 {
  font-size: 20px;
  font-weight: 600;
}
.ref-page-link .check-wrap .check-wrap-content {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-page-link .comm-section {
  padding: 60px 0;
  position: relative;
}
.ref-page-link .mb16 {
  margin-bottom: 16px !important;
}
.ref-page-link .mb40 {
  margin-bottom: 40px !important;
}
.ref-page-link .mb0 {
  margin-bottom: 0px !important;
}
.ref-page-link .mt0 {
  margin-top: 0px !important;
}
.ref-page-link .pt0 {
  padding-top: 0 !important;
}
.ref-page-link .pr0 {
  padding-right: 0 !important;
}
.ref-page-link :root {
  --menuWidth: 300px;
}
.ref-page-link #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .head-left {
  display: flex;
  align-items: center;
}
.ref-page-link .logo {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  margin-right: 40px;
}
.ref-page-link .header-container {
  width: 100%;
  padding: 0 73px 0 96px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding-top: 71px;
  z-index: 111111;
  position: relative;
}
.ref-page-link .drop {
  position: relative;
}
.ref-page-link .drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.ref-page-link .drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .drop ul li {
  padding: 0;
}
.ref-page-link .drop ul li:last-of-type {
  border-bottom: 0;
}
.ref-page-link .drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
.ref-page-link .drop ul li a:hover {
  background: #eee;
  color: #000;
}
.ref-page-link .drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.ref-page-link .drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.ref-page-link .header-wrap {
  display: flex;
}
.ref-page-link .header-box {
  display: flex;
}
.ref-page-link .header-mobile {
  align-items: center;
  display: flex;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.ref-page-link .header-mobile a {
  color: black;
}
.ref-page-link .header-mobile a:hover {
  color: gray;
}
.ref-page-link .header-mobile:after {
  content: "";
  width: 1px;
  height: 150%;
  background-color: #464d5c;
  position: absolute;
  top: -5px;
  right: 0;
}
.ref-page-link .menuBtn {
  display: flex;
  align-items: center;
}
.ref-page-link .header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ref-page-link .header-list li {
  padding: 0px 24px;
}
.ref-page-link .header-list li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.ref-page-link .header-list li a::after {
  width: 0;
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ref-page-link .header-list li a:hover::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ref-page-link .fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.ref-page-link .fixHeader .header-box .header-container {
  height: var(--headerFixedHeight);
  padding-top: 8px;
  padding-bottom: 8px;
}
.ref-page-link .menuBtn .button {
  margin-left: 20px;
  height: 55px;
  font-size: 14px;
}
.ref-page-link .menu {
  display: none;
  position: relative;
}
.ref-page-link .mobile-menu {
  position: fixed;
  right: calc(-1 * var(--menuWidth));
  overflow-y: auto;
  top: 0;
  background: #fff;
  width: var(--menuWidth);
  height: 100%;
  z-index: 9999;
  padding: 0 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-page-link .mobile-menu .header-list {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: calc(100vh - 90px);
}
.ref-page-link .mobile-menu .header-list li {
  padding: 0;
  margin-bottom: 20px;
}
.ref-page-link .mobile-menu .header-list li a {
  font-size: 20px;
  font-weight: 700;
}
.ref-page-link .mobile-menu.in {
  right: 0;
}
.ref-page-link .mob-menu-footer {
  margin: 30px 0;
}
.ref-page-link .menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ref-page-link .menuOverlay.in {
  opacity: 0.4;
  visibility: visible;
}
.ref-page-link .close-menu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.ref-page-link .close-menu:hover i {
  transform: rotate(90deg);
}
@media all and (max-width: 990px) {
  .ref-page-link .header-list {
    display: none;
  }
  .ref-page-link .menu {
    display: block;
  }
}
.ref-page-link .home-banner {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  background: #F3F3EC;
  position: relative;
}
.ref-page-link .banner-right {
  height: auto;
  width: 50%;
  overflow: hidden;
}
.ref-page-link .banner-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-page-link .banner-left {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.ref-page-link .banner-txt {
  max-width: 463px;
  margin-left: auto;
  margin-right: 190px;
  padding: 40px 0;
  width: 100%;
}
.ref-page-link .banner-txt.invited {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  max-width: 300px;
  margin-right: auto;
  margin-left: 10%;
}
.ref-page-link .banner-txt .check-wrap {
  margin-bottom: 50px;
}
.ref-page-link .banner-txt .button-wrap a {
  margin-right: 11px;
}
.ref-page-link .banner-head {
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -3px;
  max-width: 440px;
  font-family: "Avenir Next", sans-serif;
}
.ref-page-link .mob-logo,
.ref-page-link .close {
  display: none;
}
.ref-page-link .small-nav-head {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 9px;
  text-transform: uppercase;
  margin-top: 36px;
}
.ref-page-link .button-wrap-header {
  max-width: calc(100% - 72px);
  margin: auto;
  position: absolute;
  bottom: 40px;
  width: 100%;
  background: #000;
}
.ref-page-link .button-wrap-header a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.ref-page-link .button-wrap-header .borderd {
  color: #000;
}
.ref-page-link .button-wrap-header .line {
  border: 1px solid #e6fffb;
}
.ref-page-link .footer-bottom {
  position: absolute;
  bottom: 80px;
}
.ref-page-link .footer-bottom h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f3f5fd;
}
.ref-page-link .footer-bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 166.6%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #f5faff;
}
.ref-page-link .sky-blue {
  background: #E6EEFF;
}
.ref-page-link .l-green {
  background: #E6FFFB;
}
.ref-page-link .a-snow {
  background: #F3F3EC;
}
.ref-page-link .black {
  background: #000;
}
.ref-page-link .credit-swiper-sec {
  overflow: hidden;
  padding: 188px 0 136px;
}
.ref-page-link .credit-swiper-sec .comm-sec-head {
  max-width: 772px;
  margin: auto;
  padding: 0 36px;
  text-align: center;
  margin-bottom: 40px;
}
.ref-page-link .swiper-credit {
  overflow: visible;
}
.ref-page-link .swiper-credit .swiper-slide:hover .credit-image {
  transform: scale(1.1);
}
.ref-page-link .swiper-credit .swiper-slide:hover .credit-text h3 {
  color: #000;
}
.ref-page-link .swiper-credit .swiper-slide:hover .credit-text p {
  opacity: 1;
}
.ref-page-link .credit-image {
  height: 332px;
  width: 243px;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .credit-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ref-page-link .credit-text {
  max-width: 243px;
}
.ref-page-link .credit-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #b8b1b1;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-bottom: 13px;
}
.ref-page-link .credit-text p {
  line-height: 1.5;
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .borrow-wrap .f-row {
  align-items: center;
}
.ref-page-link .take-me-sec {
  padding: 0 36px;
}
.ref-page-link .smartsaver-calc {
  width: 100%;
  max-width: 653px;
  background: #fff;
  width: 603px;
  height: auto;
  right: 25%;
  padding: 54px;
}
.ref-page-link .calc-top {
  margin-bottom: 32px;
}
.ref-page-link .calc-top h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 137.5%;
  display: flex;
  color: #000000;
  flex-direction: column;
  margin-bottom: 6px;
}
.ref-page-link .calc-top h3 {
  font-weight: 600;
  font-size: 68px;
  line-height: 122.6%;
  letter-spacing: -3.44357px;
}
.ref-page-link .calc-top h3 span {
  font-size: 41px;
}
.ref-page-link .calc-values {
  margin-bottom: 32px;
}
.ref-page-link .values-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ref-page-link .values-wrap:last-child {
  margin-bottom: 0;
}
.ref-page-link .values-wrap h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-page-link .values-wrap h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #757575;
}
.ref-page-link .calc-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #484848;
  margin-top: 38px;
}
.ref-page-link .range-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ref-page-link .range-slider-head h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-page-link .calc-range-slider {
  margin-bottom: 32px;
}
.ref-page-link #rangeValue {
  font-weight: 700;
  font-size: 15px;
  line-height: 128%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.01em;
  color: #1d1d1e;
}
.ref-page-link .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 4px solid #000;
  box-shadow: -407px 0 0 400px #e6fffb;
}
.ref-page-link .cookie-wrap {
  padding: 42px;
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 50%;
  z-index: 11;
  z-index: 9999999;
  width: 640px;
}
.ref-page-link .cookie-content {
  display: flex;
}
.ref-page-link .cookie-button-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
  margin-left: 190px;
}
.ref-page-link .cookie-button-wrap a {
  text-decoration: none !important;
}
.ref-page-link .cookie-image {
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
.ref-page-link .cookie-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ref-page-link .cookie-txt {
  flex: 1;
  min-width: 0;
}
.ref-page-link .cookie-txt h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -2px;
  color: #000000;
}
.ref-page-link .cookie-txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.ref-page-link .cookie-txt a {
  text-decoration-line: underline;
  color: #000;
}
.ref-page-link .agree-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000000;
  margin-right: 10px;
}
.ref-page-link .agree-content i {
  font-size: 24px;
  color: #000;
  margin-left: 8px;
}
.ref-page-link .cookie-overlay {
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  left: 0;
  z-index: 999999;
  top: 0;
  position: fixed;
}
.ref-page-link .cookie-links {
  display: flex;
  justify-content: space-between;
}
.ref-page-link .cookie-links a {
  margin-right: 14px;
}
.ref-page-link .cookie-links a:last-child {
  margin-right: 0;
}
.ref-page-link .borrow-img {
  height: 100%;
  width: 100%;
}
.ref-page-link .borrow-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.ref-page-link .p0 {
  padding: 0 !important;
}
.ref-page-link .swiperCredit-btn {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ref-page-link .swiperCredit {
  margin-bottom: 38px;
}
.ref-page-link .swiper-prev {
  background: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-page-link .swiper-prev:hover {
  transform: translateX(-5px);
}
.ref-page-link .swiper-next {
  background: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  transition: transform 0.2s linear;
}
.ref-page-link .swiper-next:hover {
  transform: translateX(5px);
}
.ref-page-link .swiper-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  cursor: pointer;
  margin-top: 12px;
}
.ref-page-link .creditline-banner-img img {
  object-position: top;
}
.ref-page-link .btn-signup-header {
  bottom: 150px;
}
.ref-page-link .intercom-lightweight-app,
.ref-page-link .intercom-lightweight-app-launcher {
  z-index: 99 !important;
}
.ref-page-link .pt-01 {
  padding-top: 160px;
}
.ref-page-link .mt-01 {
  margin-top: 16px;
}
.ref-page-link .comm-head-card .comm-para {
  margin-bottom: 24px;
}
.ref-page-link .learn-wrap {
  margin-top: 32px;
}
.ref-page-link .comm-greybg {
  background: #F3F3EC;
  padding: 82px 0;
}
.ref-page-link .content-sec {
  text-align: center;
}
.ref-page-link .content-sec .img-sec {
  max-width: 570px;
  margin: 0 auto 34px;
}
.ref-page-link .comm-spacing-section {
  margin: 83px 0 250px;
}
.ref-page-link .comm-spacing-section-01 {
  margin: 83px 0 180px;
}
.ref-page-link .footer {
  background: #f3f3ec;
  width: 100%;
  padding: 92px 0 50px;
}
.ref-page-link .footer .logo-sec .img-logo {
  width: 104px;
  margin-bottom: 24px;
}
.ref-page-link .footer .logo-sec .logo-content {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 16px;
}
.ref-page-link .footer .logo-sec .partner-logo {
  width: 100%;
  margin-bottom: 32px;
  opacity: 45%;
}
.ref-page-link .footer .logo-sec .partner-logo img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome, Edge, Opera, and Safari */
  image-rendering: crisp-edges;
}
.ref-page-link .footer .logo-sec .mailto {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #000000;
}
.ref-page-link .footer .foo-nav-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
  margin-bottom: 19px;
}
.ref-page-link .footer .foo-nav {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 218%;
  letter-spacing: 0.02em;
}
.ref-page-link .footer .foo-nav a {
  color: #000000;
}
.ref-page-link .footer .foo-nav a:hover {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-page-link .j-between {
  justify-content: space-between;
}
.ref-page-link .copyright {
  margin-top: 63px;
}
.ref-page-link .terms-content {
  margin-top: 290px;
}
.ref-page-link .terms-content .grow-txt {
  text-align: center;
  margin-bottom: 34px;
}
.ref-page-link .condition-box {
  margin: 150px 0;
}
.ref-page-link .condition-box p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
.ref-page-link .slidecontainer {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.ref-page-link .incl-range {
  width: 240px;
  background-color: #e6fffb;
  height: 18px;
  position: absolute;
}
.ref-page-link .slider {
  background-color: #f5faff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 18px;
  outline: none;
}
.ref-page-link .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  border-radius: 100px;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}
.ref-page-link [type=range]::-moz-range-progress {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-page-link [type=range]::-ms-fill-lower {
  -moz-appearance: none;
  height: 18px;
  background: #E6FFFB;
}
.ref-page-link .slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-page-link .slider::-moz-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #000000;
  background-image: url("https://img.icons8.com/material-outlined/344/average-2.png");
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  border: 2px solid #000;
}
.ref-page-link .mt24 {
  margin-top: 24px !important;
}
.ref-page-link .mt64 {
  margin-top: 64px !important;
}
.ref-page-link .mob-view {
  display: none;
}
.ref-page-link .money-wrap {
  padding: 140px 90px;
  background: #F3F3EC;
  margin-bottom: 197px;
}
.ref-page-link .money-wrap .comm-sec-head {
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 34px;
}
.ref-page-link .money-wrap .comm-para {
  margin-bottom: 34px;
}
.ref-page-link .money-right {
  max-width: 488px;
  width: 100%;
}
.ref-page-link .money-left-img {
  width: 100%;
  height: auto;
}
.ref-page-link .money-left-img img {
  object-fit: contain;
}
.ref-page-link .joining-sec {
  margin-bottom: 218px;
}
.ref-page-link .joining-sec .head-text {
  text-align: center;
  margin-bottom: 76px;
}
.ref-page-link .joining-sec .head-text .comm-sec-head {
  margin-bottom: 32px;
}
.ref-page-link .joining-sec .head-text .comm-para {
  max-width: 550px;
  margin: 0 auto;
}
.ref-page-link .joining-sec .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.ref-page-link .joining-card {
  text-align: center;
  padding: 64px 55px;
  background: #E6EEFF;
  height: 100%;
}
.ref-page-link .joining-card .joinig-card-img {
  width: 382px;
  height: 300px;
  margin-bottom: 18px;
}
.ref-page-link .joining-card .joinig-card-img img {
  object-fit: contain;
}
.ref-page-link .joining-card .comm-sec-head {
  font-weight: 600;
  margin-bottom: 18px;
}
.ref-page-link .joining-card h3 {
  font-size: 68px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 0.8;
}
.ref-page-link .easy-access {
  margin-top: 138px;
  margin-bottom: 226px;
}
.ref-page-link .easy-access .comm-sec-head {
  text-align: center;
  margin-bottom: 34px;
  max-width: 360px;
}
.ref-page-link .easy-access-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 32px 80px 32px 28px;
  background: #E6EEFF;
  margin-bottom: 8px;
}
.ref-page-link .easy-access-box svg {
  margin-right: 36px;
}
.ref-page-link .easy-access-box:last-child {
  margin-bottom: 0;
}
.ref-page-link .easy-access-box i {
  font-size: 48px;
  margin-right: 36px;
}
.ref-page-link .easy-access-box .easy-access-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}
.ref-page-link .easy-access-box .comm-para {
  line-height: 1.4;
}
.ref-page-link .easy-step-sec {
  margin-bottom: 190px;
}
.ref-page-link .easy-step-wrap .comm-sec-head {
  text-align: center;
  margin-bottom: 76px;
}
.ref-page-link .easy-step-wrap .button {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}
.ref-page-link .easy-step-swiper {
  margin-bottom: 30px;
}
.ref-page-link .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .easy-step-swiper .easy-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11px;
}
.ref-page-link .easy-step-swiper .easy-swiper-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #000;
}
.ref-page-link .easy-step-bg {
  background: #fff;
  width: 240px;
  height: 248px;
  margin-bottom: 100px;
  transition: all 0.3s linear;
}
.ref-page-link .easy-step-bg:hover {
  width: 260px;
  height: 280px;
  background: #e6eeff;
}
.ref-page-link .easy-step-bg:hover img {
  transform: scale(1.2);
  top: 60px;
}
.ref-page-link .easy-step-img {
  width: 230px;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.ref-page-link .easy-step-img img {
  object-fit: contain;
  transition: all 0.3s linear;
  position: relative;
  top: 50px;
}
.ref-page-link .easy-swiper-text {
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-page-link .easy-swiper-text .comm-sec-head {
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}
.ref-page-link .easy-swiper-text .comm-para {
  width: 80%;
}
.ref-page-link .accordian-sec {
  padding-top: 76px;
  margin-bottom: 110px;
}
.ref-page-link .accordian-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-page-link .acc-container {
  width: 100%;
}
.ref-page-link .acc-head {
  position: relative;
  cursor: pointer;
  padding: 24px 0px;
}
.ref-page-link .acc-head::before,
.ref-page-link .acc-head::after {
  content: "";
  position: absolute;
  top: 33px;
  background-color: #000;
  transition: all 0.3s;
}
.ref-page-link .acc-head::before {
  right: 6px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.ref-page-link .acc-head::after {
  right: -2px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.ref-page-link .acc-head p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-right: 35px;
  color: rgba(0, 0, 0, 0.68);
}
.ref-page-link .acc-content {
  padding: 0 0 23px;
  display: none;
}
.ref-page-link .acc-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #686868;
  max-width: 690px;
  width: 100%;
}
.ref-page-link .acc-head.active::before,
.ref-page-link .acc-head.active::after {
  transform: rotate(-45deg);
}
.ref-page-link .acc-head.active p {
  color: #000000;
}
.ref-page-link .grow-sec {
  margin-bottom: 110px;
}
.ref-page-link .grow-wrap {
  text-align: center;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
}
.ref-page-link .grow-wrap .button.line {
  margin-bottom: 44px;
}
.ref-page-link .grow-wrap .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
}
.ref-page-link .button i {
  font-size: 30px;
  margin-right: 10px;
}
.ref-page-link .grow-txt {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -3px;
  margin-bottom: 44px;
}
.ref-page-link .track-card-sec {
  margin-bottom: 76px;
}
.ref-page-link .comm-smart-wallet {
  padding: 75px 50px;
  text-align: center;
  height: calc(100% - 25px);
}
.ref-page-link .comm-smart-wallet .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}
.ref-page-link .smart-wallet-img {
  width: 330px;
  height: 330px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.ref-page-link .smart-wallet-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-page-link .comm-smart-wallet.black .comm-sec-head {
  color: #e6fffb;
}
.ref-page-link .comm-smart-wallet.black .comm-para p {
  color: #e6fffb;
  letter-spacing: 0;
}
.ref-page-link .track-img {
  max-width: 390px;
  width: 100%;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-page-link .track-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ref-page-link .trackcard-wrap .comm-sec-head {
  font-weight: 600;
  margin-bottom: 30px;
}
.ref-page-link .trackcard-wrap .comm-para {
  line-height: 1.5;
}
.ref-page-link .available-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ref-page-link .available-wrap .comm-small-para {
  font-weight: 600;
  opacity: 0.48;
  margin-right: 12px;
}
.ref-page-link .avail-img-wrap {
  display: flex;
  align-items: center;
}
.ref-page-link .avail-img-wrap a {
  margin-right: 12px;
}
.ref-page-link .avail-img-wrap a:last-child {
  margin-right: 0;
}
.ref-page-link .avail-img {
  /* css changes */
  width: 56px;
  height: 56px;
  padding: 6px;
  /* css changes end */
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.ref-page-link .avail-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-page-link .coming-wrap .comm-small-para {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
}
.ref-page-link .coming-wrap .avail-img {
  width: 38px;
  height: 38px;
  padding: 5px;
  margin-right: 12px;
}
.ref-page-link .borrow-sec {
  margin-bottom: 168px;
}
.ref-page-link .borrow-wrap {
  padding: 88px 0;
}
.ref-page-link .borrow-text {
  margin-left: 20px;
}
.ref-page-link .borrow-text .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-page-link .borrow-text .comm-para {
  margin-bottom: 0;
  line-height: 1.6;
}
.ref-page-link .info-card-sec {
  margin-bottom: 102px;
}
.ref-page-link .info-card .comm-smart-wallet {
  margin-bottom: 60px;
  height: calc(100% - 60px);
}
.ref-page-link .info-card .smart-wallet-img {
  margin-bottom: 34px;
}
.ref-page-link .info-card .comm-sec-head {
  margin-bottom: 34px;
  font-weight: 600;
}
.ref-page-link .we-lend-sec {
  margin-bottom: 110px;
}
.ref-page-link .we-lend-info {
  padding: 75px 82px 44px;
  text-align: center;
}
.ref-page-link .we-lend-info .comm-sec-head {
  font-weight: 600;
}
.ref-page-link .we-lend-info .comm-sec-head,
.ref-page-link .we-lend-info .comm-para {
  margin-bottom: 34px;
}
.ref-page-link .we-lend-img-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.ref-page-link .we-lend-img-wrap:last-child {
  margin-bottom: 0;
}
.ref-page-link .we-lend-img {
  width: 180px;
  height: 100px;
  margin: 0 auto;
}
.ref-page-link .we-lend-img img {
  object-fit: contain;
}
.ref-page-link .we-recognise-img {
  width: 160px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.ref-page-link .we-recognise-img img {
  object-fit: contain;
}
.ref-page-link .we-lend-component {
  text-align: center;
  width: 170px;
  margin-right: 28px;
  margin-bottom: 30px;
}
.ref-page-link .we-lend-component:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ref-page-link .we-lend-component .comm-card-para {
  font-weight: 600;
  margin-bottom: 10px;
}
.ref-page-link .we-lend-text p {
  font-size: 12px;
  color: #000000;
}
.ref-page-link .we-lend-component {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .we-lend-component:hover .comm-card-para,
.ref-page-link .we-lend-component:hover .we-lend-text p {
  color: rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.ref-page-link .trust-card-sec {
  margin-bottom: 65px;
}
.ref-page-link .trustcard-wrap .smart-wallet-img {
  margin-bottom: 24px;
}
.ref-page-link .trustcard-wrap .comm-smart-wallet.black .comm-sec-head {
  margin-top: 0;
  margin-bottom: 24px;
}
.ref-page-link .trustcard-wrap .comm-sec-head {
  font-weight: 600;
  margin: 60px 0;
}
.ref-page-link .take-me-sec {
  margin-bottom: 110px;
}
.ref-page-link .take-me-sec .grow-txt {
  text-align: center;
}
.ref-page-link .take-me-sec .button {
  margin: 0 auto;
  padding: 18px 32px;
  width: fit-content;
  display: flex;
}
.ref-page-link .take-me-wrap {
  margin-bottom: 44px;
}
.ref-page-link .take-me-info {
  padding: 48px 0;
  text-align: center;
}
.ref-page-link .take-me-info:hover .continue-wrap {
  visibility: visible;
}
.ref-page-link .take-me-info:hover .comm-sub-head {
  color: #000;
}
.ref-page-link .take-me-info .comm-sub-head {
  margin-bottom: 30px;
  color: #6f6f6f;
  transition: all 0.3s linear;
}
.ref-page-link .take-me-info a {
  text-decoration: none;
  color: inherit;
}
.ref-page-link .take-me-img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ref-page-link .take-me-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-page-link .continue-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
}
.ref-page-link .continue-wrap .continue-wrap-text {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-right: 5px;
}
.ref-page-link .continue-wrap .continue-img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s linear;
}
.ref-page-link .continue-wrap .continue-img img {
  object-fit: contain;
}
.ref-page-link .continue-wrap:hover .continue-img {
  transform: translateX(10px);
}
.ref-page-link .logo.white {
  display: none;
}
.ref-page-link .white-menu {
  display: none;
}
.ref-page-link #header.black-header .header-list li a {
  color: #e6fffb;
}
.ref-page-link #header.black-header .header-list li a::after {
  background: #e6fffb;
}
.ref-page-link #header.black-header .logo {
  display: none;
}
.ref-page-link #header.black-header .logo.white {
  display: block;
}
.ref-page-link #header.black-header .white-menu {
  display: block;
}
.ref-page-link #header.black-header.fixHeader .header-list li a {
  color: #000;
}
.ref-page-link #header.black-header.fixHeader .header-list li a::after {
  background: #000;
}
.ref-page-link #header.black-header.fixHeader .logo {
  display: block;
}
.ref-page-link #header.black-header.fixHeader .logo.white {
  display: none;
}
.ref-page-link .banner-left.black .banner-head {
  margin-bottom: 15px;
  color: #e6fffb;
}
.ref-page-link .banner-left.black .banner-small-text {
  color: #e6fffb;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.ref-page-link .banner-left.black .button {
  display: flex;
  margin-bottom: 29px;
  width: fit-content;
}
.ref-page-link .banner-left.black .button.line {
  border: 1px solid #e6fffb;
}
.ref-page-link .banner-left.black .banner-txt {
  max-width: 484px;
}
.ref-page-link .one-click-sec {
  margin-top: 200px;
  margin-bottom: 174px;
}
.ref-page-link .oneclick-text {
  padding: 0 36px;
}
.ref-page-link .oneclick-text .comm-sec-head {
  margin-bottom: 34px;
  text-align: center;
  font-weight: 400;
}
.ref-page-link .oneclick-text .comm-sec-head:first-child {
  font-weight: 500;
}
.ref-page-link .welcome-sec {
  margin-bottom: 132px;
}
.ref-page-link .welcome-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 98px;
}
.ref-page-link .welcome-sec .comm-big-para {
  margin-bottom: 28px;
}
.ref-page-link .welcome-card {
  padding: 75px 82px;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
.ref-page-link .welcome-card .comm-sec-head {
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  font-weight: 400;
}
.ref-page-link .welcom-card-img {
  width: 346px;
  height: 346px;
  margin-right: 70px;
}
.ref-page-link .welcom-card-img img {
  object-fit: contain;
  border-radius: 50%;
}
.ref-page-link .welcome-wallet-img {
  width: 200px;
  height: 266px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.ref-page-link .welcome-wallet-img img {
  object-fit: contain;
}
.ref-page-link .profile-sec {
  margin-bottom: 111px;
}
.ref-page-link .profile-sec .comm-sec-head {
  text-align: center;
  margin-bottom: 36px;
}
.ref-page-link .profile-info-card {
  padding: 42px 31px;
  text-align: center;
  margin-bottom: 69px;
  height: calc(100% - 64px);
}
.ref-page-link .profile-info-card .comm-card-sub-head {
  margin-bottom: 0;
  line-height: 1.4;
}
.ref-page-link .profile-card-img {
  width: 175px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.ref-page-link .profile-card-img img {
  object-fit: contain;
}
.ref-page-link .profile-component .f-row {
  margin-left: -40px;
  margin-right: -40px;
}
.ref-page-link .profile-component .f-col {
  padding: 0 40px;
}
.ref-page-link .profile-button-wrap .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 24px;
}
.ref-page-link .profile-button-wrap .button:last-child {
  margin-bottom: 0;
}
.ref-page-link .we-regulate-sec {
  margin-bottom: 40px;
}
.ref-page-link .we-recognise-sec {
  margin-bottom: 197px;
}
.ref-page-link .we-recognise-sec .comm-para {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 34px;
}
.ref-page-link .team-img {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.ref-page-link .team-img img {
  width: 100%;
  object-fit: contain;
}
.ref-page-link .join-us .grow-txt {
  margin-bottom: 16px;
}
.ref-page-link .join-us .comm-para {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 70%;
}
.ref-page-link .steps-box {
  width: 80%;
  margin: auto;
}
.ref-page-link .disclaimer-box {
  padding: 66px 0;
}
.ref-page-link .disclaimer-head {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
  opacity: 62%;
}
.ref-page-link .disclaimer-info p {
  font-size: 12px;
  line-height: 1.4;
  opacity: 56%;
}
.ref-page-link .disclaimer-info a {
  text-decoration: underline;
  color: #000;
}
.ref-page-link .head-right {
  display: flex;
  align-items: center;
}
.ref-page-link .language-selector {
  border-radius: 888px;
  overflow: hidden;
}
.ref-page-link .language-selector:hover {
  overflow: visible;
}
.ref-page-link .language-selector:hover .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  transform: rotate(0deg);
}
.ref-page-link .language-selector:hover .wpml-ls-legacy-dropdown > ul > li:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}
.ref-page-link .language-selector:hover .wpml-ls-legacy-dropdown > ul > li > ul {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.ref-page-link .language-selector .wpml-ls-legacy-dropdown a:focus,
.ref-page-link .language-selector .wpml-ls-legacy-dropdown a:hover {
  background: #fff;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.ref-page-link .language-selector .wpml-ls-legacy-dropdown a {
  border: none;
}
.ref-page-link .language-selector .wpml-ls-flag {
  border-radius: 50%;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown {
  width: 100%;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown a {
  padding: 18px 40px 18px 18px;
  display: flex;
  align-items: center;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown .wpml-ls-item:hover .language-selector .wpml-ls-legacy-dropdown a:last-child {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\e904";
  font-family: "icomoon" !important;
  font-size: 10px;
  border: none;
  top: 20px;
  right: 16px;
  transform: rotate(180deg);
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ref-page-link .language-selector .wpml-ls-display {
  display: none;
}
.ref-page-link .language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.ref-page-link #header.addlang {
  top: -75px !important;
}
.ref-page-link .hide-selector {
  display: none;
}
.ref-page-link .error-wrap {
  max-width: 366px;
  margin: 0 auto;
  margin-top: calc(160px + var(--header-height));
  text-align: center;
}
.ref-page-link .error-wrap .comm-small-para {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ref-page-link .error-wrap .comm-para {
  margin-bottom: 70px;
}
.ref-page-link .error-wrap .button {
  margin-bottom: 140px;
}
.ref-page-link .error-img {
  height: 252px;
  width: 360px;
}
.ref-page-link .error-img img {
  object-fit: contain;
}
.ref-page-link .error-txt {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -3px;
  margin-bottom: 16px;
  color: #000;
}
.ref-page-link .comm-para {
  font-size: 22px;
  line-height: 1.3;
  color: #000000;
}
.ref-page-link .comm-small-para {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.ref-page-link .comm-sec-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #000000;
}
.ref-page-link .comm-sub-head {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}
.ref-page-link .comm-card-sub-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 44px;
  color: #000000;
}
.ref-page-link .terms-content .update {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.ref-page-link .comm-card-head {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -2px;
  margin-bottom: 34px;
  color: #000000;
}
.ref-page-link .comm-card-para {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #000000;
}
.ref-page-link .comm-big-para {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #000000;
}
.ref-page-link .learn {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.ref-page-link .comm-shortWord {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 22px;
}
.ref-page-link .comm-subLine {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #000000;
  line-height: 128.5%;
}
.ref-page-link .comm-list {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  list-style: disc;
  margin-left: 25px;
}
.ref-page-link .comm-subHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1.2px;
  color: #000000;
  line-height: 1.3;
}
.ref-page-link .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .ref-page-link .comm-card-head {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .ref-page-link .comm-sec-head {
    font-size: 32px;
  }
  .ref-page-link .grow-txt {
    font-size: 32px;
  }
  .ref-page-link .comm-smart-wallet.black .comm-sec-head,
  .ref-page-link .comm-subHead p {
    font-size: 28px;
  }
  .ref-page-link .terms-content .update,
  .ref-page-link .condition-box p,
  .ref-page-link .acc-head p {
    font-size: 20px;
  }
  .ref-page-link .acc-content p {
    font-size: 16px;
  }
  .ref-page-link .easy-access-box .easy-access-text {
    font-size: 20px;
  }
  .ref-page-link .comm-small-para,
  .ref-page-link .comm-para {
    font-size: 18px;
  }
  .ref-page-link .head-card .listview li {
    font-size: 15px;
  }
  .ref-page-link .joining-card h3 {
    font-size: 64px;
  }
  .ref-page-link .comm-big-para {
    font-size: 28px;
  }
}
@media all and (max-width: 640px) {
  .ref-page-link .acc-head p {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .ref-page-link .comm-card-head {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .ref-page-link .comm-sec-head {
    font-size: 28px;
  }
  .ref-page-link .comm-smart-wallet.black .comm-sec-head,
  .ref-page-link .comm-subHead p {
    font-size: 24px;
  }
  .ref-page-link .terms-content .update,
  .ref-page-link .condition-box p,
  .ref-page-link .acc-head p {
    font-size: 18px;
  }
  .ref-page-link .comm-small-para,
  .ref-page-link .acc-content p,
  .ref-page-link .comm-para {
    font-size: 16px;
  }
  .ref-page-link .head-card .listview li {
    font-size: 14px;
  }
  .ref-page-link .joining-card h3 {
    font-size: 58px;
  }
  .ref-page-link .grow-txt {
    font-size: 30px;
  }
}
@media all and (max-width: 1600px) {
  .ref-page-link .header-container {
    padding-top: 50px;
  }
  .ref-page-link .banner-txt,
  .ref-page-link .smartsaver-calc {
    width: 100%;
    max-width: 550px;
  }
}
@media all and (max-width: 1440px) {
  .ref-page-link .banner-txt,
  .ref-page-link .banner-head {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .ref-page-link .banner-txt .check-wrap {
    margin-bottom: 40px;
  }
  .ref-page-link .smartsaver-calc {
    width: 500px;
    right: 20%;
    padding: 40px;
  }
  .ref-page-link .calc-top h3 {
    font-size: 60px;
  }
  .ref-page-link .calc-top,
  .ref-page-link .calc-range-slider {
    margin-bottom: 28px;
  }
  .ref-page-link .calc-txt {
    margin-top: 28px;
  }
  .ref-page-link .cookie-wrap {
    padding: 24px;
    width: 500px;
  }
  .ref-page-link .cookie-image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .ref-page-link .cookie-button-wrap {
    margin-left: 140px;
  }
}
@media all and (max-width: 1366px) {
  .ref-page-link {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-page-link .header-container {
    padding: 0 60px;
    padding-top: 40px;
  }
  .ref-page-link .home-banner {
    min-height: 100vh;
  }
  .ref-page-link .banner-txt,
  .ref-page-link .banner-head {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .ref-page-link .credit-swiper-sec {
    padding: 140px 0 100px;
  }
  .ref-page-link .smartsaver-calc {
    right: 14%;
  }
  .ref-page-link .calc-top {
    margin-bottom: 20px;
  }
  .ref-page-link .calc-txt {
    margin-top: 20px;
  }
  .ref-page-link .calc-top h3 {
    font-size: 60px;
  }
  .ref-page-link .pt-01 {
    padding-top: 100px;
  }
  .ref-page-link .comm-spacing-section,
  .ref-page-link .comm-spacing-section-01 {
    margin: 64px 0 135px;
  }
  .ref-page-link .track-card-sec {
    margin-bottom: 42px;
  }
  .ref-page-link .money-wrap {
    padding: 100px 68px;
    margin-bottom: 150px;
  }
  .ref-page-link .money-wrap .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-page-link .accordian-sec {
    padding-top: 42px;
    margin-bottom: 75px;
  }
  .ref-page-link .condition-box {
    margin: 100px 0;
  }
  .ref-page-link .terms-content {
    margin-top: 200px;
  }
  .ref-page-link .easy-access {
    margin-bottom: 117px;
  }
  .ref-page-link .one-click-sec {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .ref-page-link .welcome-sec .comm-sec-head {
    margin-bottom: 48px;
  }
  .ref-page-link .welcome-card .comm-sec-head {
    margin-bottom: 0;
  }
  .ref-page-link .team-img {
    margin-bottom: 0;
  }
  .ref-page-link .we-recognise-sec {
    margin-bottom: 100px;
  }
  .ref-page-link .error-wrap .comm-small-para {
    margin-bottom: 20px;
  }
  .ref-page-link .error-wrap .comm-para {
    margin-bottom: 30px;
  }
  .ref-page-link .error-wrap {
    margin-top: calc(50px + var(--header-height));
  }
  .ref-page-link .error-wrap .button {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .ref-page-link .banner-txt {
    max-width: 433px;
  }
  .ref-page-link .banner-txt .button-wrap a {
    margin-right: 8px;
  }
  .ref-page-link .header-list li {
    padding: 0px 16px;
  }
  .ref-page-link .credit-image {
    height: 260px;
    width: 210px;
  }
  .ref-page-link .smartsaver-calc {
    right: 5%;
  }
  .ref-page-link .smartsaver-calc {
    max-width: 510px;
  }
  .ref-page-link .cookie-wrap {
    padding: 20px;
  }
  .ref-page-link .cookie-image {
    width: 100px;
    height: 100px;
  }
  .ref-page-link .cookie-button-wrap {
    margin-left: 120px;
  }
  .ref-page-link .easy-step-bg {
    margin-bottom: 60px;
  }
  .ref-page-link .easy-step-bg:hover {
    width: 240px;
    height: 248px;
  }
  .ref-page-link .easy-step-bg:hover img {
    transform: none;
    top: 50px;
  }
}
@media all and (max-width: 1100px) {
  .ref-page-link .header-container {
    padding: 0 44px;
    padding-top: 36px;
  }
  .ref-page-link .check-wrap li {
    margin-bottom: 16px;
  }
  .ref-page-link .logo {
    margin-right: 20px;
  }
  .ref-page-link .smartsaver-calc {
    right: 3%;
  }
}
@media all and (max-width: 1025px) {
  .ref-page-link .smart-wallet-img {
    width: 230px;
    height: 230px;
  }
  .ref-page-link .pt-01 {
    padding-top: 87px;
  }
  .ref-page-link .track-card-sec {
    margin-bottom: 38px;
  }
  .ref-page-link .comm-spacing-section,
  .ref-page-link .comm-spacing-section-01 {
    margin: 57px 0 90px;
  }
  .ref-page-link .comm-head-card .comm-para {
    margin-bottom: 22px;
  }
  .ref-page-link .footer {
    padding: 80px 0 42px;
  }
  .ref-page-link .button {
    padding: 0 30px;
  }
  .ref-page-link .head-card,
  .ref-page-link .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-page-link .joining-card .joinig-card-img {
    width: 100%;
    height: 200px;
  }
  .ref-page-link .money-wrap {
    padding: 75px 45px;
    margin-bottom: 100px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head,
  .ref-page-link .joining-sec .head-text {
    margin-bottom: 60px;
  }
  .ref-page-link .joining-sec .head-text .comm-sec-head {
    margin-bottom: 26px;
  }
  .ref-page-link .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-page-link .condition-box {
    margin: 50px 0;
  }
  .ref-page-link .terms-content .grow-txt {
    margin-bottom: 18px;
  }
  .ref-page-link .terms-content {
    margin-top: 170px;
  }
  .ref-page-link .easy-access {
    margin-bottom: 100px;
  }
  .ref-page-link .joining-sec {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 1024px) {
  .ref-page-link {
    /* a-css */
    /* a-css end */
  }
  .ref-page-link .header-container {
    padding: 0 40px;
    padding-top: 36px;
  }
  .ref-page-link .credit-swiper-sec .comm-sec-head {
    max-width: 600px;
  }
  .ref-page-link .smartsaver-calc {
    right: 2%;
  }
  .ref-page-link .welcom-card-img {
    width: 300px;
    height: 300px;
  }
  .ref-page-link .welcome-card {
    padding: 40px 36px;
    margin-bottom: 36px;
  }
  .ref-page-link .welcome-sec {
    margin-bottom: 90px;
  }
  .ref-page-link .profile-component .f-col {
    padding: 0 20px;
  }
  .ref-page-link .profile-info-card {
    padding: 42px 31px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 40px);
  }
  .ref-page-link .we-recognise-sec {
    margin-bottom: 60px;
  }
  .ref-page-link .team-img {
    height: auto;
  }
}
@media all and (max-width: 990px) {
  .ref-page-link {
    /* css changes */
    /* css changes end */
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-page-link :root {
    --input-height: 45px;
  }
  .ref-page-link .mob-view {
    display: flex;
  }
  .ref-page-link .logo-mob img {
    display: none;
  }
  .ref-page-link .logo-mob .mob-logo {
    display: block;
  }
  .ref-page-link .logo-mob .mob-logo img {
    display: block;
  }
  .ref-page-link .toggle-btn img {
    display: none;
  }
  .ref-page-link .toggle-btn .close {
    display: block;
  }
  .ref-page-link .toggle-btn .close img {
    display: block;
  }
  .ref-page-link .header-btn {
    display: none;
  }
  .ref-page-link .home-banner {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top: 100px;
  }
  .ref-page-link .learn-more {
    display: none;
  }
  .ref-page-link .banner-left {
    width: 100%;
  }
  .ref-page-link .banner-txt {
    margin: auto;
  }
  .ref-page-link .banner-right {
    height: 450px;
    width: 100%;
  }
  .ref-page-link .available-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ref-page-link .credit-swiper-sec {
    padding: 100px 0 60px;
  }
  .ref-page-link .borrow-text .comm-sec-head {
    margin-bottom: 24px;
  }
  .ref-page-link .borrow-wrap {
    padding: 68px 36px;
  }
  .ref-page-link .borrow-text {
    margin-top: 40px;
  }
  .ref-page-link .easy-step-wrap {
    padding: 160px 50px 94px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head {
    margin-bottom: 46px;
  }
  .ref-page-link .easy-step-wrap {
    padding: 100px 50px;
  }
  .ref-page-link .easy-step-sec {
    margin-bottom: 0;
  }
  .ref-page-link .we-lend-component {
    width: 50%;
    margin: 15px 0;
  }
  .ref-page-link .we-lend-text {
    max-width: 200px;
    margin: auto;
  }
  .ref-page-link .take-me-info {
    padding: 36px 0;
    text-align: center;
  }
  .ref-page-link .grow-txt {
    font-size: 48px;
  }
  .ref-page-link .smartsaver-banner-right {
    display: none;
  }
  .ref-page-link .smartsaver-calc {
    position: static;
    max-width: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .ref-page-link .cookie-wrap {
    left: auto;
    right: 0;
  }
  .ref-page-link .money-left-img {
    max-width: 500px;
    margin: auto;
  }
  .ref-page-link .continue-wrap {
    visibility: visible;
  }
  .ref-page-link .take-me-info .comm-sub-head {
    color: #000;
  }
  .ref-page-link .swiper-btn-wrap {
    display: none;
  }
  .ref-page-link .credit-image {
    width: 100%;
  }
  .ref-page-link .credit-text {
    text-align: center;
    margin: auto;
  }
  .ref-page-link .credit-text p {
    font-size: 15px;
  }
  .ref-page-link .credit-text h3 {
    margin-bottom: 4px;
  }
  .ref-page-link .swiper-credit {
    overflow: visible;
  }
  .ref-page-link .swiper-credit .swiper-slide:hover .credit-image {
    transform: none;
  }
  .ref-page-link .swiper-credit .swiper-slide:hover .credit-text h3 {
    color: #000;
  }
  .ref-page-link .swiper-credit .swiper-slide:hover .credit-text p {
    opacity: 1;
  }
  .ref-page-link .swiper-credit .swiper-slide.swiper-slide-active .credit-image {
    transform: scale(1);
  }
  .ref-page-link .swiper-credit .swiper-slide.swiper-slide-active .credit-text h3 {
    color: #000;
  }
  .ref-page-link .swiper-credit .swiper-slide.swiper-slide-active .credit-text p {
    opacity: 1;
  }
  .ref-page-link .money-wrap {
    text-align: center;
  }
  .ref-page-link .money-wrap .money-right {
    margin: 28px auto 0;
  }
  .ref-page-link #header.black-header {
    background: #000;
  }
  .ref-page-link #header.black-header .black-menu {
    display: none;
  }
  .ref-page-link #header.black-header.fixHeader {
    background: #fff;
  }
  .ref-page-link #header.black-header.fixHeader .black-menu {
    display: block;
  }
  .ref-page-link #header.black-header.fixHeader .white-menu {
    display: none;
  }
  .ref-page-link .language-selector {
    display: none;
  }
  .ref-page-link .mob-selector {
    display: block;
  }
  .ref-page-link .language-selector .wpml-ls-legacy-dropdown a {
    padding: 10px 30px 10px 10px;
  }
  .ref-page-link .language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 13px;
    right: 12px;
  }
}
@media all and (max-width: 768px) {
  .ref-page-link {
    /* n-css */
    /*  .head-card {
      .learn-wrap {
        flex-direction: column;
        width: 100%;
        margin-top: 28px;

        .button {
          width: 100%;
        }

        .learn {
          margin-top: 25px;
        }
      }
    } */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-page-link .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ref-page-link .borrow-sec {
    margin-bottom: 0;
  }
  .ref-page-link .info-card .comm-smart-wallet {
    margin-bottom: 60px;
    height: 100%;
  }
  .ref-page-link .easy-step-sec {
    background: #fff;
  }
  .ref-page-link .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-page-link .accordian-sec {
    padding: 60px 16px 0;
  }
  .ref-page-link .borrow-text {
    margin-left: 0px;
  }
  .ref-page-link .borrow-wrap .f-row {
    margin: auto;
  }
  .ref-page-link .borrow-img {
    max-width: 420px;
    margin: auto;
  }
  .ref-page-link .info-card .f-row {
    margin: auto;
  }
  .ref-page-link .info-card .comm-smart-wallet {
    margin-bottom: 0px;
  }
  .ref-page-link .info-card-sec {
    margin-bottom: 0px;
  }
  .ref-page-link .trustcard-wrap .f-row {
    margin: auto;
  }
  .ref-page-link .we-lend-sec {
    margin-bottom: 0px;
  }
  .ref-page-link .trustcard-wrap .comm-sec-head {
    margin: 40px 0;
  }
  .ref-page-link .grow-txt {
    margin-bottom: 20px;
  }
  .ref-page-link .comm-spacing-section .f-row,
  .ref-page-link .comm-spacing-section-01 .f-row,
  .ref-page-link .trackcard-wrap .f-row,
  .ref-page-link .welcome-sec .f-row {
    width: 100%;
    margin: auto;
  }
  .ref-page-link .swiperCredit {
    margin-bottom: 21px;
  }
  .ref-page-link .f-col {
    padding: 0 0px;
  }
  .ref-page-link .comm-spacing-section-01 .f-col,
  .ref-page-link .joining-card-wrap .f-col,
  .ref-page-link .comm-spacing-section .f-col,
  .ref-page-link .trackcard-wrap .f-col {
    padding: 0 0px;
  }
  .ref-page-link .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-page-link .joining-card,
  .ref-page-link .head-card {
    padding: 32px 32px;
  }
  .ref-page-link .head-card.bg-space {
    padding: 32px 32px;
  }
  .ref-page-link .comm-greybg {
    padding: 54px 28px;
  }
  .ref-page-link .joining-card {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .ref-page-link .comm-smart-wallet {
    height: calc(100% - 0px);
  }
  .ref-page-link .pt-01 {
    padding-top: 57px;
  }
  .ref-page-link .comm-spacing-section,
  .ref-page-link .comm-spacing-section-01 {
    margin: 57px 0 0px;
  }
  .ref-page-link .easy-access {
    margin-bottom: 0;
  }
  .ref-page-link .easy-step-sec {
    background: #fff;
    margin-bottom: 0px;
  }
  .ref-page-link .one-click-sec {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .ref-page-link .oneclick-text .comm-sec-head {
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
  }
  .ref-page-link .oneclick-text .comm-sec-head:first-child {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .ref-page-link .welcome-card {
    display: block;
    margin-bottom: 0;
  }
  .ref-page-link .welcome-card .comm-sec-head {
    text-align: center;
    font-size: 28px;
  }
  .ref-page-link .welcom-card-img {
    margin: 0 auto;
    margin-bottom: 38px;
  }
  .ref-page-link .welcome-sec {
    margin-bottom: 34px;
  }
  .ref-page-link .profile-sec {
    margin-bottom: 50px;
  }
  .ref-page-link .we-lend-text {
    display: none;
  }
  .ref-page-link .we-lend-img-wrap {
    margin-bottom: 4px;
  }
  .ref-page-link .we-regulate-sec {
    margin-bottom: 0px;
  }
  .ref-page-link .join-us .comm-para {
    margin-bottom: 50px;
  }
  .ref-page-link .grow-txt br {
    display: none;
  }
  .ref-page-link .profile-card-img {
    margin-bottom: 38px;
  }
  .ref-page-link .we-regulate-sec .a-snow {
    background: #fff;
  }
  .ref-page-link .we-recognise-sec .we-lend-info {
    padding: 54px 36px;
  }
  .ref-page-link .disclaimer-box {
    padding: 40px 36px;
  }
  .ref-page-link .disclaimer-head,
  .ref-page-link .disclaimer-info p {
    opacity: 100%;
  }
}
@media all and (max-width: 640px) {
  .ref-page-link {
    /* n-css */
    /* n-css end */
    /* a-css */
    /* a-css end */
  }
  .ref-page-link .comm-section {
    padding: 24px 0;
  }
  .ref-page-link .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-page-link .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-page-link .we-lend-component {
    padding: 0 14px;
  }
  .ref-page-link .take-me-sec {
    padding-top: 78px;
  }
  .ref-page-link .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-page-link .cookie-wrap {
    width: 100%;
  }
  .ref-page-link .cookie-txt h4 {
    font-size: 24px;
  }
  .ref-page-link .cookie-txt a {
    font-size: 14px;
  }
  .ref-page-link .banner-txt {
    margin-right: auto;
    margin-left: 36px;
  }
  .ref-page-link .head-text {
    padding: 0 36px;
  }
  .ref-page-link .easy-swiper .easy-step-bg {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 60px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .ref-page-link .easy-swiper .swiper-slide-active .easy-step-bg {
    background: #e6eeff;
  }
  .ref-page-link .steps-box {
    width: 100%;
  }
  .ref-page-link .trustcard-wrap .comm-sec-head {
    margin: 24px 0;
  }
  .ref-page-link .cookie-wrap {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .ref-page-link .cookie-links {
    display: none;
  }
  .ref-page-link .cookie-txt {
    max-width: 100%;
  }
  .ref-page-link .accordian-sec {
    margin-bottom: 0px;
  }
  .ref-page-link .track-card-sec.pt-01 {
    padding-top: 0;
  }
  .ref-page-link .head-card-img {
    width: 155px;
    margin: 8px auto 18px;
  }
  .ref-page-link .head-card {
    padding: 38px 32px;
  }
  .ref-page-link .comm-greybg {
    padding: 54px 36px;
    margin: 0px 0;
  }
  .ref-page-link .track-img,
  .ref-page-link .comm-sec-head {
    margin-bottom: 28px;
  }
  .ref-page-link .comm-smart-wallet {
    padding: 54px 36px;
  }
  .ref-page-link .smart-wallet-img {
    width: 300px;
    height: 300px;
  }
  .ref-page-link .track-img {
    width: 350px;
    height: 230px;
  }
  .ref-page-link .comm-smart-wallet .button {
    width: auto;
  }
  .ref-page-link .head-card .learn-wrap .button {
    width: auto;
  }
  .ref-page-link .head-card .learn-wrap {
    flex-direction: row;
    width: 100%;
    margin-top: 28px;
  }
  .ref-page-link .foo-navigation {
    display: none;
  }
  .ref-page-link .footer {
    padding: 65px 0 36px;
  }
  .ref-page-link .logo-sec {
    text-align: center;
    padding: 0 48px;
  }
  .ref-page-link .footer .logo-sec .img-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ref-page-link .copyright {
    text-align: center;
    margin-top: 31px;
  }
  .ref-page-link .track-card-sec {
    margin-bottom: 28px;
  }
  .ref-page-link .accordian-sec .comm-sec-head {
    margin-bottom: 57px;
  }
  .ref-page-link .easy-step-swiper .swiper-backface-hidden .swiper-slide {
    background: #fff;
  }
  .ref-page-link .easy-step-bg {
    background: #e6eeff;
  }
  .ref-page-link .easy-step-wrap {
    padding: 94px 0 94px;
  }
  .ref-page-link .joining-sec {
    margin-bottom: 97px;
  }
  .ref-page-link .joining-card-wrap {
    margin-bottom: 32px;
  }
  .ref-page-link .easy-access {
    margin-bottom: 0px;
  }
  .ref-page-link .easy-access .container {
    padding: 0 0;
  }
  .ref-page-link .easy-access .easy-access-box {
    margin-bottom: 0;
    padding: 54px 36px;
  }
  .ref-page-link .money-wrap {
    padding: 54px 36px;
    background: #F3F3EC;
    margin-bottom: 46px;
  }
  .ref-page-link .joining-sec .head-text .comm-sec-head {
    margin-bottom: 19px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head,
  .ref-page-link .joining-sec .head-text {
    margin-bottom: 46px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-page-link .easy-swiper-text .comm-sec-head {
    margin-bottom: 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-page-link .grow-sec {
    margin-bottom: 0px;
  }
  .ref-page-link .grow-wrap .button.line {
    margin-bottom: 24px;
  }
  .ref-page-link .profile-info-card {
    padding: 42px 36px;
    text-align: center;
    margin-bottom: 0;
    height: 100%;
  }
  .ref-page-link .profile-info {
    margin-bottom: 50px;
  }
  .ref-page-link .profile-button-wrap .button {
    width: 100%;
  }
  .ref-page-link .profile-sec {
    margin-bottom: 0;
  }
  .ref-page-link .team-img {
    margin-bottom: 0px;
  }
  .ref-page-link .we-recognise-sec {
    margin-bottom: 0;
  }
  .ref-page-link .profile-info-card .comm-card-sub-head {
    margin: 0 auto;
    margin-bottom: 0;
    width: 70%;
  }
  .ref-page-link .join-us .comm-para {
    margin-bottom: 30px;
    width: 100%;
  }
  .ref-page-link .grow-wrap {
    padding: 45px 36px;
  }
  .ref-page-link .grow-wrap .button {
    width: 100%;
  }
  .ref-page-link .profile-button-wrap {
    padding: 0 36px;
    margin-top: 50px;
  }
  .ref-page-link .profile-sec .comm-sec-head {
    margin-bottom: 34px;
  }
  .ref-page-link .team-img img {
    object-fit: cover;
  }
}
@media all and (max-width: 576px) {
  .ref-page-link {
    /* css changes */
    /* css changes end */
    /* a-css */
    /* a-css end */
  }
  .ref-page-link .banner-head {
    font-size: 40px;
  }
  .ref-page-link .money-wrap .comm-sec-head {
    margin-bottom: 14px;
  }
  .ref-page-link .money-wrap .comm-para {
    margin-bottom: 14px;
  }
  .ref-page-link .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-page-link .check-wrap li {
    margin-bottom: 12px;
  }
  .ref-page-link .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-page-link .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-page-link .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-page-link .banner-txt {
    max-width: 400px;
    padding-left: 36px;
    padding-right: 36px;
    margin-left: 0;
  }
  .ref-page-link .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-page-link .banner-right {
    height: 360px;
  }
  .ref-page-link .comm-sub-head {
    font-size: 32px;
  }
  .ref-page-link .grow-txt {
    font-size: 36px;
  }
  .ref-page-link .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-page-link .head-text .comm-subHead {
    padding: 0 36px;
  }
  .ref-page-link .comm-section {
    padding: 24px 0;
  }
  .ref-page-link .easy-step-wrap {
    padding: 70px 36px;
  }
  .ref-page-link .easy-step-wrap .comm-sec-head {
    margin-bottom: 12px;
  }
  .ref-page-link .we-lend-info {
    padding: 75px 36px;
    text-align: center;
  }
  .ref-page-link .we-lend-component {
    padding: 0 14px;
  }
  .ref-page-link .take-me-sec {
    padding-top: 78px;
  }
  .ref-page-link .trust-card-sec {
    margin-bottom: 39px;
  }
  .ref-page-link .cookie-wrap {
    width: 100%;
  }
  .ref-page-link .cookie-txt h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .ref-page-link .cookie-txt a {
    font-size: 14px;
  }
  .ref-page-link .swiperCredit-btn {
    width: 100%;
  }
  .ref-page-link .swiperCredit-btn .button {
    width: 100%;
  }
  .ref-page-link .take-me-img {
    width: 64px;
    height: 64px;
  }
  .ref-page-link .calc-top h3 {
    font-size: 53px;
  }
  .ref-page-link .smartsaver-calc {
    height: auto;
  }
  .ref-page-link .slider,
  .ref-page-link .incl-range {
    height: 15px;
  }
  .ref-page-link .slider::-webkit-slider-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-page-link .slider::-moz-range-thumb {
    height: 34px;
    width: 34px;
  }
  .ref-page-link .calc-top {
    margin-bottom: 24px;
  }
  .ref-page-link .easy-access-box svg {
    margin-right: 20px;
  }
  .ref-page-link .calc-range-slider {
    margin-bottom: 30px;
  }
  .ref-page-link .banner-head {
    font-size: 40px;
  }
  .ref-page-link .check-wrap li h3 {
    font-size: 16px;
  }
  .ref-page-link .check-wrap li {
    margin-bottom: 10px;
  }
  .ref-page-link .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .ref-page-link .banner-txt .check-wrap {
    margin-bottom: 64px;
  }
  .ref-page-link .banner-txt .button-wrap a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .ref-page-link .banner-txt {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .ref-page-link .header-container {
    padding: 0 36px;
    padding-top: 48px;
  }
  .ref-page-link .banner-right {
    height: 360px;
  }
  .ref-page-link .comm-sub-head {
    font-size: 32px;
  }
  .ref-page-link .grow-txt {
    font-size: 36px;
  }
  .ref-page-link .check-wrap li i {
    font-size: 22px;
    margin-right: 10px;
  }
  .ref-page-link .grow-txt {
    margin-bottom: 12px;
  }
  .ref-page-link .cookie-button-wrap {
    margin-left: 0;
  }
  .ref-page-link .banner-left.black .button {
    width: 100%;
  }
  .ref-page-link .welcome-wallet-img {
    width: 160px;
    height: auto;
  }
  .ref-page-link .profile-card-img {
    height: 140px;
  }
  .ref-page-link .error-img {
    height: 200px;
    width: 300px;
    margin: 0 auto;
  }
  .ref-page-link .error-txt {
    font-size: 50px;
  }
}
@media all and (max-width: 480px) {
  .ref-page-link {
    /* n-css */
    /* n-css end */
  }
  .ref-page-link .banner-right {
    height: 300px;
  }
  .ref-page-link .track-img {
    width: 100%;
    height: 184px;
  }
  .ref-page-link .credit-image {
    width: 100%;
    height: 332px;
  }
  .ref-page-link .credit-text {
    text-align: center;
    max-width: 100%;
  }
  .ref-page-link .credit-swiper-sec {
    padding: 57px 0 40px;
  }
  .ref-page-link .borrow-text {
    margin-top: 28px;
  }
  .ref-page-link .borrow-wrap {
    padding: 54px 36px;
  }
  .ref-page-link .we-lend-img {
    width: 105px;
    height: 80px;
    margin: 0 auto;
  }
  .ref-page-link .take-me-info {
    padding: 24px 0;
    text-align: center;
  }
  .ref-page-link .take-me-info .comm-sub-head {
    margin-bottom: 16px;
  }
  .ref-page-link .take-me-wrap {
    margin-bottom: 16px;
  }
  .ref-page-link .joining-sec .button-wrap {
    padding: 0 36px;
  }
  .ref-page-link .smartsaver-calc {
    /* css changes */
    padding: 32px 36px;
    /* css changes end */
  }
  .ref-page-link .smartsaver-calc .button {
    width: 100%;
  }
  .ref-page-link .take-me-sec .button {
    width: 100%;
  }
  .ref-page-link .continue-wrap {
    display: none;
  }
  .ref-page-link .head-card {
    align-items: center;
  }
  .ref-page-link .head-card .comm-card-head,
  .ref-page-link .head-card .comm-shortWord {
    text-align: center;
  }
  .ref-page-link .head-card .learn-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 28px;
  }
  .ref-page-link .head-card .learn-wrap .button {
    width: 100%;
  }
  .ref-page-link .head-card .learn-wrap .learn {
    margin-top: 25px;
  }
  .ref-page-link .money-right .button,
  .ref-page-link .joining-sec .button,
  .ref-page-link .easy-step-wrap .button,
  .ref-page-link .comm-smart-wallet .button {
    width: 100%;
  }
  .ref-page-link .track-img {
    width: 100%;
    height: 230px;
  }
  .ref-page-link .b-none br {
    display: none;
  }
  .ref-page-link .smart-wallet-img {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  .ref-page-link .banner-right {
    height: 280px;
  }
  .ref-page-link .error-wrap .button {
    display: flex;
  }
}
@media all and (max-width: 360px) {
  .ref-page-link .smart-wallet-img {
    width: 210px;
    height: 210px;
  }
}
@media all and (max-height: 750px) {
  .ref-page-link .header-container {
    padding-top: 20px;
  }
}
.ref-page-link input[type=range] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  overflow: hidden;
  border-radius: 25px;
}
.ref-page-link input[type=range]::-webkit-slider-runnable-track {
  height: 80px;
  background: #EBEFF0;
  border-radius: 16px;
}
.ref-page-link input[type=range]::-moz-range-track {
  height: 80px;
  background: #EBEFF0;
  border-radius: 16px;
}
.ref-page-link input[type=range]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  width: 35px;
  background-color: #000000;
  border-radius: 50%;
  border: 3px solid #BAE6F3;
  /*  slider progress trick  */
  box-shadow: -420px 0 0 400px #BAE6F3;
  margin-top: 22px;
}
.ref-page-link input[type=range]::-moz-range-thumb {
  height: 31px;
  width: 31px;
  background-color: #000000;
  border-radius: 50%;
  border: 3px solid #BAE6F3;
  /*  slider progress trick  */
  box-shadow: -420px 0 0 400px #BAE6F3;
}
.ref-page-link body {
  font-family: system-ui;
}
.ref-page-link h1 {
  color: #4b4949;
  text-align: center;
}
.ref-page-link .wrapper {
  color: #4b4949;
  background: #E2F0F5;
  max-width: 400px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.ref-page-link .range {
  display: inline-block;
  align-items: center;
  max-width: 500px;
  height: 30px;
  border: 1px #1d1d1e;
}
@media (min-width: 640px) {
  .ref-page-link .range {
    padding: 0 10px;
  }
}
.ref-page-link .range-cover {
  display: inline-block;
  border-radius: 25px;
  vertical-align: middle;
}
.ref-page-link .range-slider-input {
  touch-action: none;
  height: 35px;
  box-shadow: inset 0 1px 2px black;
}
@media (max-width: 640px) {
  .ref-page-link .range-slider-input {
    width: 238px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .range-slider-input {
    width: 372px;
  }
}
.ref-page-link .text-white {
  color: white;
}
.ref-page-link .overflow-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 640px) {
  .ref-page-link .overflow-container {
    margin-top: 80px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .overflow-container {
    margin-top: 25px;
  }
}
.ref-page-link .overflow-container::-webkit-scrollbar {
  display: none;
}
.ref-page-link .overflow-container .card {
  flex: 0 0 auto;
}
.ref-page-link .font-title {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 640px) {
  .ref-page-link .font-title {
    font-size: 28px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .font-title {
    font-size: 44px;
  }
}
.ref-page-link .welcome-page-description-desktop {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 550px;
  margin: auto;
}
.ref-page-link .font-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.ref-page-link .font-text-bolder {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: black;
}
.ref-page-link .font-text-bold {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: black;
}
.ref-page-link .font-label-text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: black;
}
.ref-page-link .font-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: black;
  line-height: 18px;
}
.ref-page-link .font-subtext {
  font-size: 14px;
  font-weight: 400;
}
.ref-page-link .render-page-card {
  background-color: white;
  margin: 1rem 5px 5px;
  padding: 16px 16px 24px 16px;
  flex: 0 0 auto;
  max-width: 400px;
  width: 302px;
  gap: 10px;
  border-radius: 16px;
  min-height: 359px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 640px) {
  .ref-page-link .render-page-card:first-of-type {
    margin-left: 26px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .render-page-card:first-of-type {
    margin-left: 22vw;
  }
}
@media (max-width: 640px) {
  .ref-page-link .render-page-card:last-of-type {
    margin-right: calc(50vw - 151px);
  }
}
@media (min-width: 640px) {
  .ref-page-link .render-page-card:last-of-type {
    margin-right: calc(30vw - 151px);
  }
}
.ref-page-link .render-page-card-header-text {
  margin-top: 10px;
  width: 270px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: black;
}
.ref-page-link .join-now-button {
  background-color: #0F0F0F;
  vertical-align: middle;
  color: white;
  gap: 10px;
  border-radius: 44px;
  margin-top: 27px;
  letter-spacing: 0.2px;
  width: 292px;
  height: 64px;
}
.ref-page-link .number-card {
  background: linear-gradient(182.34deg, #FFFFFF 44%, #F8F5F2 98.04%);
  max-width: 325px;
  min-height: 136px;
  width: 91.4vw;
  padding: 24px 14px 24px 14px;
  margin: 10px 5px 15px 5px;
  border-radius: 24px;
  gap: 15px;
  flex: 1;
}
@media (min-width: 640px) {
  .ref-page-link .number-card {
    border: 2px solid #F8F5F2;
  }
}
.ref-page-link .number-card-text-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: black;
}
@media (min-width: 640px) {
  .ref-page-link .number-card {
    display: inline-flex;
  }
}
@media (max-width: 640px) {
  .ref-page-link .number-card {
    display: flex;
    max-width: 356px;
    width: 356px;
  }
}
.ref-page-link .number-card-container {
  text-align: center;
  margin-top: 4px;
  display: grid;
  justify-content: center;
}
@media (max-width: 640px) {
  .ref-page-link .number-card-container {
    margin-top: 16px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .number-card-container {
    text-align: center;
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}
.ref-page-link .number-card-body {
  width: 11%;
  float: left;
  display: flex;
  justify-content: center;
  max-width: 400px;
  align-items: center;
}
@media (max-width: 640px) {
  .ref-page-link .number-card-body {
    width: 50px;
  }
}
.ref-page-link .number-card-bullet-point {
  width: 38px;
  height: 38px;
  padding: 10px 16px 10px 16px;
  border-radius: 100px;
  background: #E2F0F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.ref-page-link .number-card-text-container {
  width: 80%;
  float: right;
  align-items: baseline;
  gap: 25px;
}
.ref-page-link .number-card-heading-text {
  padding-top: 74px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.25px;
  margin-top: 7px;
  text-align: center;
  color: black;
}
.ref-page-link .number-card-text-description {
  text-align: left;
}
.ref-page-link .referral-section {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: center;
  width: 100%;
  height: auto;
}
.ref-page-link .referral-landing-page-background-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91.4vw;
  background-image: url("/img/referral/landing-page-header.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  .ref-page-link .referral-landing-page-background-image {
    width: 100%;
    height: 34.0136054422vw;
    min-height: 587px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.63%, rgba(0, 0, 0, 0.4) 58.73%), url("/img/referral/landing-page-header.jpeg");
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 640px) {
  .ref-page-link .referral-landing-page-background-image {
    height: 200px;
    border-radius: 16px;
    background-size: 470px auto;
  }
}
@media (min-width: 640px) {
  .ref-page-link .why-us-container {
    background-color: white;
  }
}
.ref-page-link .displayed-amount-hint {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #666666;
  margin-top: 36px;
}
@media (min-width: 640px) {
  .ref-page-link .displayed-amount-hint {
    margin-top: 16px;
  }
}
.ref-page-link .welcome-page-desktop {
  margin-top: 456px;
  font-size: 44px;
  font-weight: 700;
  line-height: 60.1px;
}
.ref-page-link .referral-landing-page-background-second-image {
  background: linear-gradient(180deg, #F8F5F2 2%, rgba(248, 245, 242, 0) 25%), url("/img/referral/landing-page-background.png");
  background-repeat: no-repeat;
  margin: auto;
  max-width: 100vw;
}
@media (max-width: 640px) {
  .ref-page-link .referral-landing-page-background-second-image {
    margin-top: calc(80vw - 450px);
    width: 100vw;
    height: 640px;
    background-size: cover;
    background-position: bottom;
    background-image: linear-gradient(180deg, #F8F5F2 1%, rgba(248, 245, 242, 0) 3%), url("/img/referral/landing-page-mobile.png");
  }
}
@media (min-width: 460px) {
  .ref-page-link .referral-landing-page-background-second-image {
    margin-top: calc(80vw - 450px);
  }
}
@media (min-width: 500px) {
  .ref-page-link .referral-landing-page-background-second-image {
    margin-top: calc(70vw - 430px);
    background-position: center;
  }
}
@media (min-width: 640px) {
  .ref-page-link .referral-landing-page-background-second-image {
    width: 1023px;
    height: 518px;
    margin-top: 167px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
  }
}
.ref-page-link .test {
  position: relative;
  z-index: 1;
  width: 34vw;
  height: 44.79vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  text-align: left;
  color: #fff;
}
@media (max-width: 640px) {
  .ref-page-link .desktop-view-only {
    display: none;
  }
}
@media (min-width: 640px) {
  .ref-page-link .mobile-view-only {
    display: none;
  }
}
.ref-page-link .landing-page-desktop-card {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 13.62%, #FFFFFF 35.15%);
  backdrop-filter: blur(5px);
  display: inline-block;
  text-align: center;
  width: 676px;
  height: 380px;
  padding: 24px 16px 24px 16px;
  gap: 24px;
  border-radius: 16px;
}
@media (min-width: 640px) {
  .ref-page-link .landing-page-desktop-card {
    margin-top: 48px;
  }
}
.ref-page-link .trustpilot-widget {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .ref-page-link .trustpilot-widget {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .ref-page-link .trustpilot-widget {
    margin-top: 40px;
  }
}
.ref-page-link .card-image {
  width: 270px;
  height: 169px;
  border-radius: 12px;
  margin: auto;
  display: block;
}
.ref-page-link .welcome-text-container {
  width: 91.4vw;
  margin-top: 6px;
}
.ref-page-link .header-text-container {
  width: 324px;
  gap: 8px;
  color: black;
  margin: auto;
}
.ref-page-link .welcome-container {
  width: 91.4vw;
  top: 134px;
  left: 17px;
  gap: 24px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}
.ref-page-link .reasons-to-join-container {
  width: 87vw;
  color: black;
}
@media (max-width: 640px) {
  .ref-page-link .reasons-to-join-container {
    margin: 70px auto 0 auto;
  }
}
@media (min-width: 640px) {
  .ref-page-link .reasons-to-join-container {
    margin: 48px auto 0 auto;
  }
}
.ref-page-link .reasons-to-join-text-container {
  width: 342px;
  gap: 24px;
  color: black;
}
@media (min-width: 640px) {
  .ref-page-link .reasons-to-join-text-container {
    margin: 1px auto;
  }
}
@media (max-width: 640px) {
  .ref-page-link .reasons-to-join-text-container {
    margin: 16px auto 0 auto;
  }
}
.ref-page-link .header-text-heading {
  width: 324px;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 38.25px;
}
.ref-page-link .header-text-support {
  width: 91.4vw;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: black;
  margin: 12px auto;
}
.ref-page-link .calculator {
  width: 91.4vw;
  height: 391px;
  padding: 24px 16px 24px 16px;
  margin-top: 26px;
  border-radius: 16px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 40%, #FFFFFF 96.15%);
}
@media (max-width: 640px) {
  .ref-page-link .calculator {
    margin-top: 18px;
  }
}
.ref-page-link .calculator-slider-container {
  height: 107px;
  margin: 22px auto auto auto;
  text-align: center;
}
@media (max-width: 640px) {
  .ref-page-link .calculator-slider-container {
    margin: 16px auto auto auto;
  }
}
.ref-page-link .input-container {
  margin-top: 15px;
}
@media (max-width: 640px) {
  .ref-page-link .input-container {
    width: 238px;
  }
}
@media (min-width 640px) {
  .ref-page-link .input-container {
    width: 70%;
  }
}
.ref-page-link .calculator-earned-money-container {
  width: 324px;
  height: 27px;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  letter-spacing: 0.1254237294px;
  text-align: center;
  color: black;
  margin: 8px auto;
}
.ref-page-link .calculator-earned-money-text {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1254237294px;
  text-align: center;
}
.ref-page-link .money-slider-label-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.1254237294px;
  text-align: center;
  color: black;
}
.ref-page-link .money-slider-side-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 11.29px;
  letter-spacing: 0.1254237294px;
  text-align: center;
  color: black;
  width: 29px;
  display: inline-block;
}
.ref-page-link .card-body {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.ref-page-link .invest-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  width: 90vw;
  height: 36px;
  top: 2070px;
  left: 21px;
  margin-top: 70px;
}
@media (max-width: 640px) {
  .ref-page-link .invest-text {
    margin: 70px auto auto auto;
  }
}
.ref-page-link .estimate-earnings-text {
  text-align: center;
  color: black;
}
@media (max-width: 640px) {
  .ref-page-link .estimate-earnings-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (min-width: 640px) {
  .ref-page-link .estimate-earnings-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.ref-page-link .insights-analytic-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 640px) {
  .ref-page-link .insights-analytic-text {
    margin: 32px auto;
  }
}
@media (max-width: 640px) {
  .ref-page-link .insights-analytic-text {
    margin: 10px auto;
    width: 356px;
  }
}
.ref-page-link .up-to-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -1px;
  text-align: center;
}
.ref-page-link .up-to-text-bold {
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -1px;
  text-align: center;
  width: 342px;
}
.ref-page-link .invest-label-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1254237294px;
  text-align: center;
}
.ref-page-link .fantastic-returns {
  width: 342px;
  height: 20px;
}
@media (max-width: 640px) {
  .ref-page-link .fantastic-returns {
    margin: 0px auto;
  }
}
@media (min-width: 640px) {
  .ref-page-link .fantastic-returns {
    margin: 0 auto;
  }
}
.ref-page-link .we-do-our-best {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: 85vw;
  color: black;
  margin: 8px auto;
}
@media (min-width: 640px) {
  .ref-page-link .we-do-our-best {
    margin-top: 16px;
    width: 300px;
  }
}
.ref-page-link .embedded-video {
  margin: 90px auto auto auto;
  border-radius: 25px;
}
@media (min-width: 640px) {
  .ref-page-link .embedded-video {
    width: 40vw;
    height: 26vw;
    margin: 54px auto auto auto;
  }
}
@media (max-width: 640px) {
  .ref-page-link .embedded-video {
    width: 91.4vw;
    height: 60vw;
  }
}
.ref-page-link .ref-page-link {
  letter-spacing: 0.2px;
}

button.btn-contrast,
.btn.btn-contrast,
.btn-contrast {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: black;
  background-color: #E6EEFF;
  height: 40px;
  width: 200px;
  margin: 0 15px;
}
button.btn-contrast:hover,
.btn.btn-contrast:hover,
.btn-contrast:hover {
  color: #FFF;
}

button.btn-contrast-inverted,
.btn.btn-contrast-inverted,
.btn-contrast-inverted {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: 290px;
  height: 54px;
  font-size: 23px;
  line-height: 27px;
  background-color: #E6EEFF;
  color: black;
  margin: 15px 0 40px 0;
}
button.btn-contrast-inverted.fluid,
.btn.btn-contrast-inverted.fluid,
.btn-contrast-inverted.fluid {
  width: 100%;
}
button.btn-contrast-inverted.minimalistic,
.btn.btn-contrast-inverted.minimalistic,
.btn-contrast-inverted.minimalistic {
  margin: 0;
}
button.btn-contrast-inverted:focus, button.btn-contrast-inverted:active,
.btn.btn-contrast-inverted:focus,
.btn.btn-contrast-inverted:active,
.btn-contrast-inverted:focus,
.btn-contrast-inverted:active {
  outline: none;
}
button.btn-contrast-inverted:hover,
.btn.btn-contrast-inverted:hover,
.btn-contrast-inverted:hover {
  color: #FFF;
}

.vertical-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-wrapper {
  min-height: 80%;
}
.page-wrapper .push {
  height: 230px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.page-heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: black;
  margin-top: 40px;
  text-align: center;
}

button, .btn {
  color: black;
  background-color: #f5f5f5;
  border: 1px solid lightgrey;
  border-radius: 5px;
  font-weight: 700;
  font-size: inherit;
}

.btn-fin-hov {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-fin-hov:hover {
  background-color: #E6EEFF !important;
  color: black !important;
  border: 1px solid #E6EEFF !important;
}

.btn-black {
  color: #555 !important;
  border: 1px solid lightgray !important;
}

.btn-medium {
  padding: 5px 12px;
  line-height: 1;
  font-size: 15px;
}

.color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-table;
  margin-right: 5px;
}

.green-dot {
  background-color: #83CC30;
}

.dark-green-dot {
  background-color: #386A00;
}

.red-dot {
  background-color: black;
}

.orange-dot {
  background-color: #DB9600;
}

.loan-no {
  color: black;
}

@media (min-width: 1200px) {
  .container-narrow {
    width: 970px;
  }
}

.data-value {
  font-weight: 700;
}

.multiselect-native-select .multiselect {
  height: 50px;
  font-size: 18px;
}
.multiselect-native-select .multiselect .multiselect-selected-text {
  float: left;
  font-weight: 400;
  color: #666666;
}
.multiselect-native-select .multiselect .caret {
  float: right;
  color: #666666;
  margin-top: 10px;
  width: 9px;
  height: 15px;
}
.multiselect-native-select .dropdown-menu {
  font-size: 16px;
  min-width: 360px;
}
.multiselect-native-select .dropdown-menu a {
  line-height: 2;
}
.multiselect-native-select .dropdown-menu .active a,
.multiselect-native-select .dropdown-menu .active a:hover,
.multiselect-native-select .dropdown-menu .active a:focus {
  background-color: #f5f5f5;
}
.multiselect-native-select .dropdown-menu label {
  color: #666666;
}
.multiselect-native-select .dropdown-menu label input[type=checkbox] {
  display: inline-block;
  margin-top: -8px;
}

.cookie-bar {
  color: #fff;
  background-color: black;
  line-height: normal;
  font-size: 14px;
  padding: 14px 34px 14px 17px;
  position: relative;
}
.cookie-bar a {
  color: #DB9600;
}
.cookie-bar .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("../img/icons/close_white.svg") no-repeat;
  width: 17px;
  height: 17px;
  float: right;
  cursor: pointer;
}

.language-selector {
  border-radius: 888px;
  overflow: hidden;
  width: 132px;
  margin-right: 20px;
  float: left;
}
.language-selector:hover .wpml-ls-sub-menu {
  display: block;
  background-color: #fff;
}
.language-selector:hover .toggle-arrow {
  transform: rotate(180deg);
}
.language-selector .wpml-ls-legacy-dropdown {
  width: 100%;
  max-width: 100%;
}
.language-selector .wpml-ls-legacy-dropdown ul {
  position: absolute;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  z-index: 999999;
}
.language-selector .wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}
.language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.language-selector .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0.4em;
}
.language-selector .wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}
.language-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  background: url("../img/home/section-header/down-arrow.svg") no-repeat center center;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
}
.language-selector .wpml-ls-legacy-dropdown a {
  padding: 18px 40px 18px 18px;
  display: flex;
  align-items: center;
}
.language-selector .wpml-ls-legacy-dropdown a:hover {
  text-decoration: none;
}
.language-selector .wpml-ls-sub-menu {
  display: none;
}
.language-selector .wpml-ls-flag {
  border-radius: 50%;
}
.language-selector .toggle-arrow {
  display: block;
  position: absolute;
  right: 16px;
  width: 13px;
  height: 8px;
  background: url("../img/home/section-header/down-arrow.svg") no-repeat center center;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
}

.form-control {
  height: 50px;
  font-size: 17px;
}

.select2-selection {
  min-height: 50px !important;
}

.select2-selection__placeholder,
.select2-selection__rendered {
  line-height: 36px;
  font-size: 17px;
}

.form-section {
  margin: 30px 0 15px 0;
  padding: 0 0 5px 0;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 17px;
  border-bottom: 1px solid #DCDCDC;
  color: black;
}

label {
  font-weight: 400;
  cursor: pointer;
}

.show-pwd {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 14px;
}
.show-pwd.show-password {
  background: url("../img/icons/show-pwd.svg") no-repeat;
}
.show-pwd.hide-password {
  background: url("../img/icons/hide-pwd.svg") no-repeat;
}

.checkbox-v2 {
  font-family: "Avenir Next";
}
.checkbox-v2 label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.checkbox-v2 label a {
  text-decoration: underline;
  color: black;
}
.checkbox-v2 label a:hover {
  text-decoration: none;
}
.checkbox-v2 input[type=checkbox] {
  display: none;
}
.checkbox-v2 .checkbox-img {
  background: url("../img/icons/unchecked-v2.svg") no-repeat;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-v2 .help-block {
  display: none;
  margin: 0;
}
.checkbox-v2 .has-error .help-block {
  display: block;
}
.checkbox-v2 .form-group {
  margin: 0;
}
.checkbox-v2 a {
  color: inherit;
  text-decoration: underline;
}
.checkbox-v2 input[type=checkbox]:checked + label span {
  background: url("../img/icons/checked-v2.svg") no-repeat;
}
.checkbox-v2 input[type=checkbox]:checked + span {
  background: url("../img/icons/checked-v2.svg") no-repeat;
}

.checkbox label {
  padding-left: 0;
  display: inline;
  line-height: 20px;
  vertical-align: middle;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .checkbox-img {
  background: url("../img/icons/unchecked.svg") no-repeat;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.checkbox .help-block {
  display: none;
  margin: 0;
}
.checkbox .has-error .help-block {
  display: block;
}
.checkbox .form-group {
  margin: 0;
}
.checkbox a {
  color: inherit;
  text-decoration: underline;
}
.checkbox input[type=checkbox]:checked + label span {
  background: url("../img/icons/checked.svg") no-repeat;
}
.checkbox input[type=checkbox]:checked + span {
  background: url("../img/icons/checked.svg") no-repeat;
}

/******** MENU ********/
.navbar-menu-scrolled li > a {
  color: white !important;
}
.navbar-menu-scrolled li a:active,
.navbar-menu-scrolled li a:hover {
  color: #E6EEFF !important;
}
.navbar-menu-scrolled a {
  color: #FFF !important;
}
.navbar-menu-scrolled a:active,
.navbar-menu-scrolled a:hover {
  color: #E6EEFF !important;
}
.navbar-menu-scrolled .toggle-arrow {
  background: url("../img/shared/ico-dropdown-open-white.svg") no-repeat center center !important;
}

.navbar-about-us li > a {
  color: white !important;
}
.navbar-about-us li a:active,
.navbar-about-us li a:hover {
  color: black !important;
}
.navbar-about-us a {
  color: #FFF !important;
}
.navbar-about-us a:active,
.navbar-about-us a:hover {
  color: black !important;
}
.navbar-about-us .toggle-arrow {
  background: url("../img/shared/ico-dropdown-open-white.svg") no-repeat center center !important;
}

.logout-button {
  font-weight: 500;
  margin: 0;
  background-color: #E6EEFF;
  color: black;
  border: 0;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 3px;
}
.logout-button:hover, .logout-button:active {
  color: white;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.logout-button:focus {
  outline: none;
}
.logout-button.footer {
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 700;
  margin-right: 5px;
  padding: 6px 12px 6px 12px;
  font-size: 15px;
}

.logout-footer {
  display: inline;
}

.mobile-logout {
  color: #337ab7;
  background-color: white;
  border: 0;
  outline: 0;
  padding: 0;
}
.mobile-logout:hover {
  text-decoration: underline;
}

.navbar {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-right: 0;
  border-left: 0;
}

#topMenu .navbar-nav li a {
  padding: 0;
  margin-right: 30px;
}

#user-menu .navbar-default {
  align-items: center;
  display: flex;
}

#header .navbar-scrolled {
  background-color: white !important;
  transition: background-color 0.3s linear;
}
#header .language-picker-scrolled a:active,
#header .language-picker-scrolled a:hover {
  color: black !important;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header .navbar {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  border: none;
  padding: 10px 0;
  transition: background-color 0.3s linear;
}
@media only screen and (max-width: 500px) {
  #header .navbar .header-menu .navbar-header {
    display: flex;
    align-items: center;
  }
}
#header .navbar .header-menu .navbar-header .navbar-brand {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #header .navbar .header-menu .navbar-header .navbar-brand .header-logo {
    background: url("/img/monefit-header-logo.svg") no-repeat;
    width: 82px;
    height: 17px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #header .navbar .header-menu .navbar-header .navbar-brand .header-logo {
    background-image: url("/img/mobile-logo.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    border-radius: 426.24px;
    width: 48px;
    height: 48px;
    padding: 3.84px;
    gap: 4.8px;
    flex-shrink: 0;
  }
}
#header .navbar .header-menu .navbar-toggle {
  border: 0;
  background-color: transparent;
}
#header .navbar .header-menu .navbar-toggle .icon-bar {
  background-color: #E6EEFF;
}
#header .navbar .header-menu .navbar-nav {
  margin: 0;
}
#header .navbar .header-menu .navbar-nav .active a {
  background-color: transparent;
  text-decoration: underline;
}
#header .navbar .header-menu .menu-items {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
@media (min-width: 1020px) {
  #header .navbar .header-menu .menu-items {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    overflow: hidden;
    max-height: 50px;
    display: flex;
    flex-flow: nowrap;
  }
}
@media (max-width: 1440px) {
  #header .navbar .header-menu .menu-items {
    max-height: 80px;
  }
}
@media (max-width: 1440px) {
  #header .navbar .header-menu .menu-items.es {
    position: unset;
    left: 0;
    transform: unset;
  }
}
@media (max-width: 1440px) {
  #header .navbar .header-menu .menu-items.de {
    position: unset;
    left: 0;
    transform: unset;
  }
}
#header .navbar .header-menu .menu-items a {
  color: black;
  white-space: nowrap;
}
#header .navbar .header-menu .menu-items a:active,
#header .navbar .header-menu .menu-items a:hover {
  color: #E6EEFF;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header .navbar .header-menu .navbar-right {
  margin: 9px 1px 0 0;
  font-weight: 500;
}
#header .navbar .header-menu .navbar-right .forgot-pw-link a {
  background-color: transparent;
  color: black;
  padding: 10px 0;
  border-radius: 0;
  margin: 0;
}
#header .navbar .header-menu .navbar-right li > a {
  background-color: #E6EEFF;
  padding: 8px 18px;
  border-radius: 3px;
  color: black;
}
#header .navbar .header-menu .navbar-right li a:active,
#header .navbar .header-menu .navbar-right li a:hover {
  color: white;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header .navbar .navbar {
  text-align: center;
  background-color: white;
  border-radius: 0;
  min-height: 50px;
  border: none;
  margin-bottom: 0;
}
#header .navbar .dropdown .add-active.active {
  background-color: black;
  color: #111111;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#header .navbar .dropdown .add-active.active:hover {
  color: #111111;
}
#header .navbar .dropdown .dropdown-login {
  width: 430px;
  border-radius: 7px;
  margin-top: 20px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  padding: 15px;
}
#header .navbar .dropdown .dropdown-login .forgot {
  margin: 20px 0 -20px 0;
}
#header .navbar .dropdown .dropdown-login .close-icon {
  display: block;
  background: url("../img/icons/ico_close_gray.svg") no-repeat;
  width: 17px;
  height: 17px;
  float: right;
  cursor: pointer;
}
#header .navbar .dropdown .dropdown-login h3 {
  padding-bottom: 10px;
  text-align: center;
  color: #d69a2f;
  font-weight: 700;
  font-size: 21px;
}
#header .navbar .dropdown .dropdown-login .footer a {
  color: black;
  text-decoration: underline;
  background: none;
  padding: 0;
}
#header #mobile-opener {
  background: url("../img/home/section-header/mobile-menu.svg") no-repeat;
  width: 18px;
  height: 18px;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: 0;
}
#header .mobile-overlay {
  background: #FFFFFF;
  opacity: 0.95;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#header #mobile-menu .mobile-menu-container {
  position: fixed;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  padding: 87px 35px 45px 35px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  align-items: center;
  text-align: center;
}
#header #mobile-menu .mobile-menu-container .login-form {
  height: 100%;
  position: relative;
}
#header #mobile-menu .mobile-menu-container h1 {
  margin-top: 0;
}
#header #mobile-menu .mobile-menu-container .main-menu {
  margin: 20px 0;
}
#header #mobile-menu .mobile-menu-container .main-menu .col-md-12 {
  margin-bottom: 15px;
}
#header #mobile-menu .mobile-menu-container .main-menu .col-md-12:last-of-type {
  margin-bottom: 0;
}
#header #mobile-menu .mobile-menu-container .main-menu a {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 15px;
}
#header #mobile-menu .mobile-menu-container .login-form form {
  padding: 0;
}
#header #mobile-menu .mobile-menu-container .login-form form .forgot a {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: underline;
  font-size: 15px;
  line-height: 19px;
}
#header #mobile-menu .mobile-menu-container .mobile-menu {
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 1px;
}
#header #mobile-menu .mobile-menu-container .mobile-menu li {
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#header #mobile-menu .mobile-menu-container .mobile-menu li a {
  color: #000000;
}
#header #mobile-menu .mobile-menu-container .mobile-menu li a:hover {
  text-decoration: none;
}
#header #mobile-menu .mobile-menu-container .mobile-menu ul {
  font-size: 18px;
}
#header #mobile-menu .user-menu ul {
  padding: 0;
}
#header #mobile-menu .user-menu ul li {
  line-height: 31px;
  padding: 10px 0;
}
#header #mobile-menu .user-menu ul li a {
  color: #E6EEFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.9999999404px;
  text-align: left;
}
#header #mobile-menu .user-menu ul li a.profile-withdraw {
  padding-top: 71px;
  display: block;
}
#header .language-picker {
  min-width: 46px;
  background-color: transparent;
  padding: 5px 5px;
  border-radius: 3px;
  color: white;
  position: relative;
  margin-right: 10px !important;
  font-weight: 700;
}
#header .language-picker a {
  color: black;
  display: inline-block;
  font-weight: 700;
  background: transparent;
}
#header .language-picker a:hover, #header .language-picker a:visited {
  text-decoration: none;
  background: transparent;
}
#header .language-picker .active-language {
  padding-right: 20px;
}
#header .language-picker .active-language.flag {
  height: 22px;
  width: 20px;
}
#header .language-picker .active-language .toggle-arrow {
  display: block;
  position: absolute;
  right: 5px;
  top: 30%;
  width: 13px;
  height: 13px;
  background: url("../img/home/section-header/down-arrow.svg") no-repeat center center;
}
#header .language-picker .flag {
  height: 27px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .language-picker ul.available-languages {
  padding: 8px 9px;
  background: #E6EEFF;
  border-width: 0;
  min-width: 100px;
}
#header .language-picker ul.available-languages > li > a {
  color: white;
  border-radius: 0 !important;
}
#header .language-picker ul.available-languages > li .active {
  color: #f8d07c;
}
#header .language-picker ul.available-languages .flag {
  height: 27px;
  display: block;
  background-position-x: 7px;
}
#header .language-picker ul.available-languages .flag:hover {
  background-color: #8E8E8E;
}
#header .language-picker .flag-en {
  background-image: url("../img/shared/flag-en.svg");
}
#header .language-picker .flag-de {
  background-image: url("../img/shared/flag-de.svg");
}
#header .language-picker .flag-es {
  background-image: url("../img/shared/flag-es.svg");
}
#header .language-picker.mobile-language-picker {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  #header .language-picker.mobile-language-picker {
    display: none;
  }
}
#header .language-picker.mobile-language-picker ul.available-languages {
  margin-left: -40px;
}

.flex {
  display: flex;
  align-items: center;
}

.mobile-menu-opened {
  overflow: hidden;
  height: 100%;
}
.mobile-menu-opened .list-menu-regular {
  display: none;
}
.mobile-menu-opened .list-menu-lang-switcher {
  display: none;
}
.mobile-menu-opened.profile #mobile-opener {
  background: url("../img/home/section-header/mobile-menu-white.svg") no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  padding: 21px !important;
  position: relative;
  top: 7px;
  left: 10px;
}
.mobile-menu-opened.regular .list-menu-regular {
  padding-top: 100px;
  display: block;
}
.mobile-menu-opened.switcher .list-menu-lang-switcher {
  display: block;
}
.mobile-menu-opened.switcher .navbar {
  display: none !important;
}
.mobile-menu-opened .header-menu {
  background: #FFFFFF;
  padding-right: 35px;
  padding-top: 45px;
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .mobile-menu-opened .navbar-header {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-menu-opened .navbar-brand {
    float: none !important;
    height: 100% !important;
  }
}
.mobile-menu-opened #mobile-opener {
  background: url("../img/home/section-header/mobile-menu-close.svg") no-repeat top center !important;
  width: 42px !important;
  height: 42px !important;
}
.mobile-menu-opened .expand-arrow {
  background: url("../img/home/section-header/down-arrow-white.svg") no-repeat top center !important;
  width: 12px;
  height: 7px;
  display: block;
  margin-left: 15px;
}
.mobile-menu-opened .navigate {
  display: flex;
  height: 114px;
  padding: 18px 0px 40px 0px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  margin-bottom: 200px;
}
.mobile-menu-opened .navigate .back {
  background: url("../img/home/section-header/mobile-menu-back.svg") no-repeat !important;
  width: 35px;
  height: 35px;
  padding: 2.919px 2.916px 2.914px 2.917px;
  justify-content: center;
  align-items: center;
}
.mobile-menu-opened .navigate p {
  color: #000;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px; /* 91.667% */
  letter-spacing: -0.18px;
}
.mobile-menu-opened .lang-switcher {
  display: flex;
  width: 103px;
  height: 48px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 392.414px;
  background: rgba(0, 0, 0, 0.08);
  margin: auto;
}
.mobile-menu-opened .lang-switcher .flag {
  margin-left: 15px;
}
.mobile-menu-opened .lang-switcher p {
  margin: 0;
}
.mobile-menu-opened .navbar-toggle {
  margin: 0 !important;
}
.mobile-menu-opened .navbar-brand {
  padding: 0 !important;
}
.mobile-menu-opened #header .mobile-overlay {
  display: block;
}
.mobile-menu-opened header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.login-form form {
  padding: 0 20px 30px 20px;
}
.login-form form button {
  height: 50px;
  width: 100%;
  background-color: #fff;
}
.login-form form label {
  display: none;
}
.login-form form .forgot {
  margin: 20px 0;
  text-align: center;
  padding: 0;
}
.login-form form .forgot a {
  color: #474545;
  text-decoration: underline;
}
.login-form .grey-line {
  border-top: 1px solid lightgrey;
  margin: 0 -15px;
}
.login-form .footer h4 {
  padding-top: 20px;
  text-align: center;
  color: #d69a2f;
  font-weight: 700;
  font-size: 21px;
}
.login-form .footer p {
  text-align: center;
}
.login-form .footer p a {
  color: black;
  text-decoration: underline;
  background: none;
}

/********* REFERRAL *********/
.section-referral .banner {
  background: url("../img/referral-page/header-referral.png") no-repeat 100%;
  background-size: cover;
  background-color: black;
  height: 750px;
  font-style: normal;
  background-position: left;
  padding-right: 24%;
}
@media screen and (min-width: 991px) {
  .section-referral .banner.de {
    height: 740px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1375px) {
  .section-referral .banner {
    padding-right: 15%;
  }
}
@media screen and (max-width: 991px) {
  .section-referral .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/referral-page/header-referral-md.png") no-repeat 20% 10%;
    background-size: auto;
    height: auto;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .section-referral .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/referral-page/header-referral-xs.png") no-repeat;
    padding-right: 0px;
  }
}
.section-referral .banner h1 {
  font-weight: bold;
  line-height: 46px;
  font-size: 42px;
  max-width: 410px;
  color: #fff;
  margin: 120px auto 0;
}
@media screen and (max-width: 375px) {
  .section-referral .banner h1 {
    margin-top: 190px;
  }
}
.section-referral .banner h2 {
  font-weight: 300;
  line-height: 38px;
  font-size: 42px;
  max-width: 410px;
  color: #FFB617;
  margin: 25px auto 0;
}
@media screen and (max-width: 991px) {
  .section-referral .banner h2 {
    margin-top: 15px;
  }
}
.section-referral .banner .slogan {
  font-weight: 300;
  line-height: 38px;
  font-size: 26px;
  max-width: 460px;
  color: #fff;
  margin: 25px auto 0;
}
@media screen and (max-width: 991px) {
  .section-referral .banner .slogan {
    margin-top: 15px;
  }
}
.section-referral .banner .highlight {
  max-width: 460px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #E6EEFF;
  border: 4px solid #E6EEFF;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 25px auto 0;
  padding: 12px 55px;
}
@media screen and (max-width: 991px) {
  .section-referral .banner .highlight {
    margin-top: 15px;
  }
}
.section-referral .banner .link {
  display: block;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin: 25px auto 0;
}
.section-referral .banner .link:hover {
  color: #E6EEFF;
}
@media screen and (max-width: 991px) {
  .section-referral .banner .link {
    margin-top: 15px;
  }
}
.section-referral .banner .header-btn .btn {
  font-size: 23px;
  width: 460px;
  padding: 10px 6px;
  background-color: #fff;
  margin: 25px auto 0;
}
@media screen and (max-width: 991px) {
  .section-referral .banner .header-btn .btn {
    width: 100%;
    max-width: 460px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18.4px;
    padding: 7px 6px;
    margin-top: 15px;
  }
}
.section-referral .steps {
  height: 150px;
  background: #F3F3F3;
  padding-top: 35px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-referral .steps {
    height: auto;
    padding: 0;
  }
}
.section-referral .steps .step-holder .line {
  width: 50%;
  height: 6px;
  background-color: black;
  margin: 0 auto;
  position: relative;
  top: 19px;
}
@media screen and (max-width: 991px) {
  .section-referral .steps .step-holder .line {
    position: absolute;
    top: 80px;
    right: 28px;
    width: 6px;
    height: 130px;
  }
}
.section-referral .steps .step-holder .step {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-left: 1px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: #E6EEFF;
  border-radius: 3px;
}
.section-referral .steps .step-holder::after {
  display: table;
  content: " ";
  clear: both;
}
@media screen and (max-width: 991px) {
  .section-referral .steps .step-holder {
    position: relative;
    width: 33%;
    text-align: right;
  }
}
@media screen and (max-width: 375px) {
  .section-referral .steps .step-holder {
    width: 25%;
  }
}
.section-referral .steps .description {
  margin-top: 20px;
  color: #111111;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .section-referral .steps .description {
    width: 65%;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .section-referral .steps .description {
    width: 74%;
  }
}
@media screen and (max-width: 991px) {
  .section-referral .steps .step-holder, .section-referral .steps .description {
    display: inline-block;
    margin-top: 0px;
  }
  .section-referral .steps .step-holder .col-md-2, .section-referral .steps .description .col-md-2 {
    height: 75px;
  }
  .section-referral .steps .step-holder .col-md-2.first, .section-referral .steps .description .col-md-2.first {
    height: 50px;
  }
  .section-referral .steps .step-holder .col-md-2.last, .section-referral .steps .description .col-md-2.last {
    height: 0;
  }
}
.section-referral .content .invite-title {
  margin: 30px auto;
  font-size: 28px;
  line-height: 33px;
}
.section-referral .content .link-box {
  margin: 70px auto 0;
  max-width: 570px;
  padding: 40px 90px;
  border: 1px solid #DCDCDC;
}
@media screen and (max-width: 991px) {
  .section-referral .content .link-box {
    width: auto;
    padding: 35px 50px;
    margin-top: 0;
  }
}
.section-referral .content .link-box h1, .section-referral .content .link-box h2 {
  font-weight: bold;
}
.section-referral .content .link-box h1 {
  font-size: 21px;
  line-height: 25px;
  color: #DB9600;
}
.section-referral .content .link-box p {
  color: #DB9600;
  font-weight: bold;
}
.section-referral .content .link-box h2 {
  font-size: 18px;
  line-height: 21px;
  color: black;
}
.section-referral .content .link-box .title {
  display: block;
  margin: 30px auto 10px;
}
.section-referral .content .link-box .copy-link {
  padding: 20px;
  background: #F6F6F6;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 6px;
}
.section-referral .content .link-box .copy-link textarea {
  margin-top: 10px;
  color: #666666;
  font-size: 17px;
  line-height: 20px;
  word-wrap: break-word;
  resize: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 95%;
  text-align: center;
}
.section-referral .content .link-box .copy-link .to-clipboard {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.section-referral .content .link-box .share {
  margin-top: 30px;
}
.section-referral .content .link-box .share .links {
  margin-top: 20px;
  font-size: 0;
}
.section-referral .content .link-box .share .links .custom-share, .section-referral .content .link-box .share .links .ya-share2 {
  display: inline-block;
}
.section-referral .content .link-box .share .links .custom-share a, .section-referral .content .link-box .share .links .ya-share2 a {
  display: block;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 53px 53px;
  text-indent: -9999px;
  border: 0;
  text-decoration: none;
  outline: 0;
}
.section-referral .content .link-box .share .links .custom-share span, .section-referral .content .link-box .share .links .ya-share2__item {
  display: inline-block;
  margin: 5px;
}
.section-referral .content .link-box .share .links .ya-share2__list {
  padding: 0;
  margin: 0;
}
.section-referral .content .link-box .share .links .ya-share2__list .ya-share2__item.ya-share2__item_service_linkedin {
  background-image: url("../img/icons/icon_linkedin.svg");
}
.section-referral .content .link-box .share .links .ya-share2__list .ya-share2__item.ya-share2__item_service_whatsapp {
  background-image: url("../img/icons/icon_whatsapp.svg");
}
.section-referral .content .link-box .share .links .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook {
  background-image: url("../img/icons/icon_messenger.svg");
}
.section-referral .content .link-box .share .links .custom-share .email {
  background-image: url("../img/icons/icon_email.svg");
}
.section-referral .content .referral-icons {
  background: url("../img/icons/referral-icons.svg") no-repeat 0% 50%;
  margin-top: 50px;
  width: 100%;
  height: 565px;
}
@media screen and (max-width: 1201px) {
  .section-referral .content .referral-icons {
    background-size: 400px 429px;
  }
}

.page-wrapper.referral-link {
  background-color: #F8F5F2;
}
@media screen and (max-width: 991px) {
  .page-wrapper.referral-link {
    background-position: 0% 0%;
  }
}

.section-referral-invited {
  font-style: normal;
}
.section-referral-invited .banner .referree {
  width: 410px;
  margin: 90px auto 0;
}
@media screen and (max-width: 991px) {
  .section-referral-invited .banner .referree {
    width: auto;
    margin-top: 40px;
  }
}
.section-referral-invited .banner .referree h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 46px;
  color: #FFB617;
  margin: 0 auto 20px;
}
.section-referral-invited .banner .referree span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #141414;
  margin-bottom: 30px;
}
.section-referral-invited .banner .create-box {
  margin-top: 40px;
  width: 570px;
  height: 433px;
  padding: 80px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}
@media screen and (max-width: 1201px) {
  .section-referral-invited .banner .create-box {
    width: auto;
    height: auto;
    padding: 40px 35px;
  }
}
.section-referral-invited .banner .create-box .title {
  display: block;
  padding: 0 40px;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #DB9600;
}
@media screen and (max-width: 991px) {
  .section-referral-invited .banner .create-box .title {
    padding: 0;
  }
}
.section-referral-invited .banner .create-box h1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  color: black;
  margin: 20px 0;
}
.section-referral-invited .banner .create-box input[type=email] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px 17px;
}
.section-referral-invited .banner .create-box button {
  width: 100%;
  margin-top: 20px;
  padding: 14px 85px;
  background: #F6F6F6;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
}
.section-referral-invited .banner .create-box .terms {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #8E8E8E;
}

.m-modal-container {
  display: none;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1033;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.m-modal-container .m-modal-body {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 694px;
  padding: 60px;
  color: #000000;
  position: relative;
}
.m-modal-container .m-modal-body .m-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.m-modal-container .m-modal-body .m-modal-input {
  font-weight: 500;
  font-size: 18px;
  line-height: 148%;
  color: rgba(0, 0, 0, 0.5);
  max-width: 387px;
  height: 65px;
  border: 1px solid #82838E;
  width: 100%;
  padding-left: 16px;
  outline: none;
}
.m-modal-container .m-modal-body .m-modal-form-container {
  display: flex;
  justify-content: space-between;
}
.m-modal-container .m-modal-body .m-modal-form-container form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.m-modal-container .m-modal-body .m-modal-form-pp {
  margin-top: 30px;
  text-align: center;
}
.m-modal-container .m-modal-body .m-modal-form-pp a {
  text-decoration: underline;
  color: black;
}
.m-modal-container .m-modal-body .m-modal-form-pp a:hover {
  text-decoration: none;
  color: black;
}
.m-modal-container .m-modal-body .m-modal-header {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
  letter-spacing: -0.02em;
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}
.m-modal-container .m-modal-body .m-modal-subtext {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  max-width: 350px;
  text-align: center;
  margin: 0 auto 30px;
}
.m-modal-container .m-modal-body .btn-modal-submit {
  letter-spacing: 0.01em;
  color: #E6FFFB;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  background: #000000;
  border-radius: 888px;
  width: 169px;
  height: 63px;
}

@media screen and (max-width: 767px) {
  .m-modal-container {
    background: none !important;
    align-items: unset !important;
    height: auto !important;
    bottom: 0 !important;
    top: auto !important;
  }
  .m-modal-body {
    padding: 20px !important;
    width: auto !important;
  }
  .m-modal-main-icon {
    height: 182.48px;
  }
  .m-modal-close {
    width: 22px !important;
    height: 22px !important;
    right: 20px !important;
    top: 27px !important;
  }
  .m-modal-form-container form {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .m-modal-subtext {
    max-width: 300px !important;
  }
}
.header-about {
  background: url("../img/headers/header-about-us.png") no-repeat center;
  background-size: cover;
  height: 300px;
}

/********* Tables  ***********/
.table > tbody > tr.warning > td {
  background: #fff !important;
  border-bottom: 2px solid #ddd;
}

.kv-page-summary {
  border: none;
}

.investment-table a {
  color: black;
}
.investment-table th {
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  color: #666;
  vertical-align: middle;
}
.investment-table th a {
  color: #666;
  font-size: 12px;
}
.investment-table tbody tr td {
  line-height: normal;
  font-weight: normal;
  vertical-align: middle;
  color: #666;
}
.investment-table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.investment-table a.btn-invest {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  background-color: #E0E0E0;
  font-weight: 600;
  padding: 6px 30px;
}

.banner.campaign-extended {
  padding: 1.6rem;
  background-color: black;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.banner.campaign-extended a {
  color: #ffffff;
  text-decoration: underline;
}
.banner.campaign-extended a:hover {
  color: black;
}
.banner.campaign-extended div {
  align-self: center;
}
.banner.campaign-extended div span {
  color: black;
}

.section-investment .form-control {
  height: 34px;
}
.section-investment .switcher {
  text-align: center;
  margin: 10px 0 40px 0;
}
.section-investment .switcher li {
  vertical-align: middle;
}
.section-investment .switcher a.slider {
  color: #666;
  display: block;
  width: 35px;
  border: 1px solid lightgrey;
  height: 14px;
  border-radius: 20px;
  position: relative;
}
.section-investment .switcher a.slider:hover {
  text-decoration: none;
}
.section-investment .switcher a.slider span {
  width: 14px;
  height: 14px;
  background-color: black;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px;
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
}
.section-investment .switcher a.slider .right {
  right: -1px;
  left: auto;
}

/******** INDEX *********/
.btn-download-link {
  background-color: transparent;
  color: #555;
  font-weight: normal;
  border: none;
}

/************** SECTION SUMMARY ***************/
.section-summary {
  font-weight: 500;
}
.section-summary .summary-titles {
  background-color: #f5f5f5;
  padding-bottom: 5px;
}
.section-summary .summary-titles .summary-heading h4 {
  color: #666666;
  font-size: 24px;
}
.section-summary .summary-titles .summary-heading h4 sup {
  font-size: 11px;
  top: -0.9em;
}
.section-summary .summary-titles .summary-heading p {
  font-size: 40px;
  padding-top: 15px;
  line-height: 50px;
  color: #111111;
  font-weight: 400;
}
.section-summary .summary-row {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-summary .summary-widget {
  font-size: 15px;
  padding: 20px 0;
  margin-bottom: 15px;
  position: relative;
}
.section-summary .summary-widget h3 {
  font-size: 17px;
}
.section-summary .summary-widget .available-loans {
  font-size: 16px;
  color: lightgrey;
  text-align: center;
}
.section-summary .summary-widget table {
  width: 100%;
  margin-bottom: 20px;
}
.section-summary .summary-widget table .body-heading {
  font-size: 17px;
  color: #666666;
  font-weight: 700;
}
.section-summary .summary-widget table .body-heading td {
  padding-top: 15px;
}
.section-summary .summary-widget table .body-heading:first-child td {
  padding-top: 0;
}
.section-summary .summary-widget table td {
  padding: 3px 0;
  vertical-align: middle;
}
.section-summary .summary-widget table td + td {
  text-align: right;
  padding-left: 10px;
}
.section-summary .summary-widget .button-row {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.section-summary .summary-widget .toggle-row {
  text-align: center;
}
.section-summary .summary-widget .toggle-row label {
  color: #666666;
  font-weight: 500;
}
.section-summary .summary-widget .toggle-row .summary-toggle {
  display: inline-table;
}
.section-summary .summary-widget .toggle-row .summary-toggle span:before {
  width: 35px;
  background-color: #fff;
  border: 1px solid lightgrey;
  height: 14px;
  transition: background 0.3s ease-out;
  margin-top: 4px;
}
.section-summary .summary-widget .toggle-row .summary-toggle input:not(:checked) + span:after {
  animation: popOut ease-in 0.2s normal;
}
.section-summary .summary-widget .toggle-row .summary-toggle span:after {
  width: 14px;
  background-color: black;
  height: 14px;
  transition: margin-left 0.2s ease-in-out;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .section-summary .summary-widget {
    height: auto;
  }
  .section-summary .summary-widget .button-row {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.section-summary .btn-summary {
  height: 50px;
  width: 80%;
  font-size: 18px;
  line-height: 36px;
  border-color: black;
}
.section-summary .annual .annual-body-loans {
  margin-top: 183px;
}
@media screen and (max-width: 767px) {
  .section-summary .annual .annual-body-loans {
    margin-top: 0;
  }
}
.section-summary .annual .annual-body-loans .annual-available {
  font-size: 16px;
  color: lightgrey;
}

/*********** SECTION ABOUT US ************/
.section-about-us {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #111111;
  line-height: 24px;
}
.section-about-us .team {
  background-color: #FDD06D;
  padding: 30px 0px 30px 0px;
}
.section-about-us .team h2 {
  color: black;
  margin-bottom: 40px;
  font-family: "Avenir Next", sans-serif;
  font-size: 36px;
}
.section-about-us .team .cards {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 1000px) {
  .section-about-us .team .cards {
    flex-direction: column;
    align-items: center;
  }
}
.section-about-us .team .card {
  min-width: 240px;
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .section-about-us .team .card {
    margin-left: 0px;
  }
}
.section-about-us .team .card-image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.section-about-us .team .card-image.head {
  background-image: url("../img/team/head.jpg");
}
.section-about-us .team .card-image.legal {
  background-image: url("../img/team/legal.jpg");
}
.section-about-us .team .card-image.marketing {
  background-image: url("../img/team/marketing.jpg");
}
.section-about-us .team .card-text h4, .section-about-us .team .card-text h5 {
  color: black;
}
.section-about-us h2 {
  font-size: 29px;
  line-height: 34px;
}
.section-about-us p {
  color: #111111;
  margin: 30px 0;
}
.section-about-us .about-asset {
  display: table;
  min-height: 170px;
  margin-bottom: 60px;
}
.section-about-us .about-asset .asset-img {
  display: table-cell;
  width: 180px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-about-us .about-asset .asset-img {
    width: 80px;
  }
}
.section-about-us .about-asset .asset-img-class {
  background-image: url("../img/about-us/about-assets.svg");
}
.section-about-us .about-asset .asset-img-footprint {
  background-image: url("../img/about-us/about-geo.svg");
}
.section-about-us .about-asset .asset-text {
  margin-left: 40px;
}
.section-about-us .about-asset .asset-text h2 {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .section-about-us .about-asset .asset-text {
    margin-left: 15px;
  }
}
.section-about-us .support-link {
  line-height: 60px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  font-size: 29px;
  color: #000000;
  margin: 38px 0 0 0;
}
.section-about-us .support-link a {
  color: black;
}
.section-about-us .support-link .ico {
  background-image: url("../img/ico-letter.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 80px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .section-about-us .support-link {
    font-size: 26px;
  }
}
.section-about-us .lendermarket-report {
  background-color: #fafafa;
  padding: 60px 0px 60px 0;
}
.section-about-us .lendermarket-report .report-link {
  text-decoration: none !important;
}
.section-about-us .lendermarket-report .photo {
  width: 130px;
  height: 150px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: inline-block;
  background-image: url("../img/cs-report.svg");
}
.section-about-us .lendermarket-report h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #111111;
  margin: 0;
}
.section-about-us .lendermarket-report h4 {
  font-style: normal;
  font-weight: normal;
  font-family: "Avenir Next", sans-serif;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  color: #828282;
}
.section-about-us .about-us-three {
  margin-bottom: 40px;
  margin-top: 20px;
}
.section-about-us .about-us-three h2 {
  margin: 0 0 10px 0;
}

/************ HOW IT WORKS **************/
.section-how-it-works {
  font-size: 18px;
  color: #111111;
  line-height: 24px;
}
.section-how-it-works .how-it-first {
  padding-bottom: 60px;
}
.section-how-it-works .how-it-first p {
  color: #111111;
}
.section-how-it-works .how-it-first h2 {
  margin: 50px 0 20px 0;
}
.section-how-it-works .how-it-first h4 {
  font-weight: 700;
}
.section-how-it-works .how-it-first .getting-started {
  display: table;
  margin-bottom: 20px;
}
.section-how-it-works .how-it-first .getting-started .started-number {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 20px;
  text-align: center;
  background-color: #E6EEFF;
  color: white;
  font-weight: 700;
  line-height: 32px;
}
.section-how-it-works .how-it-first .getting-started .started-text {
  margin-left: 20px;
  display: table;
}
.section-how-it-works .how-it-first .getting-started .started-text h4 {
  margin-top: 0;
}
.section-how-it-works .how-it-second {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.section-how-it-works .how-it-second h2 {
  margin-bottom: 30px;
}
.section-how-it-works .how-it-second .lendermarket-is {
  display: table;
  margin-bottom: 20px;
}
.section-how-it-works .how-it-second .lendermarket-is .fin-is-img {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
.section-how-it-works .how-it-second .lendermarket-is .fin-is-img-in {
  width: 100px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 3px;
}
.section-how-it-works .how-it-second .lendermarket-is .fin-borderless {
  background-image: url("../img/how-it-works/is-borderless.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-realtime {
  background-image: url("../img/how-it-works/is-realtime.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-secure {
  background-image: url("../img/how-it-works/is-secure.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-intuitive {
  background-image: url("../img/how-it-works/is-intuitive.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-fair {
  background-image: url("../img/how-it-works/is-fair.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-ondemand {
  background-image: url("../img/how-it-works/is-ondemand.svg");
}
.section-how-it-works .how-it-second .lendermarket-is .fin-is-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.section-how-it-works .how-it-second .lendermarket-is .fin-is-text h3 {
  margin-top: 0;
  font-size: 22px;
}
.section-how-it-works .how-it-third .auto-invest-section, .section-how-it-works .how-it-third .re-invest-section {
  display: table;
  margin: 40px 0 25px 0;
}
.section-how-it-works .how-it-third .auto-invest-section .invest-img, .section-how-it-works .how-it-third .re-invest-section .invest-img {
  width: 128px;
  height: 120px;
  display: table-cell;
}
.section-how-it-works .how-it-third .auto-invest-section .auto-invest-image, .section-how-it-works .how-it-third .re-invest-section .auto-invest-image {
  background: url("../img/how-it-works/how-autoinvest.svg") no-repeat;
}
.section-how-it-works .how-it-third .auto-invest-section .re-invest-img, .section-how-it-works .how-it-third .re-invest-section .re-invest-img {
  background: url("../img/how-it-works/how-reinvest.svg") no-repeat;
}
.section-how-it-works .how-it-third .auto-invest-section .invest-text, .section-how-it-works .how-it-third .re-invest-section .invest-text {
  padding-left: 30px;
}
.section-how-it-works .how-it-third p {
  color: #111111;
}
.section-how-it-works .how-it-third h2 {
  margin: 40px 0;
}
.section-how-it-works .how-it-third h3 {
  margin-top: 0;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .section-how-it-works .how-it-third .auto-invest-section .invest-img, .section-how-it-works .how-it-third .re-invest-section .invest-img {
    width: 100px;
    background-size: contain;
  }
  .section-how-it-works .how-it-third .auto-invest-section .invest-text, .section-how-it-works .how-it-third .re-invest-section .invest-text {
    padding-left: 20px;
  }
}

/*********** FAQ ***********/
.section-faq {
  font-size: 18px;
  color: #111111;
  line-height: 24px;
}
.section-faq .faq-form {
  margin-top: 30px;
}
.section-faq .faq-form h3 {
  margin-top: 0;
  font-size: 22px;
}
.section-faq .faq-form .yellow-box-faq {
  width: 22px;
  height: 22px;
  background-color: #E6EEFF;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}
.section-faq .faq-form .panel-group {
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-form .panel-group {
    margin-left: 0;
  }
}
.section-faq .faq-form .panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
}
.section-faq .faq-form .panel-group .panel .panel-heading {
  border: none;
  background-color: inherit;
  padding-left: 0;
}
.section-faq .faq-form .panel-group .panel .panel-heading .panel-title {
  font-family: "Avenir Next", sans-serif;
}
.section-faq .faq-form .panel-group .panel .panel-heading a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.section-faq .faq-form .panel-group .panel .panel-heading a:hover {
  color: black;
}
.section-faq .faq-form .panel-group .panel .panel-heading a .right-arrow {
  transform: rotate(90deg);
  background: url("../img/right-arrow.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  transition-duration: 0.5s;
}
.section-faq .faq-form .panel-group .panel .panel-heading .collapsed .right-arrow {
  transform: rotate(0deg);
}
.section-faq .faq-form .panel-group .panel .panel-body {
  border-top: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section-faq .faq-form .panel-group .panel .panel-body {
    margin-left: 0;
  }
}
.section-faq .faq-form .panel-group .panel:last-child {
  margin-bottom: 30px;
}

/******************** LOGIN AND SIGNUP *************************/
.signup .password-icon,
.login-form .password-icon {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.signup .password-icon.show-password,
.login-form .password-icon.show-password {
  background: url("../img/icons/icon_show_password.svg") no-repeat;
}
.signup .password-icon.hide-password,
.login-form .password-icon.hide-password {
  background: url("../img/icons/icon_hide_password.svg") no-repeat;
}

/******************** LOGIN *************************/
#login-container {
  font-size: 18px;
  border: 1px solid #DCDCDC;
  padding: 15px 15px 0 15px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  #login-container {
    margin: 15px 0;
  }
}
#login-container form {
  padding: 0;
}
#login-container form label {
  display: block;
}
#login-container form button {
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
}
#login-container form .forgot a {
  color: black;
}
#login-container h3 {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 10px;
}

.registration-progress {
  color: #111111;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  margin: 40px 0;
  overflow: hidden;
}
.registration-progress .reg-prog-item {
  padding-top: 20px;
  height: 60px;
  vertical-align: middle;
  background-color: #f5f5f5;
  float: left;
  width: 33.33%;
  text-align: center;
  text-transform: uppercase;
}
.registration-progress .reg-prog-item.active {
  background-color: #E6EEFF;
}
.registration-progress .reg-prog-item:first-child {
  padding-top: 20px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .registration-progress .reg-prog-item:first-child {
    border-radius: 0;
  }
}
.registration-progress .reg-prog-item:last-child {
  padding-top: 20px;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .registration-progress .reg-prog-item:last-child {
    padding-top: 16px;
    border-radius: 0;
  }
}
.registration-progress .reg-prog-item:nth-child(2) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .registration-progress .reg-prog-item {
    width: 100%;
  }
}

.registration-progress.registration-progress-documents {
  margin: 40px -15px;
}
@media screen and (max-width: 767px) {
  .registration-progress.registration-progress-documents {
    margin: 40px 0;
  }
}
.registration-progress.registration-progress-documents .reg-prog-item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .registration-progress.registration-progress-documents .reg-prog-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .document-section {
    padding: 0 15px;
  }
}
/******************** SIGNUP *************************/
.signup {
  font-size: 17px;
  line-height: 24px;
  color: #666666;
}
.signup .red {
  color: black;
}
.signup .help-block {
  font-size: 14px;
}
.signup .individual-company {
  text-align: center;
}
.signup .individual-company .checkbox:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .signup .individual-company {
    text-align: left;
    margin-right: 0;
  }
}
.signup .auto-terms a {
  color: inherit;
  text-decoration: underline;
}
.signup .intl-tel-input {
  width: 100%;
}
.signup .intl-tel-input input {
  width: 100%;
}
.signup .btn-register {
  height: 50px;
  min-width: 200px;
  margin-bottom: 20px;
}
.signup .signup-marketing-info {
  margin-bottom: 70px;
  font-size: 12px;
}
.signup .phone-first {
  width: 80px;
  margin-right: 15px;
}
.signup .phone-second {
  width: 258px;
}

.deposit {
  padding-bottom: 40px;
}
.deposit .info1 {
  color: #000;
  padding: 0;
  margin: 15px 0 0 0;
}
.deposit .info1 li {
  position: relative;
  padding: 0 0 25px 37px;
}
.deposit .info1 li .bullet {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFCB59;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.deposit .info2 {
  color: #666;
  position: relative;
  padding: 0 0 0 70px;
}
.deposit .info2 .bullet {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  left: 0;
  top: 5px;
  background: #FFCB59 url("../img/icons/ico_exclamation.svg") no-repeat 50% 50%;
}
.deposit .info2 .fire {
  background: #ffffff url("../img/fire-logo.svg") no-repeat 50% 50%;
}
.deposit .info2 b {
  color: black;
}
.deposit .bank-form {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 25px 0 25px 0;
  color: #111;
  font-size: 16px;
  padding: 15px;
}
.deposit .bank-form h2 {
  color: #111111;
  margin: 15px 0 25px 0;
  padding: 0;
  font-size: 26px;
}
.deposit .bank-form table td {
  width: 50%;
  text-align: right;
  word-break: break-word;
  vertical-align: middle;
}
.deposit .bank-form table td.data-value {
  text-align: left;
}
.deposit .bank-form table tr:last-child td {
  border-bottom: 1px solid #ddd;
}

/******************** SIGNUP AFFILIATE *************************/
.signup-affiliate .bottom-block {
  padding-top: 200px;
  padding-bottom: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.signup-affiliate .bottom-block .title {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 54px;
  line-height: 122.6%;
  letter-spacing: -3px;
}
.signup-affiliate .bottom-block .link a {
  line-height: 63px;
}
.signup-affiliate .bottom-block .sub-link {
  margin-top: 79px;
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.01em;
  color: #1D1D1E;
}
.signup-affiliate .bottom-block .sub-link a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.signup-affiliate .bottom-block .sub-link a:hover {
  text-decoration: none;
}
.signup-affiliate .faq {
  padding-top: 126px;
  max-width: 1010px;
  margin: auto;
}
.signup-affiliate .faq .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 122.6%;
  letter-spacing: -2px;
  color: black;
  margin-bottom: 98px;
}
.signup-affiliate .left-signup-bg {
  background: #E6EEFF no-repeat center center/cover;
  height: 930px;
}
@media screen and (max-width: 991px) {
  .signup-affiliate .left-signup-bg {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
}
.signup-affiliate .right-signup-bg {
  background: #E6EEFF url("../img/affiliate/phone_preview.png") no-repeat center center/cover;
  height: 930px;
}
@media screen and (max-width: 991px) {
  .signup-affiliate .right-signup-bg {
    display: none;
  }
}
.signup-affiliate .form-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .signup-affiliate .form-container {
    width: 100vw;
    padding: 0 5%;
  }
}
.signup-affiliate #form-signup .form-control {
  height: 65px;
  border: 1px solid #82838E;
  border-radius: 0;
}
.signup-affiliate .learn-more {
  position: absolute;
  bottom: 110px;
}
.signup-affiliate .learn-more a {
  text-decoration: none;
}
.signup-affiliate .learn-more a:hover {
  text-decoration: none;
}
.signup-affiliate .learn-more a .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 14px;
}
.signup-affiliate .signup-form {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 992px) {
  .signup-affiliate .signup-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 54px;
    max-width: 614px;
  }
}
@media screen and (max-width: 991px) {
  .signup-affiliate .signup-form {
    position: relative;
    padding: 40px;
  }
}
.signup-affiliate .signup-form .head-text {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 4px;
}
.signup-affiliate .signup-form .sub-text {
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 54px;
}
.signup-affiliate .signup-form .signup-affiliate-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: #484848;
  letter-spacing: 0.02em;
  margin-top: 50px;
}
.signup-affiliate .signup-form .btn-register {
  background: #000000;
  border-radius: 888px;
  color: #E6EEFF;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 18px 38px;
  width: 100%;
  min-width: 200px;
  margin-bottom: 30px;
  border-color: #000000;
}
.signup-affiliate .signup-form .right-signup-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.signup-affiliate .checkbox {
  font-family: "Avenir Next", sans-serif;
  float: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.signup-affiliate .checkbox-img {
  background: url("../img/affiliate/unckecked.svg") no-repeat;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.signup-affiliate input[type=checkbox]:checked + span {
  background: url("../img/affiliate/checked.svg") no-repeat;
}
.signup-affiliate .right-signup-text {
  display: flex;
  align-items: center;
  padding-left: 10%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .signup-affiliate .right-signup-text {
    height: 100vh;
  }
}
.signup-affiliate .right-signup-text .header-text {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 12px;
}
.signup-affiliate .right-signup-text .main-text {
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.signup-affiliate .slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 185px;
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .signup-affiliate .slogan {
    padding: 60px 43px;
  }
}
.signup-affiliate .slogan-signup-affiliate {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 122.6%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .signup-affiliate .slogan-signup-affiliate {
    font-size: 32px;
  }
}
.signup-affiliate .slogan-btn-signup-affiliate {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #E6EEFF;
  background: #000000;
  border-radius: 888px;
  text-decoration: none;
  padding: 18px 38px;
  margin-top: 32px;
}
.signup-affiliate .about-btn-signup-affiliate {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 888px;
  text-decoration: none;
  padding: 18px 38px;
  margin-top: 18px;
  color: #000000;
}
.signup-affiliate .description {
  background: #E6EEFF;
  padding-top: 58px;
  padding-bottom: 58px;
}
.signup-affiliate .description .faq-block {
  margin-left: 60px;
}
.signup-affiliate .description .desc-container {
  max-width: 1530px;
  margin: auto;
}
.signup-affiliate .description .desc-container .desc-img {
  width: 40%;
}
.signup-affiliate .why-main-header {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 122.6%;
  margin-bottom: 62px;
  margin-top: 0;
}
.signup-affiliate .why-q {
  display: inline-flex;
  margin-top: 25px;
  margin-bottom: 25px;
}
.signup-affiliate .left-tick {
  background: url("../img/affiliate/tick.svg") no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px 30px 0 0;
}
.signup-affiliate .why-answer-header {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 122.6%;
  color: #000000;
  letter-spacing: -1px;
}
.signup-affiliate .why-answer-text {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 17px;
  max-width: 341px;
}
.signup-affiliate .why-btn-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signup-affiliate .panel-default {
  border: none;
  box-shadow: none;
}
.signup-affiliate .panel-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding-top: 6px;
  color: #686868;
}
.signup-affiliate .panel-title {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  letter-spacing: -1px;
  line-height: 31px;
}
.signup-affiliate .panel-title a:hover {
  text-decoration: none;
}
.signup-affiliate .panel-heading {
  background-color: #fff;
  border-color: #ddd;
  border: none;
}
.signup-affiliate .left-cross {
  transform: rotate(45deg);
  background: url("../img/affiliate/cross.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  transition-duration: 0.5s;
  float: right;
}
.signup-affiliate .collapsed .left-cross {
  transform: rotate(0deg);
}
@media screen and (max-width: 991px) {
  .signup-affiliate .right-signup-text {
    padding-right: 40px;
    padding-left: 40px !important;
  }
  .signup-affiliate .bottom-block .title {
    padding-left: 40px;
    padding-right: 40px;
  }
  .signup-affiliate .head-text {
    margin-bottom: 12px !important;
    font-size: 30px !important;
  }
  .signup-affiliate .sub-text {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 40px !important;
  }
  .signup-affiliate .btn-register {
    font-size: 16px !important;
  }
  .signup-affiliate .why-btn-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .signup-affiliate .slogan-btn-signup-affiliate {
    width: 100%;
    text-align: center;
  }
  .signup-affiliate .about-btn-signup-affiliate {
    width: 100%;
    text-align: center;
  }
  .signup-affiliate .description {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .signup-affiliate .faq-block {
    margin-left: 0 !important;
  }
  .signup-affiliate .why-q {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 85px;
  }
  .signup-affiliate .left-tick {
    background-image: url("../img/affiliate/tick.svg");
    display: inline-block;
    background-size: cover;
    width: 48px;
    height: 48px;
    margin-right: 28px;
    margin-top: 0;
  }
  .signup-affiliate .why-answer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .signup-affiliate .faq {
    padding-top: 62px;
  }
  .signup-affiliate .faq .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 122.6%;
    margin-bottom: 89px;
  }
  .signup-affiliate .faq .panel-heading {
    position: relative;
    padding-left: 40px;
  }
  .signup-affiliate .faq .panel-heading .panel-title {
    max-width: 274px;
  }
  .signup-affiliate .faq .panel-heading .panel-title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
  }
  .signup-affiliate .faq .panel-heading .panel-title a .left-cross {
    position: absolute;
    right: 40px;
    top: 17px;
  }
  .signup-affiliate .faq .panel-body {
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  .signup-affiliate .bottom-block {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .signup-affiliate .bottom-block .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 122.6%;
    letter-spacing: -1.4px;
  }
  .signup-affiliate .bottom-block .sub-link {
    margin-top: 32px;
  }
  .signup-affiliate .bottom-block .link {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .signup-affiliate .bottom-block .link a {
    display: block;
    margin: 0;
    text-align: center;
    line-height: inherit;
  }
}

/******************** SIGNUP FINFELLAS 2023 *************************/
.container-fluid.signup-fin-fellas-2023 {
  height: 97vh;
  display: flex;
  padding: 0;
}

.signup-fin-fellas-2023 .block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.signup-fin-fellas-2023 .icon-container {
  position: absolute;
  bottom: 0;
}
.signup-fin-fellas-2023 .icon {
  display: block;
  margin: 0 auto;
  max-height: 30vh;
}
.signup-fin-fellas-2023 .finfel-left {
  background: #F7CB4E no-repeat center center/cover;
  position: relative;
}
.signup-fin-fellas-2023 .finfel-left .main-content {
  margin: -25% 15% 5% 15%;
}
.signup-fin-fellas-2023 .finfel-left .header-text {
  font-weight: 700 !important;
  font-size: 45px;
  line-height: 61px;
  text-align: center;
}
.signup-fin-fellas-2023 .finfel-left .list-text {
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 122.6%;
  color: #000000;
}
.signup-fin-fellas-2023 .finfel-left .list-text li:not(:last-child) {
  padding-bottom: 10px;
}
.signup-fin-fellas-2023 .finfel-left .list-text li::before {
  content: url("../img/affiliate/tick.svg");
  display: inline-block;
  margin-right: 20px;
}
.signup-fin-fellas-2023 .finfel-right {
  font-style: normal;
}
.signup-fin-fellas-2023 .finfel-right .main-content {
  margin: -5% 15% 5% 15%;
}
.signup-fin-fellas-2023 .finfel-right .head-text {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 122.6%;
  text-align: center;
}
.signup-fin-fellas-2023 .finfel-right .sub-text {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.signup-fin-fellas-2023 .finfel-right .btn-register {
  background: #000000;
  border-radius: 888px;
  color: #E6EEFF;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 18px 38px;
  width: 100%;
  min-width: 200px;
  margin-bottom: 30px;
  border-color: #000000;
}
.signup-fin-fellas-2023 .finfel-right .checkbox {
  font-family: "Avenir Next", sans-serif;
  float: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
}
.signup-fin-fellas-2023 .finfel-right .signup-affiliate-description a {
  color: inherit;
  text-decoration: underline;
}
.signup-fin-fellas-2023 .finfel-right .checkbox-img {
  background: url("../img/affiliate/unckecked.svg") no-repeat;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.signup-fin-fellas-2023 .finfel-right input[type=checkbox]:checked + span {
  background: url("../img/affiliate/checked.svg") no-repeat;
}

@media (max-width: 767px) {
  .container-fluid.signup-fin-fellas-2023 {
    height: auto;
  }
  .signup-fin-fellas-2023 {
    flex-direction: column;
  }
  .signup-fin-fellas-2023 .finfel-left {
    order: 1;
  }
  .signup-fin-fellas-2023 .finfel-left .main-content {
    margin: 0;
  }
  .signup-fin-fellas-2023 .finfel-left .header-text {
    font-size: 25px;
    line-height: 34px;
  }
  .signup-fin-fellas-2023 .finfel-left .list-text {
    font-size: 16px;
    line-height: 137.5%;
    padding-left: 0px;
  }
  .signup-fin-fellas-2023 .finfel-right {
    order: 2;
  }
  .signup-fin-fellas-2023 .icon-container {
    position: inherit;
    margin-left: 50%;
  }
  .signup-fin-fellas-2023 .icon {
    display: inherit;
    max-height: 100px;
  }
  .signup-fin-fellas-2023 .finfel-right .main-content {
    margin: 5% 15% 5% 15%;
  }
  .signup-fin-fellas-2023 .finfel-right .head-text {
    font-size: 28px;
    line-height: 122.6%;
  }
  .signup-fin-fellas-2023 .finfel-right .sub-text {
    font-size: 16px;
    line-height: 22px;
  }
}
/******** PROFILE ***********/
.profile {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.profile .sidebar-menu {
  background-color: #f1f1f1;
}
@media screen and (max-width: 991px) {
  .profile .tab-content {
    margin-bottom: 60px;
  }
}
.profile input[type=radio] {
  opacity: 0;
}
.profile .radio.notification-language label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.profile .radio.notification-language label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.profile .radio.notification-language label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #6bbf01;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.profile .radio.notification-language label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.profile .radio.notification-language label.checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.profile #tax-report h2 {
  font-size: 32px;
  font-weight: 600;
}
.profile #tax-report .field-taxreportform-period label {
  font-weight: 600;
}
.profile input[type=radio] {
  opacity: 0;
}
.profile .radio.notification-language label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.profile .radio.notification-language label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.profile .radio.notification-language label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #6bbf01;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.profile .radio.notification-language label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.profile .radio.notification-language label.checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.profile .tab {
  position: relative;
  left: 45px;
  float: left;
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  min-width: 200px;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .profile .tab {
    margin-bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    z-index: 1;
  }
}
.profile .tab .nav-tabs {
  border-bottom: none;
}
.profile .tab a {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.profile .tab a:hover {
  background-color: #ddd;
}
.profile .tab li.active a {
  color: black !important;
  background-color: transparent;
  border: none !important;
}
.profile h2 {
  color: #111111;
  margin: 35px 0 25px 0;
  font-weight: 400;
}
.profile .identification-expiring {
  padding-top: 40px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile .identification-expiring p {
  padding-bottom: 15px;
}
.profile .identification-expiring button {
  background-color: #E6EEFF;
  padding: 10px 50px;
  color: black;
}
.profile .identification-expiring button:active,
.profile .identification-expiring button:hover {
  color: white;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.profile .verify-form {
  display: flex;
  justify-content: center;
}
.profile .user-data {
  width: 100%;
}
.profile .user-data .data-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}
.profile .user-data .data-row:first-of-type {
  border-top: 1px solid #d3d3d3;
}
.profile .user-data .data-label,
.profile .user-data .data-value,
.profile .user-data .data-edit {
  padding: 10px;
}
.profile .user-data .data-label {
  flex: 0 0 30%;
}
.profile .user-data .data-value {
  flex: 1;
  color: #000;
  word-break: break-word;
}
.profile .user-data .data-edit {
  flex: 0 0 auto;
  text-align: right;
  margin-left: auto;
}
.profile .user-data .data-edit .btn-fin-hov {
  font-weight: unset;
  padding: 5px 25px;
}
@media only screen and (max-width: 768px) {
  .profile .user-data .data-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
  .profile .user-data .data-row:first-of-type {
    border-top: 1px solid #d3d3d3;
  }
  .profile .user-data .data-label,
  .profile .user-data .data-value,
  .profile .user-data .data-edit {
    padding: 2px 10px;
    flex: none;
    width: 100%;
  }
  .profile .user-data .data-label {
    font-size: 12px;
    color: rgba(18, 18, 50, 0.5);
    padding-bottom: 0;
  }
  .profile .user-data .data-value {
    padding-top: 2px;
  }
  .profile .user-data .data-edit {
    text-align: left;
    padding-top: 6px;
    margin-left: 0;
  }
}
.profile #preferences #consent-form {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
}
.profile #notifications .radio.notification-language:first-of-type {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
}
.profile .profile-sidebar {
  margin-bottom: 60px;
}
.profile .ubo {
  margin-bottom: 60px;
}
.profile .ubo #ubo-form {
  display: none;
}
.profile .ubo ul {
  padding: 0;
  margin-bottom: 15px;
}
.profile .ubo ul li {
  padding: 10px;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
}
.profile .documents ul {
  padding: 0;
}
.profile .documents ul li.status {
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
.profile .documents ul li.upload {
  padding-top: 15px;
}
.profile .documents ul li.upload .form-group {
  display: none;
}
.profile .documents ul li {
  padding: 10px;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
}
.profile .documents ul li:last-child {
  border-bottom: none;
}

/****************** INVEST *********************/
.invest h1 {
  margin-bottom: 40px;
}
.invest .filtering-container {
  border-bottom: 2px solid lightgrey;
  margin-bottom: 40px;
  padding: 0 0 20px 0;
}
.invest .selection-container {
  display: inline-block;
  width: 218px;
  margin-right: 15px;
}
.invest .selection-container .multiselect-native-select .multiselect {
  height: 40px;
  font-size: 14px;
}
.invest .selection-container .multiselect-native-select .dropdown-menu {
  min-width: 218px;
  font-size: 14px;
}
.invest .selection-container .multiselect-native-select .dropdown-menu input[type=checkbox] {
  margin-top: 8px;
}
.invest .next-filter {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 20px 0;
}
.invest .next-filter .select-per-page {
  width: 150px;
  float: right;
  margin-right: 0;
}
.invest .next-filter .select-per-page .multiselect-native-select .dropdown-menu {
  min-width: 150px;
}
.invest .next-filter .back-forth {
  display: inline;
  text-align: center;
  vertical-align: middle;
}
.invest .selection-buttons {
  display: inline-block;
  margin-left: 5px;
}
.invest .selection-buttons .btn-loan-listing {
  width: 100px;
  height: 40px;
}
.invest .selection-buttons .btn-loan-listing:first-child {
  margin-right: 5px;
}

/************** ACCOUNT STATEMENT ****************/
.account-statement .end-start-balance {
  font-weight: 900;
}
.account-statement .account-filter {
  border-bottom: 2px solid lightgrey;
  padding-bottom: 10px;
  margin-top: 15px;
}
.account-statement .account-filter .form-control {
  height: 34px;
}
.account-statement .account-filter .filter-item {
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: bottom;
}
.account-statement .account-filter .filter-item .input-group {
  width: 248px;
  margin-right: 15px;
}
.account-statement .account-filter .filter-item button {
  margin-left: 15px;
}
.account-statement .account-filter .filter-item .dropdown-toggle {
  margin: 0;
}
.account-statement .account-filter .filter-item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}
.account-statement .account-filter .filter-item .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 10px;
  top: 7px;
  right: auto;
}
.account-statement .account-filter .filter-item .bootstrap-select {
  display: block;
  min-width: 170px;
}
.account-statement .account-filter .filter-item .bs-actionsbox button {
  margin: 0;
  color: #555;
  font-weight: normal;
}
.account-statement .account-filter .filter-item .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 10px;
  margin-right: 0;
}
.account-statement .account-filter .filter-item .field-types > select {
  opacity: 0 !important;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .account-statement .account-filter .filter-item {
    display: block;
  }
  .account-statement .account-filter .filter-item .input-group {
    width: 100%;
    margin-right: 0;
  }
  .account-statement .account-filter .filter-item button {
    width: 100%;
    margin: 0;
  }
}
.account-statement .account-filter .search-btn {
  padding-top: 25px;
}
.account-statement .sort-date {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
.account-statement .sort-date ul {
  padding: 0 10px;
}
.account-statement .sort-date ul li {
  display: inline;
  margin-right: 25px;
}
.account-statement .sort-date ul li a {
  text-decoration: none;
  color: #666666;
}
.account-statement .sort-date ul li.active a {
  color: black;
}
@media screen and (max-width: 767px) {
  .account-statement .sort-date ul {
    text-align: center;
  }
}
.account-statement .summary-table {
  border: 1px solid lightgrey;
  font-weight: 500;
  border-top: 2px solid lightgrey;
  padding: 10px 15px 0 15px;
}
.account-statement .summary-table h4 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .account-statement .summary-table {
    padding: 10px 5px 0 5px;
  }
}
.account-statement .summary-table table {
  width: 100%;
}
.account-statement .summary-table table td {
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
}
.account-statement .summary-table table tr:last-child td {
  border-bottom: none;
}
.account-statement .summary-table table .data-label {
  text-align: left;
  width: 80%;
}
.account-statement .summary-table table .data-value {
  text-align: right;
}
.account-statement .transaction-table table {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .account-statement .transaction-table {
    margin-top: 10px;
  }
}
.account-statement .transaction-table .loan-number a {
  color: black;
}
.account-statement .transaction-table .dir-d {
  color: #66BF00;
}
.account-statement .transaction-table .dir-c {
  color: black;
}
.account-statement .transaction-table .kv-table-footer {
  display: none;
}
.account-statement .transaction-table .balance-row {
  border-bottom: 1px solid #ddd;
}
.account-statement .transaction-table .balance-row .balance-label {
  text-align: right;
  font-weight: 500;
}
.account-statement .transaction-table .balance-row .balance-value {
  text-align: right;
  font-weight: 900;
}
.account-statement .transaction-table th {
  font-weight: 400;
}
.account-statement .transaction-table tbody tr {
  height: 50px;
}
.account-statement .transaction-table tbody tr td {
  vertical-align: middle;
}
.account-statement .transaction-table tbody .table-grey {
  background-color: #f5f5f5;
  height: 0;
}
.account-statement .transaction-table tbody .table-grey:last-child {
  border-bottom: 1px solid #ddd;
}

/***************** SUB INVEST *********************/
.invest-loan {
  font-weight: 500;
  font-size: 16px;
  /** Google Chart Fix **/
}
.invest-loan svg > g > g:last-child {
  pointer-events: none;
}
.invest-loan .terms-item-heading {
  color: #d69a2f;
  font-size: 20px;
  font-weight: 400;
}
.invest-loan h1 {
  font-weight: 700;
  margin: 30px 0;
}
.invest-loan .terms-item {
  display: inline-block;
}
.invest-loan .terms-item p {
  color: #111111;
  font-size: 26px;
  font-weight: normal;
  display: block;
}
.invest-loan .terms-item h3 {
  margin-bottom: 0;
}
.invest-loan .terms-item .info-img {
  height: 12px;
}
.invest-loan .table-schedule td, .invest-loan .table-schedule th {
  text-align: center;
}
.invest-loan .table-schedule .extension {
  font-size: 80%;
  color: #666;
}
.invest-loan .table-schedule tfoot td {
  font-weight: bold;
}
.invest-loan .invest-status {
  text-align: center;
  width: 330px;
  float: right;
}
@media screen and (max-width: 767px) {
  .invest-loan .invest-status {
    width: 100%;
  }
}
.invest-loan .invest-status h4 {
  color: white;
  margin: 0 0;
  font-weight: 400;
  font-size: 22px;
}
.invest-loan .invest-status span.amount {
  color: white;
  font-size: 59px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}
.invest-loan .invest-status .loan-invest-part {
  background-color: #83CC30;
  border-radius: 5px;
  padding: 20px;
}
.invest-loan .invest-status .loan-invest-part .form-control {
  border-radius: 8px;
}
.invest-loan .invest-status .loan-invest-part .form-group {
  width: 100%;
}
.invest-loan .invest-status .loan-invest-part .input-button {
  display: flex;
  margin-top: 16px;
}
.invest-loan .invest-status .loan-invest-part .input-button button {
  width: 100px;
  height: 40px;
  color: white;
  background-color: #386A00;
  margin: 5px 0 0 -105px;
  font-size: 18px;
}
.invest-loan .invest-status .loan-invest-part .input-button .form-group {
  margin-bottom: 0;
}
.invest-loan .invest-status .my-investment {
  margin-top: 20px;
  padding: 20px;
  height: 130px;
  background-color: #DB9600;
  border-radius: 5px;
}
.invest-loan .terms-guaranteed {
  margin-top: 30px;
}
.invest-loan #donutchart {
  margin-bottom: 40px;
}
.invest-loan .payment-table {
  margin: 50px 0;
}
.invest-loan .payment-table h2 {
  font-weight: 400;
}

/************* FOOTER *************/
#footer {
  background-color: #F3F3EC;
  padding-top: 88px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  padding-bottom: 57px;
}
#footer .footer-col a {
  color: #000000;
  letter-spacing: 0.02em;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
}
#footer .footer-col ul li {
  line-height: 90%;
  margin-bottom: 12px;
}
#footer .footer-col h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.62);
  font-family: "Avenir Next", sans-serif;
  padding: 0;
}
#footer .row:nth-of-type(1) {
  margin-top: 0;
  margin-bottom: 20px;
}
#footer .row:nth-of-type(1) .info {
  font-weight: normal;
  line-height: 21px;
  font-size: 13px;
}
#footer .row:nth-of-type(1) .info p {
  color: #000000;
  font-size: 13px;
  line-height: 128%;
  letter-spacing: 0.02em;
  font-weight: 400;
}
#footer .row:nth-of-type(1) .info p:first-of-type {
  margin-bottom: 25px;
}
#footer .row:nth-of-type(2) a {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer .row:nth-of-type(2) a.btn {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  border-color: transparent;
  background-color: #E6EEFF;
  margin-right: 10px;
  text-decoration: none;
}
#footer .row:nth-of-type(2) a.btn.inverted {
  background: none;
  color: #E6EEFF;
  border: 1px solid #E6EEFF;
}
#footer .row:nth-of-type(2) p {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  #footer .row:nth-of-type(2) p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 426px) {
  #footer .row:nth-of-type(2) .copyright.social-links, #footer .row:nth-of-type(2) .buttons.social-links, #footer .row:nth-of-type(2) .social-links.social-links {
    margin-top: 15px;
  }
}
#footer .row:nth-of-type(2) .footer-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
#footer .row:nth-of-type(2) .footer-icons:first-child {
  margin-left: 0;
}
#footer .row:nth-of-type(2) .footer-icons.footer-facebook-icon {
  background: url("../img/icons/icon_facebook.svg") no-repeat 0 0/contain;
}
#footer .row:nth-of-type(2) .footer-icons.footer-linkedin-icon {
  background: url("../img/icons/icon_linkedin_footer.svg") no-repeat 0 0/contain;
}
#footer .row:nth-of-type(2) .footer-icons.footer-twitter-icon {
  background: url("../img/icons/icon_twitter.svg") no-repeat 0 0/contain;
}
#footer .row:nth-of-type(2) .footer-icons.footer-youtube-icon {
  background: url("../img/icons/icon_youtube.svg") no-repeat 0 0/contain;
}
#footer .row:nth-of-type(2) .footer-icons.footer-instagram-icon {
  background: url("../img/icons/icon_instagram.svg") no-repeat 0 0/contain;
}
#footer .row:nth-of-type(3) .info-risks {
  display: table-row;
}
#footer .row:nth-of-type(3) .info-risks div {
  display: table-cell;
}
#footer .row:nth-of-type(3) .info-risks-text {
  font-family: "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.powered-by {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 13px;
  font-family: "Avenir Next", sans-serif;
}

.mb-0 {
  margin-bottom: 0;
}

.copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #000000;
  margin-top: 78px;
}

.footer-logos-container {
  display: flex;
  margin-top: 20px;
}

.ml-15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .disclaimer {
    padding-right: 23px;
    padding-left: 23px;
    padding-bottom: 50px !important;
  }
  .disclaimer-title {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .powered-by {
    text-align: center;
  }
  .copyright {
    text-align: center;
    margin-top: 25px;
  }
  #footer {
    padding-bottom: 11px;
    padding-top: 65px;
  }
  .footer-logos-container > img {
    height: 38px;
  }
  .footer-logos-container {
    justify-content: center;
  }
  #footer .row:nth-of-type(1) .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer-nav-items {
    display: none;
  }
  #footer .row:nth-of-type(1) .info .info-text {
    text-align: center;
    max-width: 332px;
    margin-bottom: 20px;
  }
  #footer .row:nth-of-type(1) .info p:first-of-type {
    margin-bottom: 26px;
  }
}
.disclaimer {
  background: #E4E4E4;
  padding-top: 20px;
  padding-bottom: 28px;
}

.disclaimer .info-risks-text {
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 128%;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.7);
}

.disclaimer .disclaimer-title {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.mobile-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .section-summary .summary-titles {
    background-color: #E6EEFF;
  }
  .desktop-block {
    display: none;
  }
  .mobile-block {
    display: flex;
  }
  .mobile-container {
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
  }
  .account-value-big {
    font-weight: 600;
    font-size: 52.9518px;
    line-height: 122.6%;
    letter-spacing: -2.48212px;
  }
  .account-value-small {
    font-weight: 600;
    font-size: 29.7854px;
    line-height: 122.6%;
    letter-spacing: -2.48212px;
  }
  .earned-interest {
    background: #F5FAFF;
  }
  .interest-rate {
    background: #EFF4F9;
  }
  .text-20 {
    font-weight: 600;
    font-size: 20px;
    line-height: 122.6%;
    letter-spacing: -1px;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .space-between {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
  }
  .funds-btn {
    background: #000000;
    border-radius: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .funds-btn:hover {
    text-decoration: none;
    color: white;
  }
}
.flex-column {
  flex-direction: column;
}

.pt-20 {
  padding-top: 20px;
}

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

.text-600 {
  font-weight: 600;
}

.flex-column {
  flex-direction: column;
}

.text-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-normal {
  font-weight: 400;
}

.text-black {
  color: #000000;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.mt-4 {
  margin-top: 4px;
}

.flex {
  display: flex;
}

.align-baseline {
  align-items: baseline;
}

.w-half {
  width: 50%;
}

header.navbar .header-menu .navbar-right .forgot-pw-link a {
  background-color: transparent;
  color: black;
  padding: 10px 0;
  border-radius: 0;
  margin: 0;
}

#user-menu {
  font-weight: 500;
}
#user-menu .navbar-default {
  background: white;
  margin-bottom: 0;
  border-radius: 0;
}
#user-menu .navbar-nav > li {
  color: #000;
  font-size: 15px;
}
#user-menu .navbar-nav > li a {
  background-color: white;
}
#user-menu .navbar-nav > li.active a {
  color: black;
}
#user-menu .balance-wrap {
  padding-top: 15px;
  font-size: 15px;
}
#user-menu .balance-wrap span {
  color: #DB9600;
}
#user-menu .balance-wrap .deposit-button {
  background: black;
  border-radius: 3px;
  padding: 3px 13px;
  color: #FFFFFF;
  margin-right: 15px;
}

/** Balance page styles **/
.balance-page .header-area {
  background-color: #F3F3F3;
  width: 100%;
}
.balance-page .header-area .inner {
  margin: auto;
  text-align: center;
  width: 960px;
  overflow: hidden;
  min-height: 150px;
}
.balance-page .header-area h3 {
  color: #DB9600;
}

#user-profile h2 {
  color: black;
  font-size: 42px;
}
#user-profile h3 {
  font-size: 29px;
  text-align: center;
}
#user-profile .in-middle {
  margin: auto;
  float: none;
}
#user-profile th {
  color: black;
  font-size: 16px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.page-withdraw {
  font-size: 16px;
  color: #121212;
  padding-bottom: 40px;
}
.page-withdraw h1, .page-withdraw h2, .page-withdraw h3, .page-withdraw h4, .page-withdraw h5, .page-withdraw p, .page-withdraw label, .page-withdraw div, .page-withdraw a {
  font-family: "Avenir Next", sans-serif;
}
.page-withdraw .page-heading {
  font-size: 22px;
}

.withdraw-box {
  border: 1px solid #dfdfdf;
  margin: auto;
  float: none;
  padding: 20px;
}
.withdraw-box #withdrawalform-amount::placeholder {
  color: #535353;
}
.withdraw-box .help-block {
  color: black;
  font-size: 12px !important;
}
.withdraw-box button {
  height: 50px;
  width: 100%;
  font-size: 18px;
}

.search-row {
  margin: 15px 0 5px 0;
}
.search-row .filter-option {
  font-size: 14px;
}
.search-row #country {
  display: none;
}
.search-row #lender {
  display: none;
}

.flash-message {
  padding: 12px 42px;
  margin-bottom: 36px;
  border-radius: 8px;
  max-width: 1024px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  font-weight: 500;
  background: #BDF8CA;
  color: #000000;
}
.flash-message .message-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url("../img/ico-flash-message-success.png") no-repeat;
}
.flash-message .message-content {
  display: inline-block;
  vertical-align: top;
}
.flash-message.error {
  background: #FF8A8A;
}
.flash-message.error .message-icon {
  background: url("../img/ico-flash-message-error.png") no-repeat;
}
.flash-message.link {
  background: #FFB617;
}
.flash-message.link .message-content a {
  color: white;
}

.doc-upload {
  text-align: center;
}
.doc-upload .field-fileuploadform-userfile {
  visibility: hidden;
}

.share-legend li {
  padding-bottom: 10px;
}
.share-legend li .values {
  padding-left: 17px;
}
.share-legend li .delim {
  font-size: 12px;
}

#donutchart {
  height: 250px;
}

i.info {
  font-size: 90%;
  color: black;
  margin-left: 3px;
  cursor: help;
}

thead i.info {
  font-size: 120%;
}

.popover-info .popover-title {
  background-color: #fff;
  color: #000;
  border: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 10px;
}

.flag-col {
  display: inline-block;
}

.radio-group label {
  margin-right: 10px;
}

a.asc, a.desc {
  color: #000 !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  color: #666;
  font-size: 10px;
}

a.asc:after {
  content: "▲";
}

a.desc:after {
  content: "▼";
}

.modal-text {
  font-size: 15px;
  max-height: 400px;
  overflow-y: auto;
}
.modal-text ul {
  padding-left: 15px;
}
.modal-text li {
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  .table-responsive {
    border: none;
  }
  .col-img {
    width: 100px !important;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .col-img {
    width: 100px !important;
    background-size: contain;
  }
}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#invest-modal .balances {
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #DCDCDC;
  background: #F6F6F6;
  padding: 13px 15px;
  color: #000;
}
#invest-modal .balances span {
  color: black;
}
#invest-modal .balances div {
  float: right;
}
@media screen and (max-width: 767px) {
  #invest-modal .balances div {
    float: none;
  }
}
#invest-modal .modal-header {
  background-color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#invest-modal .modal-header .close {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  opacity: 1;
  margin-top: 3px;
}
#invest-modal .modal-header .modal-title {
  color: #fff;
}
#invest-modal .modal-header .modal-title span {
  color: #E6EEFF;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #invest-modal .modal-header .modal-title span {
    display: block;
  }
}
#invest-modal .modal-footer .btn {
  margin: 0;
}
#invest-modal h5 {
  color: #d69a2f;
  margin: 20px 0;
}
#invest-modal h5 .ico-guaranteed-lg {
  margin-right: 5px;
}
#invest-modal .form-control {
  height: 50px;
}
#invest-modal .checkbox:last-child {
  margin-bottom: 0;
}
#invest-modal .checkbox:last-child .form-group {
  margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-weight: normal;
  top: 3px;
}

.alert-grey {
  background-color: #f5f5f5;
  border: 1px solid lightgrey;
}

.ubo-form {
  margin-top: -50px;
  margin-bottom: 50px;
}

.agreement-ico {
  background: url("../img/icons/ico_contract.svg") no-repeat 50% 50%;
  padding: 0 11px;
}

.policy-content {
  margin-bottom: 40px;
}
.policy-content p {
  color: #333;
}
.policy-content h4 {
  padding-top: 15px;
}
.policy-content ul {
  list-style: disc;
  margin-bottom: 0;
}
.policy-content li {
  padding-bottom: 10px;
  list-style: disc;
  color: #333;
}

.consents {
  margin-bottom: 15px;
}
.consents .checkbox {
  margin-left: 30px;
}
.consents .consents-all {
  margin-left: 0;
}

.verify h3 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
}
.verify .ubo h3 {
  padding-top: 20px;
}
.verify .btn-veriff {
  padding: 11px 35px;
}
.verify #actions .veriff-icon {
  background-image: url("../img/veriff-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3px 0 3px 38px;
}
.verify #actions .checkbox {
  margin: 20px 0;
}

.documents-hint .alert {
  padding-bottom: 0;
}
.documents-hint ul {
  padding-left: 20px;
}
.documents-hint ul li {
  padding: 0 0 10px 0;
  border: none;
  margin: 0;
  color: #666;
}
.documents-hint ul li:last-child {
  margin: 0;
}
.documents-hint .alert > p {
  color: #666;
  margin-bottom: 10px;
}

.ns {
  white-space: nowrap;
}

.color-accent {
  color: #E6EEFF !important;
}
.color-accent:hover {
  color: black !important;
}

#form-signup .field-signupcontactform-firstname .hint-block, #form-signup .field-signupcontactcompanyform-firstname .hint-block {
  font-size: 12px;
}

._cashback_banner {
  background-color: #E6EEFF;
  text-align: center;
  padding: 15px 10px;
}
._cashback_banner p, ._cashback_banner a {
  font-weight: bold;
  font-size: 16px;
  font-family: "Avenir Next", sans-serif;
  color: #FFF;
  margin-bottom: 0;
}
._cashback_banner a {
  text-decoration: underline;
}
._cashback_banner span {
  color: black;
}
._cashback_banner span a {
  color: black;
}

@media screen and (max-width: 425px) {
  .mobile-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar-nav > li > a {
    padding: 5px;
  }
}

._notfication_banner {
  background-color: #E6EEFF;
  text-align: center;
  padding: 15px 10px;
}
._notfication_banner p {
  font-weight: bold;
  font-size: 16px;
  font-family: "Avenir Next", sans-serif;
  color: #FFF;
  margin-bottom: 0;
}

.section-long-term-invest {
  background-color: #f9f9f9;
  text-align: left;
}
.section-long-term-invest li {
  list-style: inside;
}
.section-long-term-invest ul {
  font-size: 16px;
}
.section-long-term-invest a {
  color: #9319FF;
}
.section-long-term-invest h3 {
  font-size: 16px;
  font-weight: 700;
}
.section-long-term-invest h2 {
  font-family: "Avenir Next", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.section-long-term-invest p {
  margin-top: 10px;
}

.section-long-term-invest:last-child {
  margin-top: 15px;
  background-color: #FFF;
}

._notfication_banner {
  background-color: #D8C8FE;
}
._notfication_banner p {
  color: #111111;
}
._notfication_banner .only-new-invesetor {
  font-size: 12px;
  font-family: "Avenir Next", sans-serif;
}
._notfication_banner a {
  color: #111111;
  text-decoration: underline;
}

.home-page-buttons {
  background: black !important;
  color: #fff !important;
}
.home-page-buttons:hover {
  color: black !important;
}

.btn-active {
  background: black;
  color: #fff;
}

.round-border {
  border-radius: 10px;
}

.summery-label {
  font-size: 15px;
}

.button-list {
  padding-top: 20px;
}

.flag {
  display: flex;
  height: 31px;
  width: 31px;
  margin-right: 10px;
}
.flag.switcher {
  align-items: center;
  gap: 10px;
}
.flag p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.735px;
  letter-spacing: 0.16px;
}
.flag.English {
  background: url("../img/home/section-header/English.svg") no-repeat;
}
.flag.Deutsch {
  background: url("../img/home/section-header/Deutsch.svg") no-repeat;
}
.flag.Español {
  background: url("../img/home/section-header/Espanol.svg") no-repeat;
}
.flag.Français {
  background: url("../img/home/section-header/Francais.svg") no-repeat;
}
.flag.Eesti {
  background: url("../img/home/section-header/Eesti.svg") no-repeat;
}

.padding-56 {
  padding-bottom: 56px;
  padding-top: 56px;
}

.padding-49 {
  padding-top: 49px;
}

.mobile-contact a {
  font-size: 20px;
  color: #E6EEFF;
}

.button-mobile {
  bottom: 70px;
  padding: 24px 0;
  left: 30px;
  border-radius: 888px;
  right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 100%;
}
.button-mobile.button-white {
  background: #E6EEFF;
}
.button-mobile.button-dark {
  border: 1px solid #E6EEFF;
  color: #E6EEFF;
  background: #000000;
}

.mobile-menu-footer {
  width: 100%;
  margin: 0;
}

.margin-bottom-18 {
  margin-bottom: 18px;
}

/*checkout widget*/
.check-container {
  border-radius: 24px;
  border: 0.463px solid rgba(0, 0, 0, 0.08);
  background: #F0F5FF;
  max-width: 512px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  padding: 34px 34px;
}
.check-container#successful-deposit {
  padding-bottom: 60px;
}
.check-container#successful-deposit .button-cta {
  padding: 20px 28px;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.16px;
}
.check-container .deposit-header .max-available-balance {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 18px;
  letter-spacing: 0.004em;
}
.check-container .deposit-header .max-available-balance span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.check-container .card-widget .card-holder-name-section {
  flex-direction: column;
}
.check-container .card-widget .card-holder-name-section .name-wrap {
  display: flex;
}
.check-container .card-widget .card-holder-name-section .name-wrap input:nth-child(1) {
  margin-right: 7px;
}
.check-container .card-widget .card-holder-name-section .name-wrap input:nth-child(2) {
  margin-left: 7px;
}
.check-container .check-error {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  background: #FFE6EC;
  text-align: left;
  width: 100%;
  align-items: center;
  gap: 18px;
  padding: 12px 22px;
  display: none;
  margin-bottom: 15px;
}
.check-container .error-messages-block {
  margin-bottom: 15px;
}
.check-container .error-messages-block .check-error {
  margin-bottom: 5px;
}
.check-container .error-messages-block .check-error svg {
  width: 20px;
}
.check-container .iframe-input {
  background: #FFFFFF;
  height: 58px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 148%;
  padding-left: 16px;
  border: 0.463118px solid #82838E;
}
.check-container .reminder-btn {
  color: #000;
  text-align: center;
  font-family: "SF Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 590;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.check-container .reminder-btn:disabled {
  color: #82838E;
  cursor: default;
}
.check-container .reminder-btn:disabled:hover {
  color: #82838E;
  background: #000000;
  border: 1px solid #000000;
}
.check-container .reminder-btn:hover {
  transition: all 0.4s;
  background-color: #F5F5F5;
  color: #000000;
}
.check-container .check-btn {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 28px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #000000;
}
.check-container .check-btn:disabled {
  color: #82838E;
  cursor: default;
}
.check-container .check-btn:disabled:hover {
  color: #82838E;
  background: #000000;
  border: 1px solid #000000;
}
.check-container .check-btn:hover {
  transition: all 0.4s;
  background-color: #F5F5F5;
  color: #000000;
}
.check-container .form-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.check-container .back-to-options-link, .check-container .check-back-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #000000;
  transition: all 0.3s;
}
.check-container .back-to-options-link:hover, .check-container .check-back-link:hover {
  text-decoration-line: none;
}
.check-container .pt-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.check-container .pt-container .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0F0F0F;
}
.check-container .pt-container .types {
  display: inline-flex;
  gap: 5px;
}
.check-container .icon-container {
  width: 130px;
  height: 130px;
  background-color: white;
  font-size: 68.421px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-container .back-to-options-container {
  color: #000;
  border-radius: 0px 0px 8px 8px;
  background: #D5E2FE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
  letter-spacing: 0.056px;
  cursor: pointer;
}
.check-container.refactored {
  max-width: 500px;
  background: none;
  border: none;
}
.check-container.refactored .icon-container {
  width: 64px;
  height: 64px;
  background: none;
}
.check-container.refactored .check-sub-header {
  padding: 16px 18px;
  margin: 0;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
  color: #000;
}
.check-container.refactored .sub-title {
  color: #000;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 16px 0;
}
.check-container.refactored .cancel-withdrawal {
  text-align: center;
  font-family: "SF Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 590;
  line-height: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 16px 24px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .check-container.refactored .check-container.refactored .copy-link-button {
    width: 100%;
  }
}
.check-container .tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  cursor: pointer;
}
.check-container .tooltip-icon {
  fill: #999;
  width: 14px;
  height: 14px;
}
.check-container .tooltip-bubble {
  font-family: "Avenir Next";
  position: absolute;
  top: 100%;
  left: auto;
  right: -77%;
  margin-top: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
  z-index: 10;
  width: max-content;
  max-width: 240px;
  text-align: left;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(5px);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.check-container .tooltip-bubble::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 12px;
  width: 16px;
  height: 8px;
  background-image: url("/img/tooltip-pick.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.check-container .tooltip-wrapper:hover .tooltip-bubble {
  display: block;
}
.check-container .svg-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.check-container .grey-tooltip {
  width: 16px;
  height: 16px;
  background-image: url("/img/tooltip-grey.svg");
  cursor: pointer;
  vertical-align: middle;
}

.referral-code-block {
  margin-top: 34px;
  padding: 34px;
  background: #FFF;
  border-radius: 18px;
}
.referral-code-block .referral-code-header {
  text-align: center;
  font-family: "Avenir Next";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000;
}
.referral-code-block .desktop-view-only, .referral-code-block .mobile-view-only {
  display: flex;
  justify-content: center;
}
.referral-code-block .copy-link-button {
  display: flex;
  height: 64px;
  padding: 27px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  color: #FFF;
  border-radius: 44px;
  background: #000;
  margin: 24px 0;
}
.referral-code-block .alternative-text {
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000;
}
.referral-code-block .referral-code-text {
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000;
}
.referral-code-block .referral-code-text .code {
  vertical-align: middle;
}
.referral-code-block .referral-copy-button {
  margin-bottom: 1px;
  border-radius: 21.173px;
  width: 32px;
  height: 32px;
  border: 0;
  background: url("../img/icons/content-copy-black.svg") no-repeat center;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 16px;
  margin-left: 8px;
  vertical-align: middle;
}
.referral-code-block .referral-copy-button.animateReferral {
  animation: zoomInCopyRefferal 2s;
}
@keyframes zoomInCopyRefferal {
  0% {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.05);
  }
  70% {
    background-image: url("../img/icons/copy_action_success_dark.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-color: rgba(0, 0, 0, 0.05);
  }
  99% {
    background-image: url("../img/icons/copy_action_success_dark.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-color: rgba(0, 0, 0, 0.05);
  }
  100% {
    background-image: url("../img/icons/copy_action.svg");
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.pm-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pm-list .pm-container {
  text-decoration: none;
  cursor: pointer;
  background: #FEFEFE;
  padding: 13px 15px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.pm-list .pm-container.active {
  outline: 2px solid black;
}
.pm-list .pm-container.active.expired {
  outline: 2px solid #ec6888;
}
.pm-list .pm-container.active.expiring {
  outline: 2px solid #ec6888;
}
.pm-list .pm-container .pm-left {
  display: flex;
  flex-direction: column;
}
.pm-list .pm-container .pm-left .pm-name {
  font-weight: 500;
  font-size: 15px;
  color: #82838E;
  text-align: left;
  line-height: 148%;
  letter-spacing: 0.005em;
}
.pm-list .pm-container .pm-left .pm-desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #B1B1B1;
  text-align: left;
}
.pm-list .pm-container .pm-left .pm-desc .instant {
  color: #2E9609;
}
.pm-list .pm-container .pm-left .pm-desc .slow {
  color: #525E4E;
}
.pm-list .pm-container .pm-right {
  display: inline-flex;
  height: 100%;
  align-self: center;
  align-items: center;
  gap: 5px;
}
.pm-list .pm-container .pm-right .number {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0F0F0F;
}

.overview-list {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.overview-list .item {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-top: 15px;
  padding-bottom: 15px;
}
.overview-list .item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0F0F0F;
  text-align: left;
}
.overview-list .item .right-content {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.overview-list .item .right-content .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0F0F0F;
  text-align: right;
}

.check-header {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-top: 0;
  color: #0F0F0F;
}

@media screen and (max-width: 525px) {
  .check-container {
    align-items: center;
  }
  .deposit-header .max-available-balance {
    font-size: 15px;
  }
}
.check-sub-header {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.06px;
  color: #000000;
  margin-bottom: 30px;
}

.checkout-inline {
  display: inline-flex;
  gap: 14px;
}

.check-input {
  border: 0.463118px solid #82838E;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 148%;
  color: #000000;
  outline: none;
  padding: 17px 12px;
  margin-bottom: 18px;
}
.check-input.placeholder {
  -webkit-text-fill-color: #13395e;
  font-weight: 400;
}

.bank-transfer-pros {
  padding: 0;
  text-align: left;
  margin: 0 0 18px;
}
.bank-transfer-pros li {
  list-style: disc;
  font-weight: 400;
  letter-spacing: 0.004em;
  margin-top: 4px;
}

.input-value-wrapper {
  position: relative;
}
.input-value-wrapper input {
  padding-right: 20px;
}

.currency-symbol {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
}

.check-note {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  background: #F5F5F5;
  border-radius: 24px;
  margin-top: 16px;
  margin-left: auto;
  padding: 34px;
  margin-right: auto;
}

.withdrawal-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  border-radius: 28px;
  max-width: 484px;
  width: 100%;
  padding: 20px 38px;
  margin: 8px auto auto;
  background: #F5F5F5;
}

.deposit-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  border-radius: 8px;
  max-width: 484px;
  width: 100%;
  padding: 20px 38px;
  margin: 8px auto auto;
}

.cc-note {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border-radius: 8px;
  width: 100%;
  padding: 20px 38px;
  margin: 8px auto auto;
}

.sepa-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: none;
  color: #666;
  border-radius: 28px;
  max-width: 484px;
  width: 100%;
  padding: 20px 38px;
  margin: 16px auto auto;
  background: #F5F5F5;
}
.sepa-note ul li {
  list-style: disc;
}

.bt-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: none;
  color: #666;
  border-radius: 28px;
  width: 100%;
  padding: 20px 38px;
  margin: 16px auto auto;
  background: #F5F5F5;
}

.bt-note, .sepa-note, .cc-note, .check-note {
  max-width: 512px;
  border-radius: 24px;
}

.w-100 {
  width: 100%;
}

.frame--invalid {
  background: #FFE6EC !important;
  color: #000000 !important;
}

#successful-deposit {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #successful-deposit {
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .check-container {
    margin-top: 0;
    padding: 34px 17px;
  }
  .bt-note, .sepa-note, .cc-note, .check-note {
    padding: 24px 17px;
  }
}
.no-border {
  border: none;
}

.page-deposit #savedInstruments {
  display: none;
}

.bank-method {
  display: flex;
  flex-direction: column;
}
.bank-method .bank-method-header {
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.bank-method .bank-method-header .bank-method-header-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #0F0F0F;
}
.bank-method .bank-method-header .bank-method-icon {
  width: 34px;
  height: 34px;
}
.bank-method .bank-method-header .bank-method-header-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.bank-method .bank-method-header .bank-method-header-right {
  display: inline-flex;
  height: 100%;
  align-self: flex-start;
}
.bank-method .pm-list {
  margin-top: 18px;
}
.bank-method .pm-list .pm-left {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.bank-method .pm-list .pm-left.column {
  flex-direction: column;
}
.bank-method .pm-list .pm-left .pm-description {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  max-width: 80%;
  text-align: left;
}
@media screen and (max-width: 525px) {
  .bank-method .pm-list .pm-left {
    flex-direction: column;
  }
}
.bank-method .pm-container {
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: auto;
}
.bank-method .pm-container.active {
  outline: none;
}
.bank-method .pm-right {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  max-width: 50%;
}
.bank-method .pm-right .copy-block {
  margin-left: 16px;
  cursor: pointer;
  background-position: center;
  background-image: url("../img/icons/copy_action.svg");
  background-color: #F2F2F7;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.bank-method .pm-right .copy-block:hover {
  cursor: pointer;
}
.bank-method .pm-right .copy-block.animate {
  animation: zoomIn 2s;
}
@keyframes zoomIn {
  0% {
    background-image: none;
    background-color: #E3EDE4;
  }
  70% {
    background-image: url("../img/icons/copy_action_success.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-color: #E3EDE4;
  }
  99% {
    background-image: url("../img/icons/copy_action_success.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-color: #E3EDE4;
  }
  100% {
    background-image: url("../img/icons/copy_action.svg");
    background-size: contain;
    background-color: #F2F2F7;
  }
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tax_report {
  color: black;
}
.tax_report h1, .tax_report h2, .tax_report h3, .tax_report h4, .tax_report h5, .tax_report p {
  color: #000;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.tax_report h1 {
  font-size: 25px;
  color: #111;
}
.tax_report h2 {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.tax_report h3 {
  font-size: 15px;
}
.tax_report p {
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0;
}
.tax_report ol {
  margin: 0 0 5px 0;
  padding: 0 0 0 18px;
}
.tax_report li {
  padding-bottom: 10px;
}
@page {
  .tax_report {
    size: portrait;
    margin-footer: 30px;
    margin-header: 80px;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 30px;
    footer: html_footer-block;
    header: html_header-block;
  }
}
.tax_report div.create_date {
  text-align: left;
}
.tax_report .highlight_color {
  color: #f2a027;
}
.tax_report div.body_title {
  text-align: center;
}
.tax_report table {
  font-family: "Avenir Next", sans-serif;
  border: none;
  font-weight: bold;
}
.tax_report table tr td {
  color: black;
  width: 50%;
  padding-bottom: 15px;
}
.tax_report table tr th {
  font-weight: bold;
}
.tax_report p {
  font-family: "Avenir Next", sans-serif;
  color: black;
}

.company_details {
  font-family: "Avenir Next", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px; /* 128.571% */
  margin-top: 5px;
  padding-top: 5px;
}

.company_details-subtext {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  border: none;
  border-collapse: collapse;
  padding-top: 15px;
  margin-top: 15px;
}

.tax-data-table {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  border: 0px solid #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  margin-top: 42px;
}

.tax-report-header {
  background-color: #D4E2E8;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  border-collapse: collapse;
  text-align: left;
  padding-left: 14px;
  padding-top: 14px;
}

.tax-report-body {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding-left: 14px;
  vertical-align: center;
  padding-top: 14px;
}

.tax-report-grey-row {
  background: #F8F8F8;
}

.tax-report-amount {
  text-align: right;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  padding-top: 14px;
}

.tax-report-amount-non-bold {
  text-align: right;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding-top: 14px;
}

.tax-report-bold {
  font-weight: bold;
}

.tax-report-small-text-container {
  margin-top: 10px;
}

.tax-report-small-text {
  color: #000;
  font-size: 8px;
  font-style: normal;
  font-weight: lighter;
  line-height: 14px; /* 175% */
}

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