.f_size_13 {
  font-size: 13px !important;
}
.gutter-5px {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.gutter-5px [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.sign_in_btn {
  border: 2px solid #9a33cc;
  background: #9a33cc;
}
@media screen and (max-width: 991px) {
  .sign_in_btn {
    background: #9a33cc;
    border: 2px solid #9a33cc;
    color: #fff;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1350px) {
  .custom3d_Content_Button {
    display: flex;
  }
  .footer_icons {
    width: 33.33%;
  }
  .footer_terms {
    width: 50%;
  }
  .custom3d_Content_StartButton {
    margin-right: 1% !important;
  }
}

@media screen and (max-width: 1350px) {
  .custom3d_Content_Button {
    display: block;
  }
  .footer_icons {
    width: 100%;
    padding-bottom: 2%;
  }
  .footer_terms {
    width: 100%;
  }
  .custom3d_Content_StartButton {
    margin-bottom: 1% !important;
  }
}

.under_logo {
  background-color: rgb(222, 212, 250);
  padding: 20px 0px;
  border-bottom: 1px solid black;
}

.ti-tiktok {
  width: 32px;
  height: 32px;
  background-image: url('../images/tiktok.svg');
  background-size: cover;
  display: inline-block;
}

.sign_in_btn:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}
.header_area.navbar_fixed .sign_in_btn {
  background: #9a33cc;
  color: #fff;
}

.header_area.navbar_fixed .sign_in_btn:hover {
  color: #9a33cc;
  background: #fff;
  border: 2px solid #9a33cc !important;
}

.f_size_26 {
  font-size: 26px !important;
}
.service_item .icon {
  line-height: 58px !important;
}
.n_hero_banner_area.top-banners {
  padding-top: 150px;
  background-image: -moz-linear-gradient(
    -52deg,
    rgb(255, 64, 145) -22%,
    rgb(73, 57, 2223) 28%,
    rgb(73, 57, 222) 56%,
    rgb(163, 77, 239) 80%,
    rgb(253, 96, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    -52deg,
    rgb(255, 64, 145) -22%,
    rgb(73, 57, 2223) 28%,
    rgb(73, 57, 222) 56%,
    rgb(163, 77, 239) 80%,
    rgb(253, 96, 255) 100%
  );
  background-image: -ms-linear-gradient(
    -52deg,
    rgb(255, 64, 145) -22%,
    rgb(73, 57, 2223) 28%,
    rgb(73, 57, 222) 56%,
    rgb(163, 77, 239) 80%,
    rgb(253, 96, 255) 100%
  );
}
@media screen and (min-width: 2800px) {
  .n_hero_banner_area.top-banners {
    padding-bottom: 300px !important;
  }
}
.shape_banners .img1.top-banners-img {
  top: 70px;
  width: 50%;
}
.content_wrap {
  max-width: 1350px;
}
.section-logo {
  margin-bottom: 1rem;
}
.breadcrumb_area {
  background-image: url("../images/subpage-banner.webp");
  background-size: cover;
  background-position: top right;
}

.top-section-img {
  display: flex;
  align-items: flex-end;
}
/* .top-section-img #ThreeDModelImage .progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 50%), 0px 0px 5px 1px rgb(0 0 0 / 60%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
.top-section-img #ThreeDModelImage .progress-bar .update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
} */
.top-section-img #HeartModelViewer {
  width: 100%;
  height: 100%;
  --poster-color: transparent;
  margin: 0 auto;
}
#HeartModelViewer::part(default-progress-mask) {
  background-color: transparent;
}
#HeartModelViewer::part(default-progress-bar) {
  top: 50%;
  margin-top: -4px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1200px) {
  .top-section-img {
    z-index: 2;
    top: -12rem;
    bottom: -12rem;
    left: 0;
    right: 15px;
    position: absolute;
  }
}
@media screen and (max-width: 1199px)  {
  .iframe-outer-wrapper{
    max-height: 700px;
    margin-top: 0px;
  }
  .top-section-img iframe {
    max-width: 900px;
    max-height: 900px;
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .top-section-img:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .top-section-img #HeartModelViewer {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
}

@media screen and (min-width: 600px) {
  .section-logo {
    width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .shape_banners .img2 {
    pointer-events: none;
  }
  .top-section-img #HeartModelViewer {
    height: 500px;
  }
}


.section_top_btn_wrap .section_top_btn {
  padding: 14px 51px;
  border: 2px solid #fff;
  border-radius: 45px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.section_top_btn.for_free,
.section_top_btn.started:hover {
  background: #fff;
  color: #5f51fb;
}
.section_top_btn.started,
.section_top_btn.for_free:hover {
  color: #fff;
  background: transparent;
}
.section_top_btn_wrap .icon-play2{
  margin-right: 10px;
  font-size: 22px;
}

.section_submit_btn_wrap .section_submit_btn {
  padding: 14px 51px;
  border: 2px solid #fff;
  
  font-size: 18px;
  /* display: inline-flex; */
  align-items: center;
}

.section_submit_btn.for_free,
.section_submit_btn.started:hover {
  background: #fff;
  color: #5f51fb;
}
.section_submit_btn.started,
.section_submit_btn.for_free:hover {
  color: #fff;
  background: transparent;
}
.section_submit_btn_wrap .icon-play2{
  margin-right: 10px;
  font-size: 22px;
}

.service_heading {
  max-width: 860px;
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .service_promo_area_two .s_service_section {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .s_service_info .s_service_item {
    height: 100%;
    position: relative;
    padding: 50px 40px 80px;
  }

  .s_service_item .learn_btn_two {
    position: absolute;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s_service_info .s_service_item {
    margin-top: 1rem;
    padding: 50px 20px 40px;
  }
}
.hand_wrap_bg {
  background: #eff2f9;
  padding: 80px 0 140px;
}

@media screen and (max-width: 767px) {
  .hand_wrap_bg {
    padding: 50px 0;
  }
}


.service_item_card_wrap {
  margin-top: auto;
  margin-bottom: 30px;
}
.service_item_card_wrap .learn_btn_two {
  position: relative;
  bottom: 0;
}
.service_item_card_wrap:hover .s_service_item {
  background: #5f51fb;
}
.threeD-modal-image {
  margin-bottom: 20px;
}
.find_out_more_btn {
  border-radius: 45px;
  padding: 13px 44px;
  margin-top: 0px;
  font-size: 15px;
  background: #5f51fb;
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
}
.service_item_card_wrap:hover .find_out_more_btn {
  background: #fff;
  color: #5f51fb;
}
.service_item_card_wrap .s_service_item {
  padding: 30px 50px 30px;
}
.price_item_img_wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .price_item_img_wrap {
    margin-bottom: 1rem;
  }
}
.price_item_img_wrap::after {
  content: "";
  display: block;
  padding-top: 54%;
}

.price_item_img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
.subscribe_news_letter_bg {
  background: #eff2f9;
}
.f_bg.footer_bg {
  background: #d9e4fe;
}
.footer_email_wrap p span {
  font-weight: bold;
}
.footer_links {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer_links {
    justify-content: space-between;
  }
  .footer_widget {
    padding-left: 25px;
  }
  .footer_logo_wrap {
    padding-left: 40px;
  }
}
.footer_links li a {
  font-weight: bold !important;
  color: #3e4b73 !important;
}

.footer_links li {
  padding: 0.5rem 1rem;
}
.footer_top {
  border-bottom: 0 !important;
}

#navbarSupportedContent {
  flex-grow: 0;
}
.menu_one .container-fluid.content_wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.n_hero_banner_area .hm-banner-bottom-img {
  position: absolute;
  bottom: -29px;
  height: 350px;
  width: 100%;
  left: 0;
  background: url("../images/hm-banner-bottom-img.webp") repeat-x -125px top;
  background-size: cover;
}

.saas_subscribe_area_two + .footer_area {
  padding-top: 150px;
}

.form-group label.error {
  color: red;
}

#subscribe-form-footer label.error {
  position: absolute;
  color: red;
}
.top-navbar .nav-item {
  display: flex;
}

@media screen and (max-width: 991px) {
  .top-navbar .navbar-nav {
    box-shadow: 3px 6px 30px 15px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 3px 6px 30px 15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 3px 6px 30px 15px rgba(0, 0, 0, 0.13);
  }
  .menu_four .navbar-collapse {
    max-height: max-content !important;
  }
}

@media screen and (min-width: 992px) {
  .top-navbar .nav-item + .nav-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .top-navbar .nav-item + .nav-item {
    margin-left: 20px;
  }
  .top-navbar .nav-item + .nav-item .nav-link {
    font-size: 12px;
  }
}

.mapbox.mapbox-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}
.mapbox.mapbox-wrapper::after {
  content: "";
  display: block;
}
@media screen and (min-width: 568px) {
  .mapbox.mapbox-wrapper::after {
    padding-top: 55%;
  }
}
@media screen and (max-width: 567px) {
  .mapbox.mapbox-wrapper::after {
    padding-top: 70%;
  }
}
.mapbox.mapbox-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}

