html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "SF";
  src: url("../fonts/SF-L.woff2") format("woff2"), url("../fonts/SF-L.woff") format("woff"), url("../fonts/SF-L.ttf") format("truetype"), url("../fonts/SF-L.svg#SFUIDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-SB.woff2") format("woff2"), url("../fonts/SF-SB.woff") format("woff"), url("../fonts/SF-SB.ttf") format("truetype"), url("../fonts/SF-SB.svg#SFUIDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-H.woff2") format("woff2"), url("../fonts/SF-H.woff") format("woff"), url("../fonts/SF-H.ttf") format("truetype"), url("../fonts/SF-H.svg#SFUIDisplay-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-L.woff2") format("woff2"), url("../fonts/SF-L.woff") format("woff"), url("../fonts/SF-L.ttf") format("truetype"), url("../fonts/SF-L.svg#SFUIDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-SB.woff2") format("woff2"), url("../fonts/SF-SB.woff") format("woff"), url("../fonts/SF-SB.ttf") format("truetype"), url("../fonts/SF-SB.svg#SFUIDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-H.woff2") format("woff2"), url("../fonts/SF-H.woff") format("woff"), url("../fonts/SF-H.ttf") format("truetype"), url("../fonts/SF-H.svg#SFUIDisplay-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-L.woff2") format("woff2"), url("../fonts/SF-L.woff") format("woff"), url("../fonts/SF-L.ttf") format("truetype"), url("../fonts/SF-L.svg#SFUIDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-SB.woff2") format("woff2"), url("../fonts/SF-SB.woff") format("woff"), url("../fonts/SF-SB.ttf") format("truetype"), url("../fonts/SF-SB.svg#SFUIDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-H.woff2") format("woff2"), url("../fonts/SF-H.woff") format("woff"), url("../fonts/SF-H.ttf") format("truetype"), url("../fonts/SF-H.svg#SFUIDisplay-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn, button, [type=button], [type=reset], [type=submit] {
  border-radius: 50px;
  font-size: 17px;
  line-height: 1.3em;
  font-family: "SF";
  font-weight: 900;
  display: block;
  max-width: 300px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: 0.4s ease-in-out;
}

.btn:disabled {
  background-color: #BABABA;
  color: #1D1D1F;
  opacity: 0.4;
}
.btn:disabled:hover, .btn:disabled:active {
  background-color: #BABABA;
  color: #1D1D1F !important;
}
.btn:disabled:focus, .btn:disabled.focus {
  box-shadow: 0px 0px 40px 0px rgba(186, 186, 186, 0.45) !important;
}

.btn-nav {
  font-size: 15px;
}

.btn-social-media {
  font-size: 16px !important;
  padding: 10px 8px !important;
  font-weight: 600;
}

.btn-sm {
  padding: 15px;
  max-width: 190px;
  min-width: 190px;
}

.btn-lg {
  padding: 15px 40px;
  max-width: 380px;
}

.btn-1 {
  background-color: #F52D56;
  color: #FFFFFF;
}
.btn-1:hover, .btn-1:active {
  background-color: #00FFCE;
  color: #052049 !important;
}
.btn-1:focus, .btn-1.focus {
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.45) !important;
}

.btn-2 {
  background-color: #00FFCE;
  color: #052049;
}
.btn-2:hover, .btn-2:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-2:focus, .btn-2.focus {
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 206, 0.45) !important;
}

.btn-3 {
  background-color: #052049;
  color: #FFFFFF;
}
.btn-3:hover, .btn-3:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-3:focus, .btn-3.focus {
  box-shadow: 0px 0px 40px 0px rgba(5, 32, 73, 0.45) !important;
}

.btn-4 {
  background-color: #052049;
  color: #FFFFFF;
}
.btn-4:hover, .btn-4:active {
  background-color: #00FFCE;
  color: #052049 !important;
}
.btn-4:focus, .btn-4.focus {
  box-shadow: 0px 0px 40px 0px rgba(5, 32, 73, 0.45) !important;
}

.btn-5 {
  background-color: #fafafa;
  color: #1D1D1F;
}
.btn-5:hover, .btn-5:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-5:focus, .btn-5.focus {
  box-shadow: 0px 0px 40px 0px rgba(250, 250, 250, 0.45) !important;
}

