/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./src/app/globals.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue";
  src: url("/fonts/HelveticaNeue-Roman.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue-Light";
  src: url("/fonts/HelveticaNeue-Light.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue-Bold";
  src: url("/fonts/HelveticaNeue-Bold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Bold";
  src: url("/fonts/ProximaNova-Bold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Semi-Bold";
  src: url("/fonts/ProximaNova-Semibold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: url("/fonts/GraphikRegular.otf") format("opentype");
}
::selection {
  background-color: #008FD0;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7;
}

* {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper {
    height: 100%;
  }
}

.global-wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
}

.full-width-block {
  display: block;
  position: relative;
  max-width: 100vw;
  z-index: 3;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.os-windows .full-width-block {
  max-width: calc(100vw - 15px);
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  height: 100%;
  word-break: break-word;
  word-wrap: break-word;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.hide {
  display: none !important;
}
.hide text {
  font-family: "HelveticaNeue", sans-serif;
}

html {
  min-height: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase {
  text-transform: uppercase;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold {
  font-weight: bold;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
}

input {
  border: 1px solid grey;
  padding: 5px;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  white-space: nowrap;
}

button,
textarea,
select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "HelveticaNeue", sans-serif;
}
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=submit], select {
  cursor: pointer;
}

textarea {
  resize: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

table {
  word-break: normal;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

#__next {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.main {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}

#root {
  min-height: 100vh;
}

.container {
  box-sizing: border-box;
}

.ui.modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 100;
}

.dimmed .modals.dimmer .ui.scrolling.modal {
  position: fixed !important;
  margin: 0 !important;
}

.dimmed.scrolling.dimmable > .dimmer {
  position: static !important;
}

body.scrolling.dimmable.dimmed {
  overflow: auto !important;
}

.dark-btn,
.red-btn {
  background: #26345E;
  border: 1px solid #26345E;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 24px !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.dark-btn:hover,
.red-btn:hover {
  background-color: #008fd0;
  color: #fff;
  border: 1px solid #008fd0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .dark-btn,
  .red-btn {
    padding: 6px 24px !important;
  }
}

.outlined-btn {
  background: #FFF;
  border: 1px solid #26345E;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #26345E;
  cursor: pointer;
  padding: 10px 24px !important;
  transition: all 0.3s ease-in-out;
}
.outlined-btn.margin {
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .outlined-btn {
    padding: 6px 24px !important;
  }
}

.red-btn {
  background: #D42D60;
  border: none;
}
.red-btn:hover {
  background: #D42D60;
  border: none;
}

.btn {
  font-family: Inter, serif;
  width: 100%;
  padding: 5px 16px !important;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #00976C;
  box-shadow: 0 3px 6px rgba(12, 141, 115, 0.35);
  text-align: center;
}
.btn:hover {
  background-color: #19a17a;
  box-shadow: 0 3px 6px rgba(28, 200, 127, 0.35);
}

.content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: calc(100vh - 154px);
}
.content.without-height {
  min-height: auto !important;
}
.content-wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .content-wrapper {
    margin-top: 90px;
  }
}
.content-wrapper-pt {
  padding: 50px 0px;
}
.content-wrapper * {
  box-sizing: border-box;
}
.content-title {
  font-size: 24px;
  margin-bottom: 34px;
  margin-top: 0px;
  font-weight: 600;
  text-align: left;
  font-family: "Inter", sans-serif;
}

@media (min-width: 768px) {
  .wrapper-with-img {
    background-image: url("/images/other/subscription-bg.png"), url("/images/other/bg_bottompart.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    flex-grow: 1;
  }
}

.base-title {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 24px;
  color: #26345E;
}
@media (min-width: 768px) {
  .base-title {
    margin-bottom: 32px;
    line-height: 56px;
    font-size: 48px;
  }
}

.terms-content p, .terms-li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404F5E;
}

.main-section ol {
  padding-left: 10px;
}

.terms-content .link {
  color: #00A69D !important;
}

.base-sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #404F5E;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

.link {
  color: #00976C;
  text-decoration: none;
  cursor: pointer;
}
.link--blue {
  color: #008FD0;
  text-decoration: none;
}
.link--blue:hover {
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}

a.button {
  text-decoration: none;
  display: block;
}

.button {
  width: 100%;
  padding: 5px 14px !important;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #888;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
}
.button svg > path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.button:hover {
  background-color: #19a17a;
}
.button.disabled {
  color: #fff !important;
  background-color: #888 !important;
  border: 1px solid #888 !important;
  cursor: not-allowed;
}
.button.disabled svg > path {
  fill: #fff !important;
}
.button-full {
  width: 100%;
}

.button-no-xp {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.button-primary-link {
  border: 1px solid transparent;
  padding-left: 0px;
  background-color: transparent !important;
  padding-right: 0px;
  color: #008FD0;
}
.button-primary-link svg > path {
  fill: #008FD0;
}
.button-primary-link:hover {
  background-color: transparent !important;
  color: #19a17a !important;
}
.button-primary-link:hover svg > path {
  fill: #19a17a !important;
}

.button-primary {
  border: 1px solid #008FD0;
  background-color: #008FD0;
  color: #fff;
  display: inline;
}
.button-primary svg > path {
  fill: #fff;
}
.button-primary:hover {
  background-color: #fff;
  color: #008FD0;
}
.button-primary svg > path {
  fill: #008FD0 !important;
}

.button-primary-outline {
  border: 1px solid #008FD0;
  background-color: #fff;
  color: #008FD0;
  display: inline;
}
.button-primary-outline svg > path {
  fill: #008FD0;
}
.button-primary-outline:hover {
  background-color: #008FD0;
  color: #fff;
}
.button-primary-outline:hover svg > path {
  fill: #fff !important;
}

.button-secondary {
  color: #fff;
  border: 1px solid #00976C;
  background-color: #00976C;
}
.button-secondary svg > path {
  fill: #fff;
}
.button-secondary:hover {
  background-color: #fff;
  color: #00976C;
}
.button-secondary:hover svg > path {
  fill: #00976C;
}

.button-secondary-outline {
  background-color: #fff;
  color: #00976c;
  border: 1px solid #00976c;
}
.button-secondary-outline svg > path {
  fill: #00976C;
}
.button-secondary-outline:hover {
  background-color: #00976C;
  color: #fff;
}
.button-secondary-outline:hover svg > path {
  fill: #fff;
}

.button-danger {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}
.button-danger svg > path {
  fill: #fff;
}
.button-danger:hover {
  background-color: #fff;
  color: red;
}
.button-danger:hover svg > path {
  fill: red;
}

.change-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 25px;
  margin: 0 15%;
  width: 70%;
}

.item-blur {
  filter: blur(5px);
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.general_info__content {
  padding: 16px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.general_info__content ul {
  padding: 0;
  list-style: none;
}

.general-info {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.general-info__content-title {
  font-size: 18px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .general-info__content-title {
    font-size: 20px;
  }
}
.general-info__content-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #00976C;
}
.general-info__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.general-info__caption_no_margin {
  display: flex;
  flex-direction: column;
}
.general-info__section {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.general-info__section-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #404F5E;
  display: flex;
  align-items: center;
}
.general-info__img {
  margin-right: 20px;
  color: #00976C;
  font-size: 20px;
}
.general-info__title {
  color: #26345E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}
.general-info__subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #404F5E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  position: relative;
}
.general-info__subtitle span:not(.visible-country) {
  color: #D42D60;
  font-weight: 600;
}
.general-info__content {
  padding: 16px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.general-info__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 28px;
}
@media (min-width: 768px) {
  .general-info__text {
    font-size: 14px;
  }
}
.general-info__text.text-info {
  white-space: pre-wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404F5E;
}

.company-content-disclaimer {
  color: #979797;
  font-family: Roboto, serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 40px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/global-error.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_f367f3 {font-family: 'Inter', 'Inter Fallback';font-style: normal
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/error.module.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.error_requests_title__FcUgZ, .error_requests_text__PU76L, .error_requests_link__L8bgU {
  font-family: sans-serif !important;
}

.error_requests_title__FcUgZ {
  font-weight: bolder !important;
  font-size: 36px !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  max-width: 300px;
}

.error_requests_text__PU76L {
  font-size: 28px !important;
  text-transform: none !important;
  margin-bottom: 5px !important;
}

.error_requests_link__L8bgU {
  font-size: 18px !important;
}

.error_error_page__AvHld {
  color: #383838;
  flex: 1 1;
  min-height: calc(100vh - 154px);
}
.error_error_page__AvHld * {
  box-sizing: content-box;
}

.error_error_page_warning__310Cp {
  text-align: center;
  font-family: "Inter", sans-serif;
}

#error_id_notfound__b09Wn {
  text-align: left;
  font-family: "Inter", sans-serif;
  position: relative;
  margin-top: 20%;
}

#error_id_notfound__b09Wn .error_notfound__Jf1eu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error_notfound__Jf1eu {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.error_notfound__Jf1eu .error_notfound_404__iuniN {
  position: absolute;
  left: 0;
  top: 25%;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("/images/other/emoji.png");
  background-size: cover;
}

.error_notfound__Jf1eu .error_notfound_404__iuniN:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.error_notfound__Jf1eu h1 {
  text-align: left;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.error_notfound__Jf1eu h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.error_notfound__Jf1eu p {
  color: #999fa5;
  font-weight: 400;
  margin: 0 0 20px;
}

.error_notfound__Jf1eu a {
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}
.error_notfound__Jf1eu a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .error_notfound__Jf1eu .error_notfound_404__iuniN {
    top: 0;
    width: 110px;
    height: 110px;
  }
  .error_notfound__Jf1eu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: translate(0, 0) !important;
  }
}