.service_item .icon-img {
  background: transparent;
  align-items: center;
  box-shadow: none;
  display: flex;
  width: auto;
}
.service_item .icon-img img {
  margin: 0;
  max-height: 26px;
}

.learn-how-img {
  border: solid 1px #000;
}

.learn-how-list li {
  margin-bottom: 15px;
}

.wrap-title{
  white-space: nowrap;
}

@media (max-width: 1250px) {
  .wrap-title{
    white-space: normal;
  }
}

/* BioCloud 3D Modal */


.how-it-works-modal .modal-content {
  background: transparent;
  border: 0;
}
.how-it-works-modal .modal-close-btn {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 20px;
  color: #fff !important;
  opacity: 1;
}
.f_social_icon_two a {
  font-size: 25px !important;
  color: black !important;
  margin: 0px 8px;
}
.f_widget.about-widget .f_list li a {
  font: 300 15px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.cursor-hover{
  cursor: pointer;
}

.price_tab.price_tab_two .hover_bg {
  background: #5f2eed !important;
}
@media screen and (max-width: 450px) {
  .price_tab li.hover_bg {
    display: none;
  }
}



/*  annual subscription discount */
.annual-subscription-discount {
  background: linear-gradient(92.83deg, #180074 -26.71%, #5529fc 67.05%);

  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 1rem;
}

.content-subscription-discount {
  background: linear-gradient(92.83deg, #00740f -26.71%, #22d529 67.05%);

  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  max-width: 660px;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 451px) {
  .annual-subscription-discount {
    border-radius: 22px;
  }
  .content-subscription-discount {
    border-radius: 30px;
  }
}
/* .asd-icon {
  padding-left: 16px;
 } */
.asd-text {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: calc(100% - 30px);
  text-align: center;
}

.noTransitions {
  transition: none !important;
}


.section_top_btn.button-purple {
  background: #9a33cc;
  color: white;
  border-color: #9a33cc;
  border-width: 2px;
}

.section_top_btn.button-purple:hover {
  border-color:white;
}

.section_top_btn.button-purple {
  background: #9a33cc;
  color: white;
  border-color: #9a33cc;
}

.section_top_btn.button-purple:hover {
  border-color:white;
}

.section_submit_btn.button-purple {
  background: none;
  color: white;
  border-color: white;
  border-width: 2px;
}

.section_submit_btn.button-purple:hover {
  background: #7ec5f5;
  border-color:white;
  color: white;
}

.nav-item#spacer {
  display: none;
}
@media screen and (min-width: 992px) {
  .top-navbar#navbarSupportedContent {
    flex-grow: 1;
  }
  .top-navbar li.nav-item {
    white-space: nowrap;
  }
  .top-navbar ul {
    flex-grow: 1;
    flex-wrap: nowrap;
  }

  .nav-item#spacer {
    display: block;
    flex-basis: 100px;
    flex-shrink: 1;
    margin-left: 0;
  }
}