.btn-6 {
  background-color: #fafafa;
  color: #1D1D1F;
}
.btn-6:hover, .btn-6:active {
  background-color: #00FFCE;
  color: #052049 !important;
}
.btn-6:focus, .btn-6.focus {
  box-shadow: 0px 0px 40px 0px rgba(250, 250, 250, 0.45) !important;
}

.btn-7 {
  background-color: #1D1D1F;
  color: #FFFFFF;
}
.btn-7:hover, .btn-7:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-7:focus, .btn-7.focus {
  box-shadow: 0px 0px 40px 0px rgba(29, 29, 31, 0.45) !important;
}

.btn-8 {
  background-color: #1D1D1F;
  color: #FFFFFF;
}
.btn-8:hover, .btn-8:active {
  background-color: #00FFCE;
  color: #052049 !important;
}
.btn-8:focus, .btn-8.focus {
  box-shadow: 0px 0px 40px 0px rgba(29, 29, 31, 0.45) !important;
}

.btn-9 {
  background-color: #579BFF;
  color: #FFFFFF;
}
.btn-9:hover, .btn-9:active {
  background-color: #00FFCE;
  color: #052049 !important;
}
.btn-9:focus, .btn-9.focus {
  box-shadow: 0px 0px 40px 0px rgba(87, 155, 255, 0.45) !important;
}

.btn-facebook {
  background-color: #4267B2;
  color: #FFFFFF;
}
.btn-facebook:hover, .btn-facebook:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0px 0px 40px 0px rgba(66, 103, 178, 0.45) !important;
}

.btn-linkedin {
  background-color: #0072b1;
  color: #FFFFFF;
}
.btn-linkedin:hover, .btn-linkedin:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0px 0px 40px 0px rgba(0, 114, 177, 0.45) !important;
}

.btn-instagram {
  background-color: #E1306C;
  color: #FFFFFF;
}
.btn-instagram:hover, .btn-instagram:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0px 0px 40px 0px rgba(225, 48, 108, 0.45) !important;
}

.btn-twitter {
  background-color: #1DA1F2;
  color: #FFFFFF;
}
.btn-twitter:hover, .btn-twitter:active {
  background-color: #F52D56;
  color: #FFFFFF !important;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0px 0px 40px 0px rgba(29, 161, 242, 0.45) !important;
}

.btn-clean {
  text-transform: none;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto;
}

.btn-clean:focus {
  border: none !important;
  outline: none !important;
}

.links {
  transition: 0.4s ease-in-out;
  font-weight: 700;
  text-decoration: none;
}

.link-1 {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
}
.link-1:hover, .link-1:active {
  color: #052049 !important;
  text-decoration: none;
}

.link-2 {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
}
.link-2:hover, .link-2:active {
  color: #F52D56 !important;
  text-decoration: none;
}

.link-3 {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
}
.link-3:hover, .link-3:active {
  color: #00FFCE !important;
  text-decoration: none;
}

.link-4 {
  color: #052049;
  transition: 0.4s ease-in-out;
}
.link-4:hover, .link-4:active {
  color: #F52D56 !important;
  text-decoration: none;
}

.link-5 {
  color: #00FFCE;
  transition: 0.4s ease-in-out;
}
.link-5:hover, .link-5:active {
  color: #F52D56 !important;
  text-decoration: none;
}

@font-face {
  font-family: "SF";
  src: url("../fonts/SF-L.woff2") format("woff2"), url("../fonts/SF-L.woff") format("woff"), url("../fonts/SF-L.ttf") format("truetype"), url("../fonts/SF-L.svg#SFUIDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-SB.woff2") format("woff2"), url("../fonts/SF-SB.woff") format("woff"), url("../fonts/SF-SB.ttf") format("truetype"), url("../fonts/SF-SB.svg#SFUIDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SF-H.woff2") format("woff2"), url("../fonts/SF-H.woff") format("woff"), url("../fonts/SF-H.ttf") format("truetype"), url("../fonts/SF-H.svg#SFUIDisplay-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, input, optgroup, select, textarea {
  font-family: "SF";
}

h1 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 900;
  text-transform: capitalize;
}

