body {
  color: #343047;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

::-moz-selection {
  color: #fff;
  background: #b177bf;
}

::selection {
  color: #fff;
  background: #b177bf;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
}

h1 {
  font-size: 60px;
  letter-spacing: -2px;
}
h1 .bigger {
  color: #9da2d0;
  font-size: 72px;
}

h2 {
  font-size: 44px;
  font-size: 43px;
  letter-spacing: -1px;
}

h3 {
  font-size: 27px;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
}
h3.bigger {
  font-size: 36px;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}
h4.bigger {
  font-size: 27px;
}

h5 {
  font-size: 19px;
  line-height: 1.3;
}

h6 {
  font-size: 16px;
  line-height: 1.3;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.67;
  margin: 0 0 25px;
}

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

.container {
  padding: 0 3%;
  width: 100%;
  max-width: none;
}

.top-wrap {
  background: url("../png/bg-cube1.png") no-repeat 85% -350px;
}

.secondary-wrap {
  background: #f7f7f7;
}
.secondary-wrap .section-hero {
  padding-bottom: 250px;
}
.secondary-wrap .section-hero.shorter {
  margin-bottom: 150px;
}

.secondary-full-wrap {
  background: #f7f7f7;
}

.secondary-full-wrap .section-hero .page-title .button-wrap {
  margin: 28px auto 15px;
}
.secondary-full-wrap .section-hero .page-title .button-wrap .btn {
  margin: 0 3px;
}

nav .brand-logo {
  height: 100%;
  margin-right: 55px;
  position: relative;
  display: flex;
  align-items: center;
}

.brand-logo img {
  height: 34px;
  height: 36px;
}

nav ul a {
  font-size: 16px;
  font-weight: 600;
  font-weight: 400;
  padding: 0 20px;
}

nav ul a.active {
  font-weight: 600;
}

.nav-search .the-search {
  background: #fff;
  font-size: 13px;
  line-height: 34px;
  height: 34px;
  padding: 0 25px 0 20px;
  border-radius: 111px;
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.nav-search .the-search i {
  color: #000;
  font-size: 18px;
  line-height: 1 !important;
  height: auto !important;
}

.nav-search input[type=text] {
  background: transparent;
  color: #888;
  font-size: 13px;
  margin-bottom: 3px;
  height: auto !important;
  width: auto;
  min-width: 170px;
  border: 0;
}
.nav-search input[type=text]:focus {
  border: 0 !important;
  box-shadow: 0 0 0 !important;
}

.nav-wrapper .right {
  display: flex;
  gap: 10px;
  align-items: center;
}

.reveal {
  position: relative;
  transform: translateY(25px);
  opacity: 0;
  transition: 0.7s all ease-out;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.icon-outlined {
  width: 60px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 14px;
  display: inline-block;
}
.icon-outlined img {
  width: 100%;
}

.featured-carousel {
  overflow: hidden;
}

.sidenav {
  padding-top: 10px;
}

.title-vbold {
  font-weight: 900;
  text-transform: uppercase;
}

a.plain-link {
  color: #434c8d;
}

a.underlined {
  color: #343047;
  transition: all 100ms ease;
}

a.underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 6px;
  background-color: hotpink;
  opacity: 1;
  transition: opacity 200ms, transform 200ms;
}

a.tooltipped {
  color: #3a4fba;
}

.show-small {
  display: none;
}

.accent-color {
  color: #00a89b;
}

.caps-accent {
  color: #9da2d0;
  text-transform: uppercase;
}

.thin {
  font-weight: 300 !important;
}

.caps-accent-big {
  color: #cc53c1;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.caps-accent-big strong {
  font-weight: 700;
}

.bbot-0 {
  border-bottom: 0 !important;
}

.no-shadow {
  box-shadow: 0 0 0 !important;
}
.no-shadow .card {
  width: 100%;
  box-shadow: 0 0 0;
}
.no-shadow .card:hover {
  box-shadow: 0 0 0;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.lighter {
  color: #5a6876;
}

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

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

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

.jcc {
  justify-content: center !important;
}

.jcsb {
  justify-content: space-between !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

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

ul.bulleted li {
  list-style: circle;
  list-style-position: inside;
}

.edge-1 {
  background: url("../png/cube-edge1.png") no-repeat left bottom;
}

.edge-2 {
  background: url("../png/cube-edge2.png") no-repeat right top;
}

span.squiggle-1 {
  background: url("../png/squiggle1.png") no-repeat left bottom;
  background-size: 100% 17px;
  padding-bottom: 7px;
}

span.squiggle-2 {
  background: url("../png/squiggle2.png") no-repeat left bottom;
  background-size: 100% 11px;
  padding-bottom: 2px;
}

.gray-bg {
  background: #F7F7F7;
}

.dark-gray-bg {
  background: #3a3a3a;
}

.navy-bg {
  background: #13112b;
}

a {
  color: #5d4fc5;
}

a:hover {
  color: #cc53c1;
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

.btn, .btn-large, .btn-small, .btn-flat {
  background-color: #343047;
  color: #fff;
  border-radius: 111px;
  box-shadow: 0 0 0;
  transition: opacity 150ms ease;
  transition: background-color 150ms ease;
}
.btn:active, .btn:focus, .btn-large:active, .btn-large:focus, .btn-small:active, .btn-small:focus, .btn-flat:active, .btn-flat:focus {
  background-color: #343047;
}
.btn:hover, .btn-large:hover, .btn-small:hover, .btn-flat:hover {
  background-color: #343047;
  color: #fff;
  box-shadow: 0 0 0;
  opacity: 0.8;
}
.btn.curios-purple, .btn-large.curios-purple, .btn-small.curios-purple, .btn-flat.curios-purple {
  background-color: #5d4fc5;
}
.btn.curios-purple:hover, .btn-large.curios-purple:hover, .btn-small.curios-purple:hover, .btn-flat.curios-purple:hover {
  background-color: #cc53c1;
}
.btn.curios-green, .btn-large.curios-green, .btn-small.curios-green, .btn-flat.curios-green {
  background-color: #00a89b;
}
.btn.curios-green:hover, .btn-large.curios-green:hover, .btn-small.curios-green:hover, .btn-flat.curios-green:hover {
  background-color: #00a89b;
}
.btn.btn-navy, .btn-large.btn-navy, .btn-small.btn-navy, .btn-flat.btn-navy {
  background-color: #232138;
}
.btn.btn-navy:hover, .btn-large.btn-navy:hover, .btn-small.btn-navy:hover, .btn-flat.btn-navy:hover {
  background-color: #232138;
}

.btn, .btn-large, .btn-small, .btn-flat {
  font-weight: 700;
  letter-spacing: 0;
  border: none;
  border-radius: 111px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 50px;
  text-transform: uppercase;
}

.btn-outline,
.btn-outline:focus,
.btn-outline:active {
  background: transparent;
  color: #3f3864;
  border: 1px solid #343047;
}
.btn-outline:hover,
.btn-outline:focus:hover,
.btn-outline:active:hover {
  background: transparent;
  color: #5d4fc5;
  border-color: #5d4fc5;
}

.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #343047;
}

.btn-small {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.btn-small.btn-outline {
  line-height: 32px;
}

.btn-large {
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  padding: 0 50px;
}

.btn-disabled,
btn.btn-disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: default;
}
.btn-disabled:hover,
btn.btn-disabled:hover {
  opacity: 1;
}

nav .btn-profile {
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
nav .btn-profile i {
  height: 50px;
  line-height: 50px;
}

.slick-slider .card {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  box-shadow: 0 0 0;
}
.slick-slider .card:hover {
  box-shadow: 0 0 0;
}
.slick-slider .card .card-content {
  padding: 24px;
}

.page-footer {
  background: #f7f7f7;
  color: #343047;
  padding-top: 60px;
}
.page-footer h1, .page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6, .page-footer p, .page-footer li, .page-footer a {
  color: #343047;
}

.footer-copyright {
  margin-top: 50px;
}

input:not([type])::-moz-placeholder, input[type=text]:not(.browser-default)::-moz-placeholder, input[type=password]:not(.browser-default)::-moz-placeholder, input[type=email]:not(.browser-default)::-moz-placeholder, input[type=url]:not(.browser-default)::-moz-placeholder, input[type=time]:not(.browser-default)::-moz-placeholder, input[type=date]:not(.browser-default)::-moz-placeholder, input[type=datetime]:not(.browser-default)::-moz-placeholder, input[type=datetime-local]:not(.browser-default)::-moz-placeholder, input[type=tel]:not(.browser-default)::-moz-placeholder, input[type=number]:not(.browser-default)::-moz-placeholder, input[type=search]:not(.browser-default)::-moz-placeholder, textarea.materialize-textarea::-moz-placeholder {
  color: #aaa;
}

input:not([type])::placeholder, input[type=text]:not(.browser-default)::placeholder, input[type=password]:not(.browser-default)::placeholder, input[type=email]:not(.browser-default)::placeholder, input[type=url]:not(.browser-default)::placeholder, input[type=time]:not(.browser-default)::placeholder, input[type=date]:not(.browser-default)::placeholder, input[type=datetime]:not(.browser-default)::placeholder, input[type=datetime-local]:not(.browser-default)::placeholder, input[type=tel]:not(.browser-default)::placeholder, input[type=number]:not(.browser-default)::placeholder, input[type=search]:not(.browser-default)::placeholder, textarea.materialize-textarea::placeholder {
  color: #aaa;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-color: #3f3864;
  border-bottom: 1px solid #3f3864;
  box-shadow: 0 1px 0 0 #3f3864;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #3f3864;
}

[type=checkbox]:checked + span:not(.lever):before {
  border-right-color: #da56c2;
  border-bottom-color: #da56c2;
}

[type=checkbox] + span.smaller:not(.lever) {
  font-size: 13px;
  line-height: 1.4;
}

form {
  margin: 0 auto;
}
.field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.field label {
  text-align: left;
  display: block;
  margin-bottom: 8px;
}

.field-double .btn {
  margin-left: 10px;
}

.fields-vertical > * {
  display: block;
}

span.req {
  color: red;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 8px;
  z-index: 1;
  top: -3px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #3a4fba;
  border: 0 solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(255, 28, 168, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #cc53c1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  background: #eee;
  background: linear-gradient(45deg, rgb(230, 230, 230) 0%, rgb(245, 245, 245) 100%);
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 15px;
  border: 4px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section {
  padding: 0;
}

.block {
  padding: 85px 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  max-width: 1650px;
}

.block-1100 {
  padding: 50px 50px;
  max-width: 1100px;
}

.block-full {
  padding: 85px 0;
  border-bottom: 1px solid #eaeaea;
}

.block-full-noborder {
  padding: 60px 0;
  border-bottom: 0;
}

.card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.card .card-content {
  padding: 40px;
}
.card .card-action {
  padding: 40px;
  border-top: 0;
}
.card .form-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.card .the-title {
  margin-bottom: 50px;
}
.card .the-title h1, .card .the-title h2, .card .the-title h3 {
  margin-bottom: 10px;
}
.card .title-small h4, .card .title-small h5, .card .title-small h6 {
  margin-bottom: 8px;
}
.card .the-title.mxw p,
.card .title-small.mxw p {
  max-width: 600px;
}

.alert-card {
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  display: inline-block;
}
.alert-card .card-content {
  padding: 20px;
}

.row.wrap {
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row.wrap > .col {
  margin-left: 0;
  display: flex;
}
.row.wrap .card {
  border-radius: 8px;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.row.wrap .card .card-content {
  padding: 50px 40px;
  flex: 1 0 100%;
}
.row.wrap .card .card-content p:last-of-type {
  margin-bottom: 0;
}
.row.wrap .card .card-action {
  flex: 1 0 100%;
}

.headline-center {
  margin: 0 auto 80px;
  max-width: 800px;
}
.headline-center.wider {
  max-width: 1000px;
}

.featured-notice {
  background: linear-gradient(45deg, #21a79b 0%, #837fbc 100%) !important;
  color: #fff;
  color: white;
  text-align: center;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-notice img {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 25px;
  opacity: 0.65;
}
.featured-notice a {
  color: #fff;
  font-size: 16px;
}
.featured-notice a:hover {
  color: #211d37;
}
.featured-notice a span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-notice .dash {
  color: #211d37;
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
}

.page-footer .footer-copyright {
  background: #343047;
  line-height: 1.2;
}

.section-hero {
  padding-top: 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.section-hero h1 {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
}
.section-hero .the-desc {
  margin: 0 auto;
  max-width: 1000px;
}
.section-hero .home-title-area {
  padding: 10vh 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-hero .page-title {
  padding-top: 70px;
}

.section-slick-slide {
  max-width: 1650px;
  display: flex;
  align-items: center;
}
.section-slick-slide .caps-accent {
  margin-bottom: 10px;
}
.section-slick-slide h3 {
  margin-bottom: 0;
}
.section-slick-slide h1 {
  margin-bottom: 15px;
}

.featured-carousel h2 {
  margin-bottom: 10px;
}
.featured-carousel .the-caption {
  margin-top: 25px;
}
.featured-carousel .the-caption h5 {
  margin-bottom: 5px;
}
.featured-carousel .the-caption h5.fw-400 {
  color: #888;
}
.featured-carousel .btn {
  margin-top: 30px;
}

.section-home-features {
  max-width: 1350px;
}
.section-home-features img {
  max-width: 100%;
}
.section-home-features .the-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-home-features .the-features .col.s6.m3,
.section-home-features .the-features .col.s6.m4 {
  padding: 0 2%;
  margin-bottom: 40px;
}
.section-home-features .the-features h5 {
  margin-bottom: 10px;
}
.section-home-features .the-icon {
  background: rgb(103, 64, 188);
  background: linear-gradient(90deg, rgb(103, 64, 188) 0%, rgb(184, 79, 192) 100%);
  margin-bottom: 30px;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home-features .the-icon img {
  max-width: 24px;
}
.section-home-features .the-icon i {
  color: #fff;
  font-size: 24px;
}
.feature-icon {
  background: rgb(103, 64, 188);
  background: linear-gradient(90deg, rgb(103, 64, 188) 0%, rgb(184, 79, 192) 100%);
  margin-bottom: 30px;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-icon img {
  max-width: 24px;
}
.feature-icon i {
  color: #fff;
  font-size: 24px;
}
.feature-icon.feature-icon-1 {
  background: linear-gradient(90deg, rgb(103, 64, 188) 0%, rgb(184, 79, 192) 100%);
}
.feature-icon.feature-icon-2 {
  background: linear-gradient(90deg, #ba3a94 0%, #da5f56 100%);
}
.feature-icon.feature-icon-3 {
  background: linear-gradient(90deg, #ba853a 0%, #da6256 100%);
}
.feature-icon.feature-icon-4 {
  background: linear-gradient(90deg, #dbc14a 0%, #e7b148 100%);
}
.feature-icon.feature-icon-5 {
  background: linear-gradient(90deg, #aada56 0%, #91ba3a 100%);
}
.feature-icon.feature-icon-6 {
  background: linear-gradient(90deg, #3abaac 0%, #88da56 100%);
}
.feature-icon.feature-icon-7 {
  background: linear-gradient(90deg, #3aa3ba 0%, #5681da 100%);
}
.feature-icon.feature-icon-8 {
  background: linear-gradient(90deg, #3a4fba 0%, #8e56da 100%);
}

.section-features {
  padding-top: 0;
}
.section-features .the-features {
  margin: 0 auto;
  float: none;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-features .the-features .the-item {
  background: #fff;
  padding: 35px 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-features .the-features .the-item .the-text {
  margin: 0 30px;
}
.section-features .the-features .the-item .btn-wrap {
  text-align: right;
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.section-features .the-features .the-item .btn-wrap .wrap {
  margin-right: 10px;
}
.section-features .the-features .the-item h5 {
  margin-bottom: 5px;
}
.section-features .the-features .the-item p {
  margin-bottom: 0;
}
.section-features .the-features .main-feature {
  box-shadow: 0 4px 18px rgba(214, 77, 194, 0.29);
  box-shadow: 0 4px 18px rgba(97, 67, 197, 0.29);
  align-items: flex-start;
}
.section-features .the-features .main-feature .the-icon-wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.section-features .the-features .main-feature .the-icon-wrap h5 {
  margin-bottom: 0;
}
.section-features .the-features .main-feature .feature-icons {
  margin: 10px 0 0;
}
.section-features .the-features .col:nth-of-type(1) .the-icon {
  background: linear-gradient(90deg, rgb(103, 64, 188) 0%, rgb(184, 79, 192) 100%);
}
.section-features .the-features .col:nth-of-type(2) .the-icon {
  background: linear-gradient(90deg, #ba3a94 0%, #da5f56 100%);
}
.section-features .the-features .col:nth-of-type(3) .the-icon {
  background: linear-gradient(90deg, #ba853a 0%, #da6256 100%);
}
.section-features .the-features .col:nth-of-type(4) .the-icon {
  background: linear-gradient(90deg, #dbc14a 0%, #e7b148 100%);
}
.section-features .the-features .col:nth-of-type(5) .the-icon {
  background: linear-gradient(90deg, #aada56 0%, #91ba3a 100%);
}
.section-features .the-features .col:nth-of-type(6) .the-icon {
  background: linear-gradient(90deg, #3abaac 0%, #88da56 100%);
}
.section-features .the-features .col:nth-of-type(7) .the-icon {
  background: linear-gradient(90deg, #3aa3ba 0%, #5681da 100%);
}
.section-features .the-features .col:nth-of-type(8) .the-icon {
  background: linear-gradient(90deg, #3a4fba 0%, #8e56da 100%);
}

.product-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-wrap .the-icon {
  background: rgb(103, 64, 188);
  background: linear-gradient(90deg, rgb(103, 64, 188) 0%, rgb(184, 79, 192) 100%);
  margin-right: 15px;
  margin-bottom: 0;
  border-radius: 8px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-wrap .the-icon img {
  max-width: 24px;
}
.product-wrap .the-icon i {
  color: #fff;
  font-size: 24px;
}

.alert-card .product-wrap {
  justify-content: center;
  align-items: center;
}
.alert-card .product-wrap h5 {
  margin-bottom: 0;
}

.overlap-hero {
  margin-top: -200px;
}
.overlap-hero.shorter {
  margin-top: -120px;
}

.row.home-featured-products {
  max-width: 950px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row.home-featured-products > .col {
  margin-left: 0;
  display: flex;
  position: relative;
}
.row.home-featured-products .cutout-smart-contract {
  position: absolute;
  top: -40px;
  left: -375px;
  z-index: 1;
}
.row.home-featured-products .cutout-cc {
  position: absolute;
  top: -60px;
  right: -370px;
  z-index: 1;
}
.row.home-featured-products .card {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: visible;
  z-index: 2;
}
.row.home-featured-products .card h4 {
  margin-bottom: 20px;
}
.row.home-featured-products .card .card-content {
  padding-bottom: 0;
}
.row.home-featured-products .card .card-action {
  padding-top: 0;
  padding-bottom: 60px;
}
.row.home-featured-products .button-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.row.home-featured-products .button-wrap a span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
}

.feature-icons {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.feature-icons img {
  margin-right: 8px;
  width: 32px;
}
.feature-icons.cc-icons {
  padding: 11px 0;
}
.feature-icons.cc-icons img {
  width: 50px;
}

.row.featured-posts,
.row.blog-posts {
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.row.featured-posts > .col,
.row.blog-posts > .col {
  margin-left: 0;
  display: flex;
}
.row.featured-posts .card,
.row.blog-posts .card {
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.row.featured-posts .card h4,
.row.blog-posts .card h4 {
  margin-bottom: 20px;
}
.row.featured-posts .card h6,
.row.blog-posts .card h6 {
  color: #aaa7bb;
  margin-bottom: 20px;
}
.row.featured-posts .the-thumbnail,
.row.blog-posts .the-thumbnail {
  background: url("../png/logo-dark.png") no-repeat center center #3f3864;
  background-size: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.row.featured-posts .the-thumbnail img,
.row.blog-posts .the-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 15vw;
  transition: 150ms transform ease;
}
.row.featured-posts .the-thumbnail a,
.row.blog-posts .the-thumbnail a {
  width: 100%;
  display: flex;
}
.row.featured-posts .the-thumbnail a:hover,
.row.blog-posts .the-thumbnail a:hover {
  opacity: 1;
}
.row.featured-posts .the-thumbnail a:hover img,
.row.blog-posts .the-thumbnail a:hover img {
  transform: scale(1.05);
}
.row.featured-posts .card .card-content,
.row.blog-posts .card .card-content {
  padding-bottom: 0;
}
.row.featured-posts .card .card-action,
.row.blog-posts .card .card-action {
  padding-top: 30px;
  padding-bottom: 40px;
}
.row.featured-posts .card .card-content,
.row.featured-posts .card .card-action,
.row.blog-posts .card .card-content,
.row.blog-posts .card .card-action {
  padding-left: 35px;
}
.row.featured-posts .the-icons,
.row.blog-posts .the-icons {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.row.featured-posts .the-icons img,
.row.blog-posts .the-icons img {
  margin-right: 8px;
  width: 32px;
}

.row.blog-posts .headline-center {
  margin: 20px auto 100px;
}
.row.blog-posts .card h5 {
  margin-bottom: 20px;
}
.row.blog-posts .card h6 {
  margin-bottom: 20px;
}
.row.blog-posts .the-thumbnail img {
  height: 11vw;
}
.row.blog-posts .card .card-content,
.row.blog-posts .card .card-action {
  padding-left: 35px;
  padding-right: 35px;
}

.section-single-posts .row.featured-posts {
  justify-content: center;
}

.row.featured-posts .blog-sidebar {
  width: 360px;
  align-items: flex-start;
}
.row.featured-posts .blog-sidebar .search-bar {
  background: #f2f2f2;
  border: 0;
  padding: 0 25px;
  margin: 0;
  border-radius: 111px;
  transition: all 100ms ease;
}
.row.featured-posts .blog-sidebar .search-bar:focus {
  background: #eaeaea;
  border: 0;
  box-shadow: 0 0 0;
}
.row.featured-posts .blog-sidebar h6 {
  color: #343047;
}
.row.featured-posts .blog-sidebar a {
  color: #343047;
}
.row.featured-posts .blog-sidebar .card {
  padding: 30px;
  align-content: flex-start;
}
.row.featured-posts .blog-sidebar .related-articles {
  padding: 50px 0 50px 3px;
}
.row.featured-posts .blog-sidebar .article {
  margin-bottom: 25px;
}
.row.featured-posts .blog-sidebar .article:last-of-type {
  margin-bottom: 0;
}
.row.featured-posts .blog-sidebar .article img {
  margin-right: 9px;
  margin-bottom: 1px;
  width: 90px;
}
.row.featured-posts .blog-sidebar .article .the-details {
  display: flex;
  align-items: flex-start;
}
.row.featured-posts .blog-sidebar .article .the-details p {
  font-size: 14px;
  line-height: 20px;
  margin-top: -3px;
  margin-bottom: 0;
}
.row.featured-posts .blog-sidebar .article .the-date {
  color: #aaa7bb;
  font-size: 12px;
  font-weight: 700;
}
.row.featured-posts .blog-sidebar .the-tags {
  color: #aaa7bb;
  padding: 0 0 0 3px;
}
.row.featured-posts .blog-sidebar .the-tags p {
  font-size: 14px;
  line-height: 30px;
}
.row.featured-posts .blog-sidebar .the-tags a {
  color: #aaa7bb;
}
.row.featured-posts .blog-sidebar .the-tags .size2 {
  font-size: 16px;
}
.row.featured-posts .blog-sidebar .the-tags .size3 {
  font-size: 18px;
  font-weight: 700;
}
.row.featured-posts .blog-sidebar .the-tags .size4 {
  font-size: 20px;
  font-weight: 700;
}
.row.featured-posts .blog-sidebar .the-tags .size5 {
  font-size: 24px;
  font-weight: 700;
}

.team {
  background: #343047;
}
.team .block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.team h1, .team h2, .team h3, .team h4, .team h5, .team h6, .team p {
  color: #fff;
}
.team h3 {
  font-size: 30px;
  letter-spacing: normal;
  max-width: 650px;
}
.team h3.bigger {
  color: #ce5bc4;
  font-size: 36px;
  margin-bottom: 5px;
}
.team h5 {
  color: #ce5bc4;
  margin-bottom: 0;
}
.team .team-title {
  margin-bottom: 60px;
}
.team .team-member img {
  max-width: 100%;
}
.team .team-member > div {
  margin-top: 20px;
  margin-left: 25px;
}

.about-hero h1 {
  margin-bottom: 35px;
}
.about-hero h3.bigger {
  margin-bottom: 35px;
  max-width: 800px;
}
.about-hero p {
  font-size: 18px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
}

.post-hero h1 {
  max-width: 1000px;
}
.post-hero h5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.post-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.company-headline {
  padding: 100px 0 130px;
}
.company-headline .headline-center {
  margin-bottom: 0;
  max-width: 1000px;
}

.row .col.about-photo {
  padding: 0;
}
.row .col.about-photo img {
  max-width: 100%;
}

.section-single-posts {
  margin-top: -220px;
  padding-bottom: 65px;
}
.section-single-posts .card {
  width: 100%;
}
.section-single-posts .card .card-content p {
  margin-bottom: 25px;
}
.section-single-posts .row.featured-posts .the-thumbnail {
  height: 20vw;
}
.section-single-posts .row.featured-posts .the-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-single-posts .card .card-content ul li {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.67;
  margin: 0 0 25px;
}

.overlap-authenticate {
  padding-bottom: 80px;
  margin-top: -225px;
}
.overlap-authenticate .the-title p {
  margin-left: auto;
  margin-right: auto;
}
.overlap-authenticate .the-connect-options {
  margin: 30px 0 0;
}
.overlap-authenticate .the-connect-options .btn {
  margin: 0 auto 8px;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlap-authenticate .the-connect-options .btn img {
  margin-right: 10px;
  height: 24px;
}
.overlap-authenticate .btn-wrap {
  margin: 30px 0 0;
}
.overlap-authenticate form {
  margin: 20px auto 50px;
}
.overlap-authenticate .authenticate-2 form {
  margin-top: 0;
}

.section-create-smart-contract form {
  display: flex;
  justify-content: space-between;
}
.section-create-smart-contract .image-upload {
  padding-top: 6px;
  flex: 0 0 30%;
}
.section-create-smart-contract .the-fields {
  flex: 0 0 65%;
}
.section-create-smart-contract .summary {
  margin: 20px 0;
}

.section-single-product {
  margin-top: -250px;
}
.section-single-product > .row .the-steps {
  max-width: 1400px;
}
.section-single-product > .row .the-steps .col {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}
.section-single-product > .row .the-steps .col::after {
  background: #473aba;
  content: "";
  width: 100%;
  height: 10px;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-single-product > .row .the-steps .col:nth-of-type(1)::after {
  background: #473aba;
}
.section-single-product > .row .the-steps .col:nth-of-type(2)::after {
  background: #e881f0;
}
.section-single-product > .row .the-steps .col:nth-of-type(3)::after {
  background: #32be75;
}
.section-single-product > .row .the-steps .col:nth-of-type(4)::after {
  background: #feb71f;
}
.section-single-product > .row .the-steps .col.l3 {
  width: 24%;
}
.section-single-product > .row .the-steps h3 {
  background: #343047;
  color: #fff;
  line-height: 50px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.section-single-product > .row > .row {
  border: 0;
  display: flex;
  align-items: center;
}
.section-single-product > .row img {
  max-width: 100%;
}
.section-single-product > .row .the-image img {
  border-radius: 15px;
}
.section-single-product > .row .the-image.l12 .the-desc {
  margin: 40px auto 60px;
  max-width: 1000px;
}
.section-single-product > .row .the-image.l12 .image-wrap {
  border-radius: 15px;
  max-height: 400px;
  overflow: hidden;
  display: inline-block;
}
.section-single-product > .row .the-image.l12 .image-wrap img {
  border-radius: 0;
}
.section-single-product > .row .the-text {
  padding: 3%;
}

.product-hero .the-desc {
  max-width: 800px;
}

.section-hero .page-title .button-wrap {
  margin: 35px auto;
}

.section-paymint .the-connect-options {
  margin-top: 15px;
}
.section-paymint textarea {
  min-height: 180px;
}
.section-paymint .paymint-options,
.section-paymint .paymint-code {
  margin-top: 80px;
}

.secondary-wrap .paymint-hero {
  padding-bottom: 280px;
}

.sdToggle-details,
.sdToggle-show,
.sdToggle-hide:target {
  display: none;
}

.sdToggle-hide:target ~ .sdToggle-details {
  display: block;
}

.sdToggle-hide:target + .sdToggle-show {
  display: inline-block;
}

.dropdown-content li {
  min-height: 40px;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #5681da;
  font-size: 14px;
  line-height: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #3a4fba;
}

.row.schedule-demo-cta {
  margin-bottom: 8vh;
}

.section-home-posts .card-content a {
  color: #222;
}
.section-home-posts .button-wrap {
  margin: 50px auto;
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
}

.two-wide {
  display: flex;
  align-items: center;
}
.two-wide .the-text h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.two-wide .the-image {
  text-align: center;
  padding: 0 47px;
}
.two-wide .the-image img {
  max-width: 100%;
  border-radius: 15px;
}

.two-wide-left {
  flex-direction: row-reverse;
}

.section-home-infoblocks .home-api .the-image {
  padding-left: 80px;
  padding-right: 0;
}
.section-home-infoblocks .home-everyone {
  padding-bottom: 65px;
}

.section-smart-contracts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.section-smart-contracts .block-full {
  padding: 85px 50px;
  flex: 1 0 100%;
}

.smart-contract-features .mxw {
  font-size: 18px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  max-width: 1200px;
}
.smart-contract-features .mxw .accent-color {
  font-size: 30px;
  font-weight: 600;
  margin-right: 5px;
}
.smart-contract-features h5 {
  position: relative;
}
.smart-contract-features h5::before {
  content: "";
  background: #00a89b;
  width: 10px;
  height: 10px;
  border-radius: 111px;
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
}
.smart-contract-features .the-features {
  margin: 50px auto 30px;
  max-width: 1550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.smart-contract-features .the-features .feature {
  text-align: left;
  padding: 22px 25px 20px 35px;
  margin: 0 25px 50px;
  border-bottom: 3px solid #00a89b;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  flex: 0 0 calc(31% - 50px);
}
.smart-contract-features .the-features .feature h5 {
  margin-bottom: 15px;
  position: relative;
}
.smart-contract-features .the-features .feature p:last-of-type {
  margin-bottom: 0;
}
.smart-contract-features .extra-features {
  display: flex;
  justify-content: center;
}
.smart-contract-features .extra-features h5 {
  padding-right: 6%;
}
.smart-contract-features .extra-features h5:last-of-type {
  padding-right: 0;
}

.smart-contract-actions .the-actions {
  display: inline-block;
}
.smart-contract-actions .action {
  text-align: left;
  display: flex;
}
.smart-contract-actions .action p {
  font-weight: 600;
}
.smart-contract-actions h3 {
  margin: 0 auto 50px;
  max-width: 1200px;
}
.smart-contract-actions a.btn-small {
  margin-right: 20px;
  width: 180px;
  cursor: default;
}
.smart-contract-actions a.btn-small:hover {
  opacity: 1;
}

.smart-contract-faq {
  background: #f7f7f7;
}
.smart-contract-faq h3 {
  margin-bottom: 50px;
}
.smart-contract-faq .the-faqs {
  margin: 0 auto;
  max-width: 1000px;
}
.smart-contract-faq .the-faqs .faq {
  background: #fff;
  text-align: left;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
.smart-contract-faq .the-faqs .faq h5 {
  margin-bottom: 15px;
}
.smart-contract-faq .the-faqs .faq p:last-of-type {
  margin-bottom: 0;
}
.smart-contract-faq .the-faqs .faq:last-of-type {
  margin-bottom: 0;
}

.smart-contract-api .button-wrap .btn {
  margin: 0 3px;
}

/* dashboard */
.section-dashboard .row.wrap .card .card-content {
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
}
.section-dashboard .caps-accent {
  font-weight: 700;
  margin: 0 0 20px 5px;
}
.section-dashboard .caps-accent i {
  margin-right: 5px;
}

.section-single-posts .card .card-content .contract p {
  margin-bottom: 8px;
}

.choose-account {
  padding: 0;
  margin-bottom: 50px;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choose-account h5.caps-accent {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}
.choose-account .select-wrapper input.select-dropdown {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 2rem;
  height: 2rem;
}
.choose-account .select-wrapper li {
  margin-bottom: 0 !important;
}

.payout-info {
  padding: 35px;
  margin-bottom: 50px;
  border: 3px solid #ebebeb;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payout-info .stat {
  margin-bottom: 10px;
}
.payout-info h5.stat {
  margin-bottom: 5px;
}
.payout-info h5.stat span {
  color: #67ada7;
  font-weight: 400;
  margin-left: 10px;
}
.payout-info span.scheduled-for {
  color: #888;
}
.payout-info h6 span {
  font-weight: 400;
  min-width: 80px;
  display: inline-block;
}
.payout-info h6:last-of-type {
  margin-bottom: 0;
}
.payout-info .sales {
  text-align: right;
}
.payout-info .sales .stat {
  font-size: 14px;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}

.contract {
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  transition: 100ms all ease-in;
  display: flex;
  align-items: flex-start;
}
.contract.contract-open, .contract:hover {
  background: #e1e1e1;
}
.contract .the-details {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
}
.contract .the-details p {
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}
.contract .the-details p span {
  font-weight: 400;
}
.contract .the-details .primary {
  color: #ddd;
  padding: 25px 20px 25px 5px;
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contract .the-details .primary .the-th {
  flex: 1 0 51%;
  display: flex;
  justify-content: space-between;
}
.contract .the-details .primary .the-th i {
  color: #00a89b;
  margin-right: 3px;
}
.contract .the-details .primary .the-th ul li {
  margin-bottom: 0;
}
.contract .the-details .primary .the-th p {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.contract .the-details .primary .the-th p span {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: block;
}
.contract .the-details .primary .the-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0;
  width: 320px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.contract .the-details .primary .the-title span {
  background: #bbb;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 111px;
  height: 17px;
  line-height: 17px;
  padding: 0px 10px;
  display: inline-block;
}
.contract .the-details .primary .the-title span.deploying {
  background: #999;
}
.contract .the-details .primary .the-title span.deployed {
  background: #555;
}
.contract .the-details .primary .the-title span i {
  color: #fff;
}
.contract .the-details .primary .key-stats {
  display: flex;
  justify-content: flex-start;
}
.contract .the-details .primary .key-stats > p {
  margin-left: 30px;
}
.contract .the-details .primary .key-stats > p:first-of-type {
  margin-left: 0;
}
.contract .the-details .primary .buttons {
  display: flex;
}
.contract .the-details .primary .buttons .btn-small {
  margin-left: 30px;
}
.contract .the-details .primary p {
  color: #ddd;
}
.contract .the-details .primary .select-wrapper input.select-dropdown,
.contract .the-details .primary .btn-small {
  background: #00a89b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  border: none;
  border-radius: 111px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0px 24px;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
}
.contract .the-details .primary .select-wrapper input.select-dropdown {
  max-width: 80px;
}
.contract .the-details .primary .dropdown-content li > a, .contract .the-details .primary .dropdown-content li > span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.contract .the-details .primary .dropdown-content li {
  min-height: 24px;
}
.contract .the-details .primary .select-wrapper .caret {
  margin: 0;
  height: 28px;
  right: 14px;
  fill: #fff;
  z-index: 1;
}
.contract .the-details .secondary {
  background: #f4f4f4;
  padding: 25px 20px;
  border-radius: 0 0 7px 7px;
  flex: 1 0 100%;
}
.contract .the-details .the-image {
  padding-right: 20px;
  flex: 0 0 70px;
  display: flex;
}
.contract .the-details .the-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  cursor: pointer;
}
.contract .the-details .the-text {
  flex: 1 0 51%;
}
.contract .the-buttons {
  flex: 0 0 32%;
}
.contract .the-buttons .btn-small {
  margin-bottom: 7px;
}
.contract .the-buttons .primary {
  flex: 1 0 100%;
}
.contract .the-buttons .secondary {
  margin-top: 25px;
  flex: 1 0 100%;
}
.contract .expand-toggle i {
  color: #000;
  font-size: 28px;
  padding: 10px 13px;
}
.contract .expand-toggle a:hover {
  opacity: 1;
}
.contract .expand-toggle a:hover i {
  color: #555;
}

/* modal */
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.section-hero .home-banner-area {
  padding: 50px 30px;
}

.section-hero .home-title-area .home-banner {
  padding: 60px 0;
}

.home-title-area .home-banner {
  background: url("../jpg/banner.jpg") no-repeat center center #060c14;
  background-size: cover;
  width: 100%;
  max-width: 1450px;
  position: relative;
}
.home-title-area .home-banner::after {
  content: "";
  background: url("../png/shadow.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 369px;
  position: absolute;
  bottom: -100px;
  z-index: -1;
}
.home-title-area .home-banner h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.home-title-area .home-banner h4 {
  color: #00decd;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 0;
}
.home-title-area .home-banner ul {
  margin: 30px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.home-title-area .home-banner ul .the-items {
  max-width: 890px;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-title-area .home-banner ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  padding: 0 2%;
  margin-bottom: 8px;
}
.home-title-area .home-banner ul li:nth-of-type(odd) {
  flex: 0 0 58%;
}
.home-title-area .home-banner ul li:nth-of-type(even) {
  flex: 0 0 42%;
}
.home-title-area .home-banner i {
  color: #00d0c0;
  font-size: 23px;
  margin-right: 7px;
}

.section-hero .home-headline-area {
  padding: 50px 30px;
}

.home-headline-area h2 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-headline-area h2 a.underlined::after {
  content: "";
  background-color: #00b7a9;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 2px;
}
.home-headline-area h4 {
  color: #00b7a9;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.home-headline-area p.desc {
  font-size: 21px;
  font-weight: 300;
}

.top-creators {
  background: url("../png/bg-slice.png") no-repeat center !important;
  background-size: cover !important;
}

.section-hero .creator-headline-area {
  padding: 50px 30px 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.creator-headline-area {
  flex-wrap: wrap;
}
.creator-headline-area .the-title {
  max-width: 1050px;
}
.creator-headline-area .the-title h2 {
  font-size: 42px;
}
.creator-headline-area .the-text {
  max-width: 800px;
}
.creator-headline-area h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.creator-headline-area h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.creator-headline-area h4 small {
  font-size: 65%;
  font-weight: 600;
  position: relative;
  bottom: 10px;
}
.creator-headline-area p.desc {
  font-size: 21px;
  font-weight: 300;
}
.creator-headline-area ul {
  margin: 50px 20px;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.creator-headline-area ul .the-items {
  width: 100%;
  max-width: none;
  flex: 0;
  display: flex;
  flex-wrap: wrap;
}
.creator-headline-area ul li {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  padding: 0 2%;
  margin-bottom: 20px;
  display: inline-block;
  flex: 1 0 100%;
}
.creator-headline-area i {
  color: #00d0c0;
  font-size: 23px;
  margin-right: 7px;
}
.creator-headline-area .button-wrap {
  margin-top: 30px;
}

.centered-one-col img {
  max-width: 800px;
}
.centered-one-col p {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
}
.centered-one-col p:last-of-type {
  margin-bottom: 0;
}
.centered-one-col .button-wrap {
  margin-top: 30px;
}

.section-creator-list .the-features {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-creator-list .the-features .the-item {
  margin-bottom: 15px;
  flex: 0 0 47%;
  flex: 1 0 90%;
  display: flex;
  gap: 20px;
}
.section-creator-list .the-features .the-item h5 {
  font-size: 18px;
  font-weight: 400;
}
.section-creator-list .the-features .the-item i {
  font-size: 21px;
}
.section-creator-list .the-features .the-item:last-of-type {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  flex: 1 0 100%;
}
.section-creator-list .the-features .the-item:last-of-type h5 {
  margin-bottom: 0;
}

.section-creator-tech {
  border: 0;
}
.section-creator-tech h2.title-vbold {
  font-size: 40px;
}
.section-creator-tech .whitelabel {
  margin-top: 50px;
}
.section-creator-tech .dots {
  margin: 80px auto;
}
.section-creator-tech .dots img {
  max-width: 100%;
}

.section-distribute {
  background: url("../jpg/bg-charcoal.jpg") no-repeat center #222;
  background-size: cover;
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-distribute h2.title-vbold {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.section-distribute .block-1100 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.section-distribute h1, .section-distribute h2, .section-distribute h3, .section-distribute h4, .section-distribute h5, .section-distribute h6, .section-distribute p, .section-distribute li {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.section-distribute .distribute-list {
  position: relative;
}
.section-distribute .distribute-list ul {
  margin-top: 40px;
  margin-left: 20%;
}
.section-distribute .distribute-list ul li {
  background: url("../png/arrow.png") no-repeat left center;
  background-size: 121px auto;
  font-size: 24px;
  font-weight: 300;
  padding-left: 130px;
  margin-bottom: 10px;
}
.section-distribute .distribute-list .thing {
  position: absolute;
  top: -10%;
  right: 0;
  width: 38%;
}
.section-distribute .provide h2.title-vbold {
  font-size: 40px;
}
.section-distribute .provide .the-list {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 30px;
}
.section-distribute .provide .the-list .the-item {
  padding: 25px;
  border: 2px solid rgba(151, 8, 240, 0.4509803922);
  border-radius: 10px;
  flex: 0 0 28%;
}
.section-distribute .provide .the-list .the-item p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-distribute .provide h4 {
  font-weight: 300;
}

.section-mockup {
  background: url("../jpg/bg-cracked.jpg") no-repeat center top #222;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  border: 0;
}
.section-mockup h2.title-vbold {
  color: #fff;
  font-size: 40px;
}
.section-mockup img {
  max-width: 100%;
}
.section-mockup .the-image {
  margin-bottom: 30px;
}
.section-mockup .icons {
  margin: 15px auto 0;
  max-width: 750px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-mockup .icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.section-mockup .icon i {
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.section-mockup .icon p {
  color: #fff;
  text-align: left;
  line-height: 1.55;
  margin-left: 0;
  margin-right: 0;
}

.creator-fund-hero {
  background: url("../jpg/bg-creator-fund.jpg") no-repeat top center #222;
  background-size: cover;
  border-bottom: 0;
  position: relative;
}
.creator-fund-hero .home-title-area {
  padding: 9vh 0 8vh;
}
.creator-fund-hero .home-title-area h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  max-width: 1070px;
}
.creator-fund-hero h1, .creator-fund-hero h2, .creator-fund-hero h3, .creator-fund-hero h4, .creator-fund-hero h5, .creator-fund-hero h6, .creator-fund-hero p, .creator-fund-hero span {
  color: #fff;
}
.creator-fund-hero h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.creator-fund-hero h4.greentext {
  color: #00b7a9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.creator-fund-hero h4.light {
  font-weight: 300;
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 665px;
}
.creator-fund-hero .the-steps {
  padding: 20px 0 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.creator-fund-hero .the-steps .step {
  padding: 0 15px;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.creator-fund-hero .the-steps span {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  width: 100%;
  display: block;
}
.creator-fund-hero .the-steps .gradient-line {
  background: rgb(0, 168, 155);
  background: linear-gradient(90deg, rgb(0, 168, 155) 0%, rgb(125, 130, 255) 100%);
  width: 100%;
  height: 5px;
  display: block;
}
.creator-fund-hero .the-steps p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
}
.creator-fund-hero .the-details {
  text-align: center;
  width: 150px;
  opacity: 0.8;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 75px);
  right: calc(50% - 75px);
}
.creator-fund-hero .the-details p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}
.creator-fund-hero .the-details i {
  color: #fff;
  font-size: 30px;
  margin-left: 5px;
  opacity: 0.65;
}

.gray-block {
  background: #222;
  padding: 65px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gray-block h3 {
  color: #ccc;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1024px;
}

.creatorfund-video h3 {
  margin-bottom: 35px;
}
.creatorfund-video .the-video {
  margin-bottom: 30px;
}
.creatorfund-video p.big {
  color: #444;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 40px;
}
.creatorfund-video .more-soon {
  margin-top: 80px;
}

.top-wrap #nav {
  position: absolute;
}

.home-nav .nav-wrapper {
  padding: 0 100px;
  margin-top: 100px;
}
.home-nav .nav-wrapper .brand-logo img {
  height: 36px;
}
.home-nav .nav-wrapper .btn-small {
  padding: 0 25px;
  margin: 0;
}

.dropdown-content {
  border-radius: 3px;
  min-width: 170px;
  top: 75px !important;
}

.double-hero .inner {
  display: flex;
  min-height: 875px;
}
.double-hero .left {
  background: #13112B;
  padding: 150px 100px 150px;
  width: 100%;
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
}
.double-hero .left h1, .double-hero .left h2, .double-hero .left h3, .double-hero .left h4, .double-hero .left h5, .double-hero .left h6, .double-hero .left p {
  color: #fff;
}
.double-hero .left h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: normal;
  margin-bottom: 60px;
}
.double-hero .left h1 span {
  color: #00B7A9;
}
.double-hero .left h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: normal;
  margin-bottom: 70px;
}
.double-hero .right {
  background: #aaa;
  padding: 150px 100px 150px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.double-hero .right h1, .double-hero .right h2, .double-hero .right h3, .double-hero .right h4, .double-hero .right h5, .double-hero .right h6, .double-hero .right p {
  color: #000;
}
.double-hero .right p {
  color: #fff;
  margin-bottom: 0;
}
.double-hero .right .button-wrap {
  margin-top: 20px;
}
.double-hero .right.the-slider {
  background: #13112B;
  padding: 0;
  align-items: stretch;
  position: relative;
}

.carousel {
  height: 100% !important;
}

.carousel .carousel-item {
  width: 100% !important;
  height: 100% !important;
}

a.carousel-item {
  cursor: grab;
}

.carousel .carousel-item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-item .the-credits {
  position: absolute;
  bottom: 150px;
  right: 100px;
}

.double-hero .right.the-slider p {
  color: #fff;
  margin-bottom: 0;
}

.gradient-line {
  display: flex;
  justify-content: center;
}
.gradient-line .inner {
  background: rgb(0, 168, 155);
  background: linear-gradient(90deg, rgb(0, 168, 155) 0%, rgb(125, 130, 255) 100%);
  height: 20px;
  height: 7px;
  width: 300px;
  max-width: 100%;
  display: block;
}

.text-columns {
  padding: 100px 50px 50px;
  padding: 80px 50px 60px;
  display: flex;
  justify-content: center;
}
.text-columns h3 {
  font-weight: 300;
  margin-bottom: 20px;
}
.text-columns .inner {
  width: 1430px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.text-columns .inner > div {
  width: 420px;
  max-width: 30%;
}

.one-col {
  padding: 105px 30px;
  padding: 95px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-col h1 {
  color: #13112B;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: -1px;
}
.one-col h1 span {
  color: #00A89B;
  display: block;
}
.one-col h2 {
  color: #13112B;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1px;
}
.one-col h4 {
  color: #888;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0;
  max-width: 1061px;
}
.one-col .button-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.one-col.announce {
  background: #B4E1DF;
}
.one-col.announce h1 {
  font-size: 60px;
  line-height: 1.2;
}
.one-col.announce h4 {
  color: #494955;
  margin-bottom: 30px;
}

.big-point {
  padding: 170px 100px;
  display: flex;
  justify-content: center;
}
.big-point h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}
.big-point h4 {
  color: #888;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0;
  max-width: 1061px;
}
.big-point .inner {
  max-width: 1600px;
  display: flex;
  justify-content: center;
  gap: 150px;
}
.big-point .left {
  width: calc(50% - 75px);
}
.big-point .right {
  width: calc(50% - 75px);
}

.home .big-point {
  background: #14112E;
}
.home .big-point h1 {
  color: #00A89B;
}
.home .big-point.lighter-navy {
  background: #201D38;
}

.two-points {
  display: flex;
}
.two-points h2 {
  color: #13112B;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1px;
}
.two-points h4 {
  color: #888;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0;
  max-width: 1061px;
  margin-bottom: 5px;
}
.two-points .inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.two-points .inner .left {
  width: 50%;
  padding: 150px 150px 150px 0;
  display: flex;
  justify-content: flex-end;
}
.two-points .inner .right {
  width: 50%;
  padding: 150px 0 150px 150px;
  display: flex;
  justify-content: flex-start;
}

.home .two-points .inner .left {
  background: #ededed;
}

.two-points.two-points-video {
  background: #201D38;
  padding-top: 40px;
}
.two-points.two-points-video .inner .the-video {
  background: #13112B;
  padding: 0;
  position: relative;
}
.two-points.two-points-video .inner .the-video video {
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  position: absolute;
  z-index: 0;
}
.two-points.two-points-video .inner .the-text {
  background: #fff;
  text-align: left;
  padding: 100px 120px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.two-points.two-points-video .inner h4 {
  margin-bottom: 15px;
}
.two-points.two-points-video .inner .button-wrap {
  margin-top: 20px;
}

.our-top-creators {
  background: #CEE6F0;
  padding: 80px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.our-top-creators .creator-page-list .single-item {
  width: calc(16.66% - 20px);
}
.our-top-creators .home-headline-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.our-top-creators .home-headline-area h2 {
  font-weight: 300;
}
.our-top-creators .creator-page-list .the-items {
  margin: 10px 0;
}

.our-fees {
  background: #fafafa;
}
.our-fees h4:last-of-type {
  margin: 0;
}

.vertical .vertical-hero {
  padding: 0;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
}
.vertical .vertical-hero h1 {
  color: #fff;
}
.vertical .vertical-hero h4 {
  color: #fff;
}
.vertical .the-wrap {
  background: rgba(0, 0, 0, 0.4);
  flex: 1 0 100%;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
}
.vertical .the-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 4vw 30px 0;
  height: 37vw;
  min-height: 700px;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
}
.vertical .one-col h3 {
  color: #999;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 35px;
}
.vertical .one-col ul {
  display: inline-block;
}
.vertical .one-col li {
  color: #999;
  font-size: 27px;
  letter-spacing: normal;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  flex: 1 0 100%;
  gap: 35px;
  align-items: center;
}
.vertical .one-col li:last-of-type {
  margin-bottom: 0;
}
.vertical .one-col li:nth-of-type(2) i {
  color: #00A89B;
}
.vertical .one-col li:nth-of-type(3) i {
  color: #0094A8;
}
.vertical .one-col li:nth-of-type(4) i {
  color: #144572;
}
.vertical .one-col li:nth-of-type(5) i {
  color: #14112E;
}
.vertical .one-col i {
  color: #00A89B;
  font-size: 40px;
  width: 45px;
}
.vertical .one-col .the-stats {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.vertical .one-col .the-stats h1 {
  color: #00A89B;
  font-size: 72px;
  margin-bottom: 5px;
}
.vertical .one-col .the-stats h4 {
  color: #13112B;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.vertical .stats {
  background-image: url("../png/dot-pattern.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
}
.vertical .two-points h2 {
  font-size: 50px;
  line-height: 1.3;
}
.vertical .two-points .left {
  flex-wrap: wrap;
}
.vertical .two-points .left li {
  color: #999;
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 30px;
  display: flex;
  gap: 18px;
}
.vertical .two-points .left li i {
  color: #13112B;
  font-size: 18px;
  line-height: 33px;
}
.vertical .two-points.text-points .left {
  justify-content: flex-start;
  align-content: flex-start;
}
.vertical .two-points.text-points .left:first-of-type {
  background: #fff;
  padding-left: 140px;
  padding-right: 100px;
}
.vertical .two-points.text-points .left:nth-of-type(2) {
  background: #F8F8F8 !important;
  padding-left: 100px;
  padding-right: 100px;
}
.vertical .two-points.text-points .left:last-of-type {
  background: #f2f2f2;
  padding-left: 100px;
  padding-right: 140px;
}
.vertical .two-points.the-quote .left {
  background: url("../jpg/rojames-quote.jpg") no-repeat center 25%;
  background-size: cover;
  padding: 0;
  min-height: 525px;
}
.vertical .two-points.the-quote .the-image {
  background: linear-gradient(180deg, rgba(183, 192, 237, 0.4) 0%, rgba(19, 17, 43, 0.7) 100%);
  width: 100%;
}
.vertical .two-points.the-quote .right {
  padding: 100px 100px 100px 140px;
}
.vertical .two-points.the-quote .the-content h4 {
  color: #13112B;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}
.vertical .two-points.the-quote .the-content h4 span {
  font-size: 65px;
  font-weight: 400;
  line-height: 20px;
}
.vertical .two-points.the-quote .the-content h3 {
  font-size: 36px;
  font-weight: 600;
}
.vertical .two-points.the-quote .the-content h3:last-of-type {
  margin-bottom: 0;
}
.vertical .what-is-curios {
  background: url("../jpg/bg-tree.jpg") no-repeat center center;
  background-size: cover;
}
.vertical .what-is-curios h1 {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.vertical .creator-economy {
  background: #14112E;
}
.vertical .creator-economy h1 {
  color: #00B7A9;
  font-size: 65px;
  line-height: 1.2;
  max-width: 1050px;
}
.vertical .creator-economy h1:last-of-type {
  margin-bottom: 0;
}
.vertical .get-started h1 {
  font-size: 60px;
}
.vertical .get-started ul {
  max-width: 660px;
}
.vertical .get-started li {
  text-align: left;
  gap: 0;
  align-items: flex-start;
}
.vertical .get-started li span {
  color: #13112B;
  margin-right: 12px;
}
.vertical .get-started li a {
  margin-left: 7px;
}
.vertical .get-started i {
  font-size: 40px;
  text-align: center;
  margin-right: 32px;
  flex-shrink: 0;
}

.vertical-musicians .vertical-hero {
  background: url("../jpg/bg-musicians.jpg") no-repeat center center;
  background-size: cover;
}
.vertical-musicians .vertical-hero h1 {
  font-size: 80px;
  line-height: 1.3;
}
.vertical-musicians .vertical-hero h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
}
.vertical-musicians .the-wrap {
  background: url("../png/bg-radials.png") center center no-repeat rgba(0, 0, 0, 0.4);
  background-size: cover;
}

.vertical-authors .the-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.vertical-authors .vertical-hero {
  background: url("../jpg/bg-authors.jpg") no-repeat center center;
  background-size: cover;
}
.vertical-authors .vertical-hero h1 {
  font-size: 80px;
  line-height: 1.3;
}
.vertical-authors .vertical-hero h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
}
.vertical-authors .the-wrap {
  background: url("../png/bg-radials-authors.png") center center no-repeat rgba(0, 0, 0, 0.55);
  background-size: cover;
}
.vertical-authors .what-is-curios h3 {
  max-width: 1100px;
}
.vertical-authors .creator-economy h1 {
  max-width: none;
}
.vertical-authors .two-points h2 {
  font-size: 44px;
}

.vertical-comedians .the-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.vertical-comedians .vertical-hero {
  background: url("../jpg/bg-comedians.jpg") no-repeat center center;
  background-size: cover;
}
.vertical-comedians .vertical-hero h1 {
  font-size: 80px;
  line-height: 1.3;
}
.vertical-comedians .vertical-hero h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
}
.vertical-comedians .the-wrap {
  background: url("../png/bg-radials-comedians.png") center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: cover;
}
.vertical-comedians .what-is-curios h3 {
  max-width: 1100px;
}
.vertical-comedians .creator-economy h1 {
  max-width: none;
}
.vertical-comedians .two-points h2 {
  font-size: 44px;
}

.vertical-ticketing .two-points.the-quote .left {
  background: url("../jpg/parlor-room.jpg") no-repeat center 25%;
  background-size: cover;
  padding: 0;
  min-height: 525px;
}
.vertical-ticketing .two-points.the-quote .the-image {
  background: linear-gradient(180deg, rgba(236, 183, 237, 0.4) 0%, rgba(19, 17, 43, 0.7) 100%);
  width: 100%;
}
.vertical-ticketing .two-points.the-quote .inner .right {
  align-items: center;
}
.vertical-ticketing .vertical-hero {
  background: url("../jpg/bg-ticketing.jpg") no-repeat center center;
  background-size: cover;
}
.vertical-ticketing .vertical-hero h1 {
  font-size: 80px;
  line-height: 1.3;
}
.vertical-ticketing .vertical-hero h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
}
.vertical-ticketing .the-wrap {
  background: url("../png/bg-radials-orange.png") center center no-repeat rgba(0, 0, 0, 0.4);
  background-size: cover;
}
.vertical-ticketing .two-points.text-points h2 {
  font-size: 36px;
  line-height: 1.3;
}
.vertical-ticketing .two-points.text-points .left {
  justify-content: flex-start;
  align-content: flex-start;
}
.vertical-ticketing .two-points.text-points .left:first-of-type {
  background: #fff;
  padding-left: 100px;
  padding-right: 80px;
}
.vertical-ticketing .two-points.text-points .left:nth-of-type(2) {
  background: #F8F8F8 !important;
  padding-left: 80px;
  padding-right: 80px;
}
.vertical-ticketing .two-points.text-points .left:nth-of-type(3) {
  background: #F2F2F2 !important;
  padding-left: 80px;
  padding-right: 80px;
}
.vertical-ticketing .two-points.text-points .left:last-of-type {
  background: #efefef;
  padding-left: 80px;
  padding-right: 100px;
}

.trending-projects {
  background: #f8f8f8;
  padding: 80px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.trending-projects .gradient-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.trending-projects .gradient-line .inner {
  background: rgb(0, 168, 155);
  background: linear-gradient(90deg, rgb(0, 168, 155) 0%, rgb(125, 130, 255) 100%);
  width: 300px;
}
.trending-projects .home-headline-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.trending-projects .home-headline-area h2 {
  font-weight: 300;
}
.trending-projects .creator-page-list .the-items {
  margin: 10px 0;
}

.section-home-features h2 {
  margin-bottom: 80px;
}

.creator-hero {
  background: url("../jpg/male-singer-using-microphone-and-headphone-recordi-2023-11-27-05-28-14-utc.jpg") no-repeat center center;
  background-size: cover;
}
.creator-hero .inner {
  background: rgba(19, 17, 43, 0.8);
  display: flex;
}
.creator-hero .the-content {
  margin: 220px 100px 150px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.creator-hero .the-content .the-details {
  padding: 80px 0 50px;
  width: 100%;
}
.creator-hero .the-content h1, .creator-hero .the-content h2, .creator-hero .the-content h3, .creator-hero .the-content h4, .creator-hero .the-content h5, .creator-hero .the-content h6, .creator-hero .the-content p {
  color: #fff;
}
.creator-hero .the-content h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: normal;
  margin-bottom: 65px;
}
.creator-hero .the-content h1 span {
  color: #00B7A9;
}
.creator-hero .the-content h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: normal;
  margin-bottom: 65px;
  max-width: 670px;
}
.creator-hero .the-content p {
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: normal;
  max-width: 670px;
}
.creator-hero .button-wrap {
  margin-top: 65px;
}
.creator-hero .btn {
  font-size: 18px;
  padding: 0 62px;
  line-height: 60px;
  height: 60px;
}
.creator-hero .overlay-image {
  width: 38%;
  position: absolute;
  right: 60px;
  top: 20px;
  opacity: 0.75;
}
.creator-hero .overlay-image img {
  max-width: 100%;
}

.creator-fund .one-col {
  background: #13112B;
  padding: 75px 0 85px;
}
.creator-fund .one-col h1 {
  color: #B5DCD9;
  font-size: 60px;
  margin-bottom: 0;
}
.creator-fund .two-points .left {
  background: #EDEDED;
}
.creator-fund .two-points .the-content {
  max-width: 600px;
}
.creator-fund .two-points h3 {
  font-weight: 700;
}
.creator-fund .two-points h4 {
  color: #999;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.creator-fund .two-points h4:last-of-type {
  margin-bottom: 0;
}

.creatorfund-milestones .block {
  padding-top: 105px;
  padding-bottom: 105px;
}
.creatorfund-milestones .how-it-works {
  margin-bottom: 50px;
}
.creatorfund-milestones .how-it-works .the-details {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.creatorfund-milestones .how-it-works .the-details p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin-left: 0;
  margin-right: 0;
  max-width: 450px;
}
.creatorfund-milestones .partners {
  margin-top: 80px;
}
.creatorfund-milestones .partners p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 18px;
  text-align: left;
  max-width: 820px;
}
.creatorfund-milestones .milestones-wrap {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.creatorfund-milestones .milestones-wrap h2 {
  width: 100%;
}
.creatorfund-milestones .milestones-wrap .milestone {
  background: #F1F1F1;
  text-align: left;
  padding: 30px 40px;
  max-width: 950px;
  border-radius: 10px;
  border-bottom: 3px solid #00A89B;
  transition: 100ms all ease;
  flex: 1 0 100%;
}
.creatorfund-milestones .milestones-wrap .milestone:hover {
  border-bottom-width: 4px;
}
.creatorfund-milestones .milestones-wrap .milestone li {
  line-height: 1.9;
}
.creatorfund-milestones .milestones-wrap .milestone i {
  color: #00B7A9;
  font-size: 18px;
  margin-right: 10px;
}
.creatorfund-milestones .milestones-wrap .milestone p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.creatorfund-milestones .milestones-wrap .milestone p:first-of-type {
  color: #222;
}

.bonus-rewards .inner {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.bonus-rewards .inner h2 {
  width: 100%;
}
.bonus-rewards .inner h5 {
  margin-bottom: 15px;
}
.bonus-rewards .inner .milestone {
  background: #F1F1F1;
  text-align: left;
  padding: 30px 40px;
  max-width: 950px;
  border-radius: 10px;
  border-bottom: 3px solid #00A89B;
  transition: 100ms all ease;
  width: calc(33% - 20px);
}
.bonus-rewards .inner .milestone:hover {
  border-bottom-width: 4px;
}
.bonus-rewards .inner .milestone li {
  line-height: 1.9;
}
.bonus-rewards .inner .milestone i {
  color: #00B7A9;
  font-size: 18px;
  margin-right: 10px;
}
.bonus-rewards .inner .milestone p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.bonus-rewards .inner .milestone p:first-of-type {
  color: #222;
}

.creator-reward {
  background: #EAEAEA;
  padding: 15px;
  border-radius: 10px;
}

.creatorfund-aboutcurios {
  background: #CEE6F0;
  padding: 80px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.creatorfund-aboutcurios .center-align {
  width: 100%;
}
.creatorfund-aboutcurios h2 {
  width: 100%;
  margin-bottom: 50px;
}
.creatorfund-aboutcurios p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 18px;
}
.creatorfund-aboutcurios .the-details {
  max-width: 820px;
}
.creatorfund-aboutcurios .the-faq {
  margin-top: 65px;
}
.creatorfund-aboutcurios .the-faq h3 {
  text-align: center;
}
.creatorfund-aboutcurios h3 {
  margin-bottom: 40px;
}
.creatorfund-aboutcurios .question {
  margin-bottom: 30px;
}
.creatorfund-aboutcurios .question h5 {
  margin-bottom: 10px;
}

.creators-unleashed-hero {
  background: url("../jpg/music-bg.jpg") no-repeat center center;
  background-size: cover;
}
.creators-unleashed-hero .brand-logo {
  display: flex;
}
.creators-unleashed-hero .brand-logo img {
  height: 45px;
}
.creators-unleashed-hero .inner {
  background: rgba(19, 17, 43, 0.8);
  display: flex;
}
.creators-unleashed-hero .the-content {
  margin: 50px 100px 50px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.creators-unleashed-hero .the-content .the-logo {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.creators-unleashed-hero .the-content .the-logo span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
}
.creators-unleashed-hero .the-content .the-title {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creators-unleashed-hero .the-content .the-title .logo-unleashed {
  height: 270px;
}
.creators-unleashed-hero .the-content .the-title .sponsor {
  display: flex;
  flex: 0 0;
  flex-wrap: wrap;
}
.creators-unleashed-hero .the-content .the-title .sponsor span {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.creators-unleashed-hero .the-content .the-title .sponsored-by {
  height: 90px;
  margin-bottom: 10px;
}
.creators-unleashed-hero .the-content .the-title span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.creators-unleashed-hero .the-content .the-details {
  text-align: center;
  padding: 30px 0 50px;
  width: 100%;
}
.creators-unleashed-hero .the-content .the-time {
  text-align: center;
  margin-bottom: 60px;
}
.creators-unleashed-hero .the-content .the-time h3 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 18px;
  width: 100%;
}
.creators-unleashed-hero .the-content .the-time h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  width: 100%;
}
.creators-unleashed-hero .the-content .the-text {
  padding: 50px;
  display: flex;
  gap: 130px;
  justify-content: center;
}
.creators-unleashed-hero .the-content .the-text p {
  color: #eee;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 20px;
  max-width: 650px;
}
.creators-unleashed-hero .the-content h1, .creators-unleashed-hero .the-content h2, .creators-unleashed-hero .the-content h3, .creators-unleashed-hero .the-content h4, .creators-unleashed-hero .the-content h5, .creators-unleashed-hero .the-content h6, .creators-unleashed-hero .the-content p {
  color: #fff;
}
.creators-unleashed-hero .the-content h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: normal;
  margin-bottom: 65px;
}
.creators-unleashed-hero .the-content h1 span {
  color: #00B7A9;
}
.creators-unleashed-hero .button-wrap {
  margin-top: 40px;
}
.creators-unleashed-hero .btn {
  font-size: 18px;
  padding: 0 62px;
  line-height: 60px;
  height: 60px;
}
.creators-unleashed-hero .overlay-image {
  width: 38%;
  position: absolute;
  right: 60px;
  top: 20px;
  opacity: 0.75;
}
.creators-unleashed-hero .overlay-image img {
  max-width: 100%;
}

.creators-unleashed h2 {
  margin-bottom: 20px;
}
.creators-unleashed .event-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.creators-unleashed .event-subtitle {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0;
}
.creators-unleashed .event-subtitle span {
  font-weight: 400;
  display: inline-block;
}
.creators-unleashed .event-time {
  color: #00A89B;
  font-size: 38px;
  font-weight: 300;
}
.creators-unleashed p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  letter-spacing: normal;
}
.creators-unleashed .one-col {
  background: #13112B;
  padding: 75px 0 85px;
}
.creators-unleashed .one-col p {
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1000px;
}
.creators-unleashed .one-col h2 {
  color: #B5DCD9;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 50px;
  max-width: 1375px;
}
.creators-unleashed .one-col .button-wrap {
  margin-bottom: 65px;
}
.creators-unleashed .the-pics {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 1225px;
  max-width: 100%;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.creators-unleashed .the-pics img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.creators-unleashed .the-pics .pic {
  width: 50%;
}
.creators-unleashed .the-pics .pic.bigger {
  width: 40%;
}
.creators-unleashed .speakers-panel {
  padding: 100px 200px;
}
.creators-unleashed .speakers-panel .the-details {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.creators-unleashed .speakers-panel .speakers {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}
.creators-unleashed .speakers-panel .speakers .speaker img {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 10px;
}
.creators-unleashed .speakers-panel .speakers .speaker h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}
.creators-unleashed .speakers-panel .speakers .speaker p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.creators-unleashed .speakers-panel:first-of-type {
  background: #EDEDED;
}
.creators-unleashed .other-event {
  padding: 60px 200px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creators-unleashed .other-event .event-info {
  display: flex;
  align-items: center;
}
.creators-unleashed .other-event img {
  margin-right: 50px;
  width: 175px;
  max-width: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.creators-unleashed .event-raskull {
  padding-bottom: 60px;
}
.creators-unleashed .event-ro {
  background: #191732;
  background: #1f1d33;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.creators-unleashed .event-ro img {
  width: 175px;
  box-shadow: 0 20px 60px rgba(89, 255, 246, 0.1);
}
.creators-unleashed .event-ro .event-time {
  color: #00d0c0;
}
.creators-unleashed .event-ro .button-wrap .btn {
  box-shadow: 0 10px 60px rgba(89, 255, 246, 0.42);
}

.project-list {
  padding: 48px 30px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  margin: 0 auto 80px;
  margin: 0 auto;
  width: 95%;
}
.project-list a.tiny-caps {
  color: rgb(38, 166, 154);
}
.project-list .the-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.project-list .the-items a {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.568627451) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(34, 34, 34, 0.5490196078) 0%, rgba(34, 34, 34, 0.5490196078) 100%);
  content: "";
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.project-list .the-items a:hover {
  opacity: 0.9;
}
.project-list .single-item {
  width: calc(20% - 19.2px);
  width: calc(16.6666666667% - 28.8px);
}
.project-list img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
}
.project-list img::after {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.568627451) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(34, 34, 34, 0.5490196078) 0%, rgba(34, 34, 34, 0.5490196078) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-list .the-details {
  padding: 15px;
  position: absolute;
}
.project-list h6 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.project-list .the-title {
  margin-bottom: 5px;
}
.project-list .the-artist {
  font-size: 14px;
  font-weight: 400;
}

.creator-studio {
  background: url("../bg-cement.html") 0% 10% no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.creator-studio .creator-studio-bg {
  background: rgba(51, 51, 51, 0.85);
  padding: 100px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.creator-studio .the-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}
.creator-studio .the-details {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.creator-studio .the-details img {
  max-width: 1019px;
  border-radius: 8px;
}
.creator-studio .the-details h3 {
  font-size: 44px;
  font-weight: 300;
}
.creator-studio .the-details h4 {
  font-size: 30px;
  font-weight: 300;
}
.creator-studio .the-details li {
  color: #7D82FF;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
.creator-studio .the-details li:nth-of-type(2) {
  color: #7da6ff;
}
.creator-studio .the-details li:nth-of-type(3) {
  color: #00ddff;
}
.creator-studio .the-details li:nth-of-type(4) {
  color: #00ffff;
}
.creator-studio .the-details li:nth-of-type(5) {
  color: #1df8e6;
}
.creator-studio .the-action {
  color: #fff;
  text-align: center;
  width: 1000px;
  max-width: 100%;
}
.creator-studio .the-action p {
  color: #fff;
  font-size: 18px;
}
.creator-studio .the-action .btn {
  color: #fff;
}

.why-curios {
  background: url("../bg-splatter.html") center no-repeat;
  background-size: cover;
}
.why-curios .gradient-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.why-curios .gradient-line .inner {
  background: rgb(224, 85, 227);
  background: linear-gradient(90deg, rgb(224, 85, 227) 0%, rgb(227, 85, 85) 100%);
  width: 300px;
}
.why-curios h3 {
  font-weight: 300;
  margin-bottom: 0;
}
.why-curios .why-curios-bg {
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.why-curios .the-blocks {
  width: 1550px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.why-curios .the-blocks > div {
  background: #fff;
  padding: 40px;
  width: calc(33.33% - 40px);
  border-radius: 6px;
  box-shadow: 0px 10px 40px 0px rgba(77, 77, 100, 0.08);
}

.enterprise {
  background: url("../bg-cement.html") center no-repeat;
  background-size: cover;
}
.enterprise .enterprise-bg {
  background: rgba(94, 94, 94, 0.9);
  padding: 100px 50px;
}
.enterprise h2 {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.enterprise h4 {
  color: #fff;
  font-weight: 300;
  letter-spacing: normal;
}
.enterprise .inner {
  text-align: center;
}
.enterprise .btn-outline {
  color: #fff;
}

.slick-slide-wrap {
  background: #f8f8f8;
}
.slick-slide-wrap .section-slick-slide {
  padding: 85px 50px 70px;
  border-bottom: 0;
}
.slick-slide-wrap .card {
  background: transparent;
  border: 1px solid #dadada;
}/*# sourceMappingURL=curios.css.map */