@charset "UTF-8";
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("../font/Plain-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Plain", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "Plain";
}

a {
  text-decoration: none;
  font-family: "Plain";
  padding: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent !important;
}

:focus-visible {
  outline: none;
}

textarea {
  font-family: "Plain";
}

a,
button,
div,
span {
  font-family: "Plain";
  -webkit-tap-highlight-color: transparent;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4684f8;
  cursor: pointer;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "plain";
  z-index: 2;
}
.btn:hover {
  background-color: #303030;
  color: #fff;
}
@media (max-width: 768px) {
  .btn:hover {
    background-color: #4684f8;
  }
}
.btn--md {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 32px 20px;
}
.btn--sm {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 24px 16px;
}
.btn--lg {
  border-radius: 12px;
  font-size: 39px;
  font-weight: 500;
  padding: 25px 56px 36px;
}
@media (max-width: 768px) {
  .btn--lg {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 32px 20px;
  }
}

.mt-48px {
  margin-top: 48px;
}

.mt-24px {
  margin-top: 24px;
}

.main-web-header {
  background-color: #fff;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  position: fixed;
  width: 100%;
  z-index: 99;
}
.main-web-header .main-header-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.main-web-header .main-header-wrapper .main-header-menu-col {
  display: flex;
  align-items: center;
  gap: 72px;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col {
  display: flex;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .header-menu,
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu {
  position: relative;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .menu-active-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 52px;
  top: 28px;
  background-color: #4684F8;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.main-web-header .main-header-wrapper .main-header-menu-col .header-menu-col .product-header-menu.active .menu-active-dot {
  opacity: 1;
  transform: scale(1);
}
.main-web-header .main-header-wrapper .main-header-btn-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.main-web-header .main-header-wrapper .main-header-btn-col .header-menu {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  line-height: 120%;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn {
  display: flex;
  height: 48px;
  padding: 0 24px;
  align-items: center;
  border-radius: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #4684F8;
  white-space: nowrap;
}
.main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn:hover {
  background-color: #303030;
  color: #fff;
}
@media (max-width: 768px) {
  .main-web-header .main-header-wrapper .main-header-btn-col .free-trial-btn:hover {
    background-color: #4684f8;
  }
}
.main-web-header .product-submenu-container-web {
  border-bottom: 2px solid #D9D9D9;
  background-color: #fff;
  position: absolute;
  top: 78px;
  width: 100%;
  /* ✅ hidden state */
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  pointer-events: none;
  /* ✅ smooth animation */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.main-web-header .product-submenu-container-web.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 32px 0 48px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item {
  display: flex;
  padding: 24px;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #F9F9F9;
  /* ✅ added transition */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col {
  padding-top: 5px;
  position: relative;
  width: 28px;
  min-width: 28px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col svg {
  width: 28px;
  height: 28px;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .idle-icon,
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .active-icon {
  position: absolute;
  top: 5px;
  left: 0;
  transition: opacity 0.3s ease;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-icon-col .active-icon {
  opacity: 0;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-content-col .product-menu-h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a .product-submenu-item .product-menu-content-col .product-menu-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #777;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item {
  background-color: #F6F9FF;
  border: 1px solid #B5CEFC;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item .idle-icon {
  opacity: 0;
}
.main-web-header .product-submenu-container-web .product-submenu-wrapper-web a:hover .product-submenu-item .active-icon {
  opacity: 1;
}

.main-mobile-header {
  display: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.main-mobile-header .mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  /* Top line */
  /* Bottom line */
  /* ✅ Active state → Cross */
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #303030;
  left: 0;
  transition: all 0.3s ease;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span:nth-child(1) {
  top: 4px;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger span:nth-child(2) {
  bottom: 4px;
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main-mobile-header .mobile-header-wrapper .mobile-hamburger.active span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.main-mobile-header .mobile-header-dropdown-container {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  /* ✅ hidden by default */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  /* ✅ when open */
}
.main-mobile-header .mobile-header-dropdown-container.active {
  max-height: fit-content;
  opacity: 1;
  transform: translateY(0);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 1.5rem;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .mobile-menu-col,
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu {
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  color: #303030;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .mobile-menu-col a,
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu a {
  color: #303030;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu .dropdown-img {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-menu.active .dropdown-img {
  transform: rotate(270deg);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container {
  margin-top: 12px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container.active {
  opacity: 1;
  transform: translateY(0);
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #303030;
  font-weight: 400;
  line-height: 120%;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col .svg-col .icon {
  width: 28px;
  height: 28px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .product-mobile-submenu-container .product-mobile-submenu-wrapper .product-mobile-submenu-col span {
  margin-top: -5px;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .free-trial-mb-btn {
  display: flex;
  height: 56px;
  padding: 0 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4684F8;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  margin: 12px 0;
}
.main-mobile-header .mobile-header-dropdown-container .mobile-header-dropdown-wrapper .signin-mb-btn {
  display: flex;
  height: 56px;
  padding: 21.58px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #4684F8;
  font-size: 16px;
  color: #4684F8;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 80px;
}

.main-footer-conatiner {
  padding: 152px 0;
  background-color: #1C1F26;
}
.main-footer-conatiner .main-footer-wrapper {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 40px;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .menu-wrapper .footer-menu {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #9F9F9F;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-content-col {
  flex: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 120%;
}
.main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

@media (max-width: 768px) {
  .main-web-header {
    display: none;
  }
  .main-mobile-header {
    display: block;
  }
  .main-footer-conatiner {
    padding: 48px 24px;
  }
  .main-footer-conatiner .main-footer-wrapper {
    width: 100%;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper {
    margin: 0;
    grid-template-columns: 1fr;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-menu-wrapper .footer-menu-col .footer-menu-heading {
    margin: 48px 0 40px;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 48px;
  }
  .main-footer-conatiner .main-footer-wrapper .footer-bottom-wrapper .footer-bottom-icon-col {
    justify-content: space-between;
    gap: 12px;
  }
}
.get-started-section {
  padding: 208px 0;
  background-color: #fff;
}
.get-started-section.bg-f4f4f4 {
  background-color: #F4F4F4;
}
.get-started-section.bg-303030 {
  background: #303030;
}
.get-started-section .get-started-wrapper {
  max-width: 760px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-direction: column;
}
.get-started-section .get-started-wrapper .get-started-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin: auto;
}
.get-started-section .get-started-wrapper .get-started-h2.white-text {
  color: #FFF;
}
.get-started-section .get-started-wrapper .get-started-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin: auto;
  text-align: center;
}
.get-started-section .get-started-wrapper .get-started-p a {
  color: #4684f8;
}
.get-started-section .get-started-wrapper .get-started-p.white-text {
  color: #E3E3E3;
}
.get-started-section .get-started-wrapper .btn-hero {
  width: fit-content;
}
@media (max-width: 768px) {
  .get-started-section {
    padding: 104px 24px;
  }
  .get-started-section .get-started-wrapper {
    width: 100%;
    gap: 32px;
  }
  .get-started-section .get-started-wrapper img {
    width: 60px;
    height: 60px;
  }
  .get-started-section .get-started-wrapper .get-started-h2 {
    font-size: 31px !important;
  }
  .get-started-section .get-started-wrapper .get-started-p {
    font-size: 16px !important;
    margin-top: -8px !important;
  }
}

.secure-link-hero-section {
  background: #fff;
  padding: 220px 0 104px;
}
.secure-link-hero-section .secure-link-hero-wrapper {
  max-width: 1125px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-direction: column;
}
.secure-link-hero-section .secure-link-hero-wrapper .secure-link-hero-h1 {
  font-family: "Plain";
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin: auto;
  width: 85%;
}
.secure-link-hero-section .secure-link-hero-wrapper .secure-link-hero-p {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  margin-top: 48px;
  text-align: center;
  margin: auto;
  width: 100%;
}
.secure-link-hero-section .secure-link-hero-img-new {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .secure-link-hero-section {
    padding: 48px 0;
  }
  .secure-link-hero-section .secure-link-hero-wrapper {
    width: 100%;
    gap: 32px;
    padding: 0 24px;
  }
  .secure-link-hero-section .secure-link-hero-wrapper .secure-link-hero-h1 {
    font-size: 39px !important;
    width: 100%;
  }
  .secure-link-hero-section .secure-link-hero-wrapper .secure-link-hero-p {
    font-size: 16px !important;
    margin-top: -8px !important;
    width: 100%;
  }
}

.secure-link-release-control {
  background: #1b1b1b;
  padding: 208px 0;
}
.secure-link-release-control .securelink-release-control-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 104px;
  flex-direction: column;
}
.secure-link-release-control .securelink-release-control-wrapper .secure-link-control-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 800px;
}
.secure-link-release-control .securelink-release-control-wrapper .secure-link-screen {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.secure-link-release-control .release-control-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 208px;
}
.secure-link-release-control .release-control-wrapper.bottom-wrapper {
  justify-content: flex-start;
  margin-top: 208px;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content {
  max-width: 1600px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content.bottom-wrapper-content {
  flex-direction: row-reverse;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col {
  width: 660px;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-p {
  font-family: "Plain";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  color: #c6c6c6;
  margin-top: 48px;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col {
  flex: 1;
}
.secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .secure-link-release-control {
    padding: 48px 0;
  }
  .secure-link-release-control .securelink-release-control-wrapper {
    justify-content: flex-start;
    gap: 48px;
  }
  .secure-link-release-control .securelink-release-control-wrapper .secure-link-control-h2 {
    font-size: 31px !important;
    width: 100%;
    padding: 0 24px;
  }
  .secure-link-release-control .release-control-wrapper {
    margin-top: 88px !important;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content {
    width: 100% !important;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content.bottom-wrapper-content {
    flex-direction: column-reverse;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col {
    width: 100%;
    text-align: left;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-h2 {
    font-size: 25px !important;
    padding: 0 24px;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-content-col .release-control-content-p {
    font-size: 16px !important;
    margin-top: 16px;
    padding: 0 24px;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col {
    padding-left: 24px;
    width: 100%;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col.mb-col {
    padding-left: 0;
    padding-right: 24px;
  }
  .secure-link-release-control .release-control-wrapper .release-control-wrapper-content .release-control-img-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.secure-link-protect-user-account-section {
  background-color: #f4f4f4;
  padding: 320px 0;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper {
  max-width: 1064px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-protect-user-account-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  gap: 120px;
  margin-top: 120px;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account .text-wrapper-protect-account {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account .text-wrapper-protect-account .secure-link-protect-user-account-h3 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account .text-wrapper-protect-account .secure-link-protect-user-account-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account .image-wrapper-protect-account {
  width: 638px;
  height: 408px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #fff;
}
.secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account .image-wrapper-protect-account .image-protect-account {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .secure-link-protect-user-account-section {
    display: none;
  }
  .secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper {
    width: 100%;
    gap: 48px;
  }
  .secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-protect-user-account-h2 {
    font-size: 31px !important;
    width: 100%;
    padding: 0 24px;
  }
  .secure-link-protect-user-account-section .secure-link-protect-user-account-wrapper .secure-link-row-wrapper-protect-account {
    display: none;
  }
}

.ai-feedback-section-mb {
  display: none;
}

@media (max-width: 768px) {
  .secure-link-protect-user-account-section {
    display: none;
  }
  .ai-feedback-section-mb {
    display: block !important;
    padding: 104px 24px;
    background-color: #f4f4f4;
  }
  .ai-feedback-section-mb .ai-feedback-h2-mb {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  .ai-feedback-section-mb .ai-feedback-p-mb {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
    margin-top: 24px;
  }
  .ai-feedback-swipe-wrapper {
    margin-top: 80px;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-h3 {
    font-family: "Plain";
    font-size: 31px;
    line-height: 1.2;
    font-weight: 400;
    color: #303030;
    text-align: center;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col img {
    width: 100%;
  }
  .ai-feedback-swipe-wrapper .ai-feedback-swipe-col .ai-swipe-p {
    font-family: "Plain";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #4f4f4f;
    text-align: center;
  }
  .aniamtion-progress-wrapper {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .aniamtion-progress-wrapper .mobile-progress-bar {
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .aniamtion-progress-wrapper .mobile-progress-bar.mobile-progress-active {
    width: 28px;
    background-color: #000;
  }
}
.unauthorized-secure-link-section {
  background-color: #0B0C0E;
  padding: 140px 0;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper {
  max-width: 1064px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-direction: column;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .unauthorized-secure-link-h2 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 800px;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper {
  background-color: #090A0D;
  padding: 120px 120px 104px;
  position: relative;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyze-h2 {
  font-family: "Plain";
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  width: 50%;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .progress-ring-inactive {
  position: absolute;
  top: 56px;
  right: 56px;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .progress-ring-active__circle {
  position: absolute;
  top: 56px;
  right: 56px;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .progress-ring-active__circle circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
  transform-origin: center;
  transform: rotate(-90deg);
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper {
  height: 540px;
  margin-top: 65px;
  position: relative;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper img.active-image {
  opacity: 1;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-1 {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-2 {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content {
  display: flex;
  gap: 18px;
  margin-top: 130px;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper {
  flex: 1;
  cursor: pointer;
  display: flex;
  gap: 16px;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-analyzer-left-col {
  background-color: #fff;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-h3 {
  color: #fff !important;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper.active-tab-menu .tab-menu-p {
  color: #fff !important;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-left-col {
  min-width: 2px;
  width: 2px;
  border-radius: 4px;
  align-self: stretch;
  background-color: #4f4f4f;
  transition: background-color 0.3s ease;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-h3 {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #4f4f4f;
  transition: color 0.3s ease;
}
.unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content .tab-analyzer-menu-wrapper .tab-analyzer-right-col .tab-menu-p {
  font-family: "Plain";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #4f4f4f;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .unauthorized-secure-link-section {
    padding: 48px 0;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper {
    width: 100%;
    gap: 32px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .unauthorized-secure-link-h2 {
    font-size: 31px !important;
    width: 100%;
    padding: 0 24px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper {
    padding: 48px 24px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyze-h2 {
    font-size: 25px;
    width: 100%;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .progress-ring-inactive {
    display: none;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .progress-ring-active__circle {
    display: none;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-inactive-line {
    width: 0;
    height: 2px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width linear;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-line-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-line-fill {
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: width linear;
    border-radius: 8px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper {
    height: 250px;
    margin-top: 42px;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper img.active-image {
    opacity: 1;
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-1 {
    width: 100% !important;
    top: 7% !important;
    transform: translateY(-50%);
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-image-wrapper .tab-image-2 {
    width: 100% !important;
    top: 12%;
    transform: translateY(-50%);
  }
  .unauthorized-secure-link-section .unauthorized-secure-link-wrapper .tab-circular-animation-wrapper .tab-analyzer-menu-content {
    flex-direction: column;
    gap: 32px;
    margin-top: 42px;
  }
}

.secure-link-need-section {
  background: #e5f0ff;
  padding: 160px 0;
}
.secure-link-need-section .secure-link-need-wrapper {
  max-width: 1440px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need {
  width: 100%;
  max-width: 760px;
}
.secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need .secure-link-need-h1 {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  text-align: center;
  margin: auto;
}
.secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need .secure-link-need-h1-span {
  font-family: "Plain";
  font-size: 61px;
  line-height: 1.2;
  font-weight: 200;
  color: #303030;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 104px;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper .secure-link-need-section-col {
  flex: 1;
  padding: 24px 24px 64px;
  border-radius: 32px;
  border: solid 1px #d3e1fd;
  background-color: #fafcff;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper .secure-link-need-section-col .secure-link-need-section-col-h3 {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  margin-top: 32px;
  margin-bottom: 16px;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper .secure-link-need-section-col .secure-link-need-section-col-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper-3 {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper-3 .secure-link-need-section-col {
  flex: 1;
  padding: 24px 24px 64px;
  border-radius: 32px;
  border: solid 1px #d3e1fd;
  background-color: #fafcff;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper-3 .secure-link-need-section-col .secure-link-need-section-col-h3 {
  font-family: "Plain";
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  color: #303030;
  margin-top: 32px;
  margin-bottom: 16px;
}
.secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper-3 .secure-link-need-section-col .secure-link-need-section-col-p {
  font-family: "Plain";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #777;
}
@media (max-width: 768px) {
  .secure-link-need-section {
    padding: 104px 24px;
  }
  .secure-link-need-section .secure-link-need-wrapper {
    width: 100%;
  }
  .secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need {
    width: 100%;
  }
  .secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need .secure-link-need-h1 {
    font-size: 31px !important;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 16px;
  }
  .secure-link-need-section .secure-link-need-wrapper .text-wrapper-secureline-need .secure-link-need-h1 .secure-link-need-h1-span {
    font-size: 31px !important;
  }
  .secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
  .secure-link-need-section .secure-link-need-wrapper .secure-link-need-section-wrapper-3 {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
