/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #0B0F19;
} */

/* pink-qr */

img {
  object-fit: contain;
}

.fs-20 {
  font-size: 20px !important;
}

.bar_code_box {
  border: 3px solid #4E2E77;
  background-color: #D3C5E5;
  padding: 8px;
}
.bar_code_box .line {
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
}
.bar_code_box .line.red {
  left: 0;
  background: #EE1C25;
}
.bar_code_box .line.green {
  right: 0;
  background: #159586;
}
.bar_code_box .p_by {
  position: relative;
  max-width: 153px;
  height: 42px;
  padding-left: 16px;
  background-color: #d9cde9;
  display: grid;
  align-items: center;
  font-family: "KoHo", sans-serif;
  font-weight: 300;
  font-size: 16.58px;
}
.bar_code_box .p_by .trangle {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  border: 21px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
}
.bar_code_box.xl {
  position: absolute;
  left: 124px;
  top: -77px;
  rotate: 90deg;
  max-width: 384px;
  height: 576px;
}
.bar_code_box.sm {
  position: relative;
  top: 370px;
}
.bar_code_box.sm .p_by {
  height: 35px;
}
.bar_code_box.sm .p_by .trangle {
  width: 35px;
  height: 35px;
}
.bar_code_box.sm .fs-16 {
  font-size: 12px !important;
}
.bar_code_box.sm .fs-18 {
  font-size: 14px !important;
}
.bar_code_box.sm .fs-20 {
  font-size: 16px !important;
}

.r-90 {
  rotate: -90deg;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}/*# sourceMappingURL=style.min.css.map */

/* --  */