a.s_service_item {
  display: block;
}

.embed-responsive iframe {
  clip-path: inset(1px 1px);
}

@media screen and (max-width:1200px) {
  .section_top_btn_wrap {
    justify-content: center;
  }
  .section_submit_btn_wrap {
    justify-content: center;
  }
}

.wd-half {
  width: 50%;
  padding: 5px;
  border-radius: 0;
}

.wd-whole {
  width: 100%;
  border-radius: 0;
}



.mg-right {
  margin-right: 2%;
}

.mg-left {
  margin-left: 2%;
}

.pd-bottom {
  padding-bottom: 4%;
}

.pd-bottom-3{
  padding-bottom: 30px !important;
}

.pd-bottom-1 {
  padding-bottom: 15px !important;
}

.pd-bottom-4 {
  padding-bottom: 45px !important;
}

.pd-top-3 {
  padding-top:30px !important;
}

.pd-top-1 {
  padding-top:15px !important;
}
.mg-bottom-3 {
  margin-bottom: 30px !important;
}

.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-top-3 {
  margin-top: 0px !important;
}

.describe_p {
  margin-left: 2%;
  margin-bottom: 0%;
  color: white;
}

.section_top_btn_wrap {
  gap: 40px;
  flex-wrap: wrap;
}
.section_submit_btn_wrap {
  gap: 40px;
  flex-wrap: wrap;
}


