@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
menu {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --primary-black-dark: #0D1D4A;
  --primary-iwnt-noraml: #758bcb;
  --primary-black-meduim: #93A1C8;
  --primary-black-normal: #E3E8F2;
  --primary-black-light: #F1F4F9;
  --primary-white: #FFFFFF;
  --primary-orange: #00c471;
  --primary-orange-light: #75f5bf;
}
body {
  color: var(--primary-black-dark);
}
.po-b {
  background-color: var(--primary-orange);
}
@font-face {
  font-family: "Stolzl";
  src: url("/wp-content/themes/gptonline/assets/webfonts/font/stolzl_book.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("/wp-content/themes/gptonline/assets/webfonts/font/stolzl_regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
h1 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 672px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
h2 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 672px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 672px) {
  h3 {
    font-size: 16px;
    line-height: normal;
  }
}
h4 {
  font-family: "Stolzl", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1140px) {
  h4 {
    font-size: 16px;
    line-height: normal;
  }
}
ol, ul {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 672px) {
  ol, ul {
    margin-bottom: 16px;
  }
}
.title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  color: var(--primary-black-dark);
}
.title h2 span {
  color: var(--primary-orange);
}
@media (max-width: 1140px) {
  .title h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 672px) {
  .title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
  }
}
.title-white h2 {
  font-weight: 400;
  color: var(--primary-white);
}
.title-white h2 span {
  color: var(--primary-white);
  font-weight: 500;
}
.title-pb56 {
  margin-bottom: 56px;
}
@media (max-width: 672px) {
  .title-pb56 {
    margin-bottom: 24px;
  }
}
.text-big {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1140px) {
  .text-big {
    font-size: 14px;
    line-height: 22px;
  }
}
.container {
  max-width: 1288px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1288px) {
  .container {
    padding-right: 88px;
    padding-left: 88px;
  }
}
@media (max-width: 1140px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--scrolling {
  overflow: visible;
}
@media (max-width: 1264px) {
  .container--scrolling {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1140px) {
  .container--scrolling {
    padding: 0px;
  }
}
.container--scrolling .wrapper {
  padding: 16px;
}
@media (max-width: 1140px) {
  .container--scrolling .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container--scrolling .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--cropp {
  max-width: 876px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .container--cropp {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 672px) {
  .container--cropp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.space-top {
  margin-top: 96px;
}
@media (max-width: 991px) {
  .space-top {
    margin-top: 72px;
  }
}
.wrapper {
  display: flex;
  justify-content: space-between;
}
.wrapper--scrolling {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper--scrolling::-webkit-scrollbar {
  display: none;
}
@media (max-width: 480px) {
  .wrapper--scrolling.nomob {
    overflow-x: inherit;
    flex-flow: column;
    -webkit-overflow-scrolling: inherit;
  }
}
.wrapper--scrolling.nomob::-webkit-scrollbar {
  display: inherit;
}
.wrapper.rs {
  justify-content: flex-start;
}
@media (max-width: 672px) {
  .wrapper.rs-column {
    flex-flow: column;
  }
}
.wrapper.cs {
  flex-flow: column;
  align-items: flex-start;
}
@media (max-width: 672px) {
  .wrapper.cs-column {
    flex-flow: column;
  }
}
.wrapper.ce {
  flex-flow: column;
  align-items: flex-end;
}
.wrapper.cc {
  align-items: center;
}
a {
  text-decoration: none;
}
ul.ui-ul {
  display: grid;
  grid-template-rows: auto;
  gap: 28px;
  margin-top: 32px;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1140px) {
  ul.ui-ul {
    gap: 18px;
  }
}
ul.ui-ul.ul-check li {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-check li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-check li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-circle-green.svg);
}
ul.ui-ul.ul-check-2 {
  gap: 16px;
  margin-top: 0px;
}
ul.ui-ul.ul-check-2 li {
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-check-2 li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-check-2 li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-orange.svg);
}
ul.ui-ul.ul-cross li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1140px) {
  ul.ui-ul.ul-cross li {
    font-size: 14px;
    line-height: 22px;
  }
}
ul.ui-ul.ul-cross li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-close-list-grey.svg);
}
ul.ui-ul li {
  display: flex;
  align-items: center;
}
ul.ui-ul li:before {
  content: "";
  min-width: 28px;
  min-height: 28px;
  display: block;
  margin-right: 16px;
  background-size: contain;
}
@media (max-width: 672px) {
  ul.ui-ul li:before {
    min-width: 20px;
    min-height: 20px;
  }
}
.primary-link {
  color: var(--primary-orange) !important;
}
.button {
  max-height: 48px;
  padding: 13px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.button[disabled] {
  opacity: 0.5;
}
.button--big {
  padding: 19px 32px;
  max-height: 64px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1140px) {
  .button--big {
    padding: 12px 24px;
    max-height: 48px;
  }
}
.button--outline {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background: none;
}
.button--outline:hover {
  background-color: var(--primary-orange);
  color: var(--primary-white);
}
.button--outline:hover img {
  filter: contrast(0) brightness(5);
}
.button--link {
  color: var(--primary-black-dark);
}
.button--link:hover {
  color: var(--primary-orange);
}
.button--link-reset {
  color: var(--primary-black-dark);
  border: 0px;
  background: none;
  text-decoration: underline;
  padding: 0px;
  cursor: pointer;
}
.button--link-reset:hover {
  color: var(--primary-orange);
}
.button--fill {
  background-color: var(--primary-black-dark);
  color: var(--primary-white);
  border: 2px solid var(--primary-black-dark);
}
.button--fill img {
  filter: contrast(0) brightness(5);
}
.button--fill:hover {
  background-color: transparent;
  color: var(--primary-black-dark);
}
.button--fill:hover img {
  filter: invert(1);
}
.button--fill-orange {
  background-color: var(--primary-orange);
  color: var(--primary-white);
  border: 2px solid var(--primary-orange);
}
.button--fill-orange:hover {
  background-color: transparent;
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
}
.button--fill-orange:hover img {
  filter: brightness(0.8) hue-rotate(134deg);
}
.button--disable {
  pointer-events: none;
  opacity: 0.4;
}
.button--fill-white {
  color: var(--primary-orange);
  background-color: var(--primary-white);
  border: 2px solid var(--primary-white);
}
.button--fill-white:hover {
  background-color: transparent;
  border: 2px solid var(--primary-white);
  color: var(--primary-white);
}
.button--icon img {
  max-width: 64px;
  width: 100%;
}
.button--icon-l img {
  margin-right: 14px;
}
.button--icon-r img {
  margin-left: 14px;
}
.fake-checkbox {
  border-radius: 4px;
  background: var(--primary-black-light);
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 16px;
}
@media (max-width: 480px) {
  .fake-checkbox {
    min-width: 28px;
    min-height: 28px;
    font-size: 15px;
    margin-right: 8px;
  }
}
.input {
  padding: 4px 24px 4px 24px;
  grid-gap: 24px;
  gap: 24px;
  height: 56px;
  background: var(--white);
  border-radius: 48px;
}
@media (max-width: 1024px) {
  .input {
    height: 48px;
  }
}
.checkbox-label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label.checkbox--filter {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-light);
  font-weight: 600;
}
.checkbox-label input {
  position: absolute !important;
  opacity: 0;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  box-sizing: inherit !important;
  height: 100% !important;
}
.checkbox-label input:checked {
  color: var(--black);
}
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: var(--blue-ultralight);
  border: 1px solid var(--green-ultralight);
  border-radius: 4px;
}
.checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-black.svg");
}
.checkbox-label:hover input ~ .checkmark {
  background-color: #ced8f0;
}
.checkbox-label:hover {
  color: var(--black);
}
.lw {
  text-transform: lowercase;
}
input:focus {
  outline: none !important;
}
@media (max-width: 672px) {
  ._desctop {
    display: none;
  }
}
@media (min-width: 672px) {
  ._mobile {
    display: none;
  }
}
.dialog {
  margin-top: 16px;
  padding: 18px 32px;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal, #E3E8F2);
  background: var(--primary-black-white, #FFF);
}
.dialog--orange {
  border: 0px;
  background: rgba(255, 77, 38, 0.1);
}
@media (max-width: 672px) {
  .dialog {
    padding: 12px 16px;
  }
}
.policy {
  color: var(--primary-black-meduim, #93A1C8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 480px) {
  .policy {
    font-size: 11px;
    line-height: 1.8;
    hyphens: auto;
  }
}
.policy a {
  color: var(--primary-orange);
}
.last-req .loading {
  background-image: url("/wp-content/themes/gptonline/assets/img/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 28px;
  min-height: 28px;
  top: -2px;
  position: relative;
  border-radius: 40px;
}
.loading-button {
  position: relative;
}
.loading-button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/gptonline/assets/img/loading.svg);
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
}
.modal-dialog.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
}
.mobilemenu-body {
  position: relative;
  padding: 24px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
.texts-profile {
  display: flex;
  flex-flow: column;
}
.texts-profile a {
  color: inherit;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobilemenu-limit button {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobilemenu-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 16px;
}
.mobilemenu-texts {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  margin-bottom: 24px;
}
.mobilemenu-body .limit-profile {
  width: 100%;
  margin-bottom: 16px;
}
.mobilemenu-body .user-logout {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 32px;
}
.redirectMessage button {
  border: 0px;
  background: none;
  font-size: inherit;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
}
.padding-48-24 {
  padding: 48px;
}
@media (max-width: 1140px) {
  .padding-48-24 {
    padding: 32px;
  }
}
@media (max-width: 761px) {
  .padding-48-24 {
    padding: 24px;
  }
}
.padding-48-16 {
  padding: 48px;
}
@media (max-width: 1140px) {
  .padding-48-16 {
    padding: 32px;
  }
}
@media (max-width: 761px) {
  .padding-48-16 {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .padding-48-16 {
    padding: 16px;
  }
}
h1.wp-block-heading, .blog-content h1 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h1.wp-block-heading, .blog-content h1 {
    margin-top: 24px;
  }
}
h2.wp-block-heading, .blog-content h2 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h2.wp-block-heading, .blog-content h2 {
    margin-top: 24px;
  }
}
p + h2.wp-block-heading, .blog-content p + h2 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h2.wp-block-heading, .blog-content p + h2 {
    margin-top: 24px;
  }
}
h3.wp-block-heading, .blog-content h3 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h3.wp-block-heading, .blog-content h3 {
    margin-top: 24px;
  }
}
p + h3.wp-block-heading, .blog-content p + h3 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h3.wp-block-heading, .blog-content p + h3 {
    margin-top: 24px;
  }
}
h4.wp-block-heading, .blog-content h4 {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 32px;
}
blockquote.wp-block-quote {
  border-radius: 24px;
  background: var(--primary-black-white, #FFF);
  /* Shadow Small */
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  display: flex;
  padding: 32px;
  margin-top: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote {
    flex-flow: column;
    align-items: center;
    padding: 24px;
  }
}
blockquote.wp-block-quote p {
  padding-right: 24px;
}
blockquote.wp-block-quote:before {
  content: "“";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 148px;
  color: var(--primary-black-meduim, #93A1C8);
  padding-right: 18px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote:before {
    line-height: 90px;
    font-size: 110px;
    display: flex;
    align-items: center;
    margin-bottom: -35px;
  }
}
blockquote.wp-block-quote figure.wp-block-image {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image {
    margin-top: 26px;
  }
}
blockquote.wp-block-quote figure.wp-block-image figcaption {
  color: var(--primary-black-dark, #0D1D4A);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image figcaption {
    margin-bottom: 0px;
  }
}
.section-content h2:not(:first-child), .section-content h3:not(:first-child), .section-content h4:not(:first-child), .section-content h5:not(:first-child) {
  margin-top: 2.5rem;
}
.section-content h2 {
  font-size: 48px;
}
.section-content h2 {
  margin-bottom: 1rem;
}
.section-content h3 {
  margin-bottom: 1rem;
  font-size: 28px;
}
.section-content h4 {
  margin-bottom: 0.5rem;
  font-size: 24px;
}
.section-content h5 {
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.section-content p {
  margin-bottom: 1.25rem;
}
.section-content ul, .section-content ol {
  margin-bottom: 1.25rem;
}
@media (max-width: 672px) {
  .section-content h2:not(:first-child), .section-content h3:not(:first-child), .section-content h4:not(:first-child), .section-content h5:not(:first-child) {
    margin-top: 2rem;
  }
  .section-content h1, .section-content h2 {
    margin-bottom: 1.25rem;
    font-size: 24px;
  }
  .section-content h3 {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
  .section-content h4 {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .section-content h5 {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
  .section-content ul li {
    padding-left: 1.25rem;
  }
  .section-content ul li::before {
    top: 8px;
  }
}
.limit-message {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.limit-message .button {
  margin-top: 24px;
  width: 100%;
  max-width: 270px;
}
.limit-message h2 {
  font-weight: 600;
}
.limit-message h2 span {
  color: var(--primary-orange);
}
.limit-message p {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 500px;
}
.limit-message p span {
  font-weight: 500;
}
.loader {
  display: none;
}
.loader.active {
  display: block;
}
.loader .loader-svg svg {
  width: 72px;
  height: 72px;
}
.loader .loader-title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.loader .loader-answer {
  font-size: 20px;
  margin-top: 16px;
  font-weight: 400;
}
.loader .wrapper {
  justify-content: flex-start;
  align-items: center;
}
.contain-sc .modal-dialog {
  max-width: 1264px;
}
.modal-content {
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  border: 0px;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}
#pricelistModal .modal-body {
  padding: 0px;
}
#pricelistModal .modal-body .container {
  padding-left: 0px;
  padding-right: 0px;
}
#pricelistModal .modal-body .container .wrapper--scrolling {
  padding: 32px;
}
#pricelistModal .modal-body .container .wrapper--scrolling .container {
  padding-left: 32px;
  padding-right: 32px;
}
.site-footer {
  padding-bottom: 88px;
  padding-top: 88px;
}
.site-footer.orange-footer {
  background: var(--primary-orange);
  margin-top: -120px;
  padding-top: 170px;
}
.site-footer.orange-footer .wrapper p {
  color: #fff !important;
}
.site-footer.orange-footer .wrapper a.primary-link {
  color: #fff !important;
  text-decoration: underline;
}
.site-footer.orange-footer .wrapper a.email-footer {
  color: #fff !important;
  text-decoration: underline;
}
.site-footer.orange-footer .wrapper img {
  filter: brightness(2);
}
@media (max-width: 1140px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991) {
  .site-footer {
    padding-top: 30px;
  }
}
@media (max-width: 1288px) {
  .site-footer .wrapper {
    flex-wrap: wrap;
  }
}
.site-footer .wrapper .footer-left {
  width: 300px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1288px) {
  .site-footer .wrapper .footer-left {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-left {
    width: 100%;
    flex: inherit;
    text-align: center;
  }
}
.site-footer .wrapper .footer-left a, .site-footer .wrapper .footer-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: var(--primary-black-dark);
  font-family: sans-serif;
}
.site-footer .wrapper .footer-left a.email-footer, .site-footer .wrapper .footer-left p.email-footer {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--primary-orange);
}
.site-footer .wrapper .footer-left a.work-hour, .site-footer .wrapper .footer-left p.work-hour {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 16px 0px;
}
@media (min-width: 991px) {
  .site-footer .wrapper .footer-left a.copyright, .site-footer .wrapper .footer-left p.copyright {
    margin-right: 16px;
  }
}
.site-footer .wrapper .footer-menu {
  padding: 0px 16px;
  flex: 1;
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-menu {
    flex: inherit;
    padding: 0px;
    order: -1;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}
.site-footer .wrapper .footer-menu h3.widget-title {
  color: var(--primary-black-dark, #0D1D4A);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}
.site-footer .wrapper .footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-footer .wrapper .footer-menu ul li a {
  color: var(--primary-black-dark, #0D1D4A);
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-menu ul li a {
    font-size: 14px;
    line-height: 32px;
  }
}
.site-footer .wrapper .footer-right {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}
@media (min-width: 1288px) {
  .site-footer .wrapper .footer-right {
    margin-top: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 300px;
  }
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-right {
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .wrapper .footer-right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.site-footer .wrapper .footer-right .wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .site-footer .wrapper .footer-right .wrapper {
    margin-top: 16px;
    align-items: center;
    justify-content: center;
  }
}
.site-footer .wrapper .footer-right .wrapper img {
  max-height: 20px;
  margin: 10px 0;
  margin-right: 20px;
}
.site-footer .wrapper .footer-right .wrapper--dark img {
  max-height: 30px;
  margin: 10px 0;
  margin-right: 20px;
}
.copyright {
  margin-bottom: 10px;
}
.notification {
  text-align: center;
  padding: 5px;
  background: var(--primary-black-normal);
  position: sticky;
  width: 100%;
  top: 0px;
  z-index: 999;
}
header {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  header {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 672px) {
  header.logged .header-auth {
    display: none;
  }
}
header .header-mobilemenu .mobilemenu-button {
  display: none;
  border: 0px;
  width: 64px;
  height: 64px;
  background: var(--primary-orange);
  padding: 16px;
  border-radius: 16px;
}
@media (max-width: 672px) {
  header .header-mobilemenu .mobilemenu-button {
    display: block;
  }
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog {
  margin: 0px;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .mobilemenu-header {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 0px;
  align-items: center;
}
header .header-mobilemenu .mobilemenu-modal .modal-dialog .mobilemenu-header a img {
  width: 64px;
}
header .header-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1140px) {
  header .header-logo img {
    width: 200px;
  }
}
header.header-auth-page {
  display: flex;
  align-items: center;
}
@media (max-width: 1140px) {
  header.header-auth-page img {
    width: 200px;
  }
}
header .header-auth .wrapper.cc._mobile a {
  padding-left: 10px;
  padding-right: 10px;
}
header .header-auth a:first-child {
  margin-right: 8px;
}
header .header-auth.auth-logged button.button {
  margin-right: 40px;
}
@media (max-width: 1140px) {
  header .header-auth.auth-logged a {
    margin-right: 24px;
  }
}
header .header-auth.auth-logged .avatar-profile {
  margin-right: 40px;
}
@media (max-width: 1140px) {
  header .header-auth.auth-logged .avatar-profile {
    margin-right: 8px;
  }
}
header .header-auth.auth-logged .avatar-profile img {
  width: 48px;
}
header .header-auth.auth-logged .button--link {
  padding: 0px;
}
@media (max-width: 1140px) {
  header .header-auth.auth-logged .button--link span {
    display: none;
  }
}
header .header-auth.auth-logged .limit-profile {
  font-weight: 500;
}
header .header-auth.auth-logged .limit-profile.token-out {
  border: 2px solid var(--primary-black-meduim);
  color: var(--primary-black-meduim);
}
header .header-auth.auth-logged .limit-profile.token-out:hover {
  background-color: var(--primary-black-meduim);
  color: var(--primary-white);
}
@media (max-width: 672px) {
  header .header-logo img {
    width: 64px;
  }
}
.gpt-request-form {
  border-radius: 24px;
  background: var(--primary-white);
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  padding: 48px;
}
@media (max-width: 1140px) {
  .gpt-request-form {
    padding: 32px;
  }
}
@media (max-width: 672px) {
  .gpt-request-form {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .gpt-request-form {
    padding: 16px;
  }
}
.gpt-request-form .show-more {
  cursor: pointer;
  width: 100%;
  background: var(--primary-black-light);
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.gpt-request-form .last-req {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-top: 28px;
  padding: 14px 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gpt-request-form.fail h3 {
  display: none;
}
.gpt-request-form.fail .last-req {
  display: none;
}
.gpt-request-form.loading h3 {
  display: none;
}
.gpt-request-form.loading .last-req {
  display: none;
}
.gpt-request-form #chat-form.disable {
  display: none;
}
.gpt-request-form .gpt-form--type {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 672px) {
  .gpt-request-form .gpt-form--type {
    border-radius: 16px;
  }
}
.gpt-request-form .gpt-form--type.show-more-active .radio-button.hidden {
  display: block;
}
.gpt-request-form .gpt-form--type.show-more-active .show-more {
  transform: rotate(180deg);
}
.gpt-request-form .gpt-form--type .radio-button.first {
  order: -1;
}
.gpt-request-form .gpt-form--type .radio-button.hidden {
  display: none;
}
.gpt-request-form .gpt-form--action-with-topic {
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--action-with-topic {
    display: flex;
    flex-flow: column;
  }
}
@media (max-wdith: 672px) {
  .gpt-request-form .gpt-form--action-with-topic {
    margin-bottom: 16px;
  }
}
.gpt-request-form .gpt-form--action-with-topic .input-border-icon {
  display: flex;
}
.gpt-request-form .gpt-form--action-with-topic .input-border-icon textarea {
  border: 1px solid var(--primary-black-normal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 124px;
  max-height: 260px;
  height: 124px;
  overflow: hidden;
  padding-right: 20px;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  font-family: inherit;
}
.gpt-request-form .gpt-form--action-with-topic .input-border-icon .question-topic {
  margin-left: -32px;
  margin-top: 4px;
  height: 28px;
}
.gpt-request-form .gpt-form--action-with-topic .input-border-icon input {
  border: 0px !important;
  width: 100%;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--action-with-topic .input-border-icon input {
    padding: 12px 0px 12px 18px;
  }
}
.gpt-request-form .gpt-form--submit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit {
    align-items: flex-start;
  }
}
@media (max-width: 672px) {
  .gpt-request-form .gpt-form--submit {
    flex-flow: column;
    justify-content: space-between;
    align-items: inherit;
  }
}
.gpt-request-form .gpt-form--submit .result-checkbox {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit .result-checkbox {
    align-items: flex-start;
  }
}
@media (max-width: 1140px) {
  .gpt-request-form .gpt-form--submit .result-checkbox {
    margin-bottom: 16px;
  }
}
.button-group.filters-button-group {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 672px) {
  .button-group.filters-button-group {
    display: none;
  }
}
.button-group.filters-button-group .button {
  display: flex;
  padding: 8px 13px;
  border-radius: 4px;
  border: 2px solid var(--primary-black-normal, #E3E8F2);
  background: #fff;
  margin-top: 8px;
  margin-right: 8px;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
}
.button-group.filters-button-group .button.is-checked {
  z-index: 2;
  color: var(--primary-orange);
  box-shadow: 0px -8px 16px -8px rgba(13, 29, 74, 0.11);
  border-bottom: 0px;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid transparent;
}
.button-group-mobile {
  display: none;
}
.button-group-mobile h4 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 672px) {
  .button-group-mobile {
    display: flex;
  }
}
.button-group-mobile .mobile-filter-select {
  width: 100%;
  background-color: var(--primary-black-white, #FFF);
  max-height: 48px;
  padding: 14px;
}
.button-group-type {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 0px 16px 16px 16px;
  background: var(--primary-black-white, #FFF);
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  padding: 16px;
  position: relative;
}
@media (max-width: 672px) {
  .button-group-type {
    border-radius: 16px;
  }
}
.button-group-container {
  display: flex;
  width: 100%;
  flex-flow: column;
  margin-top: 16px;
}
@media (max-width: 672px) {
  .button-group-container {
    padding: 16px;
    border-radius: 16px;
    background: var(--primary-black-white, #FFF);
    box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
    margin-bottom: 16px;
  }
}
.select-tools h4 {
  display: none;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-black-dark);
}
@media (max-width: 672px) {
  .select-tools h4 {
    display: flex;
  }
}
/*# sourceMappingURL=https://smarstudy.ai/wp-content/build/scss_library/2e4640ef3fad97e431a0c54a5b5ca58907c5ec21.css.map */