.main {
  max-width: 393px;
  margin-inline: auto;
  background: linear-gradient(180deg, #EDEDED 0%, #FFFFFF 85.42%);
}

.top_bar {
  width: 100%;
  height: 120px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.bar_code {
  max-width: 344px;
  margin-inline: auto;
  box-shadow: 0px 4px 20px 0px rgba(24, 11, 172, 0.1019607843);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-block: 8px;
  position: relative;
  top: -50px;
  background-color: #fcfcfe;
}
.bar_code_inner {
  box-shadow: 0px 4px 20px 0px rgba(24, 11, 172, 0.1019607843);
  padding: 10px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_wrapper .logo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #A8A8A8;
  border-radius: 50%;
  overflow: hidden;
}

.bank_name {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  max-width: 242px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
}

.barcode_wra {
  background-color: #E6F8DC;
  border: 1px solid #E0EDFB;
  border-radius: 16px;
  padding: 16px;
  padding-top: 32px;
  position: relative;
}
.barcode_wra .icon_box {
  width: 46px;
  height: 46px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #0A7EC0 13.54%, #04E7BC 100%);
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  gap: 4px;
  background: linear-gradient(180deg, #DFEAFB 0%, #ECF3FD 100%);
  border-radius: 4px;
  width: 72px;
  text-align: center;
  box-shadow: 4px 0px 16px #e9ecef;
}
.item span {
  font-size: 12px;
  letter-spacing: 2%;
  color: #565973;
}/*# sourceMappingURL=style.min.css.map */


.input-wrapper {
  position: relative; /* Position relative to allow the clear icon to be positioned correctly */
  width: 100%; /* Ensures the wrapper takes up the correct width */
}

.input-wrapper input {
  width: 100%; /* Ensures the input box takes up the correct width */
  padding-right: 2.5rem; /* Add padding to the right to make room for the clear icon */
}

.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%; /* Align vertically centered */
  transform: translateY(-50%); /* Correct vertical alignment */
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #cf1414;
  background: transparent;
  border: none;
  display: none;
  outline: none;
}

.input-wrapper input:not(:placeholder-shown) {
  display: block; /* Show the clear icon only when input has value */
}

.input-wrapper input:disabled + .clear-icon {
  display: block;
  color: #e80d0d;
}

.p-inactive {
  color: #9e9e9e;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container1 {
  max-width: 382px;
  padding: 20px;
  background-color: white;
}

/* Full-width textarea */
.form-container1 textarea {
  width: 100%;
  padding: 6px;
  border: none;
  background: #f1f1f1;
  resize: none;
  /*min-height: 200px;*/
}

/* When the textarea gets focus, do something */
.form-container1 textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Full-width textarea */
.form-container1 input {
  width: 100%;
  padding: 6px;
  border: none;
  background: #f1f1f1;
  resize: none;
  /*min-height: 200px;*/
}

/* When the textarea gets focus, do something */
.form-container1 input:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container1 .btn {
  background-color: #0b58ac;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container1 .cancel {
  background-color: #d61a1a;
}

/* Add some hover effects to buttons */
.form-container1 .btn:hover,
.open-button:hover {
  opacity: 1;
}

a.whats-app:hover {
  color: #fff !important;
}
.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-bottom: 3% !important;
}

/* .btn-scroll-top  {
  margin-right: 3%;
} */
.my-float {
  margin-top: 16px;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  line-height: 2 !important;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: red;
}

.form-text-success {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #42ba96;
}
#payment-done {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

#payment-failed {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.progress-animation {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 10px;
  border-radius: 5px;
  background-color: #a6aabfb9;
}
.progress-animation-running {
  background: linear-gradient(
    360deg,
    hsla(211, 100%, 50%, 1) 0%,
    hsla(0, 0%, 100%, 1) 76%,
    hsla(0, 0%, 100%, 1) 80%,
    hsla(0, 0%, 100%, 1) 91%,
    hsla(0, 0%, 100%, 1) 100%
  );
  animation-name: progress-animations;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes progress-animations {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.dark-mode .page-loading {
  background-color: #0b0f19;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #9397ad;
}
.dark-mode .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #b4b7c9;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
.dark-mode .page-spinner {
  border-color: rgba(255, 255, 255, 0.4);
  border-right-color: transparent;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* .miss-call-btn-animation {
   background: linear-gradient(
     90deg,
     rgba(2, 0, 36, 0.644782913165266) 15%,
     rgba(255, 255, 255, 1) 100%
   );
   animation-name: loader;
   animation-duration: 4s;
   animation-delay: 0;
   animation-iteration-count: infinite;
 }*/

@keyframes loader {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.form-cont {
  background: #fffffff6 !important;
  box-shadow: #000000 !important;
  border: #000000 !important;
}
.form-contmob {
  background: #fffffff6 !important;
  border: #000000 !important;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.tp-text {
  color: #150303;
  font-family: Lato;
  font-size: 1.2rem;
}
.tp-text1 {
  color: #150303;
  font-family: Lato;
  font-size: 1.8rem;
}
.yellow-cont {
  background: #fdc93d !important;
  color: #0b0f19 !important;
  border-top-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.bg-yellow {
  background-color: #efdd3d;
}
.p-blue {
  color: #0b4bac;
}
.top-1-5 {
  margin-top: -1.5rem;
}

/* Set the width of the scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

/* Set the color of the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

/* Set the color of the scrollbar track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body {
  /* background-image: url('assets/img/background/tpwolbgmob.png');
background-size: cover; */
  font-family: Lato;
}
.textfont {
  word-spacing: 3px;
  color: #322f35;
  font-size: 16px;
  font-family: Lato;
  font-weight: 500 !important;
  line-height: 22.4px;
  letter-spacing: 0.1px;
  word-wrap: break-word;
}
.textfont1 {
  word-spacing: 3px;
  color: #938f96;
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.textfontmob {
  word-spacing: 3px;
  color: #938f96;
  font-size: 14px;
  font-family: Lato;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.textfont1s {
  word-spacing: 3px;
  color: #3d9e01;
  font-size: 12px;
  font-family: Lato;
  font-weight: 400;
  /* line-height: 22.40px; */
  letter-spacing: 0.25px;
  word-wrap: break-word;
  text-align: center;
}
.textfont1sred {
  word-spacing: 3px;
  color: #da0101;
  font-size: 12px;
  font-family: Lato;
  font-weight: 400;
  /* line-height: 22.40px; */
  letter-spacing: 0.25px;
  word-wrap: break-word;
  text-align: center;
}
.successSmall {
  color: #009533;
  font-feature-settings: "clig" off, "liga" off;
  /* Theme/S text */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.5px;
}
.textred {
  color: #da0101;
}
.textdark {
  color: #565973;
}
.borderGreen {
  border-color: #43b000;
  border-style: solid;
  border-width: 1px;
}
.textGreen {
  color: #43b000;
}
.textfontpay {
  word-spacing: 3px;
  color: #000000;
  font-size: 1.2rem;
  font-family: Lato;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.textfont3 {
  word-spacing: 3px;
  color: #938f96;
  font-size: 13px;
  font-family: Lato;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.textform1 {
  /*word-spacing: 3px;
color: #06010a;
font-size: 18px;
font-family: Lato;
font-weight: 500;
line-height: 22.40px;
letter-spacing: 0.25px;
word-wrap: break-word;*/
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.5px;
}
.textform2 {
  word-spacing: 3px;
  color: #7b787c;
  font-size: 16.5px;
  font-family: Lato;
  font-weight: 300;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.textfontfade {
  word-spacing: 3px !important;
  color: #a8a6ab !important;
  font-size: 12px !important;
  font-family: Lato !important;
  font-weight: 500 !important;
  line-height: 22.4px !important;
  letter-spacing: 0.1px !important;
  word-wrap: break-word !important;
}
.textformsmall {
  /* word-spacing: 1px; */
  color: #7b787c;
  font-size: 12px;
  font-family: Lato;
  font-weight: 500;
  /* line-height: 22.40px; */
  /* letter-spacing: 0.25px; */
  word-wrap: break-word;
}
.textformsmall1 {
  /* word-spacing: 1px; */
  color: #7b787c;
  font-size: 10px;
  font-family: Lato;
  font-weight: 500;
  /* line-height: 22.40px; */
  /* letter-spacing: 0.25px; */
  word-wrap: break-word;
}
.textfonttab1 {
  /* word-spacing: 3px; */
  color: #06000a;
  font-size: 14px;
  font-family: Lato;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.textfonttab2 {
  /* word-spacing: 3px; */
  color: #06000a;
  font-size: 12px;
  font-family: Lato;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.textfonttab3 {
  /* word-spacing: 3px; */
  color: #06000a;
  font-size: 16px;
  font-family: Lato;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.circlestep1 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1.5px solid #0b58ac !important;
  background-color: #ffffff00;
}
.circlestep2 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1.5px solid #61c225 !important;
  background-color: #61c225;
}
.circlestep3 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1.5px solid #9e9e9e !important;
  background-color: #ffffff00;
}
.circlestep11 {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1.5px solid #0b58ac !important;
  background-color: #0b58ac;
}
.circlestep22 {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1.5px solid #61c225 !important;
  background-color: #61c225;
}
.circlestep33 {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1.5px solid #9e9e9e !important;
  background-color: #ffffff00;
}
.table-responsive::-webkit-scrollbar {
  width: 6px !important; /* Adjust width as needed */
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: transparent; /* Set thumb color as transparent */
}
.borderless-table {
  border-collapse: collapse;
}
.elemLayout {
  display: flex;
  height: 85px;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
  gap: 4px;
  align-self: stretch;
}
.inputTextElem {
  border-radius: 8px;
  border: 1px solid var(--outline-grey, #d4d7e5);
  background: var(--white, #fff);
  height: 52px;
  width: 100%;
}
.inputTextLayout {
  display: flex;
  height: 52px;
  padding: 17.5px 62px 17.5px 16px;
  align-items: center;
  align-self: stretch;
}
.checkLabel {
  color: var(--gray-700, #565973);
  /* Jas/Body 1 */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.cbDim {
  width: 1.2em;
  height: 1.2rem;
}
.ctaBtn {
  display: flex;
  height: 56px;
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--primary-blue, #0b4bac);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.5px;
  --si-btn-hover-bg: var(--primary-blue, #0b4bac);
  --si-btn-hover-color: #fff;
  --si-btn-hover-border-color: var(--primary-blue, #0b4bac);
  --si-btn-active-bg: var(--primary-blue, #0b4bac);
  --si-btn-active-color: #fff;
  --si-btn-active-border-color: var(--primary-blue, #0b4bac);
}
.ctaBtn:hover,
.ctaBtn:focus,
.ctaBtn:active {
  background: var(--primary-blue, #0b4bac) !important;
  color: #fff !important;
  border-color: var(--primary-blue, #0b4bac) !important;
}
.ctaBtn1 {
  display: flex;
  height: 56px;
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--primary-blue, #0b4bac);
  /* Body 1 */
  color: white;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.verifyInput {
  display: inline-flex;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 41px;
  border-radius: 8px;
  border: 1px solid #22c55e;
  background: var(--white, #fff);
}
.btnDis {
  /*    --si-btn-hover-color: #fff;
--si-btn-active-color: #fff;
--si-btn-hover-bg: #D4D7E5;
--si-btn-active-bg: #D4D7E5;
--si-btn-hover-border-color: #D4D7E5;
--si-btn-active-border-color: #D4D7E5;
--si-btn-disabled-color: #fff;
*/
  display: flex;
  height: 56px;
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--primary-blue, #d4d7e5);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.5px;
}
button:disabled.btn-disabled {
  opacity: 0.5;
}

.borderless-table th,
.borderless-table td {
  border: none;
}
.form1 {
  border-top-left-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important;
  background-color: #ffffff !important;
}
.form2,
.form4 {
  background-color: #ffffff !important;
  border-top-left-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important;
}
.form3 {
  background-color: #ffffff !important;
}

@media screen and (max-width: 576px) {
  .formmain {
    margin-top: -13vh !important;
  }

  .form1 {
    margin-top: 1vh !important;
    border-top-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
  .form2,
  .form4 {
    margin-top: 0vh !important;
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 0rem !important;
  }
  .form3 {
    margin-top: 0vh !important;
    border-bottom-right-radius: 0rem !important;
  }
}
.bgmob {
  height: 20vh !important;
}
.qr-holder {
  display: grid;
}

.grid-item {
  grid-area: 1/1;
}

#retry-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#d-qr-image {
  z-index: 100;
}
.containerimgg {
  position: relative;
  display: inline-block;
}

.overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.step-container {
  display: flex !important;
  align-items: center !important;
  flex: wrap !important;
  width: 100% !important;
}
.collapse {
  visibility: unset !important;
}

.step {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 1rem;
  font-size: 1rem;
  padding: relative;
  border: 1.5px solid #9e9e9e !important;
  color: #9e9e9e !important;
}

.outer-border {
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: rotate 2s linear infinite;
}


@keyframes rotate {
  0% {
    transform: rotate(0deg);
    border-top-color: #0b58ac;
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #0b58ac;
  }
}

.outer-border1 {
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  animation: rotate1 2s linear infinite;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
    border-top-color: #0b58ac;
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #0b58ac;
  }
}

.connector-container {
  position: relative;
  width: 5rem;
}

.connector {
  position: relative;
  margin-top: -2rem !important;
  width: 0;
  height: 2px;
  background-color: #0b58ac;
  margin: 5px;
  opacity: 0.5;
}
.fixed-connector {
  position: relative;
  margin-top: -2rem !important;
  width: 4rem;
  height: 3px;
  background-color: #0b58ac;
  margin: 5px;
  opacity: 1;
}
.box {
  position: relative;
}
.box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(-45deg, #f3f3f3 12px, transparent 0%),
    linear-gradient(45deg, #f3f3f3 12px, transparent 0%);
  background-size: 24px;
}
.billtext {
  color: var(--gray-900, #0b0f19);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 3rem;
}
.billtextsmall {
  color: var(--gray-700, #565973);
  text-align: center;
  font-family: Lato;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.015rem;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top of other elements */
}

.loader {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clickable-boxes {
  display: flex;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.boxx {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  margin: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* Add a hover effect */
.boxx:hover {
  background-color: #f0f0f0;
}
.form-check-input:checked {
  background-color: #0b4bac;
  border-color: #0b4bac;
}

input[type="checkbox"]:checked + .boxx {
  background-color: green;
  color: white;
}
.btn:disabled {
  color: #ffffff;
  pointer-events: none;
  background-color: #a6aabf;
  border-color: #a6aabf;
}

.c1 {
  height: 100%;
  width: 0.7rem;
  z-index: -1;
  position: fixed;
  background-color: #0b58ac;
}

.c2 {
  height: 100%;
  z-index: -2;
  position: fixed;
  margin-right: 3rem;
  border-radius: 5rem;
  background-color: #fdc93d;
}

.c3 {
  height: 100%;
  z-index: -1;
  position: fixed;
  background-color: #0b58ac;
  border-radius: 5rem;
}

.c4 {
  height: 100%;
  z-index: -1;
  position: fixed;
  border-radius: 5rem;
}
.c5 {
  width: 3rem;
}

.c6 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url("../../assets/img/background/tpwolbgmob.png");
  background-size: cover;
  height: 33vh;
  z-index: -1 !important;
  position: relative;
}
.c7 {
  margin-top: 16px;
}
.c8 {
  color: #ffffff;
}

.c9 {
  text-align: center;
  color: #0b58ac;
}

.c10 {
  border: 1.5px solid #0b58ac !important;
  color: #0b58ac;
}

.c11 {
  border: 1.5px solid #61c225 !important;
  color: #ffffff;
  background-color: #61c225 !important;
}

.c12 {
  text-align: center;
  color: #0b58ac;
}

.c13 {
  width: 4rem;
}

.c14 {
  border: 1.5px solid #9e9e9e !important;
  color: #9e9e9e;
}

.c15 {
  background-color: #9e9e9e !important;
}

.c16 {
  object-fit: contain;
}

.c17 {
  width: 19rem;
}

.c18 {
  color: #0b58ac;
}

.c19 {
  width: unset !important;
  height: unset !important;
}

#upi-app-not-exsist {
  font-size: smaller;
}

.c20 {
  margin-top: 2px !important;
}

#d-qr-image {
  filter: blur(7px);
}

.c21 {
  padding: 1.4rem;
}

.c22 {
  height: 200px;
}

/* #onlyform1-1 {
  height: 12rem;
} */

.html {
  scroll-behavior: smooth;
}

.c23 {
  text-decoration: none;
}

.c24 {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  margin-top: -13vh;
  background-color: #ffffff;
}

#onlyform1-3 {
  background-color: #fdc93d;
  height: 0.5rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.c25 {
  width: 8px;
  height: 3.5rem;
  background-color: #fdc93d;
}

.c26 {
  background-color: #ffffff00 !important;
}

.c27 {
  width: 5px;
  height: 28px;
  background-color: #fdc93d;
}

.c28 {
  width: 75px;
  height: 8px;
  background-color: #fdc93d;
}

.c29 {
  color: #2766ab;
}

.c30 {
  color: #7b787c;
}

.c31 {
  font-size: 1.3rem;
  color: #7d7e80;
}

.c32 {
  padding-right: 1%;
}

.c33 {
  background-color: #fdc93d;
  height: 0.5rem;
}

.c34 {
  background: linear-gradient(to bottom, #9fc3ec, #ffffff);
}

.c35 {
  scrollbar-width: thin;
  overflow: auto;
  scrollbar-color: transparent transparent;
}

.c36 {
  width: 1.2em;
  height: 1.2rem;
}

.c37 {
  background-color: #0b58ac;
  height: 3.5rem;
  color: #ffffff;
}

.c38 {
  text-align: center;
  color: #9e9e9e;
}

.c39 {
  text-align: center;
  color: #9e9e9e;
}

#mcp-steps {
  margin-top: 8%;
}

.c40 {
  width: 44px;
  height: 44px;
}

.c41 {
  background-color: #fdc93d;
  height: 1vh;
  z-index: 0;
}

.c42 {
  opacity: 0;
  font-size: 12px;
  height: 0px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#resend-otp-btn {
  text-decoration: none;
  cursor: pointer;
  color: rgb(11, 75, 172);
}

#otp-input {
  height: 3.5rem;
}

#time_note {
  color: #565973;
}

.c43 {
  overflow: hidden;
}

.c44 {
  background-color: #0b58ac !important;
}

.c45 {
  color: #9e9e9e;
}

.mg {
  display: flex !important;
}

.c46 {
  width: 90%;
}

.c47 {
  font-weight: 300 !important;
  color: #565973;
}

.c48 {
  font-weight: 500 !important;
  font-size: larger;
}

.c49 {
  background-color: #e6effc;
}

.c50 {
  font-weight: 500 !important;
  font-size: larger;
}

#selPaymentHeader {
  font-size: larger;
  font-weight: 100;
  color: #888daa;
}

#final-steps-div {
  background-color: #e9f1fd;
}

.c51 {
  width: 44px;
  height: 44px;
}

#biller-form-wrapper-4 {
  overflow: hidden;
}

#transaction_loader {
  background-color: #dfeafb !important;
}

.c52 {
  overflow: hidden;
  width: 100%;
  background-color: #f3f3f3 !important;
}

.c53 {
  background: var(--error-base, #f4e6e6);
  width: 95%;
  height: 12rem;
}

.c54 {
  background-color: rgb(255, 255, 255);
  width: 90%;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.c55 {
  margin-bottom: 2.5rem;
}

.c56 {
  background: var(--success-base, #e6f8dc);
  width: 95%;
  height: 12rem;
}

.c57 {
  margin-top: -4.5rem;
  text-align: center;
}

.c58 {
  text-align: center;
  color: var(--success-green, #43b000);
  font-weight: 700;
}

#payment-done-bill-amount {
  color: var(--gray-900, #0b0f19);
  font-family: Lato;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.c59 {
  color: var(--gray-900, #0b0f19);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.025rem;
}

#payment-done-bill-amount-2 {
  color: var(--gray-900, #0b0f19);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0%;
}

.c60 {
  color: var(--gray-700, #565973);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.03125rem;
}

.c61 {
  height: 2rem;
  width: 2rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
  margin-left: -1rem;
  z-index: 1;
}

.c62 {
  border-bottom: 4px dotted #ccc !important;
  width: 8rem;
  margin-top: 1rem;
  z-index: -1;
}

.c63 {
  height: 2rem;
  width: 2rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
  margin-right: -1rem;
  z-index: 1;
}

#tap-1 {
  background: var(
    --l-blue-base,
    linear-gradient(180deg, #dfeafb 0%, #ecf3fd 100%)
  );
  box-shadow: 0px 6px 10px 0px rgba(11, 75, 171, 0.15) inset;
  margin-top: -1.5rem;
}

.c64 {
  background-color: #0b4bac !important;
  left: 12px !important;
}

.c65 {
  color: #0b4bac;
  margin-right: 100px;
}

.c66 {
  color: var(--gray-700, #565973);
}

.c67 {
  color: #0b4bac;
}

.c68 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
}

.c69 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
}

.c70 {
  border-bottom: 0px dotted #ccc !important;
  width: 20rem;
  margin-top: 1rem;
  z-index: -1;
}

#tap-2 {
  background: var(
    --l-blue-base,
    linear-gradient(180deg, #dfeafb 0%, #ecf3fd 100%)
  );
  box-shadow: 0px 6px 10px 0px rgba(11, 75, 171, 0.15) inset;
  margin-top: -1rem;
}

.c71 {
  height: 2rem;
  width: 2rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
  margin-left: -1rem;
  z-index: 1;
  margin-bottom: -1rem;
}

.c72 {
  border-bottom: 4px dotted #ccc !important;
  width: 20rem;
  margin-top: 1rem;
  z-index: -1;
  margin-bottom: -1rem;
}

.c73 {
  height: 2rem;
  width: 2rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
  margin-right: -1rem;
  z-index: 1;
  margin-bottom: -1rem;
}

.c74 {
  margin-top: -1rem !important;
  z-index: 2;
}

.c75 {
  color: var(--gray-900, #0b0f19);
  font-family: Lato;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
}

.c76 {
  text-align: center;
  color: var(--success-green, #da0101);
  font-weight: 700;
}

#payment-failed-bill-amount {
  color: var(--gray-900, #0b0f19);
  font-family: Lato;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

.c77 {
  color: var(--gray-900, #0b0f19);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.025rem;
}

.c78 {
  background-color: #eaebf0;
  height: 2.5rem;
  z-index: 1;
}

#tap-11 {
  background: var(
    --l-blue-base,
    linear-gradient(180deg, #dfeafb 0%, #ecf3fd 100%)
  );
  box-shadow: 0px 6px 10px 0px rgba(11, 75, 171, 0.15) inset;
  margin-top: -1.5rem;
}

.c79 {
  margin-bottom: -2rem;
}

.c80 {
  height: 1.3rem;
  width: 1.3rem;
  background-color: #ff0b0b;
  border-radius: 50%;
}

.c81 {
  color: white;
  margin-top: -3px;
}

.c82 {
  color: var(--gray-900, #0b0f19);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0%;
}

.c83 {
  color: var(--gray-700, #565973);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.03125rem;
}

.c84 {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.c85 {
  background-color: #0b4bac !important;
  left: 13px !important;
}

.c86 {
  background-color: #bdbdbe !important;
  left: 13px !important;
  height: 85%;
}

.c87 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  background-color: #ff0b0b !important;
}

.c88 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  background-color: rgb(209, 204, 204) !important;
}
.c89 {
  color: var(--gray-900, #0b0f19);
  font-family: Lato;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
}

.c90 {
  color: var(--gray-900, #0b0f19);
  font-family: Lato;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
}

#pay-with-upi-qr {
  background-color: white;
}

.c91 {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.c92 {
  height: 3rem;
  width: 3rem;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}

.c93 {
  height: 3rem;
  width: 3rem;
}

.c94 {
  height: 4rem;
  width: 4rem;
}

.c95 {
  height: 10rem;
  width: 10rem;
}

.nextjs-toast-errors-parent {
  display: none !important;
}

.fntWeight {
  font-weight: 600 !important;
}

#category {
  font-weight: 500;
}

.textfont1 > u > b {
  cursor: pointer;
  color: #0b4bac;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(204 205 232) !important;
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.copyButton {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.copyButton:hover {
  background-color: #0056b3;
}


.payment-container {
  text-align: left;
  color: #333;
  background: #ffffff;
  padding: 3rem 5rem;
  border: 1px solid #072913;
  box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03) !important;
  border-radius: 10px;
  max-width: 100%;
  /* width: 425px; */
  font-family: 'Arial', sans-serif;
  box-sizing: border-box;

}

.payment-container h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: #315d8e;
  text-align: center;
  word-wrap: break-word;
  line-height:normal;
}

.payment-container p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
  word-wrap: break-word;
}

.rupee_symbol {
  color: #058133;
  font-weight: bold;
}

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

.total-amount-container {
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .payment-container {
    padding: 2rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .payment-container h3 {
    font-size: 1.5rem;
  }

  .payment-container p {
    font-size: 1rem;
  }
  #pay-with-upi-qr{
    margin-left: 10px;
    margin-right: 10px;
  }

  #pay-using-app-container{
    margin-left: 10px;
    margin-right: 10px;
  }
 #otp-container{
    margin-left: 10px;
    margin-right: 10px;
  
 }

}

.bbg {
  background: -webkit-linear-gradient(180deg, #ebf4f5 0%, #b5c6e0 100%);
}

#notAllowedMessage {
  display:none;
   color: red;
   font-weight: bold;
   text-align: center;
}

#toast-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.toast {
  background-color: #4CAF50; /* Green color */
  color: #fff;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(100%);
  display: flex;
  align-items: center;
}

.toast .icon {
  margin-right: 10px;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.icon {
  width: 24px;
  height: 24px;
  fill: white; /* Icon color */
}
#toast-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.toast {
  background-color: #4CAF50; /* Green color */
  color: #fff;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(100%);
  display: flex;
  align-items: center;
}

.toast .icon {
  margin-right: 10px;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.icon {
  width: 24px;
  height: 24px;
  fill: white; /* Icon color */
}


.progress-text {
  font-size: 14px;
  font-weight: bold;
  color: #3498db;
  position: relative;
  z-index: 1;
}


.loader {

  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader::before {
  content: "";
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin 1s linear infinite;
}


.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-toggle-btn {
width: 100%;
/* padding: 10px 20px; */
background-color: white;
color: var(--gray-700, #565973);
border: none;
border-radius: 5px;
text-align: left;
cursor: pointer;
font-size: 16px;
}

.dropdown-menu-custom {
position: absolute;
background-color: white;
width: 100%;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
z-index: 1;
border-radius: 5px;
/* margin-top: 5px; */
overflow: hidden;
}

.dropdown-item {
display: flex;
align-items: center;
/* padding: 12px 20px; */
cursor: pointer;
transition: background-color 0.3s ease;
}

.hover:hover {
background-color: #0b4bac !important;
color: white !important;
} 

.dropdown-img {
width: 40px;
height: 40px;
object-fit: contain;
margin-right: 15px;
}

.dropdown-text {
display: flex;
flex-direction: column;
}

.dropdown-menu-custom .selected {
background-color: white;
color: var(--gray-700, #565973);
}

.up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}

.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}

.addRightPad {
padding-right: 56% !important;
}

.db-block {
display: contents  !important;
}

.otherBank {
background-color: white;
}
.od-payment-container {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.merchant-text, .user-text {
  font-size: 16px;
  font-weight: bold;
}

.amount {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}

.status {
  margin: 5px 0;
}

.requested-time {
  font-size: 12px;
  color: gray;
  margin: 5px 0;
}

.tooltip-label {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  visibility: hidden;
  opacity: 0;
  width: 400px;
  background-color: #ddd9d9;
  color: #070707;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 120%; /* Moves it above */
  left: 100%; /* Aligns to right of label */
  transform: translateX(-96%) translateY(-10px); /* Top-right alignment */
  z-index: 1000;
  transition: opacity 0.3s ease;
  font-size: 0.75rem;
}


.tooltip-label:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}


   .placeholder_plus{ display:none; } *{box-sizing:border-box;}.gjs-ft-section{padding-top:10px;padding-bottom:10px;}.gjs-ft-wrapper{padding-top:10px;padding-bottom:10px;margin-left:auto;margin-right:auto;width:100%;padding-right:15px;padding-left:15px;}.gjs-ft-wrap-normal{max-width:1140px;}.ft_com_div{text-align:center;}.ft_image{margin-bottom:15px;}.ftsub_heading{text-align:center;font-size:23px;color:#000000;font-weight:400;line-height:1.2;}.ftheadline{text-align:center;font-size:32px;font-weight:400;color:#000000;line-height:1.2;}.ftparagraph{text-align:center;font-size:18px;line-height:1.5;color:#000000;margin-bottom:1rem;margin-top:0;padding-left:5px;padding-right:5px;font-weight:400;}#ijigf{color:rgb(255, 255, 255);font-family:Roboto, sans-serif;font-size:50px;font-weight:700;background-color:#000000;}#iwjyy{font-family:Roboto, sans-serif;color:#FFFFFF;font-size:29px;text-align:center;margin-top:0px;margin-bottom:0px;background-position-x:50%;background-position-y:50%;background-color:#000000;}.ft-video{display:inline-block;margin-bottom:10px;width:70%;vertical-align:top;}.gjs-btn{color:#fff;font-weight:700;background-color:#337ab7;font-size:20px;text-decoration-line:none;text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(0, 0, 0, 0.2);border-right-color:rgba(0, 0, 0, 0.2);border-bottom-color:rgba(0, 0, 0, 0.2);border-left-color:rgba(0, 0, 0, 0.2);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-right:auto;margin-left:auto;display:inline-block;text-align:center;margin-bottom:15px;padding-top:10px;padding-right:25px;padding-bottom:10px;padding-left:25px;text-decoration:none;border:1px solid rgba(0, 0, 0, 0.2);border-radius:3px;padding:10px 25px;}.ffbtnmaintxt{display:flex;align-items:center;justify-content:center;}.ffbtnsubtxt{display:block;font-size:14px;font-weight:400;opacity:0.8;text-align:center;color:#ffffff;}#ijlj{background-repeat-x:no-repeat;background-repeat-y:no-repeat;background-position-x:50%;background-position-y:50%;background-color:#000000;padding-top:0px;padding-bottom:0px;margin-bottom:17px;}.gjs-ft-row{padding-top:10px;padding-bottom:10px;}.gjs-ft-column{padding-top:10px;padding-right:15px;padding-bottom:10px;padding-left:15px;padding:10px 15px;}#iv8f8{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFFFFF;}.ft-section-box{padding-top:10px;padding-bottom:10px;}.wrapper-box{padding-top:10px;padding-bottom:10px;margin-left:auto;margin-right:auto;}.ft_image-style{margin-bottom:15px;}#iluco9{background-color:#000000;padding-bottom:0px;padding-top:2px;}#io8kwb{font-size:51px;font-family:Roboto, sans-serif;font-weight:700;color:#FFEB3B;}.ft_com_box{text-align:center;}#ipo8fx{font-family:Roboto, sans-serif;font-size:44px;font-weight:700;margin-bottom:0px;margin-top:0px;color:#FFEB3B;}#irxdcc{background-color:#FFFFFF;}.ft-countdown-prnt{text-align:center;}.countdown{display:inline-block;padding:10px;margin:0 0 10px 0;}.ft-space-box{display:inline-block;width:8px;vertical-align:top;}.ft-timerprnt{display:inline-block;}.ft-timeCtrl{background-color:#333;border-radius:10px;font-size:35px;color:#ffc107;display:flex;align-items:center;justify-content:center;width:65px;height:65px;}.ft-separator{font-size:35px;color:#ffc107;display:flex;align-items:center;justify-content:center;height:65px;}.ft-timelabel{font-size:11px;padding-top:4px;text-align:center;color:#333333;}.fttimer-msg{margin-bottom:10px;display:none;}.timer-after-txt{font-size:30px;color:#FF0000;}#ih5vf{padding:0;}#ipkqo{padding:0;}#iqtph{flex-basis:70.6%;padding:0;}#iu7bn{padding:0;}#itnkr{padding:0;margin:0;}#igj41{padding:0;}#ie5ee{font-size:20px;}#i86i5{font-size:20px;}#iymjg{font-size:20px;}#i2s4u{font-size:20px;}#iw2hl{width:35px;height:35px;font-size:19px;background-color:#FFFFFF;color:#f44336;font-weight:600;}#i7h08{width:35px;height:35px;font-size:19px;background-color:#FFFFFF;color:#f44336;font-weight:600;}#iyhl5{width:35px;height:35px;font-size:19px;background-color:#FFFFFF;color:#f44336;font-weight:600;}#iij6f{width:35px;height:35px;font-size:19px;background-color:#FFFFFF;color:#f44336;font-weight:600;}#ip3uy{font-size:19px;height:35px;color:#f44336;}#ip1ye{font-size:19px;height:35px;color:#f44336;}#i1098{font-size:19px;height:35px;color:#f44336;}#i4ax6{background-image:none;background-color:#169f16;font-size:21px;border-radius:30px 30px 30px 30px;padding-top:5px;padding-bottom:5px;padding-right:25px;padding-left:25px;margin-bottom:0px;}#igrcf{background-color:#F44336;}#i34ch{color:#FFFFFF;margin:0;padding-bottom:0px;font-size:32px;}#ihva2{padding:0;}#i1zrh{padding:0;}#io6ut{padding-top:0px;padding-bottom:0px;}#iixsys{font-size:29px;font-weight:600;margin-top:11px;}#iy3fty{border:2px solid #f6e8e8;width:90%;}#ixwm{padding-bottom:0px;border:2px dotted #fbf4f4;}#itfrt1{background-color:#388E3C;font-size:30px;}#ipzmbh{background-color:#388E3C;font-size:30px;}#i8qpli{color:#FFFFFF;line-height:1.6;font-size:29px;font-weight:600;}#iq42{padding-top:0px;}.ft-wrapper-box{padding-top:10px;padding-bottom:10px;margin-left:auto;margin-right:auto;}#i7r0lo{padding-bottom:0px;border:2px dotted #000000;margin-top:0px;}#i0oc2w{padding-top:0px;}#ivl2zl{padding-top:0px;padding-bottom:0px;}#il8qpg{background-color:#388E3C;font-size:30px;margin-top:20px;}#irqpx1{background-color:#388E3C;font-size:30px;}#ift606{text-align:left;font-size:28px;}#iv8vdm{font-family:Roboto, sans-serif;color:#FFFFFF;font-size:29px;text-align:center;margin-top:0px;margin-bottom:0px;background-position-x:50%;background-position-y:50%;background-size:cover;}#i0jd0v{color:#FFEB3B;margin-top:0px;font-weight:600;background-color:#1A237E;}#ij6cg7{color:#FFFFFF;margin-top:0px;font-size:44px;font-weight:700;background-color:#1A237E;}#io3sj{width:100%;border:2px solid rgba(242, 229, 243, 0.84);margin-bottom:0px;transform:scaleY(1);}#ibc022{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFEB3B;}#iuszpk{margin-top:50px;}#iybutg{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFFFFF;}#ife8eg{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFEB3B;}#i5hkjm{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFFFFF;}#ihr3oj{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFEB3B;}div.iframe-container{position:relative;height:0;padding-bottom:56.25%;}div.iframe-container > div{position:relative;height:0;padding-bottom:56.25%;}div.iframe-container > iframe{position:absolute;height:100%;width:100%;top:0;left:0;}div.iframe-container > div > iframe{position:absolute;height:100%;width:100%;top:0;left:0;}div.flike-container{width:max-content;position:relative;display:inline-block;margin-bottom:10px;}div.social-tlike{margin:5px;position:relative;display:inline;width:fit-content;height:fit-content;vertical-align:top;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;}div.social-linkedin{width:max-content;position:relative;display:inline-block;margin-left:5px;margin-right:5px;vertical-align:top;}div.social-skype{width:max-content;position:relative;display:inline-block;margin-left:5px;margin-right:5px;vertical-align:top;}progress{display:inline-block;vertical-align:baseline;}.progress-bar-striped, .progress-striped .progress-bar{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}.progress-bar.active, .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;animation-duration:2s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:progress-bar-stripes;}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}div.social-link-block{text-align:center;}div.social-link-block.left{position:fixed;display:grid;top:25%;left:0px;}div.social-link-block.right{position:fixed;display:grid;top:25%;right:0px;}div.social-share{height:24px !important;width:max-content !important;display:inline-block;border:1px solid rgba(0,0,0,.17);-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05);box-shadow:0 1px 0 rgba(0,0,0,.05);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;-webkit-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;color:#262626;cursor:pointer;outline:none;overflow:hidden;position:relative;text-align:center;vertical-align:middle;white-space:nowrap;line-height:0 !important;}.social-share-icon > .fa{padding:0;font-size:15px !important;width:fit-content;text-align:center;text-decoration:none;margin:0;border-radius:0;background:none;}.social-share-icon > .fa-google-plus, .social-share-icon > .fa-google{color:#dd4b39;}.social-share-icon > .fa-facebook{color:#3B5998;}.social-share-icon > .fa-twitter{color:#55ACEE !important;}.social-share-icon > .fa-linkedin{color:#007bb5;}.social-share-icon > .fa-instagram{color:#125688 !important;}.social-share-icon > .fa-pinterest{color:#cb2027;}.social-share-icon > .fa-snapchat-ghost{color:#fffc00;}.social-share-icon > .fa-skype{color:#00aff0;}.navbar-light .navbar-nav .nav-link{color:#fff;}.ft_lg_li>span{display:block;}.{max-width:100%;}#irjrmi-2-2{font-size:44px;font-weight:700;font-family:Montserrat, sans-serif;color:#FFEB3B;text-align:center;text-decoration:none;margin-top:11px;}#iowd1m{border:2px solid #ffffff;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#ijnad1{border:2px solid #ffffff;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#i2t5in{border:2px solid #ffffff;width:100%;margin-bottom:15px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#iol13w{border:2px solid #ffffff;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#igx5dy{padding:0;border:2px solid #ffffff;box-shadow:0px 0px 10px 1px #98b4c6;}#ibg7zc{border:2px solid #ffffff;margin-bottom:22px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#ixpzp1{border:2px solid #ffffff;margin-bottom:19px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}.ftfont_341{font-size:20px;}.ftfont_861{font-size:20px;}.ftfont_209{font-size:19px;}.ftfont_234{font-size:17px;}.ftfont_283{font-size:17px;}#iu5pbg{box-shadow:0px 0px 10px 1px #98b4c6;border:2px solid #ffffff;}#i7gb7s{background-color:#000000;padding-top:0px;}#iu7sv1{color:#FFEB3B;text-align:center;font-size:51px;margin-right:35px;margin-left:35px;font-weight:700;}#it0mpw{border:2px solid #f6eeee;}#igavkv{border:2px solid #ffffff;margin-bottom:19px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#ib41jr{box-shadow:0px 0px 10px 1px #98b4c6;border:2px solid #ffffff;}#iry73y{padding:0;border:2px solid #ffffff;box-shadow:0px 0px 10px 1px #98b4c6;}#ixqjjb{border:2px solid #ffffff;margin-bottom:22px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}.carousel-inner>.item{background-color:#ccc;}#i2lk5z{border:2px solid #ffffff;margin-bottom:19px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#ilylhi{box-shadow:0px 0px 10px 1px #98b4c6;border:2px solid #ffffff;}#iwkaqr{padding:0;border:2px solid #ffffff;box-shadow:0px 0px 10px 1px #98b4c6;}#ipr11i{border:2px solid #ffffff;margin-bottom:22px;padding:0;box-shadow:0px 0px 10px 1px #98b4c6;}#iry4ns{color:#FFFFFF;}#idb9js{color:#FFFFFF;}#ixxzjk{color:#FFFFFF;}#iwrbc5{color:#FFFFFF;}#ipbfve{color:#FFFFFF;}#ia9lb7{color:#FFFFFF;}#irxiau{color:#FFFFFF;}#iz8e0a{color:#FFFFFF;}#ichd3y{color:#FFFFFF;}#irbw2k{border:2px solid #f6e8e8;}#i4nzqk{border:2px solid #f4e8e8;}#ikaxmb{border:2px solid #f4e8e8;}.ft_lg_li > span{display:block;}#iya67z{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#i3bqai{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#icuz3{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#ii6cye{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#imtrjz{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#ipnhxr{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#ite4zof{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#i9dtxsi{padding-bottom:1px;margin-bottom:0px;}#icow4co{width:100%;margin-bottom:0px;margin-top:1px;}#icenwpk{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#idlub54{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ity9qta{margin-right:-8px;margin-left:8px;}#ieqhpja{font-size:21px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:0px;}#ifm8w4h{margin-left:18px;margin-top:19px;}#ivrja3l{width:100%;margin-bottom:0px;margin-top:1px;}#il692f{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:22px;}#ir7qsi{margin-left:18px;margin-top:19px;}#ihqvyo{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#irrnm2{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#itq8qj{margin-right:-8px;margin-left:8px;}#iard04{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#i5n7ya{width:100%;margin-bottom:0px;margin-top:1px;}#iydp9h{padding-bottom:1px;margin-bottom:0px;}#i3iv6j{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:7px;}#ipbaug{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#ixdcof{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#iadjsg{margin-right:-8px;margin-left:8px;}#ip4zsh{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#iw2hch{width:100%;margin-bottom:0px;margin-top:1px;}#i1m47n{padding-bottom:1px;margin-bottom:0px;}#ieouwh{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:26px;}#ifiyva{margin-left:18px;margin-top:19px;}#i6sagy{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#iygfvh{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#i05u6q{margin-right:-8px;margin-left:8px;}#i1yzoc{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ilpj1y{width:100%;margin-bottom:0px;margin-top:1px;}#imnwp7{padding-bottom:1px;margin-bottom:0px;}#i43fru{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:7px;}#ibmr0r{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#inogts{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#ire9ia{margin-right:-8px;margin-left:8px;}#igrjmi{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#icxaf7{width:100%;margin-bottom:0px;margin-top:1px;}#iv41ap{padding-bottom:1px;margin-bottom:0px;}#im6sux{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:25px;}#ixfvpf{margin-left:18px;margin-top:19px;}#iy0wuk{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#ixr52e{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#icq4qj{margin-right:-8px;margin-left:8px;}#ibkszg{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ivbdpf{width:100%;margin-bottom:0px;margin-top:1px;}#i165gv{padding-bottom:1px;margin-bottom:0px;}#ig4n76{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:43px;}#i8x26p{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#iwcwxa{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#iyl5g4{margin-right:-8px;margin-left:8px;}#iiwibz{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ipm0dg{width:100%;margin-bottom:0px;margin-top:1px;}#iy2e0j{padding-bottom:1px;margin-bottom:0px;}#i60ykj{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:25px;}#ig37fi{margin-left:18px;margin-top:19px;}#i2ey2d{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#i6s3vv{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#ibv4q3{margin-right:-8px;margin-left:8px;}#i5phmh{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#i1i5kf{width:100%;margin-bottom:0px;margin-top:1px;}#ie46xd{padding-bottom:1px;margin-bottom:0px;}#i31uqq{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:41px;}#ihmss7{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#iyji1q{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#iy11pw{margin-right:-8px;margin-left:8px;}#i4kjz4{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#imas7f{width:100%;margin-bottom:0px;margin-top:1px;}#ihhdq6{padding-bottom:1px;margin-bottom:0px;}#i3ze53{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:42px;}#icue3x{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#isthpr{margin-right:-8px;margin-left:8px;}#igytoc{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#iw4wde{padding-bottom:1px;margin-bottom:0px;}#iz9li4{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#ipt2um{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#iso8bl{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#iv3qsi{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#ib2rcn{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#is7j01{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#iam42l{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#immfmi{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#iyw8jf{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#ivdrfh{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#ism2r3{border:2px solid #000000;margin-right:5px;margin-left:5px;background-image:none;background-color:#F5F5F5;}#i3jw5h{font-size:30px;font-weight:700;font-family:Roboto, sans-serif;margin-bottom:14px;margin-top:14px;color:#000000;}#i84hmd{color:#424242;margin-bottom:20px;margin-top:20px;font-size:20px;letter-spacing:1px;line-height:1.6;text-align:left;}#izde6l{background-color:#388E3C;font-size:30px;margin-top:20px;}#imz2pj{background-color:#388E3C;font-size:30px;}#i4dzsd{font-weight:700;color:#FFEB3B;font-size:52px;margin-top:0px;margin-bottom:0px;}#iuamvl{margin-right:77px;margin-left:77px;color:#000000;margin-top:26px;}#irhkyk{margin-right:77px;margin-left:77px;text-align:center;color:#000000;}#izxzqf{border:2px solid #000000;}#iqxn7h{border:2px solid #000000;}#ig3hdj{border:2px solid #000000;}#il9pa5{border:2px solid #000000;}#i06cy4{border:2px solid #000000;}#iycjcm{width:85%;border:2px solid #000000;}#igftev{padding-bottom:0px;border:2px dotted #0d0c0c;}#iwgzcd{background-color:#388E3C;font-size:30px;}#idf6l1{background-color:#388E3C;font-size:30px;}#ixm0m3{color:#FFFFFF;line-height:1.6;font-size:29px;font-weight:600;}#in9u2n{padding-top:0px;padding-bottom:0px;}#ioc672{padding-top:10px;padding-bottom:10px;background-color:#212121;}#ija4kx{padding-top:10px;padding-bottom:10px;margin-left:auto;margin-right:auto;}#iesobj{text-align:center;font-size:18px;color:#ffffff;font-family:'Open Sans', sans-serif;margin-bottom:0px;font-weight:300;margin-top:15px;}#i1mb7j{text-align:left;font-size:14px;color:#ffffff;font-family:'Open Sans', sans-serif;margin-bottom:0px;font-weight:300;margin-top:13px;line-height:1.3;}#i1fm5l{text-align:left;font-size:14px;color:#ffffff;font-family:'Open Sans', sans-serif;margin-bottom:0px;font-weight:300;margin-top:13px;line-height:1.3;}#isy5fl{text-align:left;font-size:14px;color:#ffffff;font-family:'Open Sans', sans-serif;margin-bottom:0px;font-weight:300;margin-top:13px;line-height:1.3;}#ijfb4k{text-align:center;font-size:16px;color:#ffffff;font-family:'Open Sans', sans-serif;margin-bottom:0px;font-weight:300;margin-top:13px;line-height:1.3;}#ixtsjp{color:#FFEB3B;font-weight:700;font-size:39px;}.ff_lg_ul{display:inline-block;text-align:center;list-style-position:outside;word-break:break-word;margin-bottom:10px;list-style-type:disc;width:80%;padding-top:5px;padding-bottom:5px;}.ft_lg_li{text-align:left;font-size:18px;min-height:25px;line-height:1.5;color:#000000;}.ft_lg_listyle{margin-bottom:10px;padding-bottom:0;}#ivmghc{padding-left:25px;}#iu1qmf{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i7wmbf{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ii4fb3{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#itwtuh{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i61xeq{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i3f2ir{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#imc2pg{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#idv7h4{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iozxdd{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#imml6b{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ianv1h{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i1dmtq{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iknxge{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i5tuef{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ilevfo{border:1px dotted #f4eaea;}#ig1vcd{border:1px dotted #f6ecec;}#ilgrve{padding-left:25px;}#i0uvne{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ise085{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iz803j{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iieic9{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ia0uph{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iwxg2g{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i4yxgp{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iv4rjf{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ievkih{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i7h94g{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#inpu4m{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iuv5hz{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#ipnv2f{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#iydgfg{color:#faeaea;font-size:23px;line-height:2;font-weight:600;margin-bottom:17px;}#i1tlk8{background-color:#388E3C;font-size:30px;margin-top:20px;}#i6xcrk{background-color:#388E3C;font-size:30px;}#i4jsjv{color:#FFFFFF;font-size:27px;margin-top:10px;}#ibpc3k{padding-right:20px;padding-left:20px;}#i4zeev{border:2px solid #f8eeee;}#ikitcn{border:2px solid #f3e7e7;}#is3hff{border:2px solid #f4e8e8;}#ixt4nw{background-color:#000000;padding-top:0px;}#ip1pii{color:#FFEB3B;font-weight:700;font-size:39px;background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#imbalv{background-color:#388E3C;font-size:30px;}#ia9xye{background-color:#388E3C;font-size:30px;margin-top:20px;}#iau1gs{border:2px dotted #000000;}#i3ynqg{padding-bottom:0px;background-color:#FFFFFF;}#iboy3h{background-color:#000000;padding-top:0px;padding-bottom:11px;}#izt5ce{font-weight:700;font-size:47px;color:#FFEB3B;background-color:#1A237E;padding-bottom:10px;padding-top:10px;}#io8zjs{background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#iuprq8{color:#FFEB3B;font-weight:700;font-size:41px;margin-bottom:0px;background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#iaiz1{text-align:left;font-family:Source Sans Pro, sans-serif;font-size:27px;color:#FFFFFF;background-color:#000000;}#iiq5o{background-color:#000000;padding-top:0px;padding-bottom:0px;}#i1wcs{padding-top:0px;padding-bottom:0px;}#iv9ze{padding-top:0px;padding-bottom:0px;}#io07yi{padding-top:0px;}#ivqtpf{width:18%;padding-top:20px;}#iehgwv{background-color:#388E3C;font-size:30px;margin-top:20px;}#ig507u{background-color:#388E3C;font-size:30px;}#ign6m6{border:2px dotted #131111;}#iudnzw{border:2px solid #f3dddd;}#iarfcj{background-color:#FFFFFF;}#ijaubl{color:#F44336;font-weight:700;font-size:53px;}#ihk2ek{width:80%;border:1px solid #0a0909;}#i2bdrk{padding-bottom:0px;border:2px dotted #060606;}#i43dbv{padding-top:0px;}#ixuuqi{padding-top:0px;padding-bottom:0px;}#i03dku{font-size:29px;font-weight:600;margin-top:11px;color:#000000;}#ihno9h{background-color:#388E3C;font-size:30px;}#izeuy5{background-color:#388E3C;font-size:30px;}#ia6grl{color:#FFFFFF;line-height:1.6;font-size:29px;font-weight:600;}#inwcxa{padding-top:0px;}#i5cc0d{background-color:#1A237E;padding-top:10px;padding-bottom:10px;}#idujt7{background-color:#000000;}#i4gg9p{padding-bottom:7px;padding-top:6px;}#iwh122{background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#in9vuz{background-color:#000000;padding-top:0px;padding-bottom:0px;}#ix55f5{background-color:#FFFFFF;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:11px;}#i8oqjh{background-color:#1A237E;padding-bottom:7px;padding-top:10px;}#irdz44{margin-left:18px;margin-top:19px;}#ibkcih{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#i01cuy{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#ih1mfn{margin-right:-8px;margin-left:8px;}#id2c6j{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ik7ujf{width:100%;margin-bottom:0px;margin-top:1px;}#iohtby{padding-bottom:1px;margin-bottom:0px;}#iyyi1m{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:41px;}#iysipo{background-color:#FFFFFF;padding-bottom:0px;margin-bottom:0px;margin-top:0px;padding-top:0px;margin-right:12px;margin-left:-26px;box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);}#i8jcl6{flex-basis:28.2%;padding-bottom:0px;margin-bottom:0px;margin-top:0px;margin-left:0px;}#iixq74{margin-right:-8px;margin-left:8px;}#ik2ius{box-shadow:0px 0px 10px 1px rgba(184, 188, 190, 0.28);margin-left:4px;margin-right:4px;margin-bottom:0px;margin-top:0px;}#ibxl6s{width:100%;margin-bottom:0px;margin-top:1px;}#ibbkno{padding-bottom:1px;margin-bottom:0px;}#ilpfwm{font-size:25px;text-align:left;margin-left:-3px;margin-right:-5px;padding-bottom:0px;margin-bottom:1px;margin-top:20px;}#isritq{padding-top:0px;border:2px dotted #f6e8e8;}#igzrr4{padding-bottom:0px;padding-top:0px;}#idkbzi{padding-bottom:26px;background-color:#000000;padding-top:0px;}#ip3lfu{background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#ivnios{padding-bottom:0px;padding-top:0px;}#i0lfd3{font-size:47px;font-weight:700;color:#FFEB3B;}#i1lg14{background-color:#1A237E;padding-bottom:7px;padding-top:7px;}#iwwd1q{padding-bottom:0px;padding-top:0px;}#irkapq{color:#FFEB3B;font-size:54px;font-weight:700;}#iasrab{background-color:#1A237E;padding-bottom:10px;padding-top:10px;}#iqd53r{padding-bottom:0px;padding-top:0px;}#ifaxay{padding-top:0px;}#ina11u{background-color:#1A237E;}#isnj8s{background-color:#FFFFFF;}#idnoqh{padding-left:35px;}#idfws3{color:#f3e2e2;font-size:32px;margin-bottom:24px;}#iwzby8{color:#f3e2e2;font-size:32px;margin-bottom:24px;}#iqw48i{color:#f3e2e2;font-size:32px;margin-bottom:24px;}#ij4vhn{color:#f3e2e2;font-size:32px;margin-bottom:24px;}#ik7xj3{color:#f3e2e2;font-size:32px;margin-bottom:24px;}#izm347{background-color:#FFFFFF;}#iyza2i{color:#FFFFFF;font-size:28px;text-align:left;}#ivdwaj{background-color:#1A237E;}#i520i8{color:#FFEB3B;font-weight:700;font-size:39px;}#iqk7q6{color:#FFFFFF;font-size:27px;margin-top:10px;}#i1kn8n{text-align:left;font-family:Source Sans Pro, sans-serif;font-size:27px;color:#FFFFFF;background-color:#000000;}#ifqmjf{color:#F44336;font-weight:700;font-size:53px;}#inwgws{background-color:#1A237E;}#ib3evg{background-color:#1A237E;}#irs3c1{font-family:Roboto, sans-serif;font-size:44px;font-weight:700;margin-bottom:0px;margin-top:0px;color:#FFEB3B;}#i1opcv{padding-bottom:7px;padding-top:6px;}#iod1iy{color:#FFEB3B;text-align:center;font-size:51px;margin-right:35px;margin-left:35px;font-weight:700;}#ish3cl{font-size:51px;font-family:Roboto, sans-serif;font-weight:700;color:#FFEB3B;}#ikzmwp{padding-bottom:0px;padding-top:0px;}#i1q18c{background-color:#1A237E;padding-bottom:7px;padding-top:10px;}#imwkf1{background-color:#1A237E;}#iwhbyn{padding-bottom:0px;padding-top:0px;}#i6f2lp{font-family:Roboto, sans-serif;text-align:left;margin-top:18px;margin-bottom:35px;font-size:28px;color:#FFFFFF;}#iykx9l{padding-bottom:0px;padding-top:0px;}#i74xii{padding-bottom:0px;padding-top:0px;}#iq04xu{padding-bottom:0px;padding-top:0px;}#iih5ds{padding-bottom:0px;padding-top:0px;}#i6ch2h{font-family:Roboto, sans-serif;color:#FFFFFF;font-size:29px;text-align:center;margin-top:0px;margin-bottom:0px;background-position-x:50%;background-position-y:50%;background-color:#000000;}#i4g42w{border:2px dotted #f8ecec;}#ichyj4{background-color:#1A237E;}#ize68p{padding-bottom:0px;padding-top:0px;}#ia7ofj{color:#FFEB3B;font-weight:700;font-size:39px;background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#ih7unr{color:#FFEB3B;font-weight:700;font-size:41px;margin-bottom:0px;background-color:#1A237E;padding-bottom:10px;padding-top:10px;}#i07pml{background-color:#FFFFFF;}#ilw7w5{border:1px solid #000000;}#ic9h93{background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#igu9gs{background-color:#1A237E;}#icmavf{background-color:#1A237E;}#igagl2{background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#itx7sh{color:#FFEB3B;font-weight:700;font-size:41px;margin-bottom:0px;background-color:#1A237E;padding-bottom:0px;padding-top:0px;}#ihmlos{background-color:#FFFFFF;}#ihdy4h{background-color:#FFFFFF;}#ipdur2{background-color:#FFFFFF;}#ia07pb{background-color:#FFFFFF;}#ii1cqs{background-color:#FFFFFF;}#ial87o{background-color:#FFFFFF;}#i75mkv{background-color:#FFFFFF;}#iwsnzg{background-color:#FFFFFF;}#iz3rhf{background-color:#FFFFFF;}@keyframes fadeEffect{from{opacity:0;}to{opacity:1;}0%{opacity:0;}100%{opacity:1;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}0%{background-position-x:40px;background-position-y:0px;}100%{background-position-x:0px;background-position-y:0px;}}@media (max-width: 991.98px){.ft-video{width:100%;}.gjs-btn{width:100%;font-size:18px;}.countdown{width:100%;margin:0 0 10px 0;padding:10px;}}@media (max-width: 575.98px){#ijigf{font-size:29px;line-height:1.6;}#iwjyy{font-size:13px;line-height:1.9;}#iv8f8{font-size:20px;}#ijigf{font-size:34px;}#iwjyy{font-size:14px;}#iwjyy{font-size:17px;}#iixsys{font-size:17px;}#ipo8fx{font-size:32px;}#io8kwb{font-size:32px;}#iluco9{padding-top:20px;padding-bottom:20px;}#i34ch{font-size:17px;padding-bottom:5px;}#igj41{padding-top:5px;}#i1zrh{flex-wrap:nowrap;padding-right:5px;padding-left:5px;}#i4ax6{font-size:15px;}#itnkr{padding-left:5px;}#il8qpg{font-size:17px;}#irqpx1{font-size:16px;}#ivl2zl{padding-top:0px;}#i7r0lo{padding-top:0px;}#iv8vdm{font-size:24px;line-height:1.4;letter-spacing:0px;margin-top:0px;margin-bottom:15px;}#ibc022{font-size:20px;text-align:center;}#iybutg{font-size:20px;text-align:center;}#ife8eg{font-size:20px;text-align:center;}#i5hkjm{font-size:20px;text-align:center;}#ihr3oj{font-size:20px;text-align:center;}#irjrmi-2-2{font-size:32px;}#ivrja3l{width:68%;}#il692f{margin-left:7px;}#i5n7ya{width:100%;}#iard04{margin-right:79px;margin-left:65px;}#i3iv6j{margin-left:7px;margin-top:0px;}#ihqvyo{margin-right:0px;margin-left:0px;}#iw2hch{width:100%;}#ip4zsh{margin-right:79px;margin-left:65px;}#ieouwh{margin-left:7px;margin-top:0px;}#ipbaug{margin-right:0px;margin-left:0px;}#ir7qsi{margin-left:0px;}#ilpj1y{width:100%;}#i1yzoc{margin-right:79px;margin-left:65px;}#i43fru{margin-left:7px;margin-top:0px;}#i6sagy{margin-right:0px;margin-left:0px;}#icxaf7{width:100%;}#igrjmi{margin-right:79px;margin-left:65px;}#im6sux{margin-left:7px;margin-top:0px;}#ibmr0r{margin-right:0px;margin-left:0px;}#ifiyva{margin-left:0px;}#ivbdpf{width:100%;}#ibkszg{margin-right:79px;margin-left:65px;}#ig4n76{margin-left:7px;margin-top:0px;}#iy0wuk{margin-right:0px;margin-left:0px;}#ipm0dg{width:100%;}#iiwibz{margin-right:79px;margin-left:65px;}#i60ykj{margin-left:7px;margin-top:0px;}#i8x26p{margin-right:0px;margin-left:0px;}#ixfvpf{margin-left:0px;}#i1i5kf{width:100%;}#i5phmh{margin-right:79px;margin-left:65px;}#i31uqq{margin-left:7px;margin-top:0px;}#i2ey2d{margin-right:0px;margin-left:0px;}#imas7f{width:100%;}#i4kjz4{margin-right:79px;margin-left:65px;}#i3ze53{margin-left:7px;margin-top:0px;}#ihmss7{margin-right:0px;margin-left:0px;}#ig37fi{margin-left:0px;}#icue3x{margin-right:79px;margin-left:65px;}#iz9li4{margin-right:0px;margin-left:0px;}#imtrjz{font-size:30px;}#i3bqai{font-size:30px;}#ii6cye{margin-top:40px;}#iso8bl{font-size:20px;}#iv3qsi{font-size:16px;}#is7j01{font-size:20px;}#iam42l{font-size:16px;}#ib2rcn{margin-top:40px;}#iyw8jf{font-size:20px;}#ivdrfh{font-size:16px;}#i3jw5h{font-size:20px;}#i84hmd{font-size:16px;}#ism2r3{margin-top:40px;}#izde6l{font-size:17px;}#imz2pj{font-size:16px;}#irhkyk{margin-right:14px;margin-left:14px;font-size:22px;line-height:1.4;}#iwgzcd{font-size:17px;}#idf6l1{font-size:16px;}#ixm0m3{font-size:15px;line-height:1.7;}#igftev{padding-top:0px;padding-right:0px;padding-left:0px;}#i1fm5l{font-size:12px;text-align:center;}#i1mb7j{font-size:12px;text-align:center;}#iesobj{font-size:10px;}#isy5fl{font-size:12px;text-align:center;}#ijfb4k{font-size:12px;}#i0uvne{line-height:1.7;margin-bottom:23px;font-size:22px;}#ise085{line-height:1.7;margin-bottom:23px;font-size:22px;}#iz803j{line-height:1.7;margin-bottom:23px;font-size:22px;}#iieic9{line-height:1.7;margin-bottom:23px;font-size:22px;}#ia0uph{line-height:1.7;margin-bottom:23px;font-size:22px;}#iwxg2g{line-height:1.7;margin-bottom:23px;font-size:22px;}#i4yxgp{line-height:1.7;margin-bottom:23px;font-size:22px;}#iv4rjf{line-height:1.7;margin-bottom:23px;font-size:22px;}#ievkih{line-height:1.7;margin-bottom:23px;font-size:22px;}#i7h94g{line-height:1.7;margin-bottom:23px;font-size:22px;}#inpu4m{line-height:1.7;margin-bottom:23px;font-size:22px;}#iuv5hz{line-height:1.7;margin-bottom:23px;font-size:22px;}#ipnv2f{line-height:1.7;margin-bottom:23px;font-size:22px;}#iydgfg{line-height:1.7;margin-bottom:23px;font-size:22px;}#ilgrve{width:100%;padding-left:24px;}#i1tlk8{font-size:17px;}#i6xcrk{font-size:16px;}#imbalv{font-size:16px;}#ia9xye{font-size:17px;}#iehgwv{font-size:17px;}#ig507u{font-size:16px;}#i03dku{font-size:20px;}#ihno9h{font-size:17px;}#izeuy5{font-size:16px;}#ia6grl{font-size:15px;line-height:1.7;}#ixuuqi{padding-top:0px;margin-right:0px;margin-left:0px;}#i2bdrk{padding-top:0px;padding-right:0px;padding-left:0px;}#ik7ujf{width:100%;}#id2c6j{margin-right:79px;margin-left:65px;}#iyyi1m{margin-left:7px;margin-top:0px;font-size:18px;}#ibkcih{margin-right:0px;margin-left:0px;}#ibxl6s{width:100%;}#ik2ius{margin-right:79px;margin-left:65px;}#ilpfwm{margin-left:7px;margin-top:0px;font-size:18px;}#iysipo{margin-right:0px;margin-left:0px;}#irdz44{margin-left:0px;margin-top:0px;}#i520i8{font-size:28px;}#iqk7q6{font-size:18px;margin-top:10px;}#i1kn8n{font-size:18px;}#ifqmjf{font-size:32px;}#irs3c1{font-size:25px;}#iod1iy{font-size:25px;margin-right:0px;margin-left:0px;line-height:1.2;}#ish3cl{font-size:30px;}#i6f2lp{font-size:17px;text-align:left;}#i6ch2h{font-size:19px;line-height:1.4;letter-spacing:0px;margin-top:0px;margin-bottom:15px;}#ia7ofj{font-size:30px;}#ih7unr{font-size:30px;}#itx7sh{font-size:25px;}}@media (max-width: 480px){#ijigf{font-size:46px;}#iwjyy{font-size:19px;line-height:1.4;letter-spacing:0px;margin-top:0px;margin-bottom:15px;}#iixsys{font-size:20px;}#ipo8fx{font-size:25px;}#io8kwb{font-size:30px;}#iv8f8{text-align:left;font-size:17px;}#io6ut{padding-top:0px;margin-right:0px;margin-left:0px;}#ixwm{padding-top:0px;padding-right:0px;padding-left:0px;}#ijlj{padding-top:0px;}#iw2hl{width:26px;height:26px;font-size:14px;}#i7h08{width:26px;height:26px;font-size:14px;}#iyhl5{width:26px;height:26px;font-size:14px;}#iij6f{width:26px;height:26px;font-size:14px;}#ip3uy{font-size:14px;height:26px;}#ip1ye{font-size:14px;height:26px;}#i1098{font-size:14px;height:26px;}#i4ax6{width:98%;font-size:14px;}#iy3fty{width:100%;margin-top:0px;}#ipzmbh{font-size:16px;}#itfrt1{font-size:17px;}#i8qpli{font-size:15px;line-height:1.7;}#ift606{font-size:18px;line-height:1.4;}#iv8vdm{font-size:22px;}#ij6cg7{font-size:24px;}#i0jd0v{font-size:23px;}#iuszpk{margin-top:0px;}#ibc022{font-size:17px;text-align:left;}#iybutg{text-align:left;font-size:17px;}#ihr3oj{text-align:left;font-size:17px;}#ife8eg{text-align:left;font-size:17px;}#i5hkjm{text-align:left;font-size:17px;}#irjrmi-2-2{font-size:25px;}#iu7sv1{font-size:25px;margin-right:0px;margin-left:0px;line-height:1.2;}#iry4ns{font-size:20px;}#ixxzjk{font-size:20px;}#iwrbc5{font-size:20px;}#ipbfve{font-size:20px;}#ia9lb7{font-size:20px;}#irxiau{font-size:20px;}#iz8e0a{font-size:20px;}#ichd3y{font-size:20px;}#ifvxl2{font-size:20px;}#idb9js{font-size:20px;}#i7pwdf{font-size:20px;}#i659ga{font-size:20px;}#iu7pe2{font-size:20px;}#iv4vdu{font-size:20px;}#iodkzg{font-size:20px;}#ieqwug{font-size:20px;}#icenwpk{margin-right:0px;margin-left:0px;}#icow4co{width:80%;}#idlub54{margin-right:79px;margin-left:65px;}#ifm8w4h{margin-left:0px;}#ieqhpja{margin-left:7px;margin-top:0px;font-size:18px;}#ivrja3l{width:80%;}#il692f{margin-top:0px;font-size:18px;}#i3bqai{font-size:22px;}#icuz3{font-size:18px;}#imtrjz{font-size:22px;}#ipnhxr{font-size:18px;}#iam42l{font-size:18px;}#ivdrfh{font-size:18px;}#i3ze53{font-size:18px;}#i84hmd{font-size:18px;}#iv3qsi{font-size:18px;}#ir7qsi{margin-top:0px;}#ifiyva{margin-top:0px;}#ixfvpf{margin-top:0px;}#ig37fi{margin-top:0px;}#i3iv6j{font-size:18px;}#ieouwh{font-size:18px;}#i43fru{font-size:18px;}#im6sux{font-size:18px;}#ig4n76{font-size:18px;}#i60ykj{font-size:18px;}#i31uqq{font-size:18px;}#iyw8jf{font-size:22px;}#i3jw5h{font-size:22px;}#iso8bl{font-size:22px;}#is7j01{font-size:22px;}#iuamvl{margin-right:14px;margin-left:14px;font-size:17px;line-height:1.4;text-align:center;margin-top:0px;}#i4dzsd{font-size:30px;}#irhkyk{font-size:17px;text-align:center;}#iycjcm{width:100%;}#i1mb7j{font-size:10px;}#i1fm5l{font-size:10px;}#isy5fl{font-size:10px;}#iwgzcd{padding-top:9px;margin-top:27px;width:88%;}#i898kk{padding-top:0px;padding-bottom:0px;}#i3rbwf{padding-bottom:0px;}#iakj1c{padding-top:0px;}#ic9w7x{padding-bottom:0px;}#ivmghc{width:100%;padding-left:22px;}#iu1qmf{line-height:1.7;margin-bottom:23px;font-size:20px;}#i7wmbf{line-height:1.7;margin-bottom:23px;font-size:20px;}#ii4fb3{line-height:1.7;margin-bottom:23px;font-size:20px;}#itwtuh{line-height:1.7;margin-bottom:23px;font-size:20px;}#i61xeq{line-height:1.7;margin-bottom:23px;font-size:20px;}#i3f2ir{line-height:1.7;margin-bottom:23px;font-size:20px;}#imc2pg{line-height:1.7;margin-bottom:23px;font-size:20px;}#idv7h4{line-height:1.7;margin-bottom:23px;font-size:20px;}#iozxdd{line-height:1.7;margin-bottom:23px;font-size:20px;}#iknxge{line-height:1.7;margin-bottom:23px;font-size:20px;}#i1dmtq{line-height:1.7;margin-bottom:23px;font-size:20px;}#ianv1h{line-height:1.7;margin-bottom:23px;font-size:20px;}#imml6b{line-height:1.7;margin-bottom:23px;font-size:20px;}#i5tuef{line-height:1.7;margin-bottom:23px;font-size:20px;}#ixtsjp{font-size:28px;}#ilgrve{padding-left:22px;}#i0uvne{font-size:20px;}#ise085{font-size:20px;}#iz803j{font-size:20px;}#iieic9{font-size:20px;}#ia0uph{font-size:20px;}#iwxg2g{font-size:20px;}#i4yxgp{font-size:20px;}#iv4rjf{font-size:20px;}#ievkih{font-size:20px;}#i7h94g{font-size:20px;}#inpu4m{font-size:20px;}#iuv5hz{font-size:20px;}#ipnv2f{font-size:20px;}#iydgfg{font-size:20px;}#i4jsjv{font-size:18px;margin-top:10px;}#ip1pii{font-size:30px;}#ia07pb{padding-top:0px;padding-bottom:0px;}#iszhhg{padding-bottom:0px;}#ii1cqs{padding-top:0px;padding-bottom:0px;}#ial87o{padding-top:0px;}#i75mkv{padding-top:0px;padding-bottom:0px;}#i2f1zs{padding-bottom:0px;}#iwsnzg{padding-top:0px;padding-bottom:0px;}#i3ynqg{padding-top:0px;}#izt5ce{font-size:34px;}#ih8utf{padding-bottom:0px;padding-top:0px;}#iuprq8{font-size:25px;}#iaiz1{font-size:18px;}#ivqtpf{width:53%;}#ijaubl{font-size:32px;}#ihk2ek{width:100%;}#imas7f{width:80%;}#irkapq{font-size:36px;}#idnoqh{padding-left:0px;}#idfws3{font-size:19px;}#iwzby8{font-size:19px;}#iqw48i{font-size:19px;}#ij4vhn{font-size:19px;}#ik7xj3{font-size:19px;}#iyza2i{font-size:20px;line-height:1.4;}#i5n7ya{width:80%;}#iw2hch{width:80%;}#ilpj1y{width:80%;}#icxaf7{width:80%;}#ivbdpf{width:80%;}#ipm0dg{width:80%;}#i1i5kf{width:80%;}#ik7ujf{width:80%;}#ibxl6s{width:80%;}#iqk7q6{font-size:14px;}#i5cc0d{padding-bottom:5px;}#i6f2lp{margin-bottom:15px;}#ia7ofj{font-size:24px;}#i34ch{font-size:23px;}#idf6l1{width:88%;}#itx7sh{font-size:21px;}}


   #editBtn {
    display: flex;
    height: 51px;
    padding: 13px 32px;
    justify-content: center;
    color: "white";
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--primary-blue, #0B4BAC);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.5px;
}
