/* thatfolk - 2023 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'DM Sans', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 90px; }

@keyframes loadingGr {
  100% {
    top: 0; } }
@keyframes loadingBl {
  100% {
    opacity: 1; } }
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .loading .logo {
    font-size: 1.5rem;
    font-weight: 500;
    color: #336420;
    height: 36px;
    overflow: hidden; }
    .loading .logo .gr {
      position: relative;
      top: 36px; }
    .loading .logo .bl {
      color: #0a538a;
      opacity: 0; }
  .loading.first .logo .gr {
    animation-name: loadingGr;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
  .loading.first .logo .bl {
    animation-name: loadingBl;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .loading .logo {
      font-size: 1.3rem;
      height: 31px; } }

.button {
  display: inline-block;
  border: 1px solid #0a538a;
  line-height: 40px;
  background: #0a538a;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 20px;
  padding: 0 25px;
  text-align: center;
  transition: .4s; }
  .button.full {
    display: block;
    width: 100%;
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px; }
  .button.wh {
    border-color: #eee;
    background: #fff;
    color: #000; }
  .button.gr {
    border-color: #e0e0e0;
    background: #e0e0e0;
    color: #000; }
  .button:hover {
    background: #f7f7f7;
    color: #0a538a;
    border-color: #f7f7f7; }

.cookies {
  position: fixed;
  bottom: 35px;
  right: 25px;
  background: #fff;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 20px;
  width: 250px;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .cookies .blue {
    color: #0a538a;
    text-decoration: underline; }
  .cookies .buttons {
    margin-top: 10px; }
    .cookies .buttons a {
      text-decoration: underline;
      margin-right: 15px;
      display: inline-block; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden; }
  .popup .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .popup .box {
    width: 530px;
    max-width: 90%;
    padding: 48px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1; }
    .popup .box .cls {
      position: absolute;
      top: 20px;
      right: 20px; }
    .popup .box .title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 40px; }
    .popup .box .button {
      margin-top: 20px;
      display: block;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .popup .box {
        padding: 48px 24px; } }
  .popup.active {
    transition: .4s;
    opacity: 1;
    visibility: visible; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: #fff;
  z-index: 9;
  border-bottom: 1px solid #e1e1e1; }
  header .logo {
    font-size: 1.5rem;
    font-weight: 500;
    color: #336420;
    white-space: nowrap; }
    header .logo span {
      color: #0a538a; }
  header .button {
    margin-left: 12px; }
  header .lang {
    padding: 0;
    width: 41px; }
  @media (min-width: 768px) and (max-width: 991px) {
    header .logo {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 767px) {
    header .logo {
      font-size: .9rem;
      white-space: nowrap;
      line-height: 1.5;
      margin-top: 24px;
      display: inline-block; }
      header .logo span {
        display: block; }
    header .button {
      margin-left: 4px;
      padding: 0 10px;
      font-size: .7rem;
      line-height: 32px; }
    header .lang {
      width: 33px;
      padding: 0; } }
  @media (max-width: 360px) {
    header .logo {
      font-size: .7rem;
      margin-top: 30px; } }

footer {
  background: #f7f7f7;
  line-height: 80px;
  font-size: 12px; }
  @media (max-width: 340px) {
    footer .logo {
      font-size: 11px; } }

section.banner {
  padding-bottom: 36%;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    section.banner {
      padding-bottom: 66%; } }

section.about {
  position: relative;
  padding: 75px 0;
  overflow: hidden; }
  section.about h1 {
    font-size: 2.688rem;
    font-weight: 700;
    margin: 0 0 20px 0; }
  section.about h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500; }
  section.about .sub {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500; }
  section.about ul li {
    position: relative;
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 15px; }
    section.about ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0a538a; }
  section.about .left {
    position: relative;
    z-index: 1; }
  section.about .triangle {
    opacity: .3;
    width: 45%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.about h1 {
      font-size: 2.2rem; }
    section.about h2, section.about .sub {
      font-size: 1.3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.about h1 {
      font-size: 1.8rem; }
    section.about h2, section.about .sub {
      font-size: 1rem; } }
  @media only screen and (max-width: 767px) {
    section.about {
      padding: 60px 0 140px 0; }
      section.about h1 {
        font-size: 2rem; }
      section.about h2, section.about .sub {
        font-size: 1rem; }
      section.about .left {
        margin-bottom: 60px; } }

.bottom {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0; }
  .bottom img {
    position: relative;
    bottom: -25px; }
  .bottom .button {
    margin-left: 10px; }
  .bottom .text-end {
    padding-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bottom img {
      width: 250px; } }
  @media only screen and (max-width: 767px) {
    .bottom img {
      width: 150px; } }

section.form {
  padding: 90px 0 60px 0;
  position: relative; }
  section.form .right {
    margin-left: 500px; }
  section.form .bottom, section.form .leaf {
    position: fixed; }
  section.form .leaf {
    top: 180px; }
  section.form .right-form {
    position: relative;
    z-index: 1; }
  section.form .form-title {
    margin-bottom: 10px;
    font-weight: 500; }
  section.form .button.full {
    margin-bottom: 16px; }
  section.form .link {
    font-size: 12px;
    text-decoration: underline;
    color: #838383; }
  section.form form h1 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 32px 0; }
  section.form .account-top {
    margin-bottom: 70px; }
    section.form .account-top .link {
      font-size: 14px;
      color: #000;
      border: 0;
      background: none;
      margin-left: 12px; }
      @media only screen and (max-width: 767px) {
        section.form .account-top .link {
          margin-left: 0;
          margin-right: 12px; } }
  section.form .group-title {
    font-size: 14px; }
  section.form .group-title + h1, section.form .group-title + h2 {
    font-size: 18px;
    color: #0a538a;
    margin: 0;
    font-weight: 500; }
  section.form .member {
    padding: 25px;
    background: #003da6;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 24px; }
    section.form .member .icon {
      display: inline-block;
      margin-left: 5px; }
    section.form .member span {
      opacity: .6; }
    section.form .member .title {
      font-size: 18px; }
    section.form .member .top {
      margin-bottom: 28px; }
    section.form .member .info .row {
      margin-bottom: 10px; }
  section.form .add {
    height: 190px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px dashed #d3d3d3; }
    section.form .add img {
      width: 16px; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.form {
      min-height: calc(100vh - 90px);
      padding-bottom: 90px; }
      section.form .bottom {
        position: absolute; } }
  @media only screen and (max-width: 767px) {
    section.form {
      padding: 60px 0 0 0; }
      section.form .bottom {
        position: static; }
      section.form .right-form {
        margin-bottom: 30px;
        min-height: 340px; }
      section.form .group-title + h1, section.form .group-title + h2 {
        margin-bottom: 30px; } }

section.account {
  padding-top: 50px;
  background: #fbfbfb;
  min-height: calc(100vh - 90px); }
  section.account .leaf {
    top: 380px; }
  section.account .account-title {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500; }
  section.account .members {
    margin-bottom: 48px; }
  section.account .files .input .file {
    background: #fff; }
  section.account .bottom.text-end {
    pointer-events: none; }
  section.account #uploadForm .col-md-6 {
    margin-bottom: 32px; }
    section.account #uploadForm .col-md-6 .input {
      margin-bottom: 0 !important; }
    section.account #uploadForm .col-md-6 .mb-5 {
      margin-bottom: 0 !important; }
  section.account #uploadForm .col-md-5 a, section.account #uploadForm .files a {
    color: #0a538a;
    font-weight: 600; }
  section.account #uploadForm .save {
    background: #336420; }
    section.account #uploadForm .save:hover {
      background: #f7f7f7; }
  @media only screen and (max-width: 767px) {
    section.account #uploadForm .col-md-8.d-flex {
      display: block !important; }
      section.account #uploadForm .col-md-8.d-flex .button {
        width: 100%; } }

#uploadForm {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    #uploadForm {
      margin-bottom: 40px; } }

section.result {
  background: #fbfbfb;
  height: calc(100vh - 90px);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column; }
  section.result h1 {
    width: 240px;
    font-size: 28px;
    margin: 15px auto 10px auto; }
  section.result .txt {
    width: 460px;
    font-size: 14px;
    margin: 0 auto 48px auto; }
  section.result .button {
    margin: 0 5px; }

.leaf {
  position: absolute;
  top: 120px;
  right: -20px; }
  @media only screen and (max-width: 767px) {
    .leaf {
      width: 50px; } }

.sidebar {
  position: fixed;
  width: 100%;
  top: 90px;
  left: 0;
  padding-top: 90px;
  font-size: 14px;
  z-index: 1; }
  .sidebar .container {
    position: relative;
    z-index: 1; }
  .sidebar .steps {
    margin-bottom: 20px; }
    .sidebar .steps .number {
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      background: rgba(10, 83, 138, 0.1);
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .sidebar .steps .number.active {
        background: #0a538a; }
    .sidebar .steps .line {
      display: inline-block;
      vertical-align: middle;
      border-top: 1px dashed #0a538a;
      height: 1px;
      width: 32px;
      opacity: .3;
      margin: 0 4px; }
    .sidebar .steps .title {
      display: inline-block;
      vertical-align: middle;
      font-size: 21px;
      font-weight: 500;
      margin-left: 24px; }
  .sidebar .desc {
    width: 220px;
    max-width: 100%;
    margin-bottom: 60px; }
  .sidebar .files a {
    display: block;
    width: 135px;
    margin-bottom: 15px; }
    .sidebar .files a img {
      float: right;
      margin-top: 6px; }
  @media only screen and (max-width: 767px) {
    .sidebar {
      position: static;
      padding: 0;
      margin-bottom: 60px; } }

.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  pointer-events: none; }

.input {
  margin-bottom: 24px;
  position: relative; }
  .input label {
    font-size: 11px;
    margin: 0 0 5px 0;
    font-weight: 400; }
  .input input, .input textarea, .input select {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    color: #000; }
    .input input:focus, .input textarea:focus, .input select:focus {
      border-color: #000; }
  .input textarea {
    min-height: 100px;
    height: 100px;
    resize: vertical;
    padding-top: 20px; }
  .input select {
    background-image: url(../img/select-arrow.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    padding-right: 20px; }
    .input select option {
      color: #000;
      border-radius: 0; }
  .input .placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 55px;
    padding-left: 20px;
    font-size: 14px;
    color: #777;
    pointer-events: none; }
  .input .file {
    position: relative;
    height: 150px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px dashed #d3d3d3;
    border-radius: 3px; }
    .input .file input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 150px;
      opacity: 0; }
    .input .file img {
      margin-bottom: 8px; }
    .input .file .done {
      display: none; }
    .input .file .txt {
      width: 150px;
      max-height: 70px;
      overflow: hidden;
      margin: 0 auto;
      font-size: 12px;
      color: #8b8b8b; }
  .input .show-pass {
    position: absolute;
    bottom: 0;
    line-height: 55px;
    right: 0;
    width: 70px;
    font-size: 10px;
    color: #8e8e8e;
    text-align: right;
    padding-right: 20px;
    z-index: 1; }
    .input .show-pass .hi {
      display: none; }
    .input .show-pass.active .sh {
      display: none; }
    .input .show-pass.active .hi {
      display: inline; }
  .input.checkbox {
    position: relative; }
    .input.checkbox input {
      width: 20px;
      height: 20px;
      opacity: 0;
      position: absolute; }
    .input.checkbox span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: solid 1px #d3d3d3;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px;
      position: relative;
      top: -1px; }
    .input.checkbox input:checked + span {
      background-image: url(../img/tick.png); }
  .input.error input, .input.error .file, .input.error select {
    border-color: #ff5d5b; }
  .input.active .placeholder {
    display: none; }
  .input.active .file {
    border-color: #0a538a; }
    .input.active .file .up {
      display: none; }
    .input.active .file .done {
      display: inline-block; }
    .input.active .file .txt {
      width: 250px; }

@keyframes box {
  100% {
    top: 0;
    opacity: 1; } }
.alert-box {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11; }
  .alert-box .box {
    width: 40%;
    max-width: 1200px;
    background: #ffaead;
    display: block;
    line-height: 40px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 auto 10px auto;
    position: relative;
    opacity: 0;
    top: -20px;
    animation-name: box;
    animation-duration: .4s;
    animation-fill-mode: forwards; }

.register-info .button {
  margin-top: 30px; }

.register-form-first-step {
  display: none; }

.anim {
  position: relative;
  opacity: 0;
  top: 30px;
  transition: 1s; }
  .anim.anim-del-2 {
    transition-delay: .2s; }
  .anim.anim-del-4 {
    transition-delay: .4s; }
  .anim.anim-del-6 {
    transition-delay: .6s; }
  .anim.anim-del-8 {
    transition-delay: .8s; }
  .anim.play {
    top: 0;
    opacity: 1; }

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