html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
  content: "";
  display: block;
  clear: both;
}

.section.comments input[type="submit"],
.section.respond input[type="submit"],
.section.comments a,
.section.respond a,
.btn,
.btn span {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Inter";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

.text-center {
  text-align: center;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }
  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }
  #footer {
    overflow: hidden;
    display: table-footer-group;
    height: 1%;
  }
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  margin: 0 1.2em 4px 0;
  float: left;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  padding: 0.4em;
  text-decoration: none;
}

@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  background: #000;
  color: #fff;
  float: left;
  vertical-align: middle;
  max-width: 48%;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: 0.4em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

iframe {
  max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

.section.comments,
.section.respond {
  max-width: 730px;
}

.section.comments .comment-form textarea,
.section.respond .comment-form textarea {
  max-width: 100%;
}

.section.comments input[type="text"],
.section.comments input[type="email"],
.section.comments input[type="url"],
.section.comments textarea,
.section.respond input[type="text"],
.section.respond input[type="email"],
.section.respond input[type="url"],
.section.respond textarea {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
}

.section.comments input[type="submit"],
.section.respond input[type="submit"] {
  padding: 13px 25px;
  display: inline-block;
  height: auto;
}

.section.comments input[type="submit"]:hover,
.section.respond input[type="submit"]:hover {
  opacity: 0.7;
}

.section.comments a,
.section.respond a {
  text-decoration: none;
}

.section.comments a:hover,
.section.respond a:hover {
  opacity: 0.7;
}

.section.comments .comment-form-cookies-consent,
.section.respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.section.comments .comment-form-cookies-consent input,
.section.respond .comment-form-cookies-consent input {
  margin-right: 10px;
}

.section.comments .comment-form-cookies-consent label,
.section.respond .comment-form-cookies-consent label {
  padding-bottom: 0;
}

.section.comments .comment-reply-title small,
.section.respond .comment-reply-title small {
  margin-left: 5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #39f;
}

a:hover,
a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url("/fonts/Montserrat-Light.woff2") format("woff2"),
    url("/fonts/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("/fonts/Montserrat-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("/fonts/Montserrat-Black.woff2") format("woff2"),
    url("/fonts/Montserrat-Black.woff") format("woff");
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  background: #22242f;
  border-bottom: 1px solid #ffffff1a;
  z-index: 6;
}

header .container {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 14px 20px;
  position: relative;
}

header .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: unset;
}

header .logo-link span {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}

header nav {
  display: flex;
  order: 3;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
}

header nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

header nav a.active {
  color: #f79e1b;
}

header .nav-info {
  order: 1;
  background-color: #1c85fb;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.contact-page header,
.about-page .header-about {
  background: unset;
}

.copyright-page header,
.other-page header {
  background-image: none;
  padding-bottom: 20px;
}

.header-about .left h2 {
  font-size: 26px;
}

.header-about .left p {
  font-size: 26px;
  text-align: center;
}

.modal nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: radial-gradient(50% 50% at 50% 50%, #024999 0%, #22242f 100%);
  transform: translateY(-100%);
  transition: 0.4s ease;
  z-index: 4;
  padding: 154px 16px 60px 16px;
}

.modal.active {
  transform: translateY(0);
}

.modal-bottom {
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 21px;
}

.modal-bottom .modal-img {
  display: flex;
  justify-content: center;
}

.modal-bottom .modal-img img {
  max-width: 171px;
}

.modal-bottom .modal-copyright {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #ffffff1a;
  padding: 20px 0 0 0;
}

.modal-bottom .modal-copyright a {
  display: inline-block;
  color: inherit;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.modal-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
}

.modal-header {
  display: flex;
}

.modal-button {
  position: absolute;
  bottom: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #edab16;
  color: #edab16;
  padding: 9px 0;
  width: calc(100% - 32px);
  border-radius: 8px;
}

.menu-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
}

.menu-dropdown__toggle {
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  width: fit-content;
  gap: 10px;
  border-bottom: 1px solid transparent;
}

