:root {
  --titanium-black: #23272a;
  --gold: #e4a86d;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--titanium-black);
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  color: var(--titanium-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  color: var(--titanium-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: var(--titanium-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: var(--titanium-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: var(--titanium-black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: var(--titanium-black);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
}

a {
  color: var(--gold);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

li {
  color: #636668;
  font-size: 15px;
  line-height: 21px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--gold);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

figure {
  margin-top: 32px;
  margin-bottom: 16px;
}

.gray-body {
  background-color: #f9f9f9;
}

.container {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.kur-sigyti {
  padding-top: 120px;
  padding-bottom: 120px;
}

.kur-sigyti.with-header {
  padding-top: 104px;
  display: block;
}

.kur-sigyti.with-header.lt-eu {
  display: none;
}

.kur-sigyti.gray-body.extra-padding {
  padding-top: 168px;
  padding-bottom: 168px;
  display: none;
}

.kur-sigyti.gray-body.extra-padding.main {
  display: block;
}

.kur-sigyti.no-padding-bottom {
  padding-top: 104px;
  padding-bottom: 0;
  display: block;
}

.kur-sigyti.no-padding-bottom.lt-eu {
  display: none;
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0;
}

.style-guide-block {
  background-color: #fff;
  border: 1px solid #e8e9e9;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 104px;
  display: flex;
}

.style-guide-block.block {
  display: block;
}

.style-guide-block.narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.colors-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.color-block {
  border: 1px solid #0000;
  border-radius: 4px;
  height: 88px;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e8e9e9;
}

.color-block.titanium-black {
  background-color: var(--titanium-black);
}

.color-block.gold {
  background-color: #e5a96c;
}

.color-block.light-grey {
  background-color: #fcfcfc;
  border: 1px solid #e8e9e9;
}

.color-block.border-color {
  background-color: #e8e9e9;
}

.color-block.subtitles {
  background-color: #909294;
}

.color-block.paragraphs {
  background-color: #646769;
}

.color-block-wrapper {
  border-radius: 4px;
  width: 20%;
  margin-left: 28px;
  margin-right: 28px;
}

.color-title {
  color: var(--titanium-black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.style-guide-block-title {
  background-color: #fff;
  border: 1px solid #e8e9e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
  padding: 32px 104px;
}

.style-guide-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.grayscale-block {
  background-color: var(--titanium-black);
  flex: 1;
  height: 88px;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._90 {
  background-color: #383c3e;
}

.grayscale-block._80 {
  background-color: #4f5254;
}

.grayscale-block._70 {
  background-color: #646769;
}

.grayscale-block._60 {
  background-color: #7b7d7f;
}

.grayscale-block._50 {
  background-color: #909294;
}

.grayscale-block._40 {
  background-color: #a7a8a9;
}

.grayscale-block._30 {
  background-color: #bcbdbe;
}

.grayscale-block._20 {
  background-color: #d3d3d4;
}

.grayscale-block._10 {
  background-color: #e8e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.greyscale-block-wrapper {
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.greyscales-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.greyscale-title {
  color: var(--titanium-black);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.headings-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-block {
  flex: 1;
  margin-bottom: 24px;
}

.heading-subtitle {
  color: #8f9193;
  padding-left: 4px;
}

.sub-paragraph {
  color: #636668;
}

.buttons-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.button-block-wrapper {
  border-radius: 4px;
  width: 33.334%;
  margin-left: 28px;
  margin-right: 28px;
}

.button-block {
  border: 1px solid #e7e8e8;
  justify-content: center;
  align-items: center;
  height: 176px;
  display: flex;
}

.button-block.bg-img {
  background-image: url('../images/andrew-neel-369701.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  margin-top: 10px;
}

.filled-btn {
  background-color: var(--gold);
  color: #fff;
  letter-spacing: .4px;
  border: 2px solid #0000;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.filled-btn:hover {
  background-color: #d79b60;
}

.filled-btn:active {
  background-color: #cb8f54;
}

.filled-btn.small {
  padding: 8px 16px;
}

.filled-btn.no-margin-top {
  margin-top: 0;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.filled-btn.submit {
  width: 100%;
  margin-right: 0;
  display: inline-block;
}

.transparent-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-shadow: 0 0 10px #23272a4d;
  background-color: #ffffff4d;
  border: 2px solid #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  height: 40px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.transparent-btn:hover {
  background-color: var(--gold);
  color: var(--white);
}

.transparent-btn:active {
  background-color: #ffffff4d;
}

.transparent-btn.no-margin-top {
  margin-top: 0;
}

.transparent-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.transparent-btn.small {
  padding: 8px 16px;
}

.transparent-btn.small.in-nav-bar {
  margin: 20px 0 20px 12px;
  font-size: 15px;
  display: none;
}

.transparent-btn.small.go-home {
  margin-top: 0;
  margin-right: 0;
}

.page-title {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 80px;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.hero-section {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#2e251c4d, #2e251c4d), url('../images/Hero-Seigas-2-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
  inset: 0;
}

.hero-section._404 {
  background-image: linear-gradient(#0000, #0000), url('../images/Hero-Seigas-2-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: auto;
}

.hero-section._401 {
  background-image: linear-gradient(#fcfcfc, #fcfcfc);
  background-position: 0 0;
  justify-content: center;
}

.hero-section.lt-eu {
  display: none;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 76px;
  font-weight: 400;
  line-height: 88px;
  display: block;
}

.hero-paragraph {
  color: #ffffffb3;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 21px;
}

.nav-bar {
  z-index: 998;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.bg {
  background-color: var(--titanium-black);
}

.nav-menu {
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.logo {
  height: 32px;
  margin-left: -20px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.logo.footer {
  height: 24px;
  margin: -1px;
  display: block;
}

.brand {
  flex: 1;
}

.logo-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  margin-right: 0;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  letter-spacing: .4px;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-self: center;
  padding: 30px 12px;
  font-size: 15px;
  transition: opacity .2s, color .2s;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link.w--current {
  opacity: .5;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-link.w--current:hover {
  opacity: .8;
}

.nav-link.transparent-btn {
  width: auto;
  height: auto;
}

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

.section-header.margin-bottom {
  margin-bottom: 80px;
}

.section-subheading {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.section-subheading.left {
  text-align: left;
}

.section-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 35px;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.section-title.left {
  text-align: left;
}

.section-title.left.center {
  text-transform: none;
  text-decoration: none;
}

.section-title.white {
  color: #fff;
}

.section-title.extra-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-header-paragraph {
  color: #636668;
  text-align: center;
  width: auto;
  margin: 22px auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section-header-paragraph.en {
  margin-top: 0;
  margin-bottom: 35px;
}

.section-header-paragraph.en.name {
  margin-top: 35px;
}

.services-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.service-block-wrapper {
  background-color: #fafafa;
  border: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 40px;
  display: flex;
}

.service-icon {
  width: 48px;
}

.service-title {
  cursor: default;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.service-text {
  color: #636668;
  cursor: default;
  font-size: 15px;
}

.about-us-text {
  margin-top: 35px;
  margin-bottom: 10px;
}

.about-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0;
}

.about-img-wrapper {
  position: relative;
  left: -32px;
}

.about-img-border {
  z-index: 0;
  border: 8px solid var(--gold);
  position: absolute;
  inset: 32px -32px -32px 32px;
}

.team-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.quote-title {
  z-index: 1;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 60px;
}

.quote-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0;
}

.quote-img-border {
  z-index: 0;
  border: 8px solid var(--gold);
  position: absolute;
  inset: 32px 32px -32px -32px;
}

.quote-img-wrapper {
  position: relative;
  right: -32px;
}

.signature-block {
  margin-top: 32px;
  display: flex;
}

.signature {
  height: 56px;
  margin-right: 10px;
}

.vertical-divider {
  background-color: var(--titanium-black);
  opacity: .5;
  width: 1px;
  height: 56px;
  display: inline-block;
}

.quote-name {
  text-transform: capitalize;
  align-self: flex-start;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.quote-subtitle {
  color: #909294;
  text-transform: capitalize;
  align-self: flex-end;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.quote-subtitles-block {
  flex: 1;
}

.quote-icon {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 160px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -32px;
  left: -80px;
}

.team-block-wrapper {
  background-color: #fff;
  border: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
}

.team-block-wrapper:hover {
  background-color: #fafafa;
}

.team-img {
  width: 100%;
  min-height: 240px;
}

.team-img.member-1 {
  background-image: url('../images/ali-morshedlou-584053-unsplash2.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-2 {
  background-image: url('../images/adult-blurred-background-checkered-shirt-936072v3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-3 {
  background-image: url('../images/adult-blur-books-842567v3.jpg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-4 {
  background-image: url('../images/beautiful-blur-casual-935756v2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-card-bottom {
  border-top: 1px solid #e8e9e9;
  width: 100%;
  padding: 16px;
}

.team-title {
  text-align: center;
  cursor: default;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

.team-subtitle {
  color: #8f9193;
  text-align: center;
  cursor: default;
  padding-left: 4px;
}

.contact-form-wrapper {
  width: 66.6667%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.half-fields-wrapper {
  display: flex;
}

.div-block {
  flex: none;
  width: 32px;
}

.text-field {
  color: var(--titanium-black);
  background-color: #fcfcfc;
  border: 1px solid #e8e9e9;
  height: 48px;
  margin-bottom: 32px;
  padding: 16px;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--gold);
}

.text-field::placeholder {
  color: #909294;
}

.select-field {
  color: #909294;
  background-color: #fcfcfc;
  border: 1px solid #e8e9e9;
  height: 48px;
  margin-bottom: 32px;
  padding: 14px 16px;
  transition: border-color .2s;
}

.select-field:focus {
  border-color: var(--gold);
}

.textarea {
  color: var(--titanium-black);
  background-color: #fcfcfc;
  border: 1px solid #e9e8e8;
  min-height: 240px;
  margin-bottom: 16px;
  padding: 16px;
  transition: border-color .2s;
}

.textarea:focus {
  border-color: var(--gold);
}

.textarea::placeholder {
  color: #909294;
}

.textarea.small {
  min-height: 120px;
}

.footer {
  background-color: var(--titanium-black);
}

.footer-links {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.footer-link {
  color: #ffffffb3;
  letter-spacing: .2px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.copyright-section {
  background-color: #383c3e;
  justify-content: space-between;
  margin-top: 64px;
  padding: 32px 56px;
  display: flex;
}

.footer-section {
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.copyright-text {
  color: #909294;
  display: inline-block;
}

.copyright-text.left {
  text-align: center;
  flex: 1;
}

.map {
  width: 100%;
  margin-top: 80px;
  display: none;
}

.subtext {
  color: var(--titanium-black);
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.subtext.white {
  color: #fff;
}

.subtext.white.small {
  font-size: 14px;
  line-height: 20px;
}

.modal-bg {
  z-index: 999;
  opacity: 0;
  background-color: #23272a80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal-bg.lt-eu {
  display: none;
}

.modal {
  background-color: #fff;
  padding: 32px;
  display: none;
  position: static;
}

.modal-form {
  margin-top: 56px;
}

.close-modal-btn {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal-btn:hover {
  background-color: var(--titanium-black);
}

.cross-line {
  background-color: #fff;
  flex: none;
  width: 2px;
  height: 16px;
  transform: translate(-1px, -1px)rotate(45deg);
}

.cross-line.mirror {
  transform: translate(1px, -1px)rotate(-45deg);
}

.big-error-text {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  line-height: 126px;
}

._401-form {
  width: 33.333%;
}

.form {
  width: auto;
}

.success-message {
  background-color: var(--gold);
  color: #fff;
}

.error-message {
  color: var(--titanium-black);
  background-color: #f6e3d2;
}

.source-link {
  text-align: center;
  display: block;
}

.source-block {
  border-bottom: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.source-block.last {
  border-bottom-style: none;
}

.btn-container {
  margin-top: 32px;
}

.btn-container.center {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.footer-col {
  width: 33.3336%;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-col.first {
  padding-left: 0;
  padding-right: 32px;
}

.footer-info-text {
  color: #ffffffb3;
  text-align: left;
  margin-top: 24px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.footer-title {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.footer-title.center.en {
  font-style: normal;
}

.footer-text {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 41.667% 8.334% 50%;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.quote-block-left {
  position: relative;
}

.quote-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 8.334% 41.667%;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.changelog-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.changelog-text {
  text-align: center;
  margin-bottom: 10px;
}

.nav-bar-lt {
  z-index: 998;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-lt.bg {
  background-color: var(--titanium-black);
}

.nav-bar-liet {
  z-index: 998;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-liet.bg, .nav-bar-liet.lt-eu {
  background-color: var(--titanium-black);
}

.nav-bar-en {
  z-index: 998;
  background-color: var(--titanium-black);
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-en.bg {
  background-color: var(--titanium-black);
}

.image {
  margin: 1px;
  padding: 0;
}

.grid {
  grid-column-gap: 17px;
  grid-row-gap: 21px;
  grid-template: "Area-2 . . ."
                 ". . . Area"
                 / 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
  margin-bottom: 31px;
}

.columns {
  margin-bottom: 35px;
}

.heading {
  text-align: center;
  margin-bottom: 10px;
}

.heading-2 {
  margin-top: 35px;
  margin-bottom: 10px;
}

.grid-3 {
  grid-template: "."
                 "Area"
                 / 1.25fr .5fr;
}

.button-2 {
  background-color: var(--gold);
  color: var(--white);
  height: auto;
  min-height: auto;
  display: inline;
}

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

.section-2 {
  background-image: url('../images/Hero-Seigas-2-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: inline-block;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  display: block;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: flex-start;
  place-items: center;
  display: grid;
}

.button-4 {
  background-color: var(--gold);
  margin-top: 58px;
  margin-bottom: -62px;
  font-size: 16px;
  line-height: 22px;
}

.text-block {
  text-align: center;
  text-decoration: none;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  width: 50px;
  height: 30px;
  margin-top: 10px;
  margin-left: -25px;
  display: inline-block;
  position: relative;
}

.button-5 {
  background-color: #fff3;
}

.button-5:hover {
  background-color: #ffffff96;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.language-button {
  color: var(--white);
  background-color: #ffffff4d;
  display: inline-block;
  position: static;
}

.language-button:hover {
  background-color: #ffffff80;
}

.language-button:active {
  background-color: #ffffff4d;
}

.icon-2 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-link, .dropdown-link-2 {
  text-align: center;
}

.text-block-3 {
  color: var(--white);
}

.dropdown {
  text-align: center;
  background-color: #ffffff4d;
  justify-content: flex-start;
  display: inline-block;
  position: static;
}

.dropdown:hover {
  background-color: #ffffff80;
}

.dropdown:active {
  background-color: #ffffff4d;
}

.dropdown-toggle {
  z-index: auto;
  display: inline-block;
  position: static;
}

.dropdown-2 {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
  bottom: auto;
}

.dropdown-2:hover {
  background-color: #0000;
}

.dropdown-toggle-2 {
  text-align: center;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 80.9375px;
  height: 40px;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.dropdown-toggle-2:hover {
  background-color: #ffffff80;
}

.dropdown-toggle-2:active, .dropdown-toggle-2.w--open {
  background-color: #ffffff4d;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  flex: 1;
  align-self: center;
  padding-left: 10px;
  display: inline-block;
  position: relative;
}

.icon-3 {
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  inset: auto 0% 0% auto;
}

.dropdown-link-3 {
  opacity: 1;
  color: var(--white);
  text-align: left;
  background-color: #00000026;
  padding-left: 12px;
}

.dropdown-link-3:hover {
  color: var(--gold);
  background-color: #0000;
}

.dropdown-link-4 {
  color: var(--white);
  background-color: #ffffff4d;
  padding-left: 12px;
}

.dropdown-link-4.w--current {
  color: var(--white);
  background-color: #00000026;
}

.dropdown-link-4.w--current:hover {
  color: var(--gold);
  background-color: #0000;
}

.image-3 {
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.link-block-5 {
  display: block;
}

.link-block-6 {
  margin-bottom: 35px;
  display: block;
}

.dropdown-3 {
  align-self: center;
  margin-top: 0;
  display: inline-block;
}

.text-block-5 {
  display: block;
}

.dropdown-toggle-3 {
  color: var(--white);
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px 0 20px;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.dropdown-toggle-3:hover {
  color: var(--gold);
  background-color: #ffffff80;
}

.icon-4 {
  color: var(--white);
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-link-5 {
  color: var(--white);
  background-color: #00000026;
  padding-left: 12px;
  font-size: 15px;
}

.dropdown-link-5:hover {
  color: var(--gold);
  background-color: #0000;
}

.dropdown-link-6 {
  color: var(--gold);
}

.dropdown-link-6.w--current {
  color: var(--white);
  background-color: #00000026;
  padding-left: 12px;
}

.dropdown-link-6.w--current:hover {
  color: var(--gold);
  background-color: #0000;
}

.link-block-7 {
  display: inline-block;
  overflow: visible;
}

.image-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 20px;
  display: flex;
}

.container-2._2 {
  margin-top: 20px;
}

.container-2.en-eu {
  display: flex;
}

.container-2.second {
  margin-top: 20px;
}

.heading-6 {
  text-align: justify;
  justify-content: center;
  display: flex;
}

.paragraph {
  color: #636668;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.bold-text {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-6 {
  color: #636668;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

.section-3 {
  display: block;
}

.container-3 {
  display: none;
}

.text-block-7 {
  color: var(--gold);
  text-align: center;
  align-self: center;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.bold-text-2 {
  flex: none;
}

.text-block-8 {
  color: var(--gold);
  text-align: center;
  flex: 0 auto;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: static;
}

.container-4, .container-5 {
  padding-bottom: 20px;
}

.link-2 {
  color: var(--titanium-black);
}

.link-3 {
  overflow-wrap: normal;
  text-decoration: underline;
}

.link-4 {
  outline-offset: 0px;
  -webkit-text-stroke-color: transparent;
  outline: 3px #e4a86d;
  text-decoration: underline;
}

.image-5 {
  margin-right: 20px;
}

.button-6 {
  background-image: url('../images/logo-apple.png.webp');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
}

.link-block-8 {
  width: 40%;
  max-width: 100%;
}

.image-6 {
  width: 80%;
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .kur-sigyti {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .kur-sigyti.gray-body.extra-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .style-guide-block {
    padding: 64px 88px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

  .color-block-wrapper {
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-title {
    font-size: 12px;
  }

  .style-guide-block-title {
    padding-left: 88px;
    padding-right: 88px;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .button-block-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 76px;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: #383c3e;
  }

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

  .nav-link.w--current {
    border-bottom-color: #0000;
  }

  .section-title {
    font-size: 40px;
    line-height: 46px;
  }

  .section-title.en {
    margin-top: auto;
  }

  .section-header-paragraph {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    display: block;
  }

  .section-header-paragraph.en {
    text-align: center;
    margin-top: 35px;
    margin-bottom: auto;
    display: block;
  }

  .section-header-paragraph.contact {
    margin-top: 20px;
  }

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

  .about-us-text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }

  .quote-icon {
    background-size: 80px;
    width: 80%;
    height: 80%;
    top: -8px;
    left: -32px;
  }

  .contact-form-wrapper {
    width: 80%;
  }

  .text-field.small, .select-field.small {
    margin-bottom: 16px;
  }

  .textarea.small {
    margin-bottom: 0;
  }

  .copyright-text.right, .copyright-text.left {
    font-size: 12px;
    line-height: 18px;
  }

  .icon {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button {
    padding: 24px;
  }

  .menu-button.w--open {
    background-color: #383c3e;
  }

  .modal-form {
    margin-top: 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .quote-grid {
    grid-template-columns: 41.667fr 50%;
  }

  .nav-bar-lt, .nav-bar-liet, .nav-bar-en {
    padding-left: 32px;
    padding-right: 16px;
  }

  .heading, .heading.en {
    text-align: center;
  }

  .heading-5.left {
    text-align: left;
  }

  .link-block-5 {
    text-align: center;
  }

  .link-block-6 {
    text-align: center;
    display: block;
  }

  .column, .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .kur-sigyti {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .kur-sigyti.gray-body.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .style-guide-block {
    padding: 48px 72px;
  }

  .colors-wrapper {
    flex-direction: column;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0;
  }

  .style-guide-block-title {
    padding: 16px 72px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 70px;
  }

  .nav-bar {
    padding-left: 24px;
    padding-right: 8px;
  }

  .logo {
    height: 24px;
  }

  .logo.footer {
    margin-left: -10px;
  }

  .logo.footer.center {
    margin-left: 0;
  }

  .section-subheading.left.center {
    text-align: center;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .section-title.left.center {
    text-align: center;
  }

  .section-header-paragraph {
    width: 100%;
    margin-left: auto;
    display: block;
    position: static;
  }

  .section-header-paragraph.contact {
    margin-top: 35px;
  }

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

  .about-img-wrapper {
    padding-left: 32px;
    left: -32px;
  }

  .about-img-border {
    inset: 24px -32px -32px 56px;
  }

  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }

  .quote-img-border {
    inset: 24px 56px -32px -32px;
  }

  .quote-img-wrapper {
    padding-right: 32px;
    right: -32px;
  }

  .quote-name {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .quote-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .text-field, .textarea {
    text-align: center;
  }

  .footer-link {
    margin-bottom: 16px;
  }

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

  .footer-section {
    flex-direction: column;
  }

  .copyright-text.right, .copyright-text.left {
    margin-top: 4px;
  }

  .modal {
    padding: 24px;
  }

  .modal-form {
    margin-top: 32px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col.first {
    padding-right: 0;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-text {
    margin-bottom: 16px;
  }

  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-right {
    margin-bottom: 32px;
  }

  .quote-block-left {
    padding-bottom: 32px;
  }

  .quote-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-text-container {
    flex-direction: column;
  }

  .nav-bar-lt, .nav-bar-liet, .nav-bar-en {
    padding-left: 24px;
    padding-right: 8px;
  }

  .columns, .heading, .heading-2 {
    text-align: center;
  }

  .link-block {
    display: block;
  }

  .column, .headin2left {
    text-align: center;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  a {
    background-color: var(--gold);
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .kur-sigyti.gray-body.extra-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .filled-btn {
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: auto;
    min-height: auto;
    margin: 3px 0 20px 50px;
    text-decoration: none;
    display: block;
    position: static;
    inset: auto auto 0%;
  }

  .filled-btn.submit {
    text-align: center;
    object-fit: fill;
    width: 171.531px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    text-decoration: none;
    display: block;
    position: static;
    left: 50px;
    right: 50px;
    overflow: visible;
  }

  .filled-btn.submit.en {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .filled-btn.en {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-section {
    justify-content: center;
    display: block;
  }

  .hero-title {
    text-align: center;
    justify-content: flex-start;
    font-size: 14vw;
    line-height: 15.5vw;
    display: block;
  }

  .hero-title.en {
    margin-bottom: 35px;
    display: inline-block;
  }

  .hero-paragraph {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .hero-paragraph.en {
    margin-bottom: 35px;
    display: inline-block;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 8px;
  }

  .nav-menu {
    flex-flow: row;
    flex: 0 auto;
    place-content: stretch space-between;
    align-self: stretch;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .logo {
    height: 24px;
  }

  .logo.footer.center {
    text-align: center;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    background-color: #0000;
    padding-left: 0;
  }

  .logo-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-header {
    display: block;
  }

  .section-subheading {
    margin-bottom: 35px;
  }

  .section-subheading.left.center {
    text-align: center;
  }

  .section-subheading.en {
    display: block;
  }

  .section-title {
    margin-top: auto;
    margin-bottom: 35px;
  }

  .section-title.left.center {
    text-align: center;
  }

  .section-title.white {
    position: static;
  }

  .section-header-paragraph {
    width: auto;
    margin-bottom: 35px;
  }

  .section-header-paragraph.en {
    background-color: #0000;
    margin-bottom: 35px;
  }

  .section-header-paragraph.en.name {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .section-header-paragraph.contact {
    margin-top: 0;
  }

  .services-grid, .service-block-wrapper {
    display: block;
  }

  .service-icon {
    text-align: center;
    align-self: center;
    margin-left: 80px;
    display: block;
  }

  .service-title {
    text-align: center;
    align-self: center;
  }

  .service-title.en {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

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

  .service-text.en {
    margin-bottom: auto;
  }

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

  .about-img-border {
    top: 24px;
    bottom: -24px;
    right: -24px;
  }

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

  .quote-title {
    font-size: 32px;
  }

  .quote-img-border {
    inset: 24px -24px -24px 24px;
  }

  .quote-img-wrapper {
    top: 32px;
  }

  .contact-form-wrapper {
    width: 90%;
  }

  .half-fields-wrapper {
    flex-direction: column;
  }

  .div-block {
    display: none;
  }

  .text-field, .textarea {
    text-align: center;
  }

  .footer-links {
    margin-top: 32px;
  }

  .footer-link {
    text-align: left;
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-section {
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright-text.right {
    text-align: center;
    line-height: 26px;
  }

  .copyright-text.left {
    text-align: left;
    margin-top: 8px;
  }

  .subtext.white.small {
    margin-bottom: 48px;
  }

  .modal {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px;
  }

  .modal-form {
    margin-top: 16px;
  }

  .close-modal-btn {
    z-index: 0;
    padding: 16px 24px;
  }

  .big-error-text {
    margin-bottom: 48px;
  }

  .btn-container.center {
    display: block;
  }

  .footer-col.center {
    text-align: center;
    align-self: flex-start;
  }

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

  .footer-info-text.center.en, .footer-title {
    text-align: left;
  }

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

  .footer-title.center.en {
    text-align: left;
  }

  .footer-text {
    text-align: left;
    display: block;
  }

  .footer-text.center {
    text-align: left;
    position: static;
  }

  .nav-bar-lt, .nav-bar-liet {
    padding-left: 16px;
    padding-right: 8px;
  }

  .nav-bar-liet.main {
    margin-bottom: 20px;
  }

  .nav-bar-en {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .image {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 17px;
    padding-right: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .grid-2 {
    grid-template: ". ."
                   "Area-2 Area"
                   ". ."
                   ". ."
                   / 1.5fr;
    grid-auto-columns: .25fr;
  }

  .form-2 {
    text-align: left;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
  }

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

  .button {
    background-color: var(--gold);
    text-align: center;
    display: block;
    position: static;
  }

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

  .button-2 {
    text-align: center;
    letter-spacing: .4px;
    object-fit: fill;
    width: auto;
    height: auto;
    min-height: auto;
    margin: 3px 40px 20px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    transition: background-color .2s;
    display: block;
    position: static;
    overflow: visible;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    background-color: #0000;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: block;
  }

  .button-3 {
    background-color: var(--gold);
    color: var(--white);
    text-align: center;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .button-4 {
    background-color: var(--gold);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .dropdown-2 {
    padding: 20px 12px;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    display: flex;
  }

  .image-2 {
    width: 150px;
    overflow: visible;
  }

  .image-3 {
    width: 150px;
  }

  .link-block-5 {
    background-color: #0000;
    display: block;
  }

  .link-block-6 {
    color: #0000;
    background-color: #0000;
  }

  .dropdown-3 {
    flex: 0 auto;
    padding: 20px 12px;
    display: flex;
  }

  .link {
    color: var(--gold);
    background-color: #0000;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-8 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list {
    display: none;
  }
}

#w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-3eef2454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-3eef2454 {
  grid-area: Area;
}

#w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-3eef2454 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-3eef2454 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-3eef2454 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa26440d-805a-9da8-4743-099509ee46f2-3eef2454 {
  align-self: start;
}

#w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-3eef2454 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-dd2c11ae-d9d2-4c9f-25f4-cc970ae7c1e3-3eef2454, #w-node-a227654b-cdc7-4c70-a951-91492b38d253-3eef2454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-799c65f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-799c65f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-799c65f6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa26440d-805a-9da8-4743-099509ee46f2-799c65f6 {
  align-self: start;
}

#w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-799c65f6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-b434b58b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-b434b58b {
  grid-area: Area;
}

#w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-b434b58b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-b434b58b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-b434b58b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa26440d-805a-9da8-4743-099509ee46f2-b434b58b {
  align-self: start;
}

#w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-b434b58b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-de21a7e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-de21a7e5 {
  grid-area: Area;
}

#w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-de21a7e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-de21a7e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-de21a7e5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa26440d-805a-9da8-4743-099509ee46f2-de21a7e5 {
  align-self: start;
}

#w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-de21a7e5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-3eef2454 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-3eef2454 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa26440d-805a-9da8-4743-099509ee46f2-3eef2454 {
    align-self: start;
  }

  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-799c65f6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-799c65f6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa26440d-805a-9da8-4743-099509ee46f2-799c65f6 {
    align-self: start;
  }

  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-b434b58b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-b434b58b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa26440d-805a-9da8-4743-099509ee46f2-b434b58b {
    align-self: start;
  }

  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-de21a7e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-de21a7e5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa26440d-805a-9da8-4743-099509ee46f2-de21a7e5 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-3eef2454, #w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-799c65f6, #w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-b434b58b, #w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-de21a7e5 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_864e24e5-0ef9-f185-397e-be29f102b5d5-3eef2454, #w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-3eef2454, #w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-3eef2454, #w-node-_864e24e5-0ef9-f185-397e-be29f102b5d5-b434b58b, #w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-b434b58b, #w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-b434b58b, #w-node-_864e24e5-0ef9-f185-397e-be29f102b5d5-de21a7e5, #w-node-_635a75bf-05ba-b184-8e6a-045fa06dffe8-de21a7e5, #w-node-bd4b2c61-d439-6c89-7c2d-5b47fd1f5682-de21a7e5 {
    place-self: center;
  }
}


