:root {
  --secondary-color: #f54864;
  --primary-color: #f78361;
  --backgound: #2a2c33;
  --tertiary-color: #60f7cf;
  --menu_bg: rgba(20, 22, 26, .8);
}

body {
  color: #fff;
  background-color: #3c3c3c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Hurmegeometricsans1, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.3;
}

h2 {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  opacity: .6;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.navbar_transparent {
  z-index: 50;
  width: 100vw;
  max-width: 1728px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px 10px 80px;
  display: grid;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav-link {
  color: #fff;
  transition: transform .4s, color .5s;
}

.nav-link:hover {
  color: var(--secondary-color);
  transform: scale(.92);
}

.nav-link.white {
  color: #000;
}

.progress-line {
  z-index: 10;
  width: 100vw;
  height: 5px;
  background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  transform-origin: 0%;
  justify-content: space-between;
  margin-bottom: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section {
  z-index: 5;
  width: 100vw;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.section._1 {
  background-color: var(--backgound);
}

.section.img_bg {
  opacity: 1;
  background-image: url('../images/_SMall_iStock-841396860---Copy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section._4 {
  background-image: url('../images/SMBinfo_Pattern_Pattern_Pattern_PatternWhite.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.contact_us {
  background-image: url('../images/SMBinfo_Pattern_Pattern_Pattern_PatternWhite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._3 {
  background-color: #1d1f27;
}

.section.whitebg {
  border-top: 3px solid var(--primary-color);
  background-color: #fff;
}

.herosection {
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-section {
  z-index: 5;
  width: 100%;
  max-height: 600px;
  background-image: linear-gradient(rgba(21, 21, 21, .47), rgba(21, 21, 21, .47)), url('../images/SMBinfo_Pattern_Pattern_Pattern_Pattern_Pattern_Pattern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer {
  max-width: 1440px;
  opacity: .9;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr minmax(120px, .5fr) minmax(120px, .5fr) 1.75fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: stretch;
  margin: 60px 70px 55px 14vw;
  display: flex;
}

.block-footer {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.block-footer.left {
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  margin-right: 26px;
}

.block-footer.lefty {
  align-items: flex-start;
}

.paragraph-footer {
  max-width: 390px;
  opacity: .3;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 185%;
}

.link-footer {
  color: #91a5b3;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: #fff;
}

.link-footer.menu_link {
  color: var(--backgound);
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 18px;
  transition-duration: .25s;
}

.link-footer.menu_link:hover {
  color: var(--secondary-color);
}

.link-footer.menu_link.services:hover {
  color: #000;
}

.link-footer.design {
  letter-spacing: 1.1px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-footer.services {
  width: 100px;
  text-align: center;
}

.heading-footer {
  color: #fff;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.footer-image {
  width: auto;
  height: 60px;
  margin-bottom: 16px;
}

.social-image {
  height: 25px;
  opacity: 1;
  margin-bottom: 6px;
  margin-left: 25px;
  margin-right: 25px;
  transition: opacity .2s;
}

.social-box {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-social-image-box {
  opacity: .5;
  transition: opacity .2s;
}

.footer-social-image-box:hover {
  opacity: 1;
}

.footer-social-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.top_stockholder {
  z-index: -10;
  background-color: #0c0c0c;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top_stockholder.white {
  background-color: #fff;
}

.topstock {
  max-height: 90vh;
  max-width: none;
}

.topstock._100 {
  max-height: 100vh;
}

.blank-section {
  z-index: -1;
  width: auto;
  height: 100vh;
  position: relative;
}

.container_top {
  height: 100%;
  max-width: 1920px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 37vh;
  margin-bottom: auto;
  display: grid;
}

.heading-block.contact {
  align-items: center;
}

.lottie-animation {
  width: 80px;
}

.top_text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.top_text.white {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.container {
  max-width: 1650px;
  padding: 110px 80px 150px;
}

.container._4 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.container.hw {
  z-index: 5;
  position: relative;
}

.container.v2 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.services_grid {
  max-width: 1500px;
  grid-column-gap: 49px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_div {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
}

.element_header {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 21px;
  font-size: 24px;
}

.element_paragraph {
  color: rgba(0, 0, 0, .8);
  text-align: left;
  font-weight: 400;
}

.button-link_box {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.button {
  width: 200px;
  height: 50px;
  background-color: var(--backgound);
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 75%;
  transition: padding .4s;
  display: flex;
}

.button:hover {
  padding-left: 0%;
}

.button._2nd-color {
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 0 7px 7px 0;
  transition: border-radius .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button._2nd-color:hover {
  border-radius: 7px;
}

.button.tudj-meg-t-bbet {
  width: 300px;
  padding-left: 82%;
}

.button.tudj-meg-t-bbet:hover {
  padding-left: 0%;
}

.button.orange {
  background-color: var(--primary-color);
  margin-left: 22px;
  margin-right: 10px;
}

.adatok_holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button_link_text {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 90px;
  position: absolute;
  overflow: visible;
}

.button_link_text.kapcsolat {
  margin-right: 0;
}

.image {
  margin-right: 19px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.lottie_web {
  height: 280px;
  margin-top: -4px;
  margin-bottom: -5px;
}

.lottie_wrapper {
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: -40px;
  display: flex;
  overflow: hidden;
}

.lottie-animation-3 {
  height: 200px;
}

.lottie-animation-3._150 {
  height: 120px;
}

.image-3 {
  display: none;
}

.hamburger_wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hamburger-icon {
  color: #fff;
  margin-bottom: -10px;
  transition: color .5s;
}

.hamburger-icon:hover {
  color: var(--secondary-color);
}

.hamburger-icon.white {
  color: #000;
}

.hamburger_link {
  height: 22px;
  transition: transform .4s;
}

.hamburger_link:hover {
  transform: scale(.9);
}

.menu {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_container {
  width: 500px;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto auto minmax(25%, .25fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: start;
  justify-items: center;
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 600px;
  right: 0%;
}

.menu_header {
  color: #000;
  text-align: center;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
}

.menu_line {
  width: 200px;
  height: 2px;
  background-color: var(--primary-color);
}

.menu_div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: rgba(0, 0, 0, .5);
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.menu_footerparagrap {
  max-width: 390px;
  opacity: .5;
  color: #000;
  font-size: 12px;
  line-height: 185%;
}

.menu_img {
  width: 150px;
  opacity: .8;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.text-span {
  letter-spacing: 0;
}

.menu_close {
  margin-top: 50px;
  margin-right: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu_close_icon {
  width: 75px;
  height: 75px;
  color: #000;
  justify-content: center;
  align-items: center;
  transition: color .4s;
  display: flex;
}

.menu_close_icon:hover {
  color: var(--secondary-color);
}

.brand-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.brand-2:hover {
  transform: scale(.94);
}

.nav_div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 50;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.white {
  background-color: #fff;
}

.html-embed-2 {
  color: #fff;
}

.html-embed-2.white {
  color: #000;
}

.bg_section3 {
  z-index: -2;
  width: 100%;
  background-color: rgba(54, 61, 77, .24);
  background-image: linear-gradient(to right, #151719, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg_section3.rolunk {
  z-index: 5;
  background-image: linear-gradient(to right, #151719 40%, rgba(255, 255, 255, 0) 58%);
}

.section-3_grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  display: grid;
}

.heading-2 {
  margin-bottom: 75px;
}

.paragraph {
  margin-bottom: 40px;
}

.img_bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/_Small_iStock-949700632-Converted-colors-01.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 58px 59px;
  display: flex;
}

.section-4-text {
  text-transform: capitalize;
  margin-top: 45px;
  margin-bottom: 75px;
}

.section4-div {
  justify-content: space-around;
  display: flex;
}

.button-link_box-rolunk {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-link_box-kapcsolat {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-link_box-kapcsolat.margin {
  justify-content: center;
  margin-right: 33%;
}

.button-link_box-kapcsolat.l-pjen-kapcsolatba-vel-nk {
  display: none;
}

.heading-3 {
  text-align: center;
  letter-spacing: 10px;
}

.top_text_v2 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.gray_bg {
  z-index: -2;
  opacity: .12;
  background-color: gray;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contacus_header {
  color: #000;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.text_field {
  border-radius: 5px;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--tertiary-color);
  opacity: .8;
  border-radius: 20px;
}

.text-block {
  color: #000;
  font-weight: 700;
}

.error-message {
  background-color: var(--secondary-color);
  opacity: .88;
  border-radius: 14px;
  padding: 2% 5%;
}

.submit-button {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.submit-button.p-ly-zat {
  color: #fff;
  margin-top: -33px;
  margin-bottom: 49px;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.select-field {
  color: #9b9b9b;
  background-color: #fff;
  border-radius: 5px;
}

.how_work_grid {
  grid-column-gap: 3vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  display: grid;
}

.hw_text {
  max-width: 500px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hw_animation {
  width: 15vw;
  max-width: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hw_header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.hw_paragraph {
  margin-top: 30px;
  font-size: 18px;
}

.hw_lottie {
  width: 120px;
  height: 120px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hw_lottie._4 {
  width: 135px;
  height: 135px;
}

.hw_lottie._3 {
  width: 200px;
  height: 200px;
}

.heading-4 {
  font-family: Hurmegeometricsans1, sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
}

.bg_section_circuit {
  opacity: .05;
  background-image: url('../images/background-circuit-light.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-colour-white {
  color: #fff;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_date-text {
  color: var(--primary-color);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 46.3vh;
}

.timeline_progress {
  z-index: -2;
  width: 5px;
  height: 100%;
  background-color: #d3d3d3;
  position: absolute;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#fff, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.timeline_right {
  margin-top: 15vh;
}

.timeline_progress-bar {
  z-index: -1;
  width: 5px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ff4848, #ff7448 46%, var(--primary-color) 87%);
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #fff, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  box-shadow: 0 0 0 8px var(--primary-color);
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.heading-5 {
  color: #000;
  margin-top: 43px;
}

.heading-6 {
  color: #000;
}

.heading-7 {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.white-body {
  background-color: #fff;
}

._5div {
  z-index: 5;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  max-width: 70%;
  color: #000;
  margin-bottom: 79px;
  line-height: 2.2;
}

.empty-space {
  height: 80px;
}

.laungage_switch {
  z-index: 25;
  width: 80px;
  height: 80px;
  opacity: .49;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity .4s, all .4s, border-width .2s, font-size .4s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.laungage_switch:hover {
  opacity: 1;
  border-style: none;
  border-width: 4px;
  font-weight: 700;
}

.laungage_switch.black {
  color: #000;
}

.laungage_switch_text {
  color: #fff;
  text-align: center;
  font-family: Hurmegeometricsans1, sans-serif;
  font-weight: 700;
}

.tablet_fader {
  background-color: rgba(0, 0, 0, .49);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tablet_fader.white {
  display: none;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10.black {
  color: #000;
}

.header_slider_wrapper {
  width: 550px;
  height: 58px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.heading_slider {
  z-index: 15;
  text-align: left;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 200px;
  font-size: 35px;
  position: relative;
}

.heading_slider.center {
  margin-right: 350px;
}

.header_slider_wrapper-mobile {
  width: 650px;
  height: 58px;
  justify-content: flex-start;
  display: none;
  overflow: hidden;
}

.nkfi {
  width: 400px;
  opacity: 1;
  position: static;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0;
}

.laungage_swhitch {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 0;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.laungage_swhitch.navbar {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .4s;
  position: static;
}

.laungage_swhitch.navbar:hover {
  transform: scale(.9);
}

.text-block-2 {
  width: 75px;
  height: 75px;
  color: #000;
  justify-content: center;
  align-items: center;
  transition: color .4s;
  display: flex;
}

.text-block-2:hover {
  color: var(--secondary-color);
}

.text-block-2.navbar {
  width: auto;
  height: auto;
  color: #bebebe;
  font-size: 12px;
  position: static;
}

.text-block-2.navbar.whitenav {
  color: #000;
}

.white-line-under {
  height: 20px;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  .navbar_transparent {
    padding: 0 55px;
  }

  .footer-section {
    background-image: linear-gradient(rgba(21, 21, 21, .47), rgba(21, 21, 21, .47)), url('../images/SMBinfo_Pattern_Pattern_Pattern_Pattern_Pattern_Pattern.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.75fr minmax(120px, .5fr) minmax(120px, .5fr) 1.75fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .block-footer {
    justify-content: flex-end;
  }

  .block-footer.gyors-el-r-s {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .footer-image {
    margin-bottom: 14px;
  }

  .container_top {
    align-items: center;
  }

  .heading-block {
    align-items: center;
    margin-top: auto;
  }

  .container {
    padding: 70px 35px;
  }

  .container._4 {
    padding: 21px 20px;
  }

  .services_grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr 1fr;
  }

  .button.orange {
    width: 150px;
  }

  .button_link_text.kapcsolat {
    margin-right: -12px;
  }

  .menu {
    display: none;
  }

  .menu_container {
    width: 600px;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    left: 600px;
  }

  .menu_img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu_close {
    margin-top: 2%;
    margin-right: 2%;
  }

  .brand-2, .brand-2:hover {
    transform: scale(.7);
  }

  .section-3_grid {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 14px;
  }

  .hw_header {
    font-size: 28px;
  }

  .hw_paragraph {
    font-size: 14px;
  }

  .timeline_date-text {
    font-size: 35px;
  }

  .timeline_text {
    font-size: 19px;
    font-weight: 400;
  }

  .heading-8 {
    font-size: 35px;
  }

  .heading-9 {
    margin-top: 5px;
    margin-bottom: 34px;
  }

  .tablet_fader {
    z-index: -1;
    background-color: rgba(41, 41, 41, .6);
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tablet_fader.white {
    background-color: rgba(255, 255, 255, .6);
    display: block;
  }

  .header_slider_wrapper, .header_slider_wrapper-mobile {
    height: 48px;
  }

  .nkfi {
    width: 300px;
    margin-bottom: 20px;
    position: static;
  }

  .laungage_swhitch {
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 0%;
  }

  .image-4 {
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 12px;
  }

  .navbar_transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    max-height: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/SMBinfo_Pattern_Pattern_Pattern_Pattern_Pattern_Pattern.jpg');
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer {
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: 1fr;
    grid-template-columns: 2fr;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .block-footer {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .block-footer.left {
    align-items: center;
    margin-left: 0;
  }

  .block-footer.lefty {
    align-items: center;
    margin-bottom: 56px;
  }

  .link-footer.services:hover {
    color: #91a5b3;
  }

  .heading-footer {
    margin-bottom: 4px;
  }

  .footer-image {
    margin-bottom: 5px;
  }

  .top_stockholder {
    align-items: flex-start;
  }

  .topstock {
    height: 80vh;
  }

  .blank-section {
    height: 100vh;
  }

  .container_top {
    align-items: center;
  }

  .heading-block {
    text-align: center;
    align-items: center;
  }

  .lottie-animation {
    margin-left: 0;
    display: none;
  }

  .top_text {
    font-size: 12px;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .services_grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .element_header {
    margin-top: 43px;
    margin-bottom: 9px;
    font-size: 15px;
  }

  .element_paragraph {
    margin-bottom: 1px;
    font-size: 12px;
  }

  .button.tudj-meg-t-bbet {
    width: 170px;
    height: 40px;
  }

  .button.orange {
    width: 170px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
  }

  .button_link_text {
    margin-right: 50px;
    font-size: 10px;
  }

  .button_link_text.kapcsolat {
    margin-right: 0;
    font-size: 12px;
  }

  .image {
    margin-right: 12px;
  }

  .lottie_web {
    height: 120px;
    margin-bottom: 10px;
  }

  .lottie_wrapper, .lottie-animation-3 {
    height: 80px;
  }

  .lottie-animation-3._150 {
    height: 60px;
  }

  .section-3_grid {
    align-content: stretch;
    justify-content: center;
    justify-items: center;
    margin: -23px -24px -3px;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph {
    text-align: center;
    font-size: 12px;
  }

  .img_bg {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_Small_iStock-949700632-Converted-colors-01.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    align-items: center;
    padding: 22px 24px;
  }

  .section-4-text {
    margin-top: 14px;
    margin-bottom: 29px;
  }

  .section4-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-link_box-kapcsolat {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button-link_box-kapcsolat.margin {
    margin-top: 20px;
  }

  .top_text_v2 {
    font-size: 18px;
  }

  .contacus_header {
    font-size: 25px;
  }

  .hw_header {
    font-size: 18px;
  }

  .hw_paragraph {
    font-size: 12px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    text-align: center;
    font-size: 24px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
    padding-top: 13px;
    padding-bottom: 61px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 16px;
  }

  .timeline_right {
    margin-top: 5vh;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .heading-5 {
    margin-top: 23px;
    margin-bottom: 33px;
  }

  ._5div {
    margin-top: -13px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

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

  .heading-10.black {
    color: #000;
  }

  .heading-11 {
    font-size: 10px;
  }

  .heading-12 {
    margin-top: 0;
  }

  .header_slider_wrapper {
    width: 440px;
    height: 230px;
    align-items: flex-end;
    display: none;
  }

  .heading_slider {
    text-align: center;
    white-space: normal;
  }

  .heading_slider.mobile {
    margin-top: 0;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .header_slider_wrapper-mobile {
    width: 440px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    margin-top: 95px;
    display: flex;
  }

  .nkfi {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 21px;
    line-height: 28px;
  }

  h3 {
    font-size: 9px;
    line-height: 18px;
  }

  .navbar_transparent {
    padding: 0;
  }

  .herosection {
    height: 90vh;
  }

  .footer-section {
    max-height: none;
  }

  .heading-footer {
    margin-bottom: 20px;
  }

  .top_stockholder {
    align-items: flex-start;
  }

  .topstock {
    height: 100vh;
  }

  .blank-section {
    width: auto;
    height: 90vh;
  }

  .container {
    padding: 15px 16px;
  }

  .container._4 {
    width: 100%;
    padding: 0;
  }

  .button.orange {
    width: 200px;
    height: 35px;
  }

  .button.l-pjen-kapcsolatba-vel-nk {
    height: 40px;
  }

  .button_link_text.kapcsolat {
    font-size: 10px;
  }

  .menu {
    display: none;
  }

  .menu_container {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    left: 600px;
  }

  .section-3_grid {
    margin-left: -17px;
    margin-right: -17px;
  }

  .heading-2 {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 10px;
  }

  .img_bg {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_Small_iStock-949700632-Converted-colors-01.jpg');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    border-radius: 0;
    padding: 76px 57px;
  }

  .section-4-text, .section4-div {
    display: none;
  }

  .button-link_box-kapcsolat.l-pjen-kapcsolatba-vel-nk {
    justify-content: center;
    display: flex;
  }

  .heading-3 {
    font-size: 30px;
  }

  .top_text_v2 {
    font-size: 12px;
  }

  .contacus_header {
    text-align: center;
    font-size: 18px;
  }

  .how_work_grid {
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hw_text {
    align-items: center;
  }

  .hw_animation {
    margin-top: 11px;
  }

  .hw_animation._4-7 {
    width: 20vw;
  }

  .hw_header {
    text-align: center;
    margin-bottom: 6px;
  }

  .hw_paragraph {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 24px;
    font-size: 10px;
  }

  .hw_lottie, .hw_lottie._4, .hw_lottie._3 {
    height: auto;
  }

  .heading-4 {
    font-size: 20px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .heading-8 {
    margin-bottom: 55px;
    font-size: 18px;
  }

  .heading-9 {
    margin-bottom: 23px;
  }

  .heading-10 {
    width: 250px;
    text-align: center;
    font-size: 27px;
  }

  .heading-10.black {
    font-size: 30px;
  }

  .heading-12 {
    margin-top: 10px;
  }

  .body {
    overflow: hidden;
  }

  .heading_slider.mobile {
    font-size: 27px;
  }

  .header_slider_wrapper-mobile {
    width: 240px;
  }
}

#w-node-_938a73dc-d915-80f7-d026-685076de7989-1d84083d, #w-node-_8486bc1c-24c5-f20b-0d9d-320f47932700-1d84083d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-aefd75ec-d4ea-df8b-dbd6-3198ec2196cb-1d84083d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44079957-a146-7b19-09f5-717a2a15d1be-1d84083d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d4bac96a-2949-1bc8-3d92-ca54b15a1e9b-1d84083d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a6eee97-8e65-51b9-d4f5-9006514dcc7c-1d84083d, #w-node-cf722392-a2d5-b91b-48d2-0755bc211ab8-1d84083d, #w-node-b7c4f6c8-1934-c40f-0981-c04a017e5718-1d84083d, #w-node-c3d5abe4-732f-0342-51d1-8f1c2e0932e1-1d84083d, #w-node-af223e33-9749-d7c4-3343-2c1bbcce8fdd-1d84083d, #w-node-c44464fa-9720-73d6-de56-aa12bd0e7251-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d319087-081a-47dd-825c-fac3b2e349cc-1d84083d, #w-node-_09d93926-7ce1-bf95-3884-0949b8f75273-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fdca6130-7ef1-3447-80d2-0d07761a220a-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44c03f78-71e2-61e1-c71b-8e4607f12839-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44c03f78-71e2-61e1-c71b-8e4607f1283a-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0f1a36-7a9d-5776-f625-5c6994519daf-1d84083d, #w-node-_883e227d-51e7-6d42-2973-2a62e71c1af9-1d84083d, #w-node-c4e49a3e-6a05-fb03-2193-4f355ab1d594-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4e49a3e-6a05-fb03-2193-4f355ab1d595-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6e709b-e002-8709-bba9-5be4967079c5-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7a6e709b-e002-8709-bba9-5be4967079c6-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3628d53d-3cbc-cfbd-a625-706606785049-1d84083d, #w-node-b05fcc84-1818-8c7c-5f07-a5c5ca1e234a-1d84083d, #w-node-_5074e2b7-ad10-58f8-7c1c-c7b2d3596fdd-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5074e2b7-ad10-58f8-7c1c-c7b2d3596fde-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ced391a-8f2a-5249-b707-2f7d407be946-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ced391a-8f2a-5249-b707-2f7d407be947-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb8ac1ac-2b6b-3acf-70dd-e1a250112230-1d84083d, #w-node-c9ff917d-3b47-23a6-a260-126396d1e3c4-1d84083d, #w-node-ba8fa024-6296-ebef-517e-24094ad35594-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ba8fa024-6296-ebef-517e-24094ad35595-1d84083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ae36970-359f-9351-3455-eb974d234925-1d84083d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_02a0ea9e-bc59-579f-7d01-8e07a3741807-1d84083d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_14325f3e-e284-01a1-3899-ea1ee5b0da82-1d84083d {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_12fc53d1-9bcb-5632-9c8b-bfe2c79884ea-1d84083d {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af0f-a717af0d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af10-a717af0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af3a-a717af0d {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af22-a717af0d {
  grid-area: 1 / 4 / 3 / 5;
  align-self: start;
  justify-self: end;
}

#w-node-_6c4ad0f2-1d83-e1f4-1772-07223ec5f3df-a717af0d {
  justify-self: center;
}

#w-node-b4c6b08c-a0e8-b7ae-5774-be9e9436f34a-9436f347, #w-node-b4c6b08c-a0e8-b7ae-5774-be9e9436f34b-9436f347 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4c6b08c-a0e8-b7ae-5774-be9e9436f34e-9436f347 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4c6b08c-a0e8-b7ae-5774-be9e9436f34f-9436f347 {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: end;
}

#w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33ee-9a8f33ec, #w-node-_8f489652-ded7-0f90-96e7-e42f24212711-9a8f33ec, #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33f0-9a8f33ec, #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f3409-9a8f33ec, #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33f6-9a8f33ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f3414-9a8f33ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f3415-9a8f33ec, #Szolg-ltat-s.w-node-_5a99613f-322e-ccf5-a3e7-4a303b62644a-34b2dd7f, #Kapcsolat-forma.w-node-de7a0617-7bad-5008-dbc6-096e1ada4e73-34b2dd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_9f703f97-0d4a-2378-a82b-8f1becde86a3-34b2dd7f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8b369c8c-a357-6533-121b-491721b26cb8-34b2dd7f {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-e830c691-8dd5-0d05-d4e3-feb3375be46f-34b2dd7f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e830c691-8dd5-0d05-d4e3-feb3375be471-34b2dd7f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-e830c691-8dd5-0d05-d4e3-feb3375be473-34b2dd7f {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-e830c691-8dd5-0d05-d4e3-feb3375be475-34b2dd7f {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23121-a2fdf16d, #w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23122-a2fdf16d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23125-a2fdf16d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23126-a2fdf16d {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: end;
}

#w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff5f-a2fdf16d, #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff62-a2fdf16d {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_8ccd2676-eab7-a56c-9671-6b94f2acdb3f-a2fdf16d {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef73f-a2fdf16d, #w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef74d-a2fdf16d, #w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef75b-a2fdf16d, #w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef76a-a2fdf16d, #w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef778-a2fdf16d, #w-node-_0525a5bf-dfec-08f6-bd88-c2795ecef786-a2fdf16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0264e615-fa14-80e3-9fbe-0a52145a822f-6cebb7d3, #w-node-_0264e615-fa14-80e3-9fbe-0a52145a8236-6cebb7d3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_0264e615-fa14-80e3-9fbe-0a52145a823d-6cebb7d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0264e615-fa14-80e3-9fbe-0a52145a8242-6cebb7d3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0264e615-fa14-80e3-9fbe-0a52145a8244-6cebb7d3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a6eee97-8e65-51b9-d4f5-9006514dcc7c-6cebb7d3, #w-node-cf722392-a2d5-b91b-48d2-0755bc211ab8-6cebb7d3, #w-node-b7c4f6c8-1934-c40f-0981-c04a017e5718-6cebb7d3, #w-node-c3d5abe4-732f-0342-51d1-8f1c2e0932e1-6cebb7d3, #w-node-af223e33-9749-d7c4-3343-2c1bbcce8fdd-6cebb7d3, #w-node-c44464fa-9720-73d6-de56-aa12bd0e7251-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d319087-081a-47dd-825c-fac3b2e349cc-6cebb7d3, #w-node-_09d93926-7ce1-bf95-3884-0949b8f75273-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fdca6130-7ef1-3447-80d2-0d07761a220a-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44c03f78-71e2-61e1-c71b-8e4607f12839-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_44c03f78-71e2-61e1-c71b-8e4607f1283a-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa0f1a36-7a9d-5776-f625-5c6994519daf-6cebb7d3, #w-node-_883e227d-51e7-6d42-2973-2a62e71c1af9-6cebb7d3, #w-node-c4e49a3e-6a05-fb03-2193-4f355ab1d594-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4e49a3e-6a05-fb03-2193-4f355ab1d595-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6e709b-e002-8709-bba9-5be4967079c5-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7a6e709b-e002-8709-bba9-5be4967079c6-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3628d53d-3cbc-cfbd-a625-706606785049-6cebb7d3, #w-node-b05fcc84-1818-8c7c-5f07-a5c5ca1e234a-6cebb7d3, #w-node-_5074e2b7-ad10-58f8-7c1c-c7b2d3596fdd-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5074e2b7-ad10-58f8-7c1c-c7b2d3596fde-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ced391a-8f2a-5249-b707-2f7d407be946-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ced391a-8f2a-5249-b707-2f7d407be947-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb8ac1ac-2b6b-3acf-70dd-e1a250112230-6cebb7d3, #w-node-c9ff917d-3b47-23a6-a260-126396d1e3c4-6cebb7d3, #w-node-ba8fa024-6296-ebef-517e-24094ad35594-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ba8fa024-6296-ebef-517e-24094ad35595-6cebb7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ae36970-359f-9351-3455-eb974d234925-6cebb7d3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_02a0ea9e-bc59-579f-7d01-8e07a3741807-6cebb7d3 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_14325f3e-e284-01a1-3899-ea1ee5b0da82-6cebb7d3 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_12fc53d1-9bcb-5632-9c8b-bfe2c79884ea-6cebb7d3 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-ecc65967-c9ea-1371-1437-1605f44be210-f44be20e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ecc65967-c9ea-1371-1437-1605f44be211-f44be20e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecc65967-c9ea-1371-1437-1605f44be223-f44be20e {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ecc65967-c9ea-1371-1437-1605f44be238-f44be20e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
  justify-self: end;
}

#w-node-ecc65967-c9ea-1371-1437-1605f44be23b-f44be20e {
  justify-self: center;
}

#Szolg-ltat-s.w-node-_5a99613f-322e-ccf5-a3e7-4a303b62644a-ff6ce89b, #Kapcsolat-forma.w-node-de7a0617-7bad-5008-dbc6-096e1ada4e73-ff6ce89b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_9f703f97-0d4a-2378-a82b-8f1becde86a3-ff6ce89b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8b369c8c-a357-6533-121b-491721b26cb8-ff6ce89b {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_64d3d4c9-09d5-35e3-329e-20233721aba8-ff6ce89b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_64d3d4c9-09d5-35e3-329e-20233721abaa-ff6ce89b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_64d3d4c9-09d5-35e3-329e-20233721abac-ff6ce89b {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-_64d3d4c9-09d5-35e3-329e-20233721abae-ff6ce89b {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23120-93ebed86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23121-93ebed86, #w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23122-93ebed86 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23125-93ebed86 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23126-93ebed86 {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: end;
}

#w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff5f-93ebed86, #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff62-93ebed86 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_8ccd2676-eab7-a56c-9671-6b94f2acdb3f-93ebed86 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-d364aa8a-8b25-8027-5e13-48b6d66dd9f1-93ebed86, #w-node-d364aa8a-8b25-8027-5e13-48b6d66dd9ff-93ebed86, #w-node-d364aa8a-8b25-8027-5e13-48b6d66dda0d-93ebed86, #w-node-d364aa8a-8b25-8027-5e13-48b6d66dda1c-93ebed86, #w-node-d364aa8a-8b25-8027-5e13-48b6d66dda2a-93ebed86, #w-node-d364aa8a-8b25-8027-5e13-48b6d66dda38-93ebed86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23121-f467b524, #w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23122-f467b524 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23125-f467b524 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_64c80998-b6a6-acdb-f1ae-ecc4e0e23126-f467b524 {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af0f-a717af0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af3a-a717af0d {
    grid-area: 1 / 2 / 2 / 4;
    align-self: start;
  }

  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af22-a717af0d {
    grid-column: 4 / 5;
    grid-row-end: 2;
  }

  #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33f0-9a8f33ec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f3414-9a8f33ec {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ecc65967-c9ea-1371-1437-1605f44be210-f44be20e {
    grid-row: span 1 / span 1;
  }

  #w-node-ecc65967-c9ea-1371-1437-1605f44be238-f44be20e {
    grid-column: 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_938a73dc-d915-80f7-d026-685076de7989-1d84083d {
    justify-self: center;
  }

  #w-node-_8486bc1c-24c5-f20b-0d9d-320f47932700-1d84083d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aefd75ec-d4ea-df8b-dbd6-3198ec2196cb-1d84083d {
    align-self: start;
  }

  #w-node-_8ae36970-359f-9351-3455-eb974d234925-1d84083d, #w-node-_02a0ea9e-bc59-579f-7d01-8e07a3741807-1d84083d, #w-node-_12fc53d1-9bcb-5632-9c8b-bfe2c79884ea-1d84083d {
    justify-self: center;
  }

  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af0f-a717af0d {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af3a-a717af0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b38bf592-2e5c-8ac5-9b4e-e42ea717af22-a717af0d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-e830c691-8dd5-0d05-d4e3-feb3375be46f-34b2dd7f, #w-node-e830c691-8dd5-0d05-d4e3-feb3375be471-34b2dd7f, #w-node-e830c691-8dd5-0d05-d4e3-feb3375be473-34b2dd7f, #w-node-e830c691-8dd5-0d05-d4e3-feb3375be475-34b2dd7f {
    justify-self: center;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff5f-a2fdf16d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff62-a2fdf16d {
    grid-area: 1 / 1 / 6 / 2;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff64-a2fdf16d, #w-node-c43e69c4-9a06-bc1d-3e7a-4ce65ef8989c-a2fdf16d, #w-node-bbe8ed58-111a-63fd-c7a3-fe261adecaa4-a2fdf16d, #w-node-_8ccd2676-eab7-a56c-9671-6b94f2acdb3f-a2fdf16d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0264e615-fa14-80e3-9fbe-0a52145a822f-6cebb7d3 {
    justify-self: center;
  }

  #w-node-_0264e615-fa14-80e3-9fbe-0a52145a8236-6cebb7d3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0264e615-fa14-80e3-9fbe-0a52145a823d-6cebb7d3 {
    align-self: start;
  }

  #w-node-_8ae36970-359f-9351-3455-eb974d234925-6cebb7d3, #w-node-_02a0ea9e-bc59-579f-7d01-8e07a3741807-6cebb7d3, #w-node-_12fc53d1-9bcb-5632-9c8b-bfe2c79884ea-6cebb7d3 {
    justify-self: center;
  }

  #w-node-ecc65967-c9ea-1371-1437-1605f44be210-f44be20e {
    grid-area: 3 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-ecc65967-c9ea-1371-1437-1605f44be223-f44be20e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ecc65967-c9ea-1371-1437-1605f44be238-f44be20e {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_64d3d4c9-09d5-35e3-329e-20233721aba8-ff6ce89b, #w-node-_64d3d4c9-09d5-35e3-329e-20233721abaa-ff6ce89b, #w-node-_64d3d4c9-09d5-35e3-329e-20233721abae-ff6ce89b {
    justify-self: center;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff5f-93ebed86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff62-93ebed86 {
    grid-area: 1 / 1 / 6 / 2;
  }

  #w-node-fd345377-6fc6-0d2f-8d7e-b653a58dff64-93ebed86, #w-node-c43e69c4-9a06-bc1d-3e7a-4ce65ef8989c-93ebed86, #w-node-bbe8ed58-111a-63fd-c7a3-fe261adecaa4-93ebed86, #w-node-_8ccd2676-eab7-a56c-9671-6b94f2acdb3f-93ebed86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d319087-081a-47dd-825c-fac3b2e349cc-1d84083d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_883e227d-51e7-6d42-2973-2a62e71c1af9-1d84083d {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b05fcc84-1818-8c7c-5f07-a5c5ca1e234a-1d84083d {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-c9ff917d-3b47-23a6-a260-126396d1e3c4-1d84083d {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33f0-9a8f33ec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f33f6-9a8f33ec {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2ffb5a57-ef3c-d857-3858-88a59a8f3414-9a8f33ec {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8d319087-081a-47dd-825c-fac3b2e349cc-6cebb7d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_883e227d-51e7-6d42-2973-2a62e71c1af9-6cebb7d3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b05fcc84-1818-8c7c-5f07-a5c5ca1e234a-6cebb7d3 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-c9ff917d-3b47-23a6-a260-126396d1e3c4-6cebb7d3 {
    grid-area: 14 / 1 / 15 / 2;
  }
}


@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-HairlineOblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1 hairline';
  src: url('../fonts/HurmeGeometricSans1-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-ThinOblique.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans1';
  src: url('../fonts/HurmeGeometricSans1SemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Heavy-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 roman';
  src: url('../fonts/Swiss-721-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}