body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #F0F0F2;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}

.container {
  padding: 0 0;
}

.section_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  color: #152354;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  max-width: 697px;
}

.col {
  padding: 0;
}

.row {
  margin: 0;
}

.section_subtitle {
  font-size: 24px;
  line-height: 33px;
  color: #152354;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 530px;
}

.top_section {
  width: 100%;
  min-width: 312px;
  max-width: 451px;
}

.btn {
  border-radius: 10px;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
}

.btn-primary {
  background-color: #FF5678;
}

.btn-primary:hover {
  background-color: #E74D6C;
}

.btn-big {
  font-size: 18px;
}

.btn-primary:active {
  background-color: #E74D6C !important;
}

.landing_demo {
  width: 90%;
  max-width: 445px;
}

@media (min-width: 768px) {
  .top_section_two {
    margin-top: 16vw !important;
  }
}

.top_section_two {
  margin-top: 320px;
}

.doodle_top {
  width: 90%;
  max-width: 513px;
}

@media (max-width: 768px) {
  .doodle_top {
    display: none;
  }
}

.doodle_top img {
  width: 100%;
}

.cover_preview {
  width: 100%;
  
}

.header_section {
  padding-left: 8%;
  padding-right: 8%;
}

.doodle_love {
  width: 90%;
  max-width: 397px;
}

.section_content {
  font-size: 22px;
  line-height: 192.9%;
  text-align: center;
  color: #9C9C9C;
  width: 95%;
  max-width: 730px;
}

.sub_form_container {
  width: 751px;
}

.sub_input {
  width: 100%;
  max-width: 473px;
  font-weight: normal;
  font-size: 18px;
  color: black;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 23px;
  height: 55px;
}

.sub_input::placeholder {
  color: #D0D0D0;
}

#footer {
  background-color: #152354;
  padding: 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: white;
  padding-top: 60px;
}

.social_link {
  margin-right: 20px;
}

.feature_card {
  padding-top: 48px;
  padding-left: 35px;
  padding-right: 46px;
  display: flex;
  align-items: start;
  flex-direction: column;
  background: #F7F7F7;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  width: 310px;
  height: 454px;
}

.feature_number {
  position: absolute;
  top: 44px;
  right: 0px;
}

.feature_card h2 {
  font-weight: 800;
  font-size: 24px;
  color: #1D2D5B;
  margin-top: 19px;
  margin-bottom: 33px;
}

.feature_card .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #878787;
  flex: 1;
}

.feature_card .link {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FF5678;
  margin-bottom: 64px;
}

.feature_container {
  width: 335px;
  /*margin: 0 auto;*/
  margin-top: 55px;
}

.nav-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #46498F !important;
}

.nav-link.active {
  font-weight: 800;
}

.nav-item {
  margin-left: 30px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(https://gabzzle.com/assets/img/ic_nav_menu.svg) !important;
}

.step_number {
  opacity: 0.2;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.step_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #1D2D5B;
  margin-top: 58px;
  margin-bottom: 12px;
}

.step_card {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 29px 30px;
}

.step_card .col {
  padding-left: 15px;
  padding-right: 15px;
}

.step_card .row {
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

.param_container {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 58px;
}

.param_container h4 {
  font-weight: bold;
  font-size: 16px;
  color: #1D2D5B;
}

.param_desc {
  font-weight: 600;
  font-size: 14px;
  color: #B6B6B6;
  margin-top: 11px;
  margin-bottom: 15px;
}

.param_input {
  width: 120px;
  padding: 0 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  min-height: 45px;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 5px;
}

.param_input::placeholder {
  color: #D0D0D0;
}

.param_input.full-width {
  width: 100%;
}

.hero_title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  color: #152354;
}

.hero_subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #152354;
  margin-top: 21px;
}

.btn-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FF5678;
}

.btn-link:hover {
  color: #E74D6C;
  text-decoration: none;
}

.brand-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 154px;
  padding-left: 8%;
  padding-right: 8%;
}

.brand-container div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  min-width: 200px;
}

.section {
  margin-top: 133px;
}

.section .content {
  margin-top: 162px;
  padding-left: 8%;
  padding-right: 8%;
}

.desc-container h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  color: #152354;
  margin-bottom: 24px;
}

.desc-container p {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #152354;
}

.dummy {
  height: 162px;
  border-radius: 12px;
  width: 100%;
}

.desc-image {
}

.dummy.red {
  background-color: #E7C3C3;
}

.dummy.green {
  background-color: #CCE7C3;
}

.testimonial h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  color: #152354;
  margin-bottom: 24px;
}

.testimonial p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 44px;
  color: #152354;
}

.testimonial h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  color: #152354;
  margin: 0;
}