.text-white {
  color: white;
}

#pricing.sec_pad {
  padding-top:120px;
}
#video {
  padding-bottom: 0px;
}


.price_tab .nav-item .nav-link.active {
  background: #5f2eed;
  border-radius: 0px;
}
.price_tab .nav-item .nav-link {
  transition: background .6s;
  border-radius: 0px;
}
.nav.nav-tabs.price_tab {
  border-radius: 0px;
}


.plan-header {
  line-height: 40px;
  border-bottom: 1px solid #e9e9f4;
  padding: 33px 0px 30px;

  min-height:530px;
}

@media (max-width: 1070px) {
  .plan-header {
    min-height: 568px;
  }
}
@media (max-width: 991px) {
  .plan-header {
    min-height: 525px;
  }
}
@media (max-width:575px) {
  .plan-header {
    min-height: unset;
  }
.n_banner_content h1 {
  margin-top:-5px;
}
.n_banner_content p {
  padding-top: 43px;
  padding-bottom:45px;
}
}


.header_area.navbar_fixed .sign_in_btn_2 {
  border: 2px solid #9a33cc !important;
  color: #9a33cc; 
}

.header_area.navbar_fixed .sign_in_btn_2:hover {
  background: #9a33cc;
}


a.sign_in_btn_2.btn_hover {
  border: 2px solid white;
}

.header_area.navbar_fixed .sign_in_btn_2 {
  border: 2px solid #9a33cc !important;
  color: #9a33cc;
}

.header_area.navbar_fixed .sign_in_btn_2:hover {
  background: #9a33cc;
}

a.sign_in_btn_2.btn_hover {
  border: 2px solid white;
}

@media (max-width: 1199px) and (min-width:992px) {
  .header_area .security_btn { 
    padding: 7px 22px;
  }
}

@media (max-width: 991px) {
  .header_area .security_btn {
    margin-left: 0px;
  }
}

.footer_logo_wrap img {
  width: 280px !important;
  max-width: 280px !important;
}

.footer_bottom .f_menu li a {
  font-size: 16px;
  font-weight: bold;
}

/*
=====
HELPERS
=====
*/

.ha-screen-reader{
  width: var(--ha-screen-reader-width, 1px);
  height: var(--ha-screen-reader-height, 1px);
  padding: var(--ha-screen-reader-padding, 0);
  border: var(--ha-screen-reader-border, none);

  position: var(--ha-screen-reader-position, absolute);
  clip: var(--ha-screen-reader-clip, rect(1px, 1px, 1px, 1px));
  overflow: var(--ha-screen-reader-overflow, hidden);
}

/*
=====
RESET STYLES
=====
*/

.field__input{ 
  --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);
  
  background-color: transparent;
  border-radius: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

  font-family: inherit;
  font-size: inherit;
}

.field__input:focus::-webkit-input-placeholder{
  color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder{
  color: var(--uiFieldPlaceholderColor);
}

/*
=====
CORE STYLES
=====
*/

.field{
  --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
  --uiFieldPaddingRight: var(--fieldPaddingRight, 1rem);
  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 1rem);   
  --uiFieldBorderColorActive: var(--fieldBorderColorActive, rgba(22, 22, 22, 1));

  display: var(--fieldDisplay, inline-flex);
  position: relative;
  font-size: var(--fieldFontSize, 1rem);
}