.menu-dropdown__toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.menu-dropdown__menu {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  left: 50%;
  width: 130%;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.menu-dropdown__menu a {
  text-decoration: none;
  transition: color 0.2s ease;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.is-open a {
  pointer-events: auto;
}

.is-open .menu-dropdown__toggle {
  border-bottom: 1px solid #ffffff;
}

.is-active .menu-dropdown__toggle {
  border-bottom: 1px solid transparent;
}

.menu-dropdown.is-open .menu-dropdown__menu {
  opacity: 1;
}

.menu-dropdown.is-open .menu-dropdown__toggle::after {
  transform: rotate(-180deg);
}

.menu-dropdown.is-active > .menu-dropdown__toggle {
  color: #fcc02a;
}

@media (min-width: 769px) {
  .index-page header .container {
    width: 100%;
    padding: 20px 60px;
    margin: 0 auto;
  }
  .index-page header .logo-link,
  .index-page header nav,
  .index-page header .nav-info {
    order: unset;
  }
  .index-page header .nav-info {
    width: auto;
    border-radius: 6px;
  }
}

@media (min-width: 1024px) {
  .menu-dropdown__toggle {
    font-size: 14px;
    min-width: unset;
  }
  .menu-dropdown__menu {
    background: #22242f;
    border-radius: 0 0 6px 6px;
    width: fit-content;
    min-width: 100%;
  }
  .modal {
    display: none;
  }
  .menu-dropdown__menu {
    transform: translateY(100%) translateX(0);
    left: unset;
    right: 0;
  }
}

.site-footer {
  background: #2a2c34;
  color: #cbd5e1;
}

.site-footer .container {
  padding: 20px;
}

.footer-top {
  flex-direction: column;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}

.nav-second {
  flex-direction: column;
  gap: 5px;
}

.nav-second a {
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  width: 44px;
  height: 44px;
}

.footer-tagline {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

footer nav a {
  margin: 0 auto;
}

.text-after {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #ffffff1a;
  padding-top: 10px;
  margin-top: 10px;
  color: #ffffff;
}

footer nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

.footer-disclaimer {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  font-weight: 400;
  padding-top: 20px;
}

.footer-disclaimer p {
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.footer-bottom p a {
  color: #ffffff;
  display: inline-block;
}

#floatingButton {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  cursor: pointer;
}

.floatingButton {
  --tw-text-opacity: 1;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  background-color: #f79e1b;
  position: relative;
  z-index: auto;
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}

@media only screen and (min-width: 1024px) {
  .footer-top {
    flex-direction: row;
    gap: 20px;
  }
  footer nav,
  .nav-second {
    flex-direction: unset;
    gap: 50px;
  }
  .footer-disclaimer {
    text-align: left;
  }
  .footer-left {
    display: flex;
    gap: 20px;
  }
  .text-after {
    padding-top: 0;
    padding-left: 20px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-left: 1px solid #ffffff1a;
  }
  .site-footer .container {
    padding: 20px 50px 20px 50px;
  }
  footer nav a {
    margin: 0;
  }
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.container > p.alignfull,
.container > h1.alignfull,
.container > h2.alignfull,
.container > h3.alignfull,
.container > h4.alignfull,
.container > h5.alignfull,
.container > h6.alignfull {
  padding: 0 20px;
}

.container > p.alignwide,
.container > h1.alignwide,
.container > h2.alignwide,
.container > h3.alignwide,
.container > h4.alignwide,
.container > h5.alignwide,
.container > h6.alignwide {
  padding: 0 20px;
  width: calc(120% + 40px);
}

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0);
}

.btn {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 16px 42px;
  background: #ffca1d;
  border-radius: 10px;
}

.btn span {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.btn:hover {
  background: #ffdf77;
}

@media only screen and (min-width: 1280px) {
  .btn {
    min-width: 235px;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible;
  }
  * {
    color: #000 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}

.resize-active * {
  transition: none !important;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  color: #fff;
  overflow-wrap: break-word;
  hyphens: auto;
}

body {
  font-family:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #fff;
}

.no-scroll {
  overflow: hidden;
}

#wrapper {
  display: block;
}

.noscrool {
  overflow: hidden;
}

.container:after {
  content: unset;
}

@media (max-width: 768px) {
  .container {
    padding: 16px 16px;
  }
}

.orange-text {
  font-weight: 800;
  font-size: 26px;
  color: #ff5f00;
  margin-bottom: 10px;
}

.step-title {
  color: #0d1210;
  margin: 8px 0 0 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}

.step-desc {
  font-weight: 400;
  font-size: 18px;
  color: #546880;
  line-height: 1.8;
  margin: 0;
}

.step-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.step {
  display: block;
  color: #546880;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .step-head {
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 769px) {
  .container {
    padding: 20px 20px;
  }
  .hero {
    padding: 82px 16px 0 16px;
  }
}

@media (min-width: 1024px) {
  .step-head {
    flex-direction: row;
    gap: 60px;
  }
  .orange-text {
    font-size: 36px;
  }
}

.cta-secondary {
  background: #f79e1b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
  border: 1px solid #f79e1b;
  transition: all 0.5s ease;
}

.burger {
  width: 30px;
  height: 23px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger span {
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.top-nav {
  display: none;
}

.active-link {
  color: #fcc02a;
}

section {
  margin-bottom: -1px;
}

a {
  border-bottom: 1px solid transparent;
  width: fit-content;
  display: flex;
  cursor: pointer;
}

a:hover {
  border-bottom: 1px solid #ffffff;
}

.active-link:hover {
  border-bottom: 1px solid transparent;
}

html .button:hover,
.between .right button:hover {
  border: 1px solid #f79e1b;
  transition: all 0.5s ease;
}

html .button:hover,
.hero .hero-wrap form .button:hover {
  color: #f79e1b;
  background: transparent;
  border: 1px solid #f79e1b;
}

.logo-link:hover,
.footer-brand:hover {
  border-bottom: 1px solid transparent;
}

@media (min-width: 900px) {
  .top-nav {
    display: flex;
  }
  .burger {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .step-title {
    font-size: 24px;
    line-height: 32px;
  }
  main {
    padding-top: 82px;
  }
  .cta-secondary {
    width: fit-content;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}