@font-face {
  font-family: 'Humanist521Lt_PFL';
  src: url("../fonts/Huma521LN.ttf") format("truetype"); }
body {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  line-height: 111.7%;
  font-family: Humanist521Lt_PFL; }

.text-danger {
  color: #F65600 !important; }
.text-info {
  color: #22D3B1 !important; }
.text-general {
  color: #FFF !important; }

h1,
.h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 64px; }

h3,
.h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 44px; }

h5,
.h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px; }

a {
  color: #22D3B1 !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px; }

.mailchimp-signup__submit,
.mailchimp-signup__scroll-to {
  background-color: #F65600 !important;
  padding: 16px 35px;
  letter-spacing: 0.1em; }

.mailchimp-signup--loading .spinner {
  display: block; }

.spinner {
  display: none;
  position: absolute;
  left: 45%;
  top: 40%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  animation: rotation .6s infinite linear;
  transform: translateY(-50%) translateX(-50%);
  border-left: 6px solid rgba(27, 188, 157, 0.15);
  border-right: 6px solid rgba(27, 188, 157, 0.15);
  border-bottom: 6px solid rgba(27, 188, 157, 0.15);
  border-top: 6px solid #e88914;
  border-radius: 100%; }

.rounded-circle.img-fluid {
  min-width: 100px; }

.logo-top-right {
  max-width: 160px !important; }

input[type=text] {
  max-width: 350px; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
@media all and (max-width: 576px) {
  h1,
  .h1 {
    font-size: 39px;
    line-height: 1; }

  h3,
  .h3 {
    font-size: 26px !important;
    line-height: 29px !important; } }
.text-size--small {
  font-size: 17px;
  line-height: 1.1; }

.text-size--regular {
  font-size: 20px;
  line-height: 1.1; }

.text-size--medium {
  font-size: 25px;
  line-height: 1.1; }

.text-size--big {
  font-size: 30px;
  line-height: 1.1; }

.text-size-normal {
  font-size: 20px;
  line-height: 111.7%; }

.inline-email-theme {
  margin-top: 20px !important; }
  .inline-email-theme .input-elements {
    display: flex; }
  .inline-email-theme .mailchimp-signup__fields {
    width: 350px;
    margin-right: 15px; }
    .inline-email-theme .mailchimp-signup__fields .mailchimp-signup__input {
      width: 100%; }
  .inline-email-theme .mailchimp-signup__submit {
    padding: 10px 25px;
    border-radius: 5px !important; }
  .inline-email-theme .mailchimp-signup__message--danger {
    color: white !important; }

.black-two-line-theme .mailchimp-signup__message--danger {
  color: white !important; }

.container {
  max-width: 1340px; }

.section {
  padding: 35px 0; }
  .section__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px; }

div > p:last-child {
  margin-bottom: 0; }

.avatar__title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold; }
.avatar__image {
  max-width: 100px;
  margin-right: 15px; }

.frame-box {
  border: 3px solid; }
  .frame-box__title {
    font-size: calc(20px * 1) !important;
    font-weight: bold; }
  .frame-box__content {
    font-size: calc(17px * 1) !important; }
  .frame-box--big-title {
    border: none; }
    .frame-box--big-title .frame-box__content {
      border-left: 3px solid white;
      border-right: 3px solid white;
      border-bottom: 3px solid white;
      padding: 25px;
      font-size: calc(20px * 1) !important; }
      .theme-light-theme .frame-box--big-title .frame-box__content {
        border-left: 3px solid black;
        border-right: 3px solid black;
        border-bottom: 3px solid black; }
    .frame-box--big-title .frame-box__big-title {
      text-align: center;
      padding: 0 15px !important;
      margin-top: 15px;
      font-weight: bold;
      font-size: calc(30px * 1) !important; }
    .frame-box--big-title .frame-box__title-container {
      display: flex; }
      .frame-box--big-title .frame-box__title-container > div:first-child, .frame-box--big-title .frame-box__title-container > div:last-child {
        border-bottom: 3px solid white;
        flex: 1; }
        .theme-light-theme .frame-box--big-title .frame-box__title-container > div:first-child,
        .theme-light-theme .frame-box--big-title .frame-box__title-container > div:last-child {
          border-bottom: 3px solid black; }
  .frame-box--primary {
    border-color: #22D3B1; }
    .frame-box--primary .frame-box__title,
    .frame-box--primary a,
    .frame-box--primary mark {
      color: #22D3B1;
      padding: 0;
      background: transparent; }
      .frame-box--primary .frame-box__title:not(.et_pb_button),
      .frame-box--primary a:not(.et_pb_button),
      .frame-box--primary mark:not(.et_pb_button) {
        font-weight: bold; }
  .frame-box--danger {
    border-color: #F65600; }
    .frame-box--danger .frame-box__title,
    .frame-box--danger a,
    .frame-box--danger mark {
      color: #F65600;
      padding: 0;
      background: transparent; }
      .frame-box--danger .frame-box__title:not(.et_pb_button),
      .frame-box--danger a:not(.et_pb_button),
      .frame-box--danger mark:not(.et_pb_button) {
        font-weight: bold; }
  .frame-box--main {
    border-color: white; }
    .frame-box--main .frame-box__title,
    .frame-box--main a,
    .frame-box--main mark {
      color: white;
      padding: 0;
      background: transparent; }
      .frame-box--main .frame-box__title:not(.et_pb_button),
      .frame-box--main a:not(.et_pb_button),
      .frame-box--main mark:not(.et_pb_button) {
        font-weight: bold; }
  .frame-box--light {
    border-color: white; }
    .frame-box--light .frame-box__title,
    .frame-box--light a,
    .frame-box--light mark {
      color: white;
      padding: 0;
      background: transparent; }
      .frame-box--light .frame-box__title:not(.et_pb_button),
      .frame-box--light a:not(.et_pb_button),
      .frame-box--light mark:not(.et_pb_button) {
        font-weight: bold; }
  .frame-box--dark {
    border-color: black; }
    .frame-box--dark .frame-box__title,
    .frame-box--dark a,
    .frame-box--dark mark {
      color: black;
      padding: 0;
      background: transparent; }
      .frame-box--dark .frame-box__title:not(.et_pb_button),
      .frame-box--dark a:not(.et_pb_button),
      .frame-box--dark mark:not(.et_pb_button) {
        font-weight: bold; }

mark {
  font-weight: bold; }

body.theme-dark-theme, body.theme-dark-theme .text-general {
  color: white !important; }
body.theme-light-theme, body.theme-light-theme .text-general {
  color: black !important; }

@media all and (max-width: 768px) {
  .section {
    padding: 20px 0; } }
@media all and (max-width: 414px) {
  h1 {
    font-size: 24px !important;
    line-height: 1.2 !important; } }

/*# sourceMappingURL=main.css.map */