.field__input{
  box-sizing: border-box;
  width: var(--fieldWidth, 100%);
  height: var(--fieldHeight, 3rem);
  padding: var(--fieldPaddingTop, 1.25rem) var(--uiFieldPaddingRight) var(--fieldPaddingBottom, .5rem) var(--uiFieldPaddingLeft);
  border-bottom: var(--uiFieldBorderWidth) solid var(--fieldBorderColor, rgba(0, 0, 0, .25));  
}

.field__input:focus{
  outline: none;
}

.field__input::-webkit-input-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.field__input::-moz-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.field__input:focus::-webkit-input-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.field__input:focus::-moz-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.field__label-wrap{
  box-sizing: border-box;
  pointer-events: none;
  cursor: text;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.field__label-wrap::after{
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 0;
  opacity: 0;

  position: absolute;
  bottom: 0;
  left: 0;
}

.field__input:focus ~ .field__label-wrap::after{
  opacity: 1;
}

.field__label{
  position: absolute;
  left: var(--uiFieldPaddingLeft);
  top: calc(50% - .5em);

  line-height: 1;
  font-size: var(--fieldHintFontSize, inherit);

  transition: top .2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity .2s ease-out, font-size .2s ease-out;
}

.field__input:focus ~ .field__label-wrap .field__label,
.field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label{
  --fieldHintFontSize: var(--fieldHintFontSizeFocused, .75rem);

  top: var(--fieldHintTopHover, .25rem);
}

/* 
effect 1
*/

.field_v1 .field__label-wrap::after{
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transition: opacity .2s ease-out;
}

/* 
effect 2
*/

.field_v2 .field__label-wrap{
  overflow: hidden;
}

.field_v2 .field__label-wrap::after{
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transform: translate3d(-105%, 0, 0);
  transition: transform .285s ease-out .2s, opacity .2s ease-out .2s;
}

.field_v2 .field__input:focus ~ .field__label-wrap::after{
  transform: translate3d(0, 0, 0);
  transition-delay: 0;
}

/*
effect 3
*/

.field_v3 .field__label-wrap::after{
  border: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transition: height .2s ease-out, opacity .2s ease-out;
}

.field_v3 .field__input:focus ~ .field__label-wrap::after{
  height: 100%;
}

/*
=====
LEVEL 4. SETTINGS
=====
*/

.field{
  --fieldBorderColor: #D1C4E9;
  --fieldBorderColorActive: #673AB7;
}

/*
=====
DEMO
=====
*/

body{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  margin: 0;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page{
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 1rem;

  display: grid;
  grid-gap: 30px;
}

.linktr{
  order: -1;
  padding: 1.75rem;
  text-align: center;
}

.linktr__goal{
  background-color: rgb(209, 246, 255);
  color: rgb(8, 49, 112);
  box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
}

@media (min-width: 1024px){
  
  .linktr{
    position: absolute; 
    right: 1rem; 
    bottom: 1rem;
  }
}

.r-link{
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

.textarea_origin{
  background: none;
  width: 100%;
  color: white;
}

.f_standard_font{
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  margin-bottom: 0px;
}

.standard_font_type {
  font-family: "Poppins", sans-serif !important;
}



.checkbox-wrapper-1 *,
  .checkbox-wrapper-1 ::after,
  .checkbox-wrapper-1 ::before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.6em;
    margin-top: 0.4em;
    color: rgba(0, 0, 0, 0.275);
    border: solid 0.06em;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
    border-radius: 0.2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
    background-size: 0;
    will-change: color, border, background, background-size, box-shadow;
    transform: translate3d(0, 0, 0);
    transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
    background-color: #f0f0f0;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
    background-color: #3B99FC;
    background-size: 0.75em;
    color: rgba(0, 0, 0, 0.075);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
    background-color: #0a7ffb;
    color: rgba(0, 0, 0, 0.275);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
    opacity: 0.5;
  }

  .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
    color: rgba(255, 255, 255, 0.275);
    background-color: #222;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
    background-color: #444;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
    background-color: #a97035;
    color: rgba(255, 255, 255, 0.075);
  }
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
  .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
    background-color: #c68035;
    color: rgba(0, 0, 0, 0.275);
  }