/* Merged from stylesheets in cascade order:
   next: 34, 31, 29, 28, 27, 26, 25, 24, 23
   high: 7, 6, 5, 4, 1, 0
   Same selector: later file wins on conflicting properties. */

@font-face {
  font-family: interDisplay;
  src: url(fonts/0.woff2)format("woff2");
}

@font-face {
  font-family: interDisplay Fallback;
  src: local("Arial");
  ascent-override: 89.79%;
  descent-override: 22.36%;
  line-gap-override: 0.00%;
  size-adjust: 107.89%;
}

.__variable_e29a71 {
  --font-inter-display: "interDisplay","interDisplay Fallback";
}

.language-switcher {
  display: flex;
  justify-content: flex-end;
  cursor: default;
  gap: 6px;
}

.language-switcher .szh-menu-container .lang-dropdown-container .szh-menu__submenu .szh-menu__item:after {
  display: none;
}

.language-switcher__label {
  font-size: 12px;
  font-weight: 400;
  color: var(--footer-text-color,#000);
}

.language-switcher__dropdown-holder {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs,4px);
  -webkit-user-select: none;
  user-select: none;
}

.language-switcher__dropdown-holder .arrow {
  transition: transform .3s ease-in-out;
}

.language-switcher__dropdown-holder .arrow path {
  fill: var(--footer-text-color,#000);
}

.language-switcher__dropdown-holder:hover .language-switcher__chosen-label {
  color: var(--footer-link-hover-color,#000);
}

.language-switcher__dropdown-holder:hover .arrow path {
  fill: var(--footer-link-hover-color,#000);
}

.language-switcher__chosen-label {
  color: var(--footer-text-color,#000);
  font-size: 12px;
  font-weight: 600;
}

.footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-lg,24px)0;
  gap: var(--spacing-md,16px);
  border-top: var(--footer-bottom-border,none);
}

@media (max-width:930px) {
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .footer-bottom {
    border-top: none;
    padding: var(--footer-bottom-padding,0);
  }
}

.footer-bottom__copyright {
  color: var(--footer-text-color,#000);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-bottom__terms-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md,16px);
  flex-wrap: wrap;
  text-align: center;
}

.footer-bottom__terms-link {
  color: var(--footer-text-color,#000);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.footer-bottom__terms-link:hover {
  color: var(--footer-link-hover-color,#000);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-lg,24px);
  flex: 1 1;
  min-width: var(--footer-columns-min-width,134px);
  max-width: var(--footer-columns-max-width,170px);
  padding-right: var(--spacing-md,16px);
  box-sizing: border-box;
}

.footer-menu:last-child {
  padding-right: 0;
}

@media (max-width:768px) {
  .footer-menu {
    padding: var(--spacing-md,16px)0;
    border-bottom: .5px solid var(--footer-bottom-border-color,rgba(0,0,0,.1));
    width: 100%;
    min-width: unset;
    max-width: unset;
    flex: unset;
    gap: 0;
  }
}

.footer-menu__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--footer-section-label-color,#000);
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

@media (max-width:768px) {
  .footer-menu__title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}

.footer-menu__title .arrow {
  display: none;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}

@media (max-width:768px) {
  .footer-menu__title .arrow {
    display: inline-block;
  }
}

.footer-menu__title .arrow path {
  fill: var(--footer-section-label-color,#000);
}

.footer-links-wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width:768px) {
  .footer-links-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    width: 100%;
    transition: grid-template-rows .3s ease-in-out,opacity .3s ease-in-out;
  }
}

.footer-menu__list {
  list-style: none outside none;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md,16px);
}

@media (max-width:768px) {
  .footer-menu__list {
    margin-left: var(--spacing-md,16px);
    gap: var(--spacing-sm,8px);
    overflow: hidden;
    transition: all .3s ease-in-out;
  }
}

.footer-menu__item {
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

@media (max-width:768px) {
  .footer-menu__item {
    font-size: 14px;
  }

  .footer-menu__item:first-child {
    padding-top: var(--spacing-xl,32px);
  }

  .footer-menu__item:last-child {
    padding-bottom: var(--spacing-sm,8px);
  }
}

.footer-menu__link {
  color: var(--footer-text-color,#000);
  text-decoration: none;
}

.footer-menu__link:hover {
  color: var(--footer-link-hover-color,#000);
}

.footer-menu__link.has-icon {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm,8px);
}

@media (max-width:768px) {
  .footer-menu__link {
    flex: var(--is-mobile-flex,unset);
    padding: var(--spacing-sm,8px)0;
  }
}

.footer-menu__icon {
  flex-shrink: 0;
}

.footer-follow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-lg,24px);
  flex-shrink: 0;
}

.footer-follow__headline {
  font-size: 14px;
  font-weight: 600;
  color: var(--footer-section-label-color,#000);
}

@media (max-width:920px) {
  .footer-follow__headline {
    display: none;
  }
}

.footer-follow__buttons {
  margin-top: var(--spacing-xs,4px);
  display: flex;
  gap: var(--spacing-lg,24px);
}

.footer-follow__link {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-follow__img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  background-color: var(--footer-background-color,#fafafa);
}

.footer__content-wrapper {
  max-width: var(--footer-content-width,1180px);
  width: calc(100% - var(--footer-content-offset,calc(var(--spacing-lg,24px)*2)));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-8,64px);
}

@media (max-width:920px) {
  .footer__content-wrapper {
    gap: var(--spaces-6,48px);
  }
}

@media (max-width:768px) {
  .footer__content-wrapper .desktop-only {
    display: none;
  }

  .footer__content-wrapper .mobile-only {
    display: flex;
  }

  .footer__content-wrapper {
    padding: var(--spacing-sm,8px)0 var(--spaces-6,48px)0;
  }
}

.footer__main {
  margin-top: var(--spaces-8,64px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacing-lg,24px);
}

@media (max-width:920px) {
  .footer__main {
    flex-direction: column-reverse;
    align-items: center;
    gap: var(--spaces-6,48px);
  }
}

@media (max-width:768px) {
  .footer__main {
    margin-top: 0;
  }
}

.footer__links-columns-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1 1;
}

@media (max-width:920px) {
  .footer__links-columns-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width:768px) {
  .footer__links-columns-wrapper {
    flex-direction: column;
  }
}

.header__wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  background-color: var(--header-background-color,rgba(255,255,255,.9));
  backdrop-filter: var(--header-backdrop-filter,blur(8.5px));
  -webkit-backdrop-filter: var(--header-backdrop-filter,blur(8.5px));
  height: var(--header-height,56px);
  border-bottom: var(--header-border-bottom,.5px solid rgba(0,0,0,.1));
}

.header__wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--no-support-backdrop-filter-background,rgba(255,255,255,.8));
  opacity: calc(1 - var(--supports-backdrop-filter,1));
}

.header__content {
  max-width: var(--header-content-width,1180px);
  width: calc(100% - var(--header-content-offset,calc(var(--spacing-lg,24px)*2)));
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--header-content-gap,var(--spacing-sm,8px));
}

.header-logo {
  width: var(--logo-width);
  height: var(--logo-height);
  position: relative;
  z-index: 2;
}

.header-logo__link {
  text-indent: -6473px;
  position: absolute;
}

.header-logo__img,.header-logo__link {
  width: 100%;
  height: 100%;
}

.header-nav {
  --header-mobile-menu-border-color: rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
}

@media (min-width:921px) {
  .header-nav__links-holder {
    transform: translateX(0)!important;
  }
}