h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 200;
}

h4, h5, h6 {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

p, a, ul, ol {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

strong {
  font-weight: 700;
}

.link {
  font-size: 12px;
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6, p, a, img, i, li {
  margin-bottom: 20px !important;
}

.big {
  font-size: 80px;
}

input, optgroup, select, textarea {
  font-weight: 600 !important;
  font-size: 22px;
  padding: 24px 20px !important;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
  color: #052049 !important;
}
input:focus, optgroup:focus, select:focus, textarea:focus {
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.15) !important;
}

select {
  padding: 0 1rem !important;
  height: 48px !important;
  background: url("../img/caret-down-solid.svg") no-repeat;
  background-position: right 12px top 12px;
  background-size: 12px;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.disclaimer, .disclaimer a, .disclaimer p {
  font-size: 12px;
}

.bg-1 {
  background-color: #052049;
}

.bg-2 {
  background-color: #F52D56;
}

.bg-3 {
  background-color: #00FFCE;
}

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

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

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

.bg-d-grey {
  background-color: #1D1D1F;
}

.bg-l-grey {
  background-color: #fafafa;
}

.primary, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary a, .primary ul, .primary li {
  color: #052049 !important;
}

.secondary, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary a, .secondary ul, .secondary li {
  color: #F52D56 !important;
}

.tertiary, .tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary p, .tertiary a, .tertiary ul, .tertiary li {
  color: #00FFCE !important;
}

.quaternary, .quaternary h1, .quaternary h2, .quaternary h3, .quaternary h4, .quaternary h5, .quaternary h6, .quaternary p, .quaternary a, .quaternary ul, .quaternary li {
  color: #579BFF !important;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white ul, .white li {
  color: #FFFFFF !important;
}

.black, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black p, .black a, .black ul, .black li {
  color: #000000 !important;
}

.grey, .grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey p, .grey a, .grey ul, .grey li {
  color: #BABABA !important;
}

.d-grey, .d-grey h1, .d-grey h2, .d-grey h3, .d-grey h4, .d-grey h5, .d-grey h6, .d-grey p, .d-grey a, .d-grey ul, .d-grey li {
  color: #1D1D1F !important;
}

.l-grey, .l-grey h1, .l-grey h2, .l-grey h3, .l-grey h4, .l-grey h5, .l-grey h6, .l-grey p, .l-grey a, .l-grey ul, .l-grey li {
  color: #fafafa !important;
}

.mw-10px {
  max-width: 10px;
  margin: 0 auto;
  width: 100%;
}

.mw-20px {
  max-width: 20px;
  margin: 0 auto;
  width: 100%;
}

.mw-30px {
  max-width: 30px;
  margin: 0 auto;
  width: 100%;
}

.mw-40px {
  max-width: 40px;
  margin: 0 auto;
  width: 100%;
}

.mw-50px {
  max-width: 50px;
  margin: 0 auto;
  width: 100%;
}

.mw-100px {
  max-width: 100px;
  margin: 0 auto;
  width: 100%;
}

.mw-150px {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}

.mw-200px {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}

.mw-250px {
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}

.mw-300px {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.mw-350px {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.mw-400px {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.mw-450px {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.mw-500px {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.mw-550px {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}

.mw-600px {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.mw-650px {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

.mw-700px {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.mw-750px {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.mw-800px {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.mw-850px {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.mw-900px {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.mw-950px {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}

.mw-1000px {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.mw-1050px {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
}

.mw-1100px {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.mw-1150px {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}

.mw-1200px {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.material-symbols-outlined {
  bottom: -6px !important;
  position: relative;
}

.material-fill {
  font-variation-settings: "FILL" 1;
}

.btn-center {
  margin: 0 auto 20px auto;
}

#vendor .navbar .logo {
  display: none !important;
}
#vendor .navbar .icon {
  display: inline-block !important;
}

.navbar-vendor .navbar-nav {
  background: #052049 !important;
}
.navbar-vendor .nav-link {
  color: #FFFFFF !important;
}
.navbar-vendor .nav-link:hover {
  color: #F52D56 !important;
}

.navbar {
  padding: 0 4rem !important;
  z-index: 9999999 !important;
  margin: 0 auto;
}
.navbar .navbar-brand {
  margin: 0 !important;
  padding: 10px 25px;
  border-radius: 0 0 25px 25px;
  background: #fafafa;
  transition: 0.4s ease-in-out;
}
.navbar .navbar-brand:hover {
  background: #F52D56;
}
.navbar .navbar-brand:hover img {
  filter: brightness(100) saturate(0) brightness(100);
}
.navbar .logo {
  width: 150px !important;
}
.navbar .icon {
  width: 40px !important;
}
.navbar .navbar-nav {
  padding: 7px 25px;
  border-radius: 25px;
  background: #fafafa;
  margin-right: 20px;
}
.navbar .navbar-nav .nav-link {
  margin-bottom: 0 !important;
  display: inline;
  font-family: "SF" !important;
}
.navbar .navbar-nav .nav-link-icon-text {
  top: -2px;
  position: relative;
}
.navbar .navbar-nav .nav-item {
  display: inline !important;
}
.navbar .navbar-nav .nav-item i {
  margin-bottom: 0 !important;
  font-size: 22px;
  padding: 5px;
}
.navbar .navbar-nav .nav-divider {
  border-right: 1px solid;
  border-color: #BABABA;
  border-radius: 50px;
  margin-right: 8px;
  margin-left: 4px;
}

.hero-users-icon {
  max-width: 50px;
}

.hero-users-img {
  max-height: 150px;
  margin: 30px auto 10px !important;
}

.hero-users-col-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.icon-index {
  display: inline-block;
  margin: 0px 5px 20px -60px !important;
}

.app-store-icons {
  max-height: 50px;
}

.area-logo {
  border-radius: 0 25px 25px 0;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.area-logo .section {
  margin: 30px auto;
  display: block;
  max-width: 650px;
}
.area-logo .section .links i {
  margin: 0 5px;
  font-size: 26px;
}

.area-info {
  max-width: 95%;
  margin: 30px auto;
}
.area-info .section {
  margin: 60px auto;
}

.mft-video {
  max-width: 350px;
}

.carousel img {
  display: block;
}
.carousel .description {
  margin: 25px auto;
  max-width: 350px;
  text-align: center;
}
.carousel .description h1, .carousel .description h2, .carousel .description h3, .carousel .description h4, .carousel .description h5, .carousel .description h6 {
  margin-bottom: 5px !important;
}
.carousel .description p {
  color: #00FFCE !important;
}

.carousel-index h1 {
  font-size: 30px;
}
.carousel-index .description {
  max-width: 400px;
}

.carousel-vendor {
  margin: 60px auto;
}

.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators .active {
  width: 16px;
  height: 15px;
  background-color: #F52D56;
}

.carousel-indicators li {
  width: 11px;
  height: 10px;
  border-radius: 100%;
  margin: auto 5px !important;
  opacity: 1;
  transition: 0.4s ease-in-out;
  background-color: #1D1D1F;
}
.carousel-indicators li:hover {
  background-color: #F52D56;
}

.ft-benefits-ul {
  padding-left: 20px;
}

.ft-benefits-ul li {
  margin-bottom: 5px !important;
}

.social-media {
  margin-bottom: 20px !important;
}
.social-media .links i {
  font-size: 26px;
}

footer {
  margin: 4rem 0 !important;
}
footer i {
  font-size: 26px;
  margin: 0 5px !important;
}

.faq {
  max-width: 900px;
  margin: 0 auto;
}

#accordion-faq .collapsed {
  background-color: #FFFFFF;
  color: #052049;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 1px solid #BABABA;
}
#accordion-faq .card-header:hover {
  cursor: pointer;
  background-color: #052049;
  color: #00FFCE;
  transition: 0.4s ease-in-out;
}

.accordion .card {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.accordion .card-header, .accordion .card-header:hover {
  padding: 8px 10px 15px 10px;
  cursor: pointer;
  background-color: #1D1D1F;
  color: #00FFCE;
  transition: 0.4s ease-in-out;
}
.accordion .collapsed {
  background-color: #052049;
  color: #FFFFFF;
}
.accordion .card-header, .accordion .collapsed {
  margin-bottom: 20px !important;
  border-radius: 5px !important;
  border: none;
}
.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  padding-top: 5px;
}
.accordion .card-header.collapsed:after {
  content: "\f107";
  padding-top: 5px;
}
.accordion .icon {
  max-width: 20px;
  margin: 0 !important;
  position: relative;
  top: 5px;
}
.accordion .icon-2 {
  width: 15px;
  height: 18px;
}
.accordion i {
  margin-bottom: 0 !important;
}
.accordion h4 {
  display: inline;
  margin: 0 !important;
  margin-left: 5px !important;
}
.accordion .card-body {
  border-radius: 0px 0px 25px 25px;
  margin: -23px 0px 20px !important;
  padding: 0px;
  background-color: #fafafa;
}
.accordion .accordion-content {
  padding: 3rem 2.5rem 2.5rem;
}
.accordion .video-container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.accordion .video-container video {
  width: 100%;
  max-height: 600px;
  border-radius: 15px;
  position: relative;
  left: 0;
  top: 0;
}

.scroll-icon {
  width: 15px;
  margin: auto;
  text-align: center;
  height: 60px;
}

.chevron {
  position: absolute;
  width: 15px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #F52D56;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll .text {
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.h-md-100 {
  height: 100vh;
}

.shadow-primary {
  box-shadow: 0px 0px 40px 0px rgba(5, 32, 73, 0.6) !important;
}

.shadow-secondary {
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.6) !important;
}

.shadow-tertiary {
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 206, 0.6) !important;
}

.shadow-primary-smooth {
  box-shadow: 0px 0px 40px 0px rgba(5, 32, 73, 0.15) !important;
}

.shadow-secondary-smooth {
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.15) !important;
}

.shadow-tertiary-smooth {
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 206, 0.15) !important;
}

.shadow-grey {
  box-shadow: 0px 0px 40px 0px rgba(186, 186, 186, 0.15) !important;
}

.shadow-l-grey {
  box-shadow: 0px 0px 40px 0px rgba(250, 250, 250, 0.45) !important;
}

.shadow-d-grey {
  box-shadow: 0px 0px 40px 0px rgba(29, 29, 31, 0.15) !important;
}

.shadow-white {
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.15) !important;
}

.shadow-black {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15) !important;
}

.br-1 {
  border-radius: 25px;
}

.card-1 {
  border-radius: 25px;
  border: none;
  padding: 60px;
}

.card-section {
  margin: 20px;
}

.header-1 {
  padding: 3rem 0 4rem;
}

.form {
  margin-top: -3rem;
  width: 95%;
  border-radius: 5px !important;
  padding: 2rem;
}
.form input {
  text-align: center;
  border: 1px solid #1D1D1F !important;
}

input[type=checkbox], input[type=radio] {
  width: 15px !important;
  height: 15px !important;
  vertical-align: middle;
  padding: 12px !important;
}

.form-thank-you {
  margin-bottom: 150px;
}

.card-thank-you {
  margin-bottom: -150px !important;
}
.card-thank-you i {
  margin-bottom: 0 !important;
}

.row-fc {
  display: flex;
  flex-wrap: wrap;
}

.col-fc {
  display: flex;
}

.features-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.15) !important;
}

.features-card:hover {
  border: 1px solid #F52D56;
  box-shadow: 0px 0px 40px 0px rgba(245, 45, 86, 0.6) !important;
}

.fc-title {
  font-weight: 600;
  margin: 10px auto 5px !important;
  font-size: 20px;
  color: #052049;
}

@media (max-width: 1199.98px) {
  .big {
    font-size: 60px;
  }
  .btn-r-center {
    margin: 0 auto 20px auto;
  }
  .icon-index {
    margin: 0px 5px 45px -60px !important;
  }
  .accordion .video-container video {
    max-height: 450px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4, h5, h6 {
    font-size: 16px;
  }
  p, ul, ol, p a, ul a, ol a {
    font-size: 16px;
  }
  .disclaimer, .disclaimer a, .disclaimer p {
    font-size: 11px;
  }
  .btn {
    font-size: 16px;
  }
  .btn-tr-center {
    margin: 0 auto 20px auto;
  }
  .big {
    font-size: 40px;
  }
  .btn-lg {
    padding: 15px 30px;
  }
  .main-logo {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .area-logo {
    padding: 15px;
    position: initial;
    border-radius: 0;
  }
  .area-logo .section {
    margin: 10px auto;
  }
  .navbar-vendor .navbar-nav {
    background: #FFFFFF !important;
  }
  .navbar-vendor .nav-link {
    color: #052049 !important;
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .navbar-vendor .nav-link:hover {
    color: #F52D56 !important;
  }
  .navbar {
    padding: 0 1rem !important;
  }
  .card-1 {
    padding: 45px;
  }
  .carousel {
    margin: 30px auto;
  }
  .carousel .img {
    max-width: 200px;
  }
  .carousel .h1 {
    font-size: 22px;
  }
  .icon-index {
    display: block;
    margin: 0 auto 20px !important;
  }
  .ft-benefits-ul {
    padding-left: 0px;
    list-style: none;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4, h5, h6 {
    font-size: 15px;
  }
  p, ul, ol, p a, ul a, ol a {
    font-size: 15px;
  }
  .big {
    font-size: 30px;
  }
  .disclaimer, .disclaimer a, .disclaimer p {
    font-size: 10px;
  }
  .btn {
    font-size: 15px;
  }
  .navbar-vendor .navbar-nav {
    top: 0px !important;
    border-radius: 15px !important;
    margin: 10px auto !important;
    padding: 5px 20px !important;
  }
  .navbar-vendor .navbar-brand {
    display: none !important;
  }
  .navbar-vendor .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .navbar {
    padding: 0 !important;
  }
  .navbar .navbar-brand {
    padding: 5px 8px;
    border-radius: 0 0 15px 15px;
    margin-left: 5px !important;
  }
  .navbar .navbar-nav {
    padding: 5px 10px;
    margin-right: 5px;
    top: -10px;
    position: relative;
    border-radius: 0 0 15px 15px;
  }
  .navbar .navbar-nav .nav-item i {
    padding: 5px;
  }
  .btn-nav {
    font-size: 15px;
    padding: 10px;
    margin-right: 5px !important;
    position: relative;
    top: -10px;
    border-radius: 0 0 15px 15px !important;
    text-transform: capitalize !important;
  }
  footer {
    margin: 4rem 0 70px !important;
  }
  .mwr-50px {
    max-width: 50px !important;
    margin: 0 auto;
  }
  .mwr-100px {
    max-width: 100px !important;
    margin: 0 auto;
  }
  .mwr-150px {
    max-width: 150px !important;
    margin: 0 auto;
  }
  .mwr-200px {
    max-width: 200px !important;
    margin: 0 auto;
  }
  .mwr-250px {
    max-width: 250px !important;
    margin: 0 auto;
  }
  .mwr-300px {
    max-width: 300px !important;
    margin: 0 auto;
  }
  .mwr-350px {
    max-width: 350px !important;
    margin: 0 auto;
  }
  .card-1 {
    padding: 40px 30px;
  }
  .card-1-slider {
    padding-top: 70px !important;
  }
  .card-section {
    margin: 5px;
  }
  .main-logo {
    margin-top: 30px;
    max-width: 120px;
  }
  .mft-video {
    max-width: 240px;
  }
  .area-info {
    width: 100%;
  }
  .area-info .container-fluid {
    padding: 0;
  }
  .accordion .accordion-content {
    padding: 1.5rem 1.5rem 1rem;
  }
  .form {
    padding: 2rem 0.8rem;
  }
  .card-thank-you {
    max-width: 90%;
  }
  .carousel-vendor img {
    max-width: 300px;
  }
  .carousel-index h1 {
    height: 100px;
  }
  .carousel-index img {
    max-width: 150px !important;
  }
  .hero-users-icon {
    max-width: 30px;
  }
  .hero-users-img {
    max-height: 70px;
    margin: 10px auto 10px !important;
  }
  .hero-users-col-2 {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
  }
}/*# sourceMappingURL=main.css.map */