.gradient-dark-blue {
  background: linear-gradient(180deg, #F0F0F2 11.92%, #152354 72.23%);
}

.feat_card {
  background: #152354;
  border-radius: 24px;
  height: 235px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 56px;
  min-width: 290px;
  /*max-width: 386px;*/
}

.feat_card h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-top: 31px;
  color: white;
}

@media (min-width:768px) {
  .feat_card {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width:992px) {
  .feat_card {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.section.dark {
  background: #152354;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
  color: white;
}

.save_container h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 44px;
}

.save_container p {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

.btn-light {
  background-color: white;
  color: #152354;
}

.btn.btn-link.light {
  color: white;
}

.btn.btn-link.light:hover {
  color: #e2e6ea;
}

.offer h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #152354;
  margin-bottom: 44px;
}

.offer h1 .light {
  font-weight: bold;
}

.offer p {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #152354;
}

.modal-header {
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-content {
  border: none;
  border-radius: 20px;
}

html {
  scroll-behavior: smooth;
}

.sub_input.error {
  border: 1px solid red;
}

.checkmark.left {
  margin: 0 0;
}

.features li {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 17px;
  text-align: start;
}

.features li::before {
  content: "";
  background-image: url(https://gabzzle.com/assets/img/feature_check.svg);
  background-repeat: no-repeat;
  display: inline-flex;
  width: 32px;
  height: 14px;
}

.pricing-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  width: 100%;
  padding-top: 36px !important;
  text-align: center;
  /*padding-left: 76px;*/
  /*padding-right: 76px;*/
  padding-bottom: 66px;
}

.pricing-card .name {
  color: #9A9FA4;
  font-weight: 800;
  font-size: 22px;
}

.pricing-card .cycle-desc {
  font-weight: 300;
  font-size: 20px;
}

.price .cycle {
  font-size: 23px;
}

.pricing-card .price {
  font-weight: 900;
  font-size: 68px;
  color: #000000;
  margin-top: 36px;
}

.pricing-card .features {
  margin-top: 76px;
  margin-bottom: 123px;
  margin-left: 76px;
  margin-right: 76px;
}

.col.pricing-card-wrapper {
  max-width: 448px;
}

.pricing-card .buy-btn {
  width: 90%;
  max-width: 296px;
}

.pricing-card-wrapper .header {
  height: 65px;
}

.pricing-card-wrapper .header.pink {
  background: #FF5678;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 72px;
}

.pricing-card.text-only {
  padding: 34px 60px !important;
  padding-bottom: 0px !important;
}

.pricing-container {
  margin: 0 auto;
  max-width: 960px;
}

.pricing-card .features2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0px;
}

.pricing-card.features2 li::before {
}

.pricing-card .features2 li::before {
  content: "";
  background-image: url(https://gabzzle.com/assets/img/feature_check_pink.svg);
  background-repeat: no-repeat;
  display: inline-flex;
  width: 32px;
  height: 14px;
}

.footer-cta {
  background: #233A89;
  padding-top: 140px;
  padding-bottom: 126px;
  text-align: center;
}

.footer-cta h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  width: 80%;
  max-width: 786px;
  margin: 0 auto;
  margin-bottom: 102px;
}

.switch {
  background: #152354;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin: 0;
  margin-right: 26px;
  margin-left: 26px;
  cursor: pointer;
}

.switch_container {
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  display: inline-block;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .toggle {
  display: inline-block;
  background: #FF5678;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .toggle {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.switch_container span.enabled {
  color: #FF5678;
}

.pricing-card .features2 li {
  min-width: 102px;
  margin-bottom: 34px;
}

.switch_container .offer {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  color: #FF5678;
  margin-left: 5px;
  white-space: nowrap;
}

.pricing-card img {
  width: 80%;
  min-height: 217.48px;
  max-height: 217.48px;
}

.btn-small {
  font-size: 16px;
  padding: 9px 18px;
}

.btn.btn-dark {
  background: #152354;
}

.btn.btn-dark:hover {
  background: #121D41;
  color: white;
}

.dropdown-toggle {
  color: #152354;
}

.row.app_card {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 27px 30px;
}

.app_card.grey {
  background: #ECECEC;
}

.btn-icon {
  color: #FF5678;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-icon:hover {
  color: #FF5678;
}

.app_card .greeting {
  font-weight: 800;
  font-size: 20px;
  color: #152354;
}

.app_section_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #1D2D5B;
}

.design_card {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  max-width: 537px;
  padding: 30px 40px;
}

.cover_infos .title {
  font-weight: 800;
  font-size: 22px;
  color: #000000;
}

.cover_infos .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #CFCFCF;
}

.btn.btn-grey {
  background: #E6E6E6;
  color: white;
  max-width: 114px;
}

.btn.btn-grey:hover {
  background: #FF5678;
}

.bg-success {
  background-color: #C0EEC8 !important;
}

.progress {
  height: 30px;
  border-radius: 40px;
}

.progress-bar {
  border-radius: 40px;
}

.btn-dark.btn-outline {
  background: none;
  border: 1px solid #152354;
  color: #152354;
  font-weight: bold;
}

.separator_line {
  height: 100vh;
  width: 1px;
  display: block;
  background: #152354;
  opacity: 0.1;
  margin: auto 0;
  margin-left: 14px;
}

.design_info {
  background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #FFFFFF 100%);
  border-radius: 10px;
  padding: 25px 10px;
}

.design_info .name {
  font-weight: bold;
  font-size: 20px;
  color: #152354;
}

.link-btn i {
  margin-right: 6px;
}

.link-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

.vertical_separator {
  height: 1px;
  display: block;
  width: 80%;
  background: #E4E4E4;
  margin: 60px auto;
}

.selector-container {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: scroll;
  display: inline-flex;
  max-width: 570px;
}

.font-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  opacity: 0.34;
  cursor: pointer;
  margin: 0 25px;
  position: relative;
}