@media (max-width:920px) {
  .header-nav__links-holder {
    right: 0;
    position: fixed;
    background: var(--header-mobile-menu-background,#fff);
    height: calc(100dvh - var(--header-height,56px));
    width: 100%;
    margin: 0;
    overflow: auto;
    top: var(--header-height,56px);
    border-top: .5px solid var(--header-mobile-menu-border-color);
    box-sizing: border-box;
    backface-visibility: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .header-nav__links-holder-inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.header-nav__links {
  --header-nav-gap-vw-percent: 3.2vw;
  width: calc(100% - var(--header-content-offset,calc(var(--spacing-lg,24px)*2)));
  display: flex;
  list-style: none outside none;
  gap: calc(var(--header-nav-links-gap,max(var(--header-min-nav-links-gap,var(--spacing-md,16px)),min(var(--header-nav-gap-vw-percent),var(--spaces-5,40px)))));
  white-space: nowrap;
}

@media (max-width:1060px) {
  .header-nav__links {
    --header-nav-gap-vw-percent: 2.5vw;
  }
}

@media (max-width:930px) {
  .header-nav__links {
    --header-nav-gap-vw-percent: 1.8vw;
  }
}

@media (max-width:920px) {
  .header-nav__links {
    flex-direction: column;
    gap: var(--spacing-sm,8px);
    margin-top: var(--spacing-xl,32px);
  }
}

.header-nav__link-item {
  display: inline-block;
}

@media (max-width:920px) {
  .header-nav__link-item.mobile-only {
    display: flex;
  }
}

.header-nav__link-item.pcloud-pass {
  position: relative;
}

.header-nav__link-item:not(.dropdown) {
  padding: var(--spacing-sm,8px)0;
}

@media (max-width:920px) {
  .header-nav__link-item {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm,8px);
  }
}

.header-nav__link-item .header-nav-dropdown-container .szh-menu__submenu .szh-menu__item:after {
  display: none;
}

.header-nav__link {
  color: var(--header-nav-links-color,var(--color-base-black,#000000));
  font-size: 15px;
  font-weight: 400;
  transition: text-shadow .3s;
}

.header-nav__link:hover {
  text-shadow: .1px 0 var(--color-base-black,#000000);
}

@media (max-width:1030px) {
  .header-nav__link {
    font-size: 14px;
  }
}

@media (max-width:960px) {
  .header-nav__link {
    font-size: 13px;
  }
}

@media (max-width:920px) {
  .header-nav__link {
    display: block!important;
    width: fit-content;
    padding: var(--spacing-sm,8px)0;
    font-size: 22px;
    font-weight: 500;
  }

  .header-nav__link.submenu {
    margin-left: var(--spacing-lg,24px);
    font-weight: 400;
  }
}

.header-nav__dropdown {
  position: relative;
  padding: var(--spacing-sm,8px)0;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

.header-nav__dropdown .arrow-dropdown {
  vertical-align: middle;
  margin-left: var(--spacing-xs,4px);
  transition: transform .3s ease-in-out;
}

@media (max-width:920px) {
  .header-nav__dropdown .arrow-dropdown {
    display: none;
  }
}

.header-nav__dropdown:hover .arrow {
  opacity: 1;
}

.header-nav__dropdown:hover .select-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width:920px) {
  .header-nav__dropdown {
    display: none;
  }
}

.header-nav__mobile-user-wrapper {
  margin-top: var(--spacing-sm,8px);
  width: calc(100% - var(--header-content-offset,calc(var(--spacing-lg,24px)*2)));
}

@media (min-width:921px) {
  .header-nav__mobile-user-wrapper {
    display: none!important;
  }
}

.header-right {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  flex-shrink: 0;
  min-width: var(--min-wrapper-width,unset);
  gap: var(--spacing-lg,24px);
}

@media (max-width:920px) {
  .header-right {
    min-width: 100px;
    z-index: 2;
  }
}

.header-right__mobile-menu-btn {
  position: relative;
  cursor: pointer;
  height: 48px;
  width: 48px;
  justify-content: center;
  flex-direction: column;
}

.header-right__mobile-menu-btn.btn_on>span:before {
  top: 0;
  transform: rotate(-135deg);
}

.header-right__mobile-menu-btn.btn_on>span:after {
  top: 0;
  transform: rotate(135deg);
}

@media (max-width:920px) {
  .header-right__mobile-menu-btn {
    display: flex!important;
  }
}

.header-right__hamburger-line:after,.header-right__hamburger-line:before {
  width: 20px;
  height: 2px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  transition: all .2s;
  background-color: var(--mobile-menu-btn-color,#000);
}

.header-right__hamburger-line:before {
  top: -4px;
}

.header-right__hamburger-line:after {
  top: 4px;
}

.header-right__user-info {
  flex-shrink: 0;
}

@media (max-width:920px) {
  .header-right__user-info {
    display: none;
  }
}

footer,header,nav,section {
  display: block;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,a:focus,a:hover {
  outline: medium none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

* {
  padding: 0;
  margin: 0;
}

.mnnew ul>a:hover li {
  color: #000;
}

ul.darkmn a:hover {
  background-color: #000;
  color: #fff;
}

.mnnew ul>a.not-available:hover,.mnnew:hover ul>a.active {
  background: #fff!important;
}

.mnnew ul>a.active:before {
  content: " ";
  width: 12px;
  height: 9px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 12px;
}

.mnew-heighter a:hover {
  background: #f9f9f9;
}

.mnew-heighter a:hover img.ina {
  display: none;
}

.mnew-heighter a:hover img.act {
  display: inline-block;
}

ul.mn a:hover img.act {
  display: none;
}

ul.mn a:hover img.ina {
  display: inline-block;
}

.mn a:hover {
  background-color: #f9f9f9!important;
}

.mn a.sub:hover {
  background: #f9f9f9;
}

.mn.leftdir a.sub:hover {
  background: #f9f9f9;
}

.mnnew ul>a:hover {
  background: #f4f4f4;
  background-color: #f9f9f9!important;
}

.mnnew a:hover li {
  opacity: 1;
}

.mnnew a.sub:hover {
  background: #f9f9f9;
}

.mnnew.leftdir a.sub:hover {
  background: #f9f9f9;
}

ul.mn li:hover img.ina {
  display: inline-block;
}

ul.mn li:hover img.act {
  display: none;
}

@media (max-width:768px) {
  html {
    --fixed-header-height: var(--header-height);
    --subheader-background: rgba(255,255,255,0.8);
    --subheader-filter: blur(2.5px);
    --title-h1-fs: 40px;
    --title-h2-fs: 32px;
    --title-h3-fs: 28px;
  }
}

html:has(.navigation-tabs-wrapper) {
  --header-border-bottom: none;
}

@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) {
  html {
    --supports-backdrop-filter: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  width: fit-content;
}

.download-drive-button-wrapper {
  min-width: var(--download-drive-button-min-width)!important;
}

@media (max-width:1060px) {
  .download-drive-button-wrapper {
    min-width: var(--download-drive-button-mobile-min-width)!important;
  }
}

.download-drive-button-wrapper .download-drive-button.select:after {
  content: "";
  background: url(images/8.svg)no-repeat 50%;
  position: absolute;
  right: 20px;
  width: 12px;
  height: 100%;
  transition: transform .3s;
}

.download-drive-button-wrapper .download-drive-button.select:not(.closed,.closing):after {
  transform: rotate(180deg);
}

.download-drive-button-wrapper .download-drive-button.select.closing:after {
  transition-duration: .15s;
}

.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 400;
  src: local("Yekan");
}

.pcloud-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.pcloud-layout .main {
  flex: 1 1;
  padding-top: var(--fixed-header-height);
  transition: padding .3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
}

@keyframes Spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "ss01";
  font-variation-settings: "opsz"32;
  --spaces-0: 4px;
  --spaces-1: 8px;
  --spaces-2: 16px;
  --spaces-3: 24px;
  --spaces-4: 32px;
  --spaces-5: 40px;
  --spaces-6: 48px;
  --spaces-7: 56px;
  --spaces-8: 64px;
  --spaces-9: 72px;
  --spaces-10: 80px;
  --spaces-12: 96px;
  --spaces-14: 112px;
  --spaces-16: 128px;
  --spaces-20: 160px;
  --spacing-xs: var(--spaces-0);
  --spacing-sm: var(--spaces-1);
  --spacing-md: var(--spaces-2);
  --spacing-lg: var(--spaces-3);
  --spacing-xl: var(--spaces-4);
  --spacing-2xl: var(--spaces-5);
  --spacing-3xl: var(--spaces-9);
  --section-offset-xl: var(--spaces-12,96px);
  --section-offset-l: var(--spaces-8,64px);
  --section-offset-landscape: var(--spaces-12,96px);
  --full-viewport-offset: var(--spaces-5,40px);
  --full-viewport-offset-s: var(--spaces-5,40px);
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --small-font-size: var(--font-size-11);
  --base-font-size: var(--font-size-14);
  --medium-font-size: var(--font-size-16);
  --surface-primary: #FAFAFA;
  --text-secondary: #A4A1A1;
  --color-error: #ff2a20;
  --color-base-black: #000000;
  --color-light-black: #1C1D1F;
  --color-dark-black: #141214;
  --color-primary-500: #17BED0;
  --text-link: var(--color-primary-500);
  --button-color: var(--color-primary-500);
  --tabs-border-color: var(--color-base-black);
  --color-success: #63BF00;
  --color-gray: #A7ABB0;
  --light-blue: #F4FAFF;
  --light-green: #EDFFF1;
  --light-gray: #F5F5F7;
  --color-gray-light: #82878E;
  --background-color: #fff;
  --theme-dark-text-color: #838689;
  --gray-help-text-color: #838689;
  --gray-cancel-btn-text-color: #838689;
  --gray-cancel-button-border-color: #B3B8BE;
  --footer-background-color: #FAFAFA;
  --footer-link-hover-color: #878181;
  --testimonials-second-color: #3368E9;
  --secondary-button-border-color: #17BDD0;
  --secondary-button-label-color: var(--secondary-button-border-color);
  --text-gradient: linear-gradient(90deg,#17BED0,#4137CF 52.5%,#FA595D);
  --green-text-gradient: linear-gradient(90deg,#2C8D57,#45D73F);
  --link-text-gradient: linear-gradient(180deg,#13C4D7 0.01%,#17BED0 18.13%,#17B1D0 124.99%);
  --button-background-gradient: linear-gradient(180deg,#13C4D7 0.01%,#17BED0 18.13%,#17B1D0 124.99%);
  --encryption: linear-gradient(90deg,#11AC54,#4DD300);
  --premium-gradient: var(--button-background-gradient);
  --family: linear-gradient(270deg,#E93559 3.39%,#FF8C00 96.06%);
  --dark-family: linear-gradient(90deg,#9E49CB,#593DAD);
  --button-family-gradient: linear-gradient(130deg,#84FAB0 16.19%,#20B5DB 86.86%);
  --button-family-background: linear-gradient(#fff,#fff) padding-box,var(--button-family-gradient) border-box;
  --success-gradient: linear-gradient(295deg,rgba(255,255,255,0.00) 7.1%,#F0F9EB 62.43%,#F0F9EB 97.72%);
  --error-gradient: linear-gradient(293deg,rgba(255,255,255,0.00) -6.2%,rgba(249,222,220,0.20) 4.55%,rgba(249,222,220,0.20) 28.09%,#F9DEDC 100.26%);
  --windows-gradient: linear-gradient(119deg,#2E398F -8.06%,#3D4FBD 20.66%,#3C9DFF 74%);
  --windows-text-gradient: linear-gradient(90deg,#091990 -1.24%,#1535FF 27.7%,#3C9DFF 81.44%);
  --mac-gradient: linear-gradient(118deg,#0866FF -3.24%,#CD5A65 69.84%,#F66B00 103.14%);
  --mac-text-gradient: linear-gradient(90deg,#0866FF,#CD5A65 52.5%,#F66B00);
  --linux-gradient: linear-gradient(118deg,#723850 -0.97%,#B24670 44.54%,#F9884F 90.55%);
  --linux-text-gradient: linear-gradient(90deg,#770A37,#C13067 52.5%,#FF712A);
  --ios-gradient: linear-gradient(145deg,#128DC7 8.39%,#C879EF 52.08%,#FD6B74 91.61%);
  --ios-text-gradient: linear-gradient(90deg,#0866FF,#866DF3 26.25%,#C471ED 52.5%,#FF563B);
  --android-gradient: linear-gradient(145deg,#11998E 8.39%,#45D96A 111.65%);
  --android-text-gradient: linear-gradient(90deg,#007244,#1BD74A);
  --addon-text-gradient: linear-gradient(90deg,#2C2646,#7F72BD);
  --encryption-gradient: linear-gradient(90deg,#11AC54,#4DD300);
  --encryption-text-gradient: var(--encryption-gradient);
  --home-h1-text-gradient: linear-gradient(88deg,#169DB8 1.55%,#753EED 98.92%);
  --Business-Pro: linear-gradient(89deg,#11AA52 0.92%,#4BCA00 99.08%);
  --business-pro-text-gradient: var(--Business-Pro);
  --Business: linear-gradient(273deg,#17BED0 2.08%,#0291D5 97.92%);
  --business-text-gradient: var(--Business);
  --automatic-upload-text-gradient: linear-gradient(90deg,#0481fe 2%,#b100b1);
  --backup-text-gradient: linear-gradient(98deg,#1D1D1E 3.71%,#6B6971 96.29%);
  --dropbox-alternative-text-gradient: linear-gradient(var(--color-base-black),var(--color-base-black));
  --family-text-gradient: linear-gradient(270deg,#FF8C00 3.39%,#E93559 53.29%,#9D4ACB 75.57%,#593DAD 96.06%);
  --light-family-text-gradient: linear-gradient(270deg,#E93559 3.39%,#FF8C00 96.06%);
  --dark-family-text-gradient: linear-gradient(90deg,#9E49CB,#593DAD);
  --aboutus-gradient: linear-gradient(90deg,#18B6C7 8%,#4DDA7C 99.89%);
  --aboutus-text-gradient: var(--aboutus-gradient);
  --aboutus-second-text-gradient: linear-gradient(98deg,#1D1D1E 3.71%,#7B7B7F 96.29%);
  --affiliate-gradient: linear-gradient(138deg,#64CE47 22.25%,#19ADDE 87.45%);
  --affiliate-text-gradient: var(--affiliate-gradient);
  --reseller-gradient: var(--home-h1-text-gradient);
  --reseller-text-gradient: var(--reseller-gradient);
  --testimonials-gradient: var(--home-h1-text-gradient);
  --testimonials-text-gradient: var(--testimonials-gradient);
  --testimonials-second-text-gradient: linear-gradient(#3368E9,#3368E9);
  --data-regions-gradient: linear-gradient(180deg,#EAF6FF,#FFF);
  --data-regions-text-gradient: linear-gradient(270deg,#17BED0 0.41%,#0185CC 99.59%),linear-gradient(90deg,#11AC54,#4DD300);
  --data-regions-second-gradient: linear-gradient(180deg,#FFF,#F5FEFF);
  --promo-page-text-gradient: var(--aboutus-second-text-gradient);
  --low-space-page-text-gradient: linear-gradient(90deg,#1095D3,#C471ED 52.5%,#F64F59);
  --branded-links-text-gradient: var(--text-gradient);
  --gdpr-text-gradient: linear-gradient(0deg,#FF961E -3.78%,#E9BC00 75.48%);
  --gdpr-second-text-gradient: linear-gradient(180deg,#1DC1EE 0.01%,#0043F1 124.99%);
  --photos-text-gradient: linear-gradient(90deg,#1051E9,#C471ED 52.5%,#FF5900);
  --photos-second-text-gradient: linear-gradient(var(--color-base-black),var(--color-base-black));
  --share-text-gradient: linear-gradient(90deg,#B550AB,#4933AE);
  --media-text-gradient: linear-gradient(90deg,#1095D3,#C471ED 52.5%,#F64F59);
  --sync-text-gradient: linear-gradient(89deg,#3179FF 1.11%,#00CDC6 98.89%);
  --security-text-gradient: linear-gradient(181deg,#52D09C 7%,#3DB780 96.26%);
  --security-second-text-gradient: linear-gradient(169deg,#40B6DD 8.37%,#4973D6 91.63%);
  --store-and-share-text-gradient: linear-gradient(270deg,#40B6DD 0.41%,#6549D6 99.59%);
  --box-border: #DCDCDE;
  --box-as-link-hover-shadow: 0px 2px 14px -6px rgba(0,0,0,0.44);
  --box-border-radius: 24px;
  --border-radius-full: 999px;
  --border-radius-xl: 32px;
  --button-border-radius: var(--border-radius-full);
  --input-border-radius: var(--border-radius-full);
  --input-height: 48px;
  --button-height: 48px;
  --button-font-size: 14px;
  --input-border: 1px solid #B3B8BE;
  --input-border-disabled: 1px solid #ECECEC;
  --input-border-focus: 1px solid #13C4D7;
  --input-disabled-background: #F8F8F8;
  --input-disabled-text-color: var(--color-base-black);
  --plan-box-max-width: 400px;
  --section-content-width: 1180px;
  --section-content-offset: calc(var(--spacing-lg)*2);
  --download-drive-button-min-width: 220px;
  --download-drive-button-mobile-min-width: 280px;
  --alert-info-background: #F0F8FF;
  --alert-info-background-warning: #FFFAE6;
  --alert-info-background-error: #FFF5F4;
  --alert-info-border-radius: 12px;
  --tooltip-border-radius: 12px;
  --tabs-border-size: 0.5px;
  --tabs-border-primary: rgba(0,0,0,0.10);
  --default-font-family: var(--font-inter-display),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --title-h1-fs: 56px;
  --title-h1-fw: 600;
  --title-h1-fs-mobile: 40px;
  --title-h2-fs: 48px;
  --title-h2-fw: 600;
  --title-h2-fs-mobile: 32px;
  --title-h3-fs: 32px;
  --title-h3-fw: 600;
  --title-h3-fs-mobile: 28px;
  --header-height: 56px;
  --fixed-header-height: var(--header-and-sticky-height,var(--header-height));
  --header-border-bottom: none;
  --header-signin-button-border-radius: 26px;
  --header-signin-button-font-size: 14px;
  --header-signin-button-min-height: 34px;
  --header-signin-button-padding: 8px 16px;
  --subheader-background: rgba(255,255,255,0.9);
  --subheader-filter: blur(8.5px);
  --supports-backdrop-filter: 0;
  min-height: calc(100vh + 1px);
  touch-action: manipulation;
}

body,html {
  width: 100%;
  max-height: none;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #2c2c2c;
  font-size: 100%;
}

div {
  display: block;
}

div ul {
  cursor: default;
}

div a {
  color: #26b8c7;
  text-decoration: underline;
}

div a:hover {
  text-decoration: none;
}

.btn:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.orange:hover {
  background-color: rgb(255,160.25,65.5);
  border-color: rgb(249.1981132075,162.1698113208,76.3018867925);
}

.btn.orange:disabled {
  background-color: rgb(255,198.5,142);
  border-color: hsl(29.7986577181,93.7106918239%,78.8235294118%);
  cursor: default;
}

.btn.blue:hover {
  background-color: rgb(21.4393305439,175.0878661088,192.0606694561);
  border-color: hsl(186,79.8319327731%,41.6666666667%);
}

.btn.blue:disabled {
  background-color: #aeeaf1;
  border-color: #aeeaf1;
  cursor: default;
}

.btn.blue.disabled:active,.btn.blue:disabled:active {
  box-shadow: none;
}

.btn.red:hover {
  background-color: rgb(239.3472222222,70.5208333333,29.1527777778);
  border-color: rgb(239.3472222222,70.5208333333,29.1527777778);
}

.btn.black:hover {
  background-color: #454545;
}

.btn:focus,.btn:hover {
  outline: none;
}

header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}

header.fixed a {
  text-decoration: none;
}

header.fixed .topbar-notification .close-button:hover {
  opacity: .5;
}

@keyframes showIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(.8);
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
}

@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
    filter: blur(0);
  }
}

.input:focus {
  outline: none;
  border-color: #aaa;
}

.notify_bar_wrap .nt_inner .ask_for_notify:hover {
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

@keyframes jingleBell {
  0% {
    transform: rotate(25deg) translate(-3px,1px);
  }
  50% {
    transform: rotate(-25deg) translate(3px,1px);
  }
  to {
    transform: rotate(25deg) translate(-3px,1px);
  }
}

@keyframes finishJingleBell {
  0% {
    transform: rotate(25deg) translate(-3px,1px);
  }
  to {
    transform: rotate(0deg) translate(0);
  }
}

.modal input:focus {
  outline: none;
  border-color: #5fb6bf;
}

.modal .check_box input:focus {
  outline-offset: -2px;
  outline: 4px dotted #17bed0;
}

.modal .check_box.remember-me .reset_pass:hover {
  text-decoration: none;
}

.modal.youtube .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

#check_complex::-ms-clear,#check_complex::-ms-reveal {
  display: none;
}

@keyframes flagWave {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(90deg);
  }
  50% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(-30deg);
  }
  to {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}

@keyframes animateFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animateFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes pulseRotateRight {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) scale(.85);
    opacity: 0;
  }
  to {
    transform: rotate(359deg) scale(1);
    opacity: 1;
  }
}

@keyframes pulseRotateLeft {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg) scale(.85);
    opacity: 0;
  }
  to {
    transform: rotate(-359deg) scale(1);
    opacity: 1;
  }
}

@keyframes moveDownFadeIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUpFadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes moveLeftFadeIn {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveRightFadeOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 30px;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    bottom: 30px;
  }
  to {
    opacity: 0;
    bottom: 0;
  }
}

@keyframes fadeInUpMob {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadeOutDownMob {
  0% {
    opacity: 1;
    bottom: 0;
  }
  to {
    opacity: 0;
    bottom: -30px;
  }
}

.img-full-size {
  width: 100%;
  height: 100%;
}

:root {
  --viewportHeight: calc(100vh);
  --toastify-color-success: var(--color-success,#63BF00);
  --toastify-color-error: #FA595D;
  --toastify-color-warning: #FFA500;
  --toastify-color-info: var(--color-primary-500,#17BED0);
  --toastify-toast-width: 400px;
  --toastify-toast-min-height: 64px;
  --toastify-font-family: var(--default-font-family);
  font-family: var(--default-font-family);
}

.Toastify__close-button:hover {
  opacity: 1;
}

@keyframes shake {
  10%,90% {
    transform: translate3d(-1px,0,0);
  }
  20%,80% {
    transform: translate3d(2px,0,0);
  }
  30%,50%,70% {
    transform: translate3d(-4px,0,0);
  }
  40%,60% {
    transform: translate3d(4px,0,0);
  }
}

.section {
  padding: var(--section-offset-xl)0;
  background: var(--section-background,transparent);
  min-height: var(--section-min-height,unset);
  box-sizing: border-box;
}

.section.with-separator:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--section-content-offset));
  max-width: var(--section-content-width);
  height: .5px;
  background: var(--section-separator-color,rgba(0,0,0,.13));
}

@media (max-width:768px) {
  .section.with-separator-mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - var(--section-content-offset));
    max-width: var(--section-content-width);
    height: .5px;
    background: var(--section-separator-color-mobile,rgba(0,0,0,.13));
  }
}

.section.smaller-padding-top {
  padding-top: calc(var(--section-offset-xl)/2);
}

@media (max-width:768px) {
  .section.smaller-padding-top {
    padding-top: calc(var(--section-offset-l)/2);
  }
}

@media (max-height:880px) {
  .section.smaller-padding-top {
    padding-top: calc(var(--section-offset-landscape)/2);
  }
}

.section.smaller-padding-bottom {
  padding-bottom: calc(var(--section-offset-xl)/2);
}

@media (max-width:768px) {
  .section.smaller-padding-bottom {
    padding-bottom: calc(var(--section-offset-l)/2);
  }
}

@media (max-height:880px) {
  .section.smaller-padding-bottom {
    padding-bottom: calc(var(--section-offset-landscape)/2);
  }
}

.section.lg-padding-top {
  padding-top: var(--spacing-lg);
}

.section.no-padding-bottom {
  padding-bottom: 0!important;
}

@media (max-height:880px) {
  .section {
    padding: var(--section-offset-landscape)0;
  }
}

@media (max-width:768px) {
  .section {
    background: var(--section-background-mobile,var(--section-background,transparent));
    min-height: var(--section-min-height-mobile,var(--section-min-height,unset));
    padding: var(--section-offset-l)0;
  }

  .section.double-xl-padding-top-mobile {
    padding-top: var(--spacing-2xl);
  }
}

@media (max-width:1060px) {
  .section.mobile-breakpoint-xl.double-xl-padding-top-mobile {
    padding-top: var(--spacing-2xl);
  }
}

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

.align-container {
  box-sizing: border-box;
  width: calc(100% - var(--section-content-offset));
  max-width: var(--section-content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title,.titleh1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaces-1,8px);
  font-size: var(--title-h2-fs);
  font-weight: var(--title-h2-fw);
  color: var(--color-base-black);
  line-height: 1.2;
  margin: 0;
  transform-origin: bottom left;
  will-change: transform,opacity;
}

.align-left.titleh1,.title.align-left {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
}

@media (max-height:880px),(max-width:768px) {
  .title,.titleh1 {
    font-size: var(--title-h2-fs-mobile);
    font-weight: var(--title-h2-fw);
    margin-bottom: 0;
  }
}

@media (max-width:768px) {
  .title.align-mobile-center {
    text-align: center;
    justify-content: center;
    align-self: center;
  }
}

.titleh3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaces-1,8px);
  color: #1a1a1a;
  font-size: var(--title-h3-fs);
  font-style: normal;
  font-weight: var(--title-h3-fw);
  line-height: normal;
  letter-spacing: -.72px;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-self: center;
}

.titleh3.align-left {
  justify-content: flex-start;
  align-self: flex-start;
}

.titleh3.icon-position-top {
  flex-direction: column;
}

@media (max-height:880px),(max-width:768px) {
  .titleh3 {
    font-size: var(--title-h3-fs-mobile);
    font-weight: var(--title-h3-fw);
    letter-spacing: -.56px;
    margin-bottom: 0;
  }
}

.titleh1 {
  font-size: var(--title-h1-fs);
  font-weight: var(--title-h1-fw);
}

@media (max-height:880px),(max-width:768px) {
  .titleh1 {
    font-size: var(--title-h1-fs-mobile);
    font-weight: var(--title-h1-fw);
  }
}

.link:not(.no-arrow):after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background-size: 7px 11px;
  margin-bottom: -2px;
}

.input-text::placeholder {
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-dark-text-color);
  opacity: 1;
}

.input-text:focus {
  border: var(--input-border-focus);
}

.radio-option input[type=radio]:checked~.radio-custom {
  background: linear-gradient(180deg,#13C4D7 .01%,#17BED0 18.13%,#17B1D0 124.99%);
  border: none;
}

.radio-option input[type=radio]:checked~.radio-custom:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.04));
}

.radio-option input[type=radio]:checked~.radio-label {
  text-shadow: .5px 0 var(--color-base-black);
}

.radio-option:hover .radio-custom {
  border-color: #13c4d7;
}

.input-textarea::placeholder {
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-dark-text-color);
  opacity: 1;
}

.input-textarea:focus {
  border: var(--input-border-focus);
}

@keyframes rotate-vertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-1*var(--item-height)*var(--items-count)));
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.rotate-images-section__wrapper:after,.rotate-images-section__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

@media (max-width:768px) {
  .rotate-images-section__wrapper:after,.rotate-images-section__wrapper:before {
    width: 40px;
  }
}

.rotate-images-section__wrapper:before {
  left: 0;
  background: linear-gradient(90deg,#0C0C0C,transparent);
}

.rotate-images-section__wrapper:after {
  right: 0;
  background: linear-gradient(270deg,#0C0C0C,transparent);
}

@media (prefers-reduced-motion:reduce) {
  .rotate-images-section__wrapper:after,.rotate-images-section__wrapper:before {
    display: none;
  }
}

@media (hover:hover) and (pointer:fine) {
  .rotate-images-section__track:has(a:hover) {
    animation-play-state: paused;
  }
}

.cta-flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spaces-6);
  max-width: var(--cta-section-content-max-width,initial);
}

@media (max-width:768px) {
  .cta-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--spaces-4,32px);
    max-width: var(--cta-section-content-max-width-mobile,initial);
  }
}

.cta-flex-container .cta-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.download-drive-btns-wrapper {
  display: grid;
  justify-content: center;
  gap: var(--spacing-lg);
  width: max-content;
}

.download-drive-btns-wrapper.buttons-2 {
  grid-template-columns: repeat(2,1fr);
}

.download-drive-btns-wrapper>* {
  min-width: 220px;
}

.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button {
  border-radius: var(--button-border-radius);
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 0 var(--spacing-md);
  font-size: 17px;
  font-weight: 600;
  background: var(--download-action-btn-background,linear-gradient(180deg,#13C4D7 0.01%,#17BED0 18.13%,#17B1D0 124.99%));
  width: 100%;
  color: #fff;
  position: relative;
}

.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button {
  background-image: none;
  background: #fff;
  border: .5px solid #13c4d7;
  color: var(--color-primary-500);
  font-weight: 400;
}

.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button span {
  background-image: var(--link-text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.download-drive-btns-wrapper.buttons-template-v2 .download-drive-button.download-drive-win-beta-button span span:first-child {
  font-weight: 500!important;
}

.download-drive-btns-wrapper.buttons-template-link .download-drive-button:after {
  content: "";
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-icon-wdith);
  height: 15px;
}

.download-drive-btns-wrapper.buttons-template-link .download-drive-button.select:not(.closed,.closing):after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width:768px) {
  .download-drive-btns-wrapper {
    grid-template-columns: 1fr!important;
    justify-content: flex-start;
    align-self: center;
    gap: var(--spacing-md);
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (max-width:1060px) {
  .mobile-breakpoint-xl .download-drive-btns-wrapper {
    grid-template-columns: 1fr!important;
    justify-content: flex-start;
    align-self: center;
    gap: var(--spacing-md);
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.navigation-tabs-wrapper {
  --tabs-inactive-border: var(--tabs-border-size) solid var(--tabs-border-primary);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1002;
  background: var(--subheader-background);
  backdrop-filter: var(--subheader-filter);
  -webkit-backdrop-filter: var(--subheader-filter);
}

.navigation-tabs-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: hsla(0,0%,100%,.95);
  opacity: calc(1 - var(--supports-backdrop-filter,1));
}

.navigation-tabs-wrapper>div {
  border-bottom: none;
}

.navigation-tabs-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: var(--tabs-inactive-border);
  width: 100%;
}

.navigation-tabs-wrapper .MuiTab-root {
  min-width: 132px;
}

.navigation-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: hsla(0,0%,100%,.95);
  opacity: calc(1 - var(--supports-backdrop-filter,1));
}

.navigation-select-button:focus {
  outline: none;
}

.navigation-menu-item:hover {
  background: rgba(0,0,0,.02)!important;
}

.hero-section-outer-wrapper {
  width: 100%;
  background: var(--section-background,transparent);
  --percentage-bar-filled-low-color: #4ECA0D;
  --percentage-bar-filled-medium-color: #FF9E00;
  --percentage-bar-filled-high-color: #FF393C;
}

.hero-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-section-wrapper .fade-move-appear-done,.hero-section-wrapper .fade-move-enter-done {
  opacity: 1;
  transform: translate(0);
}

.hero-section-wrapper .cta-link {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}

.hero-section-wrapper .cta-link svg {
  margin-left: var(--spacing-xs);
  position: relative;
  top: 1px;
}

.hero-section-header {
  --header-image-after-content-offset: 130px;
  --header-image-max-margin-top: var(--spaces-12);
  --header-image-max-margin-bottom: var(--section-offset-xl);
  --header-image-min-margin: var(--spacing-2xl);
  --header-image-min-height: 430px;
  --header-image-max-height: 561px;
  --header-text-max-width: 45%;
  position: relative;
  max-width: calc(var(--hero-section-content-width) + var(--header-image-after-content-offset)*2);
  width: calc(100% - var(--hero-section-header-offset));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: max(min(var(--header-image-top-space),var(--header-image-max-margin-top)),var(--header-image-min-margin));
  margin-bottom: max(min(var(--header-image-bottom-space),var(--header-image-max-margin-bottom)),var(--header-image-min-margin));
  min-height: max(var(--hero-wrapper-min-height,0px),var(--hero-section-min-height,0px));
}

.hero-section-header.smaller-margin-bottom {
  --header-image-max-margin-bottom: calc(var(--section-offset-xl)/2);
}

@media (max-width:768px) {
  .hero-section-header.smaller-margin-bottom {
    margin-bottom: calc(var(--section-offset-l)/2);
  }
}

@media (max-height:880px) {
  .hero-section-header.smaller-margin-bottom {
    --header-image-max-margin-bottom: calc(var(--section-offset-landscape)/2);
  }

  .hero-section-header {
    margin-bottom: var(--section-offset-landscape);
  }
}

@media (min-width:1131px) and (max-width:1320px) {
  .hero-section-header {
    --header-image-max-margin-top: var(--spaces-9);
  }
}

@media (min-width:769px) and (max-width:1130px) {
  .hero-section-header {
    --header-image-max-margin-top: var(--spacing-3xl);
  }
}

@media (min-width:1221px) and (max-height:640px) {
  .hero-section-header {
    --header-text-max-width: 50%;
  }
}

.hero-section-header-wrapper {
  position: absolute;
  z-index: 3;
  max-width: calc(var(--hero-section-content-width));
  width: min(var(--hero-section-content-width),100vw - var(--hero-section-header-offset) - var(--spacing-md));
  top: var(--hero-section-header-top,"unset");
  display: flex;
  flex-direction: column;
}

@media (max-width:1180px) {
  .hero-section-header-wrapper {
    top: calc(var(--hero-section-header-top,"unset")/2);
  }
}

@media (max-width:1150px) {
  .hero-section-header-wrapper {
    top: calc(var(--hero-section-header-top,"unset")*0);
  }
}

@media (max-width:1220px) and (max-height:600px) {
  .hero-section-header-wrapper {
    top: calc(var(--hero-section-header-top,"unset")*0);
  }
}

.hero-section-header-wrapper-inner {
  max-width: var(--header-text-max-width);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.hero-section-header-wrapper-inner>*:not(:first-child,:last-child) {
  padding: var(--spacing-md)0;
}

.hero-section-header-title-and-desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.hero-section-header-title {
  margin: 0;
  padding: 0;
  flex-direction: column;
}

@media (min-width:769px) and (max-width:1130px) {
  .hero-section-header-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
  }
}

.hero-section-header-description {
  display: flex;
  flex-direction: column;
  color: var(--color-base-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-section-description-small {
  color: var(--color-gray-light);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  padding-top: var(--spacing-sm);
}

.hero-section-header-image {
  display: flex;
  max-height: var(--header-image-max-height);
  width: 100%;
  justify-content: flex-end;
  min-width: 100px;
}

.hero-section-header-image .img-lazy-wrapper {
  width: 100%;
  position: relative;
}

.hero-section-header-image img {
  object-fit: contain;
  object-position: right center;
}

.hero-section-header-image.hero-header-image-mobile {
  position: relative;
}

.hero-section-header-image-width-shrinker {
  display: block;
  flex-shrink: 0;
}

@media (max-width:768px) {
  .hero-section-outer-wrapper {
    background: var(--section-background-mobile,var(--section-background,transparent));
  }

  .hero-section-header {
    margin-top: var(--spaces-5);
    width: 100%!important;
    min-height: unset!important;
  }

  .hero-section-header-wrapper {
    position: unset;
    align-items: center;
    text-align: center;
    width: calc(100% - var(--hero-section-content-offset));
  }

  .hero-section-header-wrapper-inner {
    max-width: unset;
  }

  .hero-section-header-title-and-desc {
    align-items: center;
    text-align: center;
    gap: var(--spacing-xl);
  }

  .hero-section-header-title {
    flex-direction: column!important;
    align-self: center!important;
    text-align: center!important;
    align-items: center!important;
  }

  .hero-section-header-description {
    font-size: 17px;
    line-height: 24px;
    text-align: center!important;
    align-items: center!important;
  }

  .hero-section-header-image {
    max-width: calc(var(--hero-section-content-width));
    width: calc(100% - var(--hero-section-mobile-image-content-offset,0px));
    margin-top: var(--spaces-6);
    aspect-ratio: var(--header-image-mobile-aspect-ratio,"unset");
    max-height: unset;
  }

  .hero-section-header-image .img-lazy-wrapper {
    max-width: unset;
  }

  .hero-section-header-image img {
    object-position: center;
  }

  .hero-section-header-image.has-mobile-image:not(.mobile-only) {
    display: none;
  }

  .hero-section-header-image.mobile-only {
    display: flex;
    padding: var(--header-image-padding-mobile,0);
    box-sizing: border-box;
    justify-content: center;
  }

  .hero-section-header-image-width-shrinker {
    display: none;
  }

  .cta-link {
    margin: 0 auto;
  }
}

@media (max-width:1060px) {
  .mobile-breakpoint-xl .hero-section-header {
    margin-top: var(--spaces-5);
    width: 100%!important;
    min-height: unset!important;
  }

  .mobile-breakpoint-xl .hero-section-header-wrapper {
    position: unset;
    align-items: center;
    text-align: center;
    width: calc(100% - var(--hero-section-content-offset));
  }

  .mobile-breakpoint-xl .hero-section-header-wrapper-inner {
    max-width: unset;
  }

  .mobile-breakpoint-xl .hero-section-header-title-and-desc {
    align-items: center;
    text-align: center;
    gap: var(--spacing-xl);
  }

  .mobile-breakpoint-xl .hero-section-header-title {
    flex-direction: column!important;
    align-self: center!important;
    text-align: center!important;
    align-items: center!important;
  }

  .mobile-breakpoint-xl .hero-section-header-description {
    text-align: center!important;
    align-items: center!important;
  }

  .mobile-breakpoint-xl .hero-section-header-image {
    max-width: calc(var(--hero-section-content-width));
    width: calc(100% - var(--hero-section-mobile-image-content-offset,0px));
    margin-top: var(--spaces-6);
    aspect-ratio: var(--header-image-mobile-aspect-ratio,"unset");
    max-height: unset;
  }

  .mobile-breakpoint-xl .hero-section-header-image .img-lazy-wrapper {
    max-width: unset;
  }

  .mobile-breakpoint-xl .hero-section-header-image img {
    object-position: center;
  }

  .mobile-breakpoint-xl .hero-section-header-image.has-mobile-image:not(.mobile-only) {
    display: none;
  }

  .mobile-breakpoint-xl .hero-section-header-image.mobile-only {
    display: flex;
    padding: var(--header-image-padding-mobile,0);
    box-sizing: border-box;
    justify-content: center;
  }

  .mobile-breakpoint-xl .hero-section-header-image-width-shrinker {
    display: none;
  }

  .mobile-breakpoint-xl .cta-link {
    margin: 0 auto;
  }
}

.features-image-grid-section-wrapper {
  background: var(--section-background);
  border: var(--section-border);
}

@media (max-width:768px) {
  .features-image-grid-section-wrapper {
    background: var(--section-background-mobile,var(--section-background));
    border: var(--section-border-mobile,var(--section-border));
  }
}

.features-image-grid-section-wrapper .align-container {
  gap: var(--spacing-md);
}

.features-image-grid-section-title {
  padding: var(--title-padding);
}

.features-image-grid-wrapper {
  --feature-text-box-padding: var(--spacing-lg);
  --feature-text-box-padding-mobile: var(--spaces-6) var(--spacing-xl);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100%;
}

.features-image-grid-wrapper>div:nth-child(even) {
  flex-direction: row-reverse;
}

.features-image-grid-feature-wrapper {
  display: flex;
  gap: var(--spacing-lg);
  background: var(--box-background);
  border: var(--box-border);
  padding: var(--box-padding);
  border-radius: var(--box-border-radius);
}

.features-image-grid-feature-image-wrapper {
  display: flex;
  width: var(--feature-image-width,fit-content);
  max-width: 100%;
  max-height: var(--feature-image-height,auto);
  aspect-ratio: var(--feature-image-aspect-ratio,unset);
  border-radius: var(--box-border-radius);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.features-image-grid-feature-image-wrapper img {
  object-fit: contain;
}

.features-image-grid-feature-text-box {
  display: flex;
  flex-direction: column;
  gap: var(--spaces-6);
  justify-content: center;
  align-items: center;
  border-radius: var(--box-border-radius);
  padding: var(--feature-text-box-padding);
  flex: 1;
  box-sizing: border-box;
}

.features-image-grid-feature-icon {
  background: no-repeat;
  width: 72px;
  height: 72px;
}

.features-image-grid-feature-icon--with-image {
  background-position: center;
  background-size: contain;
}

.features-image-grid-feature-text-wrapper {
  width: 100%;
  min-width: var(--feature-text-box-min-width,250px);
  max-width: var(--feature-text-box-max-width,295px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.features-image-grid-feature-title {
  color: var(--color-base-black);
  font-size: 24px;
  font-weight: 600;
}

.features-image-grid-feature-description {
  color: var(--color-base-black);
  font-size: var(--feature-description-font-size,18px);
  font-weight: 400;
  line-height: var(--feature-description-line-height,26px);
}

@media (max-width:768px) {
  .features-image-grid-feature-description {
    font-size: var(--feature-description-font-size-mobile,var(--feature-description-font-size,18px));
    line-height: var(--feature-description-line-height-mobile,var(--feature-description-line-height,26px));
  }

  .features-image-grid-section-title {
    padding: var(--title-padding-mobile,var(--title-padding));
  }

  .features-image-grid-wrapper {
    text-align: center;
    gap: var(--spacing-2xl);
  }

  .features-image-grid-feature-wrapper {
    background: var(--box-background-mobile,var(--box-background));
    border: var(--box-border-mobile,var(--box-border));
    padding: var(--box-padding-mobile,var(--box-padding));
    border-radius: var(--box-border-radius-mobile,var(--box-border-radius));
    flex-direction: column!important;
    align-items: center;
  }

  .features-image-grid-feature-image-wrapper {
    order: 2;
  }

  .features-image-grid-feature-text-box {
    order: 1;
    max-width: var(--feature-image-width);
    width: 100%;
    padding: var(--feature-text-box-padding-mobile);
    gap: var(--spacing-xl);
  }

  .features-image-grid-feature-text-wrapper {
    max-width: unset;
    min-width: unset;
    gap: var(--spacing-sm);
  }
}

@media (max-width:1060px) {
  .mobile-breakpoint-xl .features-image-grid-section-title {
    padding: var(--title-padding-mobile,var(--title-padding));
  }

  .mobile-breakpoint-xl .features-image-grid-wrapper {
    text-align: center;
    gap: var(--spacing-2xl);
  }

  .mobile-breakpoint-xl .features-image-grid-feature-wrapper {
    flex-direction: column!important;
    align-items: center;
  }

  .mobile-breakpoint-xl .features-image-grid-feature-image-wrapper {
    order: 2;
  }

  .mobile-breakpoint-xl .features-image-grid-feature-text-box {
    order: 1;
    max-width: var(--feature-image-width);
    width: 100%;
    padding: var(--feature-text-box-padding-mobile);
    gap: var(--spacing-xl);
  }

  .mobile-breakpoint-xl .features-image-grid-feature-text-wrapper {
    max-width: unset;
    min-width: unset;
    gap: var(--spacing-sm);
  }
}

.feature-box-wrapper {
  --feature-box-padding: var(--spacing-xl);
  border-radius: var(--feature-box-border-radius,24px);
  padding: var(--feature-box-padding);
  flex-direction: column;
  gap: var(--image-text-gap,var(--spacing-2xl));
  max-width: var(--feature-box-max-width,none);
  aspect-ratio: var(--feature-box-aspect-ratio,initial);
  justify-content: var(--feature-box-justify-content,initial);
  box-sizing: border-box;
  border: var(--feature-box-border,none);
  box-shadow: var(--feature-box-shadow,none);
}

.feature-box-wrapper.feature-box-full-bleed-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: var(--full-bleed-background);
  z-index: -1;
}

@media (max-width:768px) {
  .feature-box-wrapper.feature-box-full-bleed-bg::before {
    background: var(--full-bleed-background-mobile,var(--full-bleed-background));
  }
}

.feature-box-wrapper.feature-box-clickable:hover {
  box-shadow: 0px 2px 14px -6px rgba(0,0,0,.44);
}

.feature-box-wrapper.feature-box-clickable:hover div {
  cursor: pointer;
}

.feature-box-wrapper.feature-box-image-left:not(.feature-box-multi-column) {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: var(--spacing-xl);
}

.feature-box-wrapper.feature-box-image-left:not(.feature-box-multi-column) .feature-box-image {
  order: 1;
}

.feature-box-wrapper.feature-box-image-left:not(.feature-box-multi-column) .feature-box-text-wrapper {
  order: 2;
  padding: var(--feature-box-text-padding,0 0 0 var(--spacing-xl));
}

.feature-box-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--text-gap,var(--spacing-sm));
}

@media (max-width:768px) {
  .feature-box-text-wrapper {
    padding: var(--feature-box-text-padding-mobile,var(--feature-box-text-padding,0));
  }
}

.feature-box-subheader {
  color: var(--color-base-black);
}

.feature-box-subheader.align-left {
  text-align: left;
}

.feature-box-description {
  color: var(--color-base-black);
  font-size: var(--description-font-size,18px);
  font-family: var(--description-font-family,inherit);
  font-weight: 400;
  line-height: var(--description-line-height,26px);
}

.feature-box-description.align-left {
  text-align: left;
}

.feature-box-image {
  margin: var(--feature-box-image-margin,0 auto);
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  position: relative;
  width: 100%;
}

.feature-box-wrapper.feature-box-image-align-center .feature-box-image>div:not(.feature-box-image-outside-box-wrapper) {
  align-items: center;
}

.feature-box-image>div:not(.feature-box-image-outside-box-wrapper) {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-lg);
  box-sizing: border-box;
  padding: var(--feature-box-image-padding,0);
  background: var(--feature-box-image-background,transparent);
  border-radius: var(--feature-box-image-border-radius,0);
}

.feature-box-image img:not(.feature-box-icon-img) {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .feature-box-wrapper {
    background: var(--mobile-background,inherit)!important;
    padding: var(--feature-box-padding-mobile,var(--feature-box-padding));
    gap: var(--image-text-gap-mobile,var(--image-text-gap,var(--spacing-xl)));
    width: 100%;
    max-width: var(--feature-box-max-width-mobile,none);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: var(--feature-box-aspect-ratio-mobile,initial);
    justify-content: var(--feature-box-justify-content-mobile,var(--feature-box-justify-content));
    border-radius: var(--feature-box-border-radius-mobile,var(--feature-box-border-radius,24px));
    border: var(--feature-box-border-mobile,var(--feature-box-border,none));
    box-shadow: var(--feature-box-shadow-mobile,var(--feature-box-shadow,none));
  }

  .feature-box-wrapper.feature-box-image-left:not(.feature-box-multi-column) {
    grid-template-columns: 1fr!important;
  }

  .feature-box-wrapper.feature-box-image-left.feature-box-mobile-image-top:not(.feature-box-multi-column) .feature-box-image {
    order: 1!important;
  }

  .feature-box-wrapper.feature-box-image-left.feature-box-mobile-image-top:not(.feature-box-multi-column) .feature-box-text-wrapper {
    order: 2!important;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-box-wrapper .feature-box-image {
    margin: var(--feature-box-image-margin-mobile,var(--feature-box-image-margin,0 auto));
  }

  .feature-box-wrapper .feature-box-image>div:not(.feature-box-image-outside-box-wrapper) {
    padding: var(--feature-box-image-padding-mobile,var(--feature-box-image-padding,0));
    background: var(--feature-box-image-background-mobile,var(--feature-box-image-background,transparent));
    border-radius: var(--feature-box-image-border-radius-mobile,var(--feature-box-image-border-radius,0));
  }

  .feature-box-wrapper .feature-box-image .mobile-image {
    display: unset;
  }

  .feature-box-wrapper .feature-box-image .desktop-image {
    display: none;
  }

  .feature-box-subheader {
    font-size: var(--title-font-size-mobile,var(--title-h3-fs-mobile))!important;
  }

  .feature-box-subheader.align-mobile-center {
    text-align: center;
    align-self: center;
  }

  .feature-box-description {
    font-size: var(--description-font-size-mobile,var(--description-font-size,18px));
    line-height: var(--description-line-height-mobile,26px);
  }

  .feature-box-description.align-mobile-center {
    text-align: center;
  }
}

@media (max-width:1060px) {
  .mobile-breakpoint-xl .feature-box-wrapper {
    background: var(--mobile-background,inherit)!important;
    padding: var(--feature-box-padding-mobile,var(--feature-box-padding));
    gap: var(--image-text-gap-mobile,var(--image-text-gap,var(--spacing-xl)));
    width: 100%;
    max-width: var(--feature-box-max-width-mobile,none);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: var(--feature-box-aspect-ratio-mobile,initial);
    justify-content: var(--feature-box-justify-content-mobile,var(--feature-box-justify-content));
    border-radius: var(--feature-box-border-radius-mobile,var(--feature-box-border-radius,24px));
    border: var(--feature-box-border-mobile,var(--feature-box-border,none));
    box-shadow: var(--feature-box-shadow-mobile,var(--feature-box-shadow,none));
  }

  .mobile-breakpoint-xl .feature-box-wrapper.feature-box-image-left:not(.feature-box-multi-column) {
    grid-template-columns: 1fr!important;
  }

  .mobile-breakpoint-xl .feature-box-wrapper.feature-box-image-left.feature-box-mobile-image-top:not(.feature-box-multi-column) .feature-box-image {
    order: 1!important;
  }

  .mobile-breakpoint-xl .feature-box-wrapper.feature-box-image-left.feature-box-mobile-image-top:not(.feature-box-multi-column) .feature-box-text-wrapper {
    order: 2!important;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-breakpoint-xl .feature-box-wrapper .feature-box-image {
    margin: var(--feature-box-image-margin-mobile,var(--feature-box-image-margin,0 auto));
  }

  .mobile-breakpoint-xl .feature-box-wrapper .feature-box-image>div:not(.feature-box-image-outside-box-wrapper) {
    padding: var(--feature-box-image-padding-mobile,var(--feature-box-image-padding,0));
    background: var(--feature-box-image-background-mobile,var(--feature-box-image-background,transparent));
    border-radius: var(--feature-box-image-border-radius-mobile,var(--feature-box-image-border-radius,0));
  }

  .mobile-breakpoint-xl .feature-box-wrapper .feature-box-image .mobile-image {
    display: unset;
  }

  .mobile-breakpoint-xl .feature-box-wrapper .feature-box-image .desktop-image {
    display: none;
  }

  .mobile-breakpoint-xl .feature-box-subheader {
    font-size: var(--title-font-size-mobile,var(--title-h3-fs-mobile))!important;
  }

  .mobile-breakpoint-xl .feature-box-subheader.align-mobile-center {
    text-align: center;
    align-self: center;
  }

  .mobile-breakpoint-xl .feature-box-description {
    font-size: var(--description-font-size-mobile,var(--description-font-size,18px));
    line-height: var(--description-line-height-mobile,26px);
  }

  .mobile-breakpoint-xl .feature-box-description.align-mobile-center {
    text-align: center;
  }
}

.features-grid-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: var(--headline-and-features-gap,var(--spacing-2xl));
}

.features-grid-container {
  display: grid;
  column-gap: var(--features-column-gap,var(--spacing-lg));
  row-gap: var(--features-row-gap,var(--spacing-lg));
}

@media (max-width:768px) {
  .features-grid-wrapper {
    gap: var(--headline-and-features-gap-mobile,var(--headline-and-features-gap,var(--spacing-xl)));
  }

  .features-grid-container {
    grid-template-columns: var(--grid-template-columns-mobile,1fr)!important;
    row-gap: var(--features-row-gap-mobile,var(--features-row-gap,var(--spacing-lg)));
    column-gap: var(--features-column-gap-mobile,var(--features-column-gap,var(--spacing-lg)));
  }

  .features-grid-container:not(.has-custom-mobile-columns) .feature-box-wrapper {
    grid-column: span 1!important;
  }
}

@media (max-width:1060px) {
  .mobile-breakpoint-xl .features-grid-wrapper {
    gap: var(--headline-and-features-gap-mobile,var(--headline-and-features-gap,var(--spacing-xl)));
  }

  .mobile-breakpoint-xl .features-grid-container {
    grid-template-columns: var(--grid-template-columns-mobile,1fr)!important;
    row-gap: var(--features-row-gap-mobile,var(--features-row-gap,var(--spacing-lg)));
    column-gap: var(--features-column-gap-mobile,var(--features-column-gap,var(--spacing-lg)));
  }

  .mobile-breakpoint-xl .features-grid-container:not(.has-custom-mobile-columns) .feature-box-wrapper {
    grid-column: span 1!important;
  }
}
