@charset "UTF-8";
header {
  background: rgba(241, 253, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 80px;
  display: flex;
  flex-direction: row;
  padding: 0 9.375%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 81.25%;
  justify-content: space-between;
  z-index: 999;
  box-sizing: unset;
}

header .sub-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

header .site-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 24.375%;
}

header .site-branding {
  display: flex;
  align-items: center;
  flex-basis: 9.725%;
}

header .site-menu {
  flex-basis: 65.9%;
}

header .header-login {
  margin-left: 12px;
}

header .site-cta .button-secondary {
  padding: 10px 22px;
  height: 56px;
}

header .site-cta .button-primary {
  width: 226px;
  height: 56px;
}

header .button-burger {
  background: transparent;
  padding: 0;
  line-height: inherit;
}

header .menu-button {
  display: none;
}

header button {
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
}

header .button-primary {
  color: #fff;
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-secondary {
  background: #FFFFFF;
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
}

header .button-secondary:hover {
  background: #F0FAFB;
  color: #46A3AA;
  border: 2px solid #46A3AA;
}

.mobile-menu ul {
  list-style: none;
}

menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: blue;
  /* just to make it obvious… */
}

#menu-mobile-menu {
  transform: translateY(-120%);
  position: fixed;
  width: 100%;
  height: calc(100vh - 64px);
  top: 64px;
  left: 0;
  background-color: white;
  visibility: hidden;
  overflow: scroll;
  margin-top: 0;
}

.closed #menu-mobile-menu {
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.mobile-menu.open #menu-mobile-menu {
  transform: translateY(0%);
  transition: all 0.4s ease-in-out;
  visibility: visible;
}

.site-menu ul {
  padding: 0;
  margin: 0 0 0 72px;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}

.site-menu ul li a:hover,
.current-menu-item a {
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600 !important;
}

#menu-main-menu li:not(:last-child) {
  margin-right: 48px;
}

.site-menu li {
  list-style: none;
  position: relative;
}

.site-menu li.menu-item-has-children {
  cursor: pointer;
}

.site-menu ul li a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.menu-item-has-children:hover ul.sub-menu {
  height: auto;
  min-width: 290px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: auto;
}

.site-menu li.menu-item-has-children:after {
  content: url("https://adsbot.co/wp-content/themes/adsbot/assets/dropdown-icon.svg");
}

.sub-menu {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
  border-radius: 8px;
  padding: 10px 16px !important;
  margin-left: 0 !important;
  align-items: flex-start !important;
  box-shadow: 0px 2px 10px -2px rgba(10, 46, 49, 0.05);
  background: rgb(250, 250, 250);
}

.sub-menu li {
  width: 100%;
  padding: 10px 0px !important;
}

.sub-menu li:not(:first-child) {
  border-top: 1px solid #E5E7EB;
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .site-branding {
    flex-basis: 50%;
  }
  .mobile-menu {
    display: flex;
  }
  header .desktop {
    display: none;
  }
  .mobile-menu ul {
    padding-left: 0;
  }
  .mobile-menu ul li a {
    font: 500 16px/55px "Work Sans";
    color: #1F2937;
    padding-left: 23px;
    text-decoration: none;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid #F3F4F6;
  }
  .site-branding,
.menu-button {
    z-index: 999;
  }
  .site-branding,
.site-menu {
    background: white;
  }
  header .menu-button {
    display: block;
  }
  .header-login,
.header-cta {
    display: none;
  }
  header {
    padding-right: 16px;
    padding-left: 16px;
    width: calc(100% - 32px);
    background: white;
    height: 64px;
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.07);
  }
  .site-logo svg {
    width: 86px;
    height: 40px;
  }
  header button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 1441px) {
  header .sub-section {
    margin: 0 auto;
    width: 1440px;
  }
}
body.admin-bar header {
  top: 32px;
}

header .button-burger {
  padding: 0;
  line-height: inherit;
  content: "";
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/burger-menu.svg);
  width: 24px;
  height: 24px;
}

header .button-burger.menu-open {
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/X.svg);
}

@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.site-content {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .site-content {
    margin-top: 140px;
  }
}

body.admin-bar .site-content {
  margin-top: 112px;
}
@media (min-width: 1024px) {
  body.admin-bar .site-content {
    margin-top: 172px;
  }
}

body {
  font: 400 16px/24px "Work Sans", sans-serif;
  color: #4B5563;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1 {
  font: 700 28px/36px "Work Sans";
  margin: 0;
}

.btn {
  border-radius: 16px;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  padding: 16px 24px;
  text-decoration: none;
  font: 600 16px/24px "Work Sans", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn.blue-main {
  color: #fff;
  background: none 0% 0%/auto repeat scroll padding-box border-box rgb(109, 203, 210);
}
.btn.blue-main:after {
  content: url(../../assets/img/right-arrow.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .btn.blue-main:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.btn.play {
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
  padding: 14px 22px;
  background-color: #fff;
}
.btn.play:before {
  content: url(../../assets/img/rocket.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 12px;
}
.btn.play:hover {
  background-color: #F0FAFB;
}

.btn-soft-blue {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: rgb(109, 203, 210);
  font: 500 16px/24px "Work Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 1024px) {
  .btn-soft-blue:hover {
    text-decoration: underline;
  }
}
.btn-soft-blue:after {
  color: rgb(109, 203, 210);
  content: url(../../assets/img/right-arrow-blue.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 6px;
}

img {
  width: 100%;
  height: auto;
}

.ss-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 768px) {
  .ss-container {
    padding: 120px 40px;
  }
}

.ss-header {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .ss-header {
    margin-bottom: 100px;
  }
}

.ss-title {
  font-size: 48px;
  font-weight: 700;
  color: #082B2F;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ss-title {
    font-size: 64px;
    margin-bottom: 24px;
  }
}

.ss-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #4F5B5C;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .ss-subtitle {
    font-size: 20px;
  }
}

.ss-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .ss-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .ss-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.ss-item {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 8px 22px -2px rgba(42, 42, 42, 0.08);
  padding: 36px;
  transition: all 0.3s ease;
}
.ss-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 16px 40px -4px rgba(42, 42, 42, 0.12);
}

.ss-logo {
  margin-bottom: 20px;
  text-align: left;
}
.ss-logo img {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-content {
  text-align: left;
}

.ss-text {
  font-size: 16px;
  font-weight: 600;
  color: #082B2F;
  margin: 0 0 25px 0;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ss-text {
    font-size: 18px;
    margin-bottom: 27px;
  }
}

.ss-cta {
  display: inline-block;
  padding: 16px 24px;
  background: rgb(109, 203, 210);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ss-cta:hover {
  background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
}
@media (min-width: 768px) {
  .ss-cta {
    padding: 16px 36px;
    font-size: 18px;
  }
}/*# sourceMappingURL=success-archive.css.map */