.font-item img {
  margin-bottom: 10px;
}

.font-item .check {
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 1;
  margin-top: 0 !important;
}

.font-item.selected:hover {
  opacity: 1 !important;
}

.font-item.selected .check {
  display: block !important;
}

.font-item.selected {
  opacity: 1 !important;
  cursor: initial !important;
}

.font-item:hover {
  opacity: 0.7;
}

.template-item {
  margin: 40px auto;
  position: relative;
  cursor: pointer;
  opacity: 0.4;
  max-width: 225px;
}

.selector-container.template {
  border: none;
  max-height: 550px;
  max-width: none;
}

.template-item .check {
  position: absolute;
  top: -10px;
  right: -100px;
  height: 31px;
}

.template-item.selected:hover {
  opacity: 1 !important;
}

.template-item.selected .check {
  display: block !important;
}

.template-item.selected {
  opacity: 1 !important;
  cursor: initial !important;
}

.template-item:hover {
  opacity: 0.7;
}

.smedia_selector {
  max-width: 300px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.smedia_selector .icon {
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.3;
}

.smedia_selector .icon.selected {
  cursor: initial;
  filter: none;
  opacity: 1;
}

.smedia_selector .icon:not(.selected):hover {
  opacity: 0.5;
  filter: none;
}

.footer_col {
  /*justify-content: center;*/
  /*align-items: center;*/
  display: flex;
  flex-direction: column;
}

.footer_col h5 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_col ul {
  list-style: none;
  padding: 0;
}

.footer_col li, .footer_col a {
  font-weight: 400;
  margin-top: 6px;
  font-size: 18px;
  color: rgb(206,206,206);
}

#footer .copyright p, #footer .copyright a {
  font-weight: 400;
  font-size: 16px;
  color: white;
}

#footer .separator {
  display: block;
  width: 80%;
  height: 1px;
  margin: 50px auto;
  background-color: rgba(255,255,255,0.13);
}

.template-item img {
  width: 100%;
}

.template-item .info {
  margin-top: 14px;
}

.template-item .info .col {
  padding-right: 0px;
  padding-left: 0px;
}

.template-item .info .perks {
  color: rgba(21,35,84,0.5);
  font-size: 12px;
}

.template-item .info .title {
  font-weight: bold;
  font-size: 12px;
  color: #152354;
}

.template-item .info .perks i {
  margin-left: 15px;
}

.separator_horizontal {
  height: 1px;
  width: 70%;
  background: #152354;
  opacity: 0.1;
  margin: 29px auto;
}

#link-suggest {
  font-size: 14px;
  color: #7E9BE7;
  font-weight: 600;
}

.btn-category {
  border-radius: 20px;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: bold;
  min-width: 136px;
}

.ltd-progress-bg {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FAA6B7;
  border-radius: 14px;
}

.ltd-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.ltd-text {
  font-weight: 600;
  font-size: 14px;
}

.ltd-progress {
  height: 100%;
  background-color: white;
  border-radius: 14px;
}

.sub_input:focus:not(.error) {
  border-radius: 10px;
  border: 1px solid #8fa8ff;
}

.sub_input:focus {
  outline: none;
}

.profile-container-bg {
  border: 2px solid #152354;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.profile-container-bg .profile-text {
  color: #152354;
}


/*
     FILE ARCHIVED ON 11:05:29 Aug 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:24:04 Mar 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.005
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 1026.266
  LoadShardBlock: 192.363 (3)
  PetaboxLoader3.datanode: 210.297 (5)
  PetaboxLoader3.resolve: 125.362 (2)
  load_resource: 176.938
  loaddict: 27.599
*/