/*!
Theme Name: Terminal
Theme URI: http://underscores.me/
Author: Codestick
Author URI: https://codestick.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: terminal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Terminal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --white: #ffffff;
  --gray50: #f2f2f3;
  --gray100: #e5e6e7;
  --gray200: #cacdce;
  --gray300: #b0b3b5;
  --gray400: #959a9d;
  --gray500: #7b8184;
  --gray600: #62676a;
  --gray700: #4a4d50;
  --gray800: #313435;
  --gray900: #181a1b;
  --black: #000000;
  --primary: #48daff;
  --blue100: #f6fafd;
  --blue500: #7d88a5;
}

.container,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container-lg {
    max-width: 1270px;
  }
}
.siteHeader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.siteHeader__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.siteHeader__wrap .logo {
  font-size: 1.5rem;
  color: var(--black);
  font-family: "Literata", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: center;
  transition: ease 0.3s;
}
.siteHeader__wrap .logo:hover {
  opacity: 0.85;
}
.siteHeader__wrap .logo:after {
  display: none !important;
}
.siteHeader__wrap .menu .menu-toggle {
  display: none;
}
.siteHeader__wrap .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.siteHeader__wrap .menu ul li {
  margin-right: 2rem;
}
.siteHeader__wrap .menu ul li:last-of-type {
  margin-right: 0;
}
.siteHeader__wrap .menu ul li a {
  font-size: 1rem;
  font-weight: 300;
  color: var(--black);
  text-decoration: none;
}

@media (max-width: 991px) {
  .siteHeader__wrap .menu .menu-toggle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 38px;
    height: 20px;
    padding: 0;
    background: unset;
    border: 0;
    border-radius: 0;
  }
  .siteHeader__wrap .menu .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0.35rem;
    background-color: var(--black);
  }
  .siteHeader__wrap .menu .menu-menu-top-container {
    display: none;
  }
}
.siteFooter {
  background-color: var(--black);
  color: var(--white);
  padding: 5rem 0 3rem;
}
.siteFooter__wrap .heading h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.siteFooter__wrap .heading a {
  font-size: 1rem;
  color: var(--white);
  text-decoration: none;
}
.siteFooter__wrap .columns {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid var(--white);
}
.siteFooter__wrap .columns__column {
  width: 100%;
  max-width: 25%;
}
.siteFooter__wrap .columns__column p {
  font-size: 1rem;
  font-weight: 300;
}
.siteFooter__wrap .columns__column p b {
  font-weight: 500;
}
.siteFooter__wrap .columns__column h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.siteFooter__wrap .columns__column a {
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  margin: 0 0 0.25rem;
}
.siteFooter__wrap .columns__column.small p {
  font-size: 0.9rem;
}
.siteFooter__wrap .copyrights {
  margin: 4rem 0 0;
}
.siteFooter__wrap .copyrights p {
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
  margin: 0;
  opacity: 0.35;
}

@media (max-width: 991px) {
  .siteFooter {
    padding: 3rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .siteFooter__wrap .heading h3 {
    font-size: 1.75rem;
  }
  .siteFooter__wrap .columns {
    flex-direction: column;
  }
  .siteFooter__wrap .columns__column {
    max-width: 100%;
  }
  .siteFooter__wrap .columns__column h4 {
    font-size: 1.15rem;
  }
}
.defaultContent {
  margin: 5rem 0;
}

@media (max-width: 991px) {
  .defaultContent {
    margin: 2.5rem 0;
  }
}
.wpcf7-form.submitting .contactForm__input {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  color: #004085;
  background-color: #cce5ff;
  border-width: 1px;
  border-color: #b8daff;
  border-radius: 25px;
  padding: 16px 25px;
  font-size: 18px;
  margin: 2em 0 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.contactForm {
  position: relative;
}
.contactForm__row {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
}
.contactForm__row:last-of-type {
  margin: 0;
}
.contactForm__row--half {
  display: flex;
  justify-content: space-between;
}
.contactForm__row--half .contactForm__input {
  max-width: calc(50% - 6px);
}
.contactForm__input {
  width: 100%;
  max-width: 100%;
}
.contactForm__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--gray500);
  border-radius: 2rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--black);
  outline: none;
  transition: ease 0.3s;
}
.contactForm__input input:focus {
  border-color: var(--black);
}
.contactForm__input input::placeholder {
  color: var(--gray300);
}
.contactForm__input input.wpcf7-not-valid {
  border-color: var(--red800);
  color: var(--red800);
}
.contactForm__input input.wpcf7-not-valid::placeholder {
  color: var(--red800);
}
.contactForm__input textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 150px;
  border: 1px solid var(--gray500);
  border-radius: 2rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--black);
  outline: none;
  resize: none;
  transition: ease 0.3s;
}
.contactForm__input textarea:focus {
  border-color: var(--black);
}
.contactForm__input textarea::placeholder {
  color: var(--gray300);
}
.contactForm__input textarea.wpcf7-not-valid {
  border-color: var(--red800);
  color: var(--red800);
}
.contactForm__input textarea.wpcf7-not-valid::placeholder {
  color: var(--red800);
}
.contactForm__input .wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 4px 0 0 5px;
}
.contactForm__acceptance .wpcf7-list-item {
  margin: 0;
}
.contactForm__acceptance label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.contactForm__acceptance label .checker {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid var(--gray200);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.contactForm__acceptance label .checker:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%23ffffff'%3E%3Cpath d='M382-253.847 168.616-467.231l42.769-42.768L382-339.384l366.615-366.615 42.769 42.768L382-253.847Z'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contactForm__acceptance label .checker--checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.contactForm__acceptance label input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.contactForm__acceptance label span {
  display: block;
  width: 100%;
  max-width: calc(100% - 34px);
  font-size: 1rem;
  line-height: 1.3;
  color: var(--gray600);
  margin: 0;
}
.contactForm__acceptance label span a {
  color: var(--black);
  cursor: pointer;
  transition: ease 0.3s;
  position: relative;
  z-index: 3;
}
.contactForm__acceptance label span a:hover {
  opacity: 0.75;
}
.contactForm__submit {
  display: flex;
  justify-content: flex-end;
}
.contactForm__submit input {
  width: 100%;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  background-color: var(--black);
  padding: 1rem 2rem;
  border: 0;
  border-radius: 1.5rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease 0.3s;
}
.contactForm__submit input:hover {
  opacity: 0.85;
}
.contactForm__submit .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .contactForm__input input {
    border-radius: 20px;
  }
  .contactForm__input textarea {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .contactForm__row {
    margin: 0 0 8px;
  }
  .contactForm__row--half {
    flex-direction: column;
  }
  .contactForm__row--half .contactForm__input {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .contactForm__row--half .contactForm__input:last-of-type {
    margin: 0;
  }
  .contactForm__input input {
    height: 48px;
    font-size: 15px;
    padding: 0 16px;
  }
  .contactForm__input textarea {
    height: 120px;
    font-size: 15px;
    padding: 12px 16px;
  }
  .contactForm__acceptance label .checker {
    width: 20px;
    height: 20px;
  }
  .contactForm__acceptance label .checker:after {
    width: 16px;
    height: 16px;
  }
  .contactForm__acceptance label span {
    font-size: 14px;
  }
  .contactForm__submit {
    margin: 20px 0 0;
  }
  .contactForm__submit input {
    padding: 14px 30px;
    font-size: 14px;
  }
}
.terminalHeader {
  background-color: var(--white);
  min-height: 600px;
  margin-top: 5rem;
}
.terminalHeader__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: inherit;
  position: relative;
}
.terminalHeader__content h1 {
  font-size: 4.35rem;
  line-height: 1.1;
  font-weight: 300;
  color: var(--black);
  margin: 0;
}
.terminalHeader__content h1 strong {
  font-weight: 500;
}
.terminalHeader__content h1 span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.terminalHeader__content h1 span:after {
  content: "";
  width: 103%;
  height: 90%;
  background-color: var(--primary);
  transform: rotate(-2deg);
  position: absolute;
  left: -1.5%;
  top: 5%;
  z-index: -1;
}
.terminalHeader__content h2 {
  font-size: 2.35rem;
  font-weight: 300;
  margin: 1.5rem 0 0;
}
.terminalHeader__cta {
  display: flex;
  margin: 4rem 0 0;
}
.terminalHeader .decoration {
  width: 350px;
  height: auto;
  aspect-ratio: 1.2/1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122 105' width='122' height='105'%3E%3Cdefs%3E%3Cimage width='123' height='105' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAABpAQMAAAAgF86sAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAABtJREFUeJxjZEADjKMCowKjAqMCowKjAsNYAAB4lQBq+C+3zwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse style='display:none' href='%23img1' x='-1' y='0'/%3E%3Cpath fill-rule='evenodd' d='m110.4 42.7c2.4-3 2.7-7.4 0.5-10.7-3-2.9-7.3-4.3-11.2-5.5-0.5-0.1-0.7-0.7-0.6-1.2 0.8-2 7.8 2 9.3 2.6 7.5 3.1 7.4 13.1 1.7 17.9-7.2 6.9-17.5 8.6-25.7 13.9-7.9 4.2-25.8 21.2-33.4 20-4.8-0.8-9.3-2.6-13.8-4.3-6.5-2.3-13.1-4.1-19.5-6.6-0.7-0.3-1.7-0.5-2.1-1.2-0.3-0.8 0.6-1.6 1.3-1.2 1.4 0.7 2.8 1.2 4.2 1.7 4.9 1.6 9.8 3.1 14.6 4.8 5.3 1.8 10.4 4.1 15.9 5 5.9-0.2 12.4-6.5 17.3-9.6 6.5-4.6 12.8-9.7 20.1-13.3 7.4-3.4 16-5.8 21.4-12.3z'/%3E%3Cpath fill-rule='evenodd' d='m98.3 33.9c-9.5-1.3-18.5-5.4-28.1-6.3-1.6-0.2-0.9-2.3 0.5-1.9 6 0.8 11.9 2.4 17.6 4.2 3.5 0.8 6.9 1.5 10.4 2.1 1.2 0.2 0.8 2.1-0.4 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m93.5 32.3c-0.9-2.8 1-5.9 1.8-8.6 3.1-6.6 9.1-12 16.4-13.5-7.5-1.1-15-3.6-22.5-4.2-6.3 2.6-10.8 8.5-13.3 14.7-0.8 1.9-1.4 3.7-1.9 5.7-0.1 0.5-0.6 0.8-1.1 0.7-2.5-0.4 2.7-10.3 3.5-11.8 3.1-4.9 9.7-13 16.2-10.9q10 2.1 20 4.1c1.9 0.3 4.2 2.3 1.2 3.1-9.7 1.6-17.2 9.6-18.7 19.2-0.1 0.6 0.4 1.3-0.3 1.8-0.4 0.3-1 0.2-1.3-0.3z'/%3E%3Cpath fill-rule='evenodd' d='m99.7 26.5c-1.2-0.2-4.7 0-3.4-2.1 0.9-0.5 2.7 0.3 3.8 0.3 1.2 0.2 0.9 2.1-0.4 1.8z'/%3E%3Cpath fill-rule='evenodd' d='m15.3 66.6c-0.6-4.4 9.2-9.2 12.3-11.9 7.1-5.1 14.1-10.5 20.9-16.1 9.4-6.4 10-20.7 23.7-19.4 1 0.4 3.2-0.1 3.6 1.1 0.1 0.5-0.2 1-0.7 1.1-9.5-1.6-13.4 2.3-17.7 10.2-1.9 3.5-4.9 6-7.9 8.6-6 5-12.2 9.8-18.5 14.4-3.4 2.9-12.7 7.7-13.9 11.6 0.3 1.2-1.6 1.6-1.8 0.4z'/%3E%3Cpath fill-rule='evenodd' d='m12.8 89.4c2.8-1 1.9 4.6-1 2.9-1.4-0.8-0.5-3.3 1-2.9z'/%3E%3Cpath fill-rule='evenodd' d='m23.4 82.3c0.8 1.5-2.9 2.9-3.7 4-0.8 0.4-1.3 1.5-2.2 1.6-2.5-0.8 0.7-2.9 1.7-3.7 1.2-0.5 2.9-3.2 4.2-1.9z'/%3E%3Cpath fill-rule='evenodd' d='m43.2 83c0.8 0.4 2 0.4 2.3 1.4-0.4 3.5-7.8 7.5-10.4 9.9-3.9 2.7-7.5 7.1-12.7 6.1-3.8-0.2-18.2-5-19.8-8.2-0.3-3.9 6.7-7.6 9.4-9.9 2.2-1.6 4.5-3.1 6.7-4.7 0.2-0.1 0.6-0.2 0.9-0.1-0.8-2.1 2.1-1.3 3.1-0.7 1.8 0.8 3.8 1.4 5.7 1.9 5 1.2 10 2.3 14.8 4.3zm-3.2 0.8c-0.7 1.4-3.8 3.1-4.4 4-4.5 3.5-9.1 7.5-13.8 10.6q1.1 0.1 2.2 0.2c3.1 0.2 5.2-2.4 7.6-4.1 3.9-3.1 8.3-5.8 11.7-9.4q-1.6-0.7-3.3-1.3zm-13.3 3.5c1.2-0.7 4.7-4.2 6.9-5.3-4.5-1.3-9.2-2.3-13.6-4.1 0.9 1.5-4 3.6-5 4.6-3.6 2.8-8.2 5.2-10.6 9.2 3.1 1.9 7.1 3.8 11.2 5.1 0.6-2.5 10.2-8.4 11.1-9.5z'/%3E%3Cpath fill-rule='evenodd' d='m14.1 79.2c-0.4-1.9-0.5-14.1 2.2-13.8 0.9 0 1.2 1.3 0.4 1.7-0.6 2.8-0.9 5.6-1 8.3 0.1 1.2 0.2 2.4 0.3 3.6 0.1 1.2-1.8 1.4-1.9 0.2z'/%3E%3Cpath fill-rule='evenodd' d='m52 94.7c-0.4-4-0.3-8.1-0.5-12.1 0.2-1.2-0.6-2.9 0.5-3.8 0.4-0.3 1.1 0 1.3 0.4 0.3 4 0.2 8.1 0.3 12.1-0.2 1.3 1.1 3.8-0.6 4.3-0.5 0-1-0.4-1-0.9zm0.9-14.2q0.1-0.1 0.2-0.2 0 0 0 0 0.1 0 0.1 0-0.2 0.1-0.3 0.2zm0.2-0.2q0 0 0 0 0 0 0 0zm0.1 0q0 0 0 0 0 0 0 0z'/%3E%3Cpath fill-rule='evenodd' d='m50.9 97.8c-4.1-0.5-7.9-1.9-11.8-3.3-0.9-0.4-2.5-0.3-2.6-1.6 0.2-2.2 4.5 0.5 5.8 0.7 3 1 7 2.8 10.2 2.1 0.3-0.4 0.9-0.4 1.3-0.1 1.3 1.6-1.6 2.6-2.9 2.2z'/%3E%3Cpath fill-rule='evenodd' d='m53.9 98.5c-3.3-1.6 3.1-3.4 4.2-4.1q8.4-3.6 16.4-8c8.7-4.5 17.6-8.9 26-14.1 8.5-5 16.1-8.3 14.9-19.7q0 0 0 0.1 0 0 0 0c-0.3-5.8-0.1-11.9-2.1-17.5-0.6-0.9-1.4-2.7 0.5-2.5 3.9 3.9 3.8 20.7 3.1 26.3-0.9 6.2-6.7 9.7-11.5 12.7-5.3 3-10.4 6.2-15.7 9-11.8 6.1-23.7 12.4-35.8 17.8z'/%3E%3Cpath fill-rule='evenodd' d='m64.9 39.6c-1.4-0.9 2.1-4.6 2.5-5.9 0.6-1.3 2.5-3.4 2.9-0.9-0.7 1.3-1.7 2.5-2.4 3.9-0.9 0.9-1.4 3.7-3 2.9z'/%3E%3Cpath fill-rule='evenodd' d='m92.3 39.1c-8.6-1.9-16.9-4.9-25.6-6.5-1.6-0.1-1-2.4 0.5-1.8 6.5 1 12.8 3.3 19.2 4.9 1.4 0.7 7.8 0.9 7.1 2.9-0.1 0.5-0.7 0.7-1.2 0.5z'/%3E%3Cpath fill-rule='evenodd' d='m85.7 45.6c-0.4-0.3-0.5-0.9-0.2-1.3 1.4-2 2.6-4.2 4.2-6 1.1-1 2.6 1 1.1 1.6-1.2 1-3.5 6.8-5.1 5.7z'/%3E%3Cpath fill-rule='evenodd' d='m88 48.3c-8.7-2.8-17.8-4.6-26.2-8.2-1.1-0.7 0.1-2.4 1.1-1.6 5.8 2.2 11.7 4.2 17.7 5.6 2.7 0.7 5.4 1.6 8 2.4 1.2 0.4 0.5 2.2-0.6 1.8zm-25.6-8.1q0.1 0 0.2 0 0 0 0 0 0 0 0 0-0.2 0-0.4 0 0.1 0 0.2 0z'/%3E%3Cpath fill-rule='evenodd' d='m51.7 73.3c-4.3-2.3-29.3-6.9-17.5-13.8 4.7-3.4 9.2-6.9 13.8-10.4 1.3-0.7 4.6-4.4 5.7-3.6 1.4-1.8 9.8 2.2 11.9 2.9 2.5 1.5 13.6 3.5 10.6 7.8-3.5 3.8-7.9 6.8-11.8 10.2-3.8 2.7-7.7 7.1-12.7 6.9zm0.8-1.8c4.2-0.8 7.5-4.2 10.8-6.7 3.8-3.3 8.2-6.2 11.5-10-2.2-2.1-5.4-2.7-8.1-3.9-4.1-1.8-8.3-3.3-12.7-4.2-5.9 4.9-12.2 9.5-18.4 14.1-3.7 2.3-3.1 3.1 0.6 4.8 5.2 2.3 10.8 4 16.3 5.9z'/%3E%3Cpath fill-rule='evenodd' d='m51.4 54.4c-2.5-1.2 0-4.4 1.3-2.4-0.1-1 1.4-1.4 1.8-0.5 1.1 1.9-1.4 3.8-3.1 2.9zm1.3-1.8q0.1 0 0.2-0.1c0-0.1-0.1-0.2-0.1-0.3q0 0.2-0.1 0.4z'/%3E%3Cpath fill-rule='evenodd' d='m58.1 56.9c-2.4-0.7-1.1-4.4 0.9-3.1 2.5-2.1 2.8 4.1-0.9 3.1z'/%3E%3Cpath fill-rule='evenodd' d='m64.4 58.8c-3.2-0.7-0.2-4.9 1.1-2.5 2.4-0.1 0.7 3.1-1.1 2.5z'/%3E%3Cpath fill-rule='evenodd' d='m45.4 60.5c-2.4-0.6-1.9-4.1 0.6-3.2 2.8-0.2 2.1 4-0.6 3.2z'/%3E%3Cpath fill-rule='evenodd' d='m51.4 62.7c-2.9-0.1-1.7-4 0.2-2.7 2.2-1.7 3.1 2.9-0.2 2.7z'/%3E%3Cpath fill-rule='evenodd' d='m57.2 65.2c-2.5-0.8 0-4.7 1.6-3 2.6-0.5 1.9 4.4-1.6 3z'/%3E%3Cpath fill-rule='evenodd' d='m39.4 64.1c-1-1.2 0.8-3.4 1.9-2 2.7 0.4-0.4 3.8-1.9 2z'/%3E%3Cpath fill-rule='evenodd' d='m45.7 66.4c-2.1-1 0.7-4.6 1.7-2.1 2.2 0.7-0.1 3.3-1.7 2.1z'/%3E%3Cpath fill-rule='evenodd' d='m52.3 68.4c-0.9-1.2 1.4-3 2.1-1.4 1.4 1.3-1.2 3.1-2.1 1.4z'/%3E%3Cpath fill-rule='evenodd' d='m89.1 25c-2.7-0.4-5.4-1.2-8.1-1.6-1.9 0.7-1.9-2.2 0-1.9 2.9 0.3 5.7 1.2 8.5 1.6 1.2 0.3 0.8 2.2-0.4 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m91.4 21.1c-1.5-0.4-11.2 0.1-9.4-2.7 0.4-0.3 0.9-0.4 1.3-0.1 2.7 0.5 5.5 0.7 8.3 0.9 1.2 0.1 1 2-0.2 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m93.6 17.7c-1.4-0.6-10.4-1.6-9.8-3.2 0.4-1.9 4.1 0.3 5.5 0.2 1.2 0.6 5.8 0.5 5.5 2.3-0.1 0.5-0.7 0.8-1.2 0.7z'/%3E%3Cpath fill-rule='evenodd' d='m96.7 13.7c-2.2-0.4-4.5-0.7-6.7-1.1-1-0.3-0.9-1.7 0.1-1.9 2.4 0.5 5.2 0.5 7.4 1.4 0.6 0.6 0.1 1.7-0.8 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m93.9 71.4c0.3-1.3 3.8-3 5-3.8 1.5-0.5 1.9 1.5 0.5 1.9-1.4 0.4-4.8 4.6-5.5 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m102.8 65.6c0.1-1.3 2.1-1.2 3-1.8 1.1-0.6 1.9 1.2 0.8 1.7-1.1 0.3-3.4 2.1-3.8 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m40.9 32.4c-2.9-0.7-5.8-1.5-8.8-2.1-0.7-0.1-1.8-0.2-1.7-1.2 0.6-1.9 4.5 0.2 5.9 0.2 1.2 0.6 6.3 0.7 5.8 2.5-0.2 0.5-0.7 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m45 25c-1.7-1.5-3.2-3-4.8-4.6-0.4-0.6-1.4-1.2-1.3-2 0.1-0.8 1.2-1.2 1.7-0.5 1.8 2.1 3.8 3.9 5.7 5.8 0.9 0.8-0.5 2.2-1.3 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m53.3 18.4c-0.7-1.8-1.8-3.4-2.8-4.9 1.1-3.8 4 3 4.6 4.2 0.5 1.1-1.3 1.8-1.8 0.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -5rem;
}

@media (max-width: 991px) {
  .terminalHeader {
    min-height: 500px;
    margin-top: 3rem;
  }
  .terminalHeader__content h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .terminalHeader__content h1 span:after {
    transform: rotate(-1deg);
  }
  .terminalHeader__content h2 {
    font-size: 1.85rem;
  }
  .terminalHeader__cta {
    margin: 2.5rem 0 0;
  }
  .terminalHeader .decoration {
    width: 310px;
    right: 0;
    bottom: -5rem;
  }
}
@media (max-width: 767px) {
  .terminalHeader__content h1 {
    fotn-size: 2.75rem;
  }
  .terminalHeader__content h2 {
    font-size: 1.65rem;
  }
  .terminalHeader .decoration {
    width: 260px;
    right: -1rem;
    bottom: -3rem;
  }
}
@media (max-width: 575px) {
  .terminalHeader {
    margin-top: 0;
  }
  .terminalHeader__content h1 {
    font-size: 2.5rem;
  }
  .terminalHeader__content h2 {
    font-size: 1.35rem;
  }
  .terminalHeader .decoration {
    width: 200px;
    right: 0;
    bottom: -4rem;
  }
}
.terminalContent {
  display: flex;
  align-items: center;
  padding: 15rem 0;
  background-color: var(--primary);
}
.terminalContent__wrap {
  display: flex;
  gap: 3rem;
}
.terminalContent__wrap .left {
  width: 100%;
  max-width: calc(400px - 1.5rem);
}
.terminalContent__wrap .left h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 300;
  margin: 0 0 4rem;
}
.terminalContent__wrap .left h2 strong {
  font-weight: 500;
}
.terminalContent__wrap .left .decoration {
  width: 250px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 109' width='112' height='109'%3E%3Cdefs%3E%3Cimage width='200' height='200' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAQMAAACXljzdAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAACdJREFUeJztyaEBAAAMAqD5/9PLBj+ASm6JMcYYY4wxxhhjjDHGlAcOMADJ5po/MQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse style='display:none' href='%23img1' x='0' y='0'/%3E%3Cpath fill-rule='evenodd' d='m69.2 102.8c-10.4-9.1-18.9-20.1-27-31.2-11.3-14.6-20.9-30.3-26.9-47.7-0.5-1.1-1.6-3.5 0.5-3 0.9 0.7 1 2.1 1.5 3 8.1 23.4 23.2 43.2 38.6 62.2 2.8 3.6 5.9 6.9 9.1 10.1 1.8 1.8 3.5 3.5 5.4 5.1 0.9 0.7-0.3 2.3-1.2 1.5z'/%3E%3Cpath fill-rule='evenodd' d='m110.1 72.9c-10.3-8.9-18.4-19.9-26.6-30.8-4.8-6.6-10.1-12.9-14.3-20-3.9-6.7-7.2-13.6-10.9-20.4-0.2-0.5 0-1.1 0.4-1.3 1.6-0.9 3.1 4.5 4 5.6 3.8 7.3 7.5 14.7 12.2 21.4 7.1 9.6 14.2 19.2 21.7 28.6q0 0 0 0-0.1-0.1-0.1-0.1c3.6 4.3 7.3 8.5 11.3 12.4 0.8 1.2 4.7 3.1 3.7 4.5-0.4 0.4-1 0.5-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m70.3 103c-0.3-0.7 0.2-1.3 0.8-1.5 1.6-0.9 3.2-2 4.7-3 11.7-8.1 24.1-15.5 34.2-25.4 7.3-0.6-16.5 15.5-17.8 16.5-5 3.5-10 7-15.1 10.3-1.4 0.6-5.8 4.9-6.8 3.1z'/%3E%3Cpath fill-rule='evenodd' d='m15.9 21.7c-0.3-0.5 0-1 0.4-1.3 3.5-1.7 6.8-3.5 10.2-5.2 10.2-5.5 21.3-9.3 31.6-14.5 1.1-1.8 2.9 0.6 1.1 1.6-4.9 2.9-10.4 4.4-15.4 6.9-7.3 3.1-14.4 6.6-21.5 10.3-1.4 0.4-5.6 3.9-6.4 2.2z'/%3E%3Cpath fill-rule='evenodd' d='m24.7 32.7c-0.1-0.5 0.3-1 0.8-1.1 3.3-0.7 4.3-5.2 2.5-7.7-2.7-3.2 7-5.4 8.9-6.7 4.1-1.8 8.2-3.7 12-6 3.5-2.8 5.7 5.6 9.4 1.9 0.4-0.3 1-0.4 1.4 0 1.1 1.2-1.1 2.3-2.1 2.6-3 1-5.1-1.6-7.1-3.3-6.6 4.3-14.1 6.7-21 10.3 2.4 3.3 1.4 8.6-2.4 10.4-0.8 0.4-2.1 0.8-2.4-0.4z'/%3E%3Cpath fill-rule='evenodd' d='m98.2 76.2c-1.8-1.7-2.2-4.9-0.3-6.7-15.5-16.7-28.9-35.2-39.3-55.5-0.8-0.6-0.1-2 0.9-1.6 1.5 1.1 2 3.3 3 4.8 7 13.1 15.2 25.6 24.6 37 3.9 4.3 7.4 8.9 11.3 13.1 2.5 2.2 1.2 2.4 0.2 4.7-0.2 1.1 0.2 2.2 1 3 0.8 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m78.1 91.8c-1.3-0.3-1.8-1.7-2.7-2.5-2-2.2-4.9-0.6-5.9 1.6-0.7 1-2.3-0.1-1.6-1.1 2.7-4.8 7.6-4.4 10.5 0.1 7.1-3.8 13.5-8.8 19.1-14.6 0.6-1.1 2.4-0.5 1.8 0.8-1.3 1.5-2.8 3-4.4 4.4-3.6 3.3-7.5 6.3-11.7 8.9-1.7 0.7-3.2 2.3-5.1 2.4z'/%3E%3Cpath fill-rule='evenodd' d='m67.1 90.8c-9.6-7.3-16.7-17.2-23.7-26.8-6.9-9.6-13.2-19.7-17.9-30.6-1-1.4 1.2-2.6 1.7-0.9 7.8 17.5 19.1 33.5 31.6 48 2.7 2.9 5.7 6 8.9 8.4 1.4 0.5 0.8 2.6-0.6 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m54 65.8c-7-1-10.6-10.4-7.9-16.4 3.4-11.5 23.1-15.7 29.1-4.4 3.3 6.5-0.5 11.8-5.9 15.5-4.4 3-9.7 6.4-15.3 5.3zm2.1-1.7c6.5-0.5 12.5-4.7 16.7-9.5 3.4-3.8 1.3-10.2-2.8-12.6-9-4.8-21.7 0.7-22.9 11.1-0.2 5.4 3.1 11.2 9 11z'/%3E%3Cpath fill-rule='evenodd' d='m47.2 36.8c-2.6-3-4.3-6.8-6.2-10.3-0.5-1.1 1.2-1.9 1.7-0.8 1.7 3.1 3.2 6.2 5.3 9.1 0.5 0.5 1.2 1.2 0.6 1.9-0.4 0.4-1 0.4-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m52 35c-1.7-2.7-3.4-5.4-4.7-8.3-0.4-0.9-1.1-2.6 0.3-2.8 1 0 1 1.1 1.3 1.8 1.4 3 3 5.5 4.7 8.2 0.7 1-0.9 2.1-1.6 1.1z'/%3E%3Cpath fill-rule='evenodd' d='m76.9 77.2c-2.3-1.7-4.3-3.9-6.2-6.1-0.6-1.1-3-2.2-1.9-3.5 0.4-0.4 1-0.3 1.4 0.1 1.5 1.7 3 3.4 4.5 5 1.1 1 2.1 2.1 3.3 2.9 1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m80.9 74.2c-2.1-1.5-3.6-3.6-5.3-5.5-0.8-0.8-2.5-2.9-0.4-3.1 0.4 0 0.7 0.2 0.8 0.6 1.5 1.8 3 3.5 4.6 5.2q0.6 0.7 1.4 1.2c1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m12.7 72c-3.8-0.3-10-0.2-12.1-3.8-0.5-1.1-0.4-3.3 1.2-3.3 3.8-6 16.4-7.4 22.5-4.7 4.8 1.9 6.7 7.3 1.5 10-4 1.9-8.7 1.8-13.1 1.8zm3.8-1.9c17.4-0.3 10.7-11.2-2.5-9-3.3 0.5-7 1.1-9.5 3.5-0.7 0.5-1 1.6-2 1.6-1.9 4 11.6 4 14 3.9z'/%3E%3Cpath fill-rule='evenodd' d='m11.4 76.3c-4.4-0.2-12-0.6-11.5-6.6 0.1-1.1-0.1-2.5 0.8-3.3 0.5-0.3 1-0.2 1.3 0.3 0.5 0.6-0.1 1.1-0.1 1.7-0.2 1.7-0.4 4 1.7 4.6 3.7 1.6 7.9 1.4 11.9 1.3 4.6 0.1 13.2-0.4 11.5-7.1-0.1-0.5 0.2-1 0.7-1.1 1.8-0.1 1.4 2.7 1.3 3.8-1.7 7.6-11.7 6-17.6 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m11.2 81.5c-4.7 0-12.9-2-11.2-8.2 0.6-2 3.5-0.7 1.8 0.8-0.7 7 13.6 5.6 18.1 5.2 3.3-0.4 8.7-1.6 7.3-6-0.2-1.9 2.5-1.8 2.1 1.7-0.8 7.3-12.6 6.3-18.1 6.5z'/%3E%3Cpath fill-rule='evenodd' d='m12.9 85.6c-2.8-0.1-5.7-0.8-8.4-1.6-2.2-0.6-4.7-1.5-4.4-4.1-0.1-1.1-0.2-2.2-0.3-3.2 0-1.2 1.9-1.1 1.9 0 0.2 1.4 0.2 2.9 0.4 4.3 0.3 0.2 0.7 0.3 1 0.5 3.4 1.3 7 2.1 10.6 2.2 3.8-0.3 14.1-0.4 13.9-5.8 0.3-1.8 2.5-1.1 1.8 1.4-1.3 5.9-11.6 6.1-16.5 6.3z'/%3E%3Cpath fill-rule='evenodd' d='m11.3 90.4c-4.2-0.4-11.7-2.6-10.3-8.1 0.5-0.9 2-0.6 1.9 0.4-1 4.5 6.8 5.8 10 5.8 2.2 0 4.4-0.5 6.6-0.8 2.5-0.6 5.8-0.3 7.5-2.6 0.7-1.1 0.8-2.4 0.5-3.7-0.2-0.5 0.2-1 0.7-1.1 1.7-0.1 1.4 2.8 1.2 3.9-0.8 4.4-5.8 4.8-9.4 5.3-2.9 0.5-5.8 1.2-8.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m11.1 94.3c-4.3-0.1-11.5-1.5-8.6-7.3 0.7-1 2.2 0 1.6 1-0.5 1.6-0.6 2.7 1.2 3.3 2.4 1 5.1 1.2 7.7 1.2 3.7-0.2 12.6 0.3 14.2-3.8 0.5-1 0.2-2.1-0.1-3.1-0.2-0.8 0.9-1.4 1.5-0.9 0.6 0.5 0.6 1.4 0.7 2.1 0.7 8.5-12.6 7.4-18.2 7.5z'/%3E%3Cpath fill-rule='evenodd' d='m12.3 98.7c-3.4-0.4-8.4-0.7-9.6-4.5-0.2-1.2-0.2-3.1 1.1-3.6 1.8 0 0.9 1.3 0.7 2.3-0.2 6.3 23.6 4.5 22.8-2.2 0.4-1.9 2.8-1.1 1.7 1.6-2.4 6-11.1 6.2-16.7 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m17.3 102.7c-4.5-0.3-10.9 0-13.9-4-2.4-4.7 1.4-5.5 1.1-2.7 0.4 5 9.3 4.6 13 4.8 4.2 0.2 11.4-1.5 9.7-7.1 1.6-5.4 7.2 9.2-9.9 9z'/%3E%3Cpath fill-rule='evenodd' d='m45.2 105.6c-10.2-2.5-3.2-14.2 2.6-17.8 1.3-0.8 6.4-4.2 6.8-1.5 0 0.9-0.9 0.9-1.6 1-3.1 1-6 3.2-8.1 5.8-5.7 6.6-2.8 13 6 10 3.2-1.3 5.9-3.6 8.1-6.2 0.9-0.8 1.1-3.1 2.6-2.6 1.8 1.3-2.1 4.7-2.9 5.8-3.5 3.4-8.5 6.5-13.5 5.5z'/%3E%3Cpath fill-rule='evenodd' d='m47.3 107.9c-2.7-0.4-5-2.1-6.4-4.3-0.5-0.5-0.9-1.3-0.3-1.8 2.3-1.5 2.4 6.2 11.6 4.1 3.9-1.2 7-4.2 9.7-7 0.8-0.7 0.9-2.7 2.3-2.2 1.7 1.3-1.9 4.4-2.9 5.4-3.7 3.7-8.6 7-14 5.8z'/%3E%3Cpath fill-rule='evenodd' d='m54 106.2c-0.8-0.4-1.7-0.8-2.5-1.1-1.2-0.2-0.8-2.1 0.4-1.9 1 0.3 2 0.9 3 1.3 1.1 0.5 0.2 2.3-0.9 1.7z'/%3E%3Cpath fill-rule='evenodd' d='m57 103.5c-0.5-0.7-1.6-1.7-0.8-2.5 0.4-0.3 1-0.3 1.4 0.1 0.3 0.4 0.5 0.8 0.8 1.2 0.9 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m60.8 100.4c-1-0.1-2-1.9-0.7-2.4 1.4-0.4 2.6 2.4 0.7 2.4z'/%3E%3Cpath fill-rule='evenodd' d='m7.2 67.3c-1.7-1 0.5-2.7 1.6-3.1 2.9-1.4 6.3-1.4 9.6-1.4 1.7 0.4 0.7 2.3-0.8 1.9-3.1 0.1-6.7 0-9.2 2-0.2 0.5-0.8 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m45.4 100.2c-2.6-0.5 1.7-6.7 2.7-7.8 0.9-0.7 2.5-2.7 3.6-1.5 0.3 0.5 0.2 1.1-0.3 1.4-2.6 1.4-4 4.2-5 6.9 0 0.6-0.5 1.1-1 1z'/%3E%3Cpath fill-rule='evenodd' d='m58 63.3c-2.8-7 3.2-5.7 4.3-8.8-0.1-7.3 5.2-4 3-7.4-2-2-3.2 1.5-3.8 3-1 1.9-3.3 1.3-5 1.1-2.4 0.2-0.5 4.8-4 4.8-1.8-0.1-2.7-2-4.3-2.4-1.2-0.4-0.6-2.2 0.6-1.9 1.5 0.4 2.3 1.8 3.7 2.4q-0.1-0.1-0.1-0.1 0 0 0 0 0.2 0.1 0.4 0-0.1 0-0.1 0c0.6-0.3 0.4-1.3 0.6-1.9 0.8-3.7 3.5-2.6 6.2-2.6 1.1-1.2 1.2-3.3 2.7-4.2 2.6-2 6.3 1 5.5 3.9-0.4 1.5-2.2 1.4-3.1 2.5-0.8 5.2-0.4 4.6-4.9 7.3-0.9 0.9-0.5 2.4 0 3.4 0.5 1.1-1.2 2-1.7 0.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.terminalContent__wrap .right {
  width: 100%;
  max-width: calc(100% - 400px - 1.5rem);
}
.terminalContent__wrap .right p {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 300;
  color: var(--black);
  margin: 0 0 1rem;
}
.terminalContent__wrap .right p:last-of-type {
  margin: 0;
}

@media (max-width: 991px) {
  .terminalContent {
    padding: 8rem 0;
  }
  .terminalContent__wrap {
    flex-direction: column;
  }
  .terminalContent__wrap .left {
    max-width: 100%;
    position: relative;
  }
  .terminalContent__wrap .left h2 {
    text-align: center;
    margin: 0;
  }
  .terminalContent__wrap .left .decoration {
    display: none;
  }
  .terminalContent__wrap .right {
    max-width: 100%;
  }
  .terminalContent__wrap .right p {
    font-size: 1.15rem;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .terminalContent {
    padding: 6rem 0;
  }
  .terminalContent__wrap .left h2 {
    font-size: 2.25rem;
  }
  .terminalContent__wrap .right p {
    font-size: 1.15rem;
  }
}
.terminalInfo {
  padding: 10rem 0;
  position: relative;
}
.terminalInfo__wrap .heading {
  margin: 0 0 5rem;
  position: relative;
}
.terminalInfo__wrap .heading .decoration-v1 {
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 85' width='100' height='85'%3E%3Cdefs%3E%3Cimage width='200' height='200' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAQMAAACXljzdAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAACdJREFUeJztyaEBAAAMAqD5/9PLBj+ASm6JMcYYY4wxxhhjjDHGlAcOMADJ5po/MQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse style='display:none' href='%23img1' x='0' y='0'/%3E%3Cpath fill-rule='evenodd' d='m106.2 458.8c-10.4-9.1-18.9-20.1-27-31.2-11.3-14.6-20.9-30.3-26.9-47.7-0.5-1.1-1.6-3.5 0.5-3 0.9 0.7 1 2.1 1.5 3 8.1 23.4 23.2 43.2 38.6 62.2 2.8 3.6 5.9 6.9 9.1 10.1 1.8 1.8 3.5 3.5 5.4 5.1 0.9 0.7-0.3 2.3-1.2 1.5z'/%3E%3Cpath fill-rule='evenodd' d='m147.1 428.9c-10.3-8.9-18.4-19.9-26.6-30.8-4.8-6.6-10.1-12.9-14.3-20-3.9-6.7-7.2-13.6-10.9-20.4-0.2-0.5 0-1.1 0.4-1.3 1.6-0.9 3.1 4.5 4 5.6 3.8 7.3 7.5 14.7 12.2 21.4 7.1 9.6 14.2 19.2 21.7 28.6q0 0 0 0-0.1-0.1-0.1-0.1c3.6 4.3 7.3 8.5 11.3 12.4 0.8 1.2 4.7 3.1 3.7 4.5-0.4 0.4-1 0.5-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m107.3 459c-0.3-0.7 0.2-1.3 0.8-1.5 1.6-0.9 3.2-2 4.7-3 11.7-8.1 24.1-15.5 34.2-25.4 7.3-0.6-16.5 15.5-17.8 16.5-5 3.5-10 7-15.1 10.3-1.4 0.6-5.8 4.9-6.8 3.1z'/%3E%3Cpath fill-rule='evenodd' d='m52.9 377.7c-0.3-0.5 0-1 0.4-1.3 3.5-1.7 6.8-3.5 10.2-5.2 10.2-5.5 21.3-9.3 31.6-14.5 1.1-1.8 2.9 0.6 1.1 1.6-4.9 2.9-10.4 4.4-15.4 6.9-7.3 3.1-14.4 6.6-21.5 10.3-1.4 0.4-5.6 3.9-6.4 2.2z'/%3E%3Cpath fill-rule='evenodd' d='m61.7 388.7c-0.1-0.5 0.3-1 0.8-1.1 3.3-0.7 4.3-5.2 2.5-7.7-2.7-3.2 7-5.4 8.9-6.7 4.1-1.8 8.2-3.7 12-6 3.5-2.8 5.7 5.6 9.4 1.9 0.4-0.3 1-0.4 1.4 0 1.1 1.2-1.1 2.3-2.1 2.6-3 1-5.1-1.6-7.1-3.3-6.6 4.3-14.1 6.7-21 10.3 2.4 3.3 1.4 8.6-2.4 10.4-0.8 0.4-2.1 0.8-2.4-0.4z'/%3E%3Cpath fill-rule='evenodd' d='m135.2 432.2c-1.8-1.7-2.2-4.9-0.3-6.7-15.5-16.7-28.9-35.2-39.3-55.5-0.8-0.6-0.1-2 0.9-1.6 1.5 1.1 2 3.3 3 4.8 7 13.1 15.2 25.6 24.6 37 3.9 4.3 7.4 8.9 11.3 13.1 2.5 2.2 1.2 2.4 0.2 4.7-0.2 1.1 0.2 2.2 1 3 0.8 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m115.1 447.8c-1.3-0.3-1.8-1.7-2.7-2.5-2-2.2-4.9-0.6-5.9 1.6-0.7 1-2.3-0.1-1.6-1.1 2.7-4.8 7.6-4.4 10.5 0.1 7.1-3.8 13.5-8.8 19.1-14.6 0.6-1.1 2.4-0.5 1.8 0.8-1.3 1.5-2.8 3-4.4 4.4-3.6 3.3-7.5 6.3-11.7 8.9-1.7 0.7-3.2 2.3-5.1 2.4z'/%3E%3Cpath fill-rule='evenodd' d='m104.1 446.8c-9.6-7.3-16.7-17.2-23.7-26.8-6.9-9.6-13.2-19.7-17.9-30.6-1-1.4 1.2-2.6 1.7-0.9 7.8 17.5 19.1 33.5 31.6 48 2.7 2.9 5.7 6 8.9 8.4 1.4 0.5 0.8 2.6-0.6 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m91 421.8c-7-1-10.6-10.4-7.9-16.4 3.4-11.5 23.1-15.7 29.1-4.4 3.3 6.5-0.5 11.8-5.9 15.5-4.4 3-9.7 6.4-15.3 5.3zm2.1-1.7c6.5-0.5 12.5-4.7 16.7-9.5 3.4-3.8 1.3-10.2-2.8-12.6-9-4.8-21.7 0.7-22.9 11.1-0.2 5.4 3.1 11.2 9 11z'/%3E%3Cpath fill-rule='evenodd' d='m84.2 392.8c-2.6-3-4.3-6.8-6.2-10.3-0.5-1.1 1.2-1.9 1.7-0.8 1.7 3.1 3.2 6.2 5.3 9.1 0.5 0.5 1.2 1.2 0.6 1.9-0.4 0.4-1 0.4-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m89 391c-1.7-2.7-3.4-5.4-4.7-8.3-0.4-0.9-1.1-2.6 0.3-2.8 1 0 1 1.1 1.3 1.8 1.4 3 3 5.5 4.7 8.2 0.7 1-0.9 2.1-1.6 1.1z'/%3E%3Cpath fill-rule='evenodd' d='m113.9 433.2c-2.3-1.7-4.3-3.9-6.2-6.1-0.6-1.1-3-2.2-1.9-3.5 0.4-0.4 1-0.3 1.4 0.1 1.5 1.7 3 3.4 4.5 5 1.1 1 2.1 2.1 3.3 2.9 1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m117.9 430.2c-2.1-1.5-3.6-3.6-5.3-5.5-0.8-0.8-2.5-2.9-0.4-3.1 0.4 0 0.7 0.2 0.8 0.6 1.5 1.8 3 3.5 4.6 5.2q0.6 0.7 1.4 1.2c1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m49.7 428c-3.8-0.3-10-0.2-12.1-3.8-0.5-1.1-0.4-3.3 1.2-3.3 3.8-6 16.4-7.4 22.5-4.7 4.8 1.9 6.7 7.3 1.5 10-4 1.9-8.7 1.8-13.1 1.8zm3.8-1.9c17.4-0.3 10.7-11.2-2.5-9-3.3 0.5-7 1.1-9.5 3.5-0.7 0.5-1 1.6-2 1.6-1.9 4 11.6 4 14 3.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.4 432.3c-4.4-0.2-12-0.6-11.5-6.6 0.1-1.1-0.1-2.5 0.8-3.3 0.5-0.3 1-0.2 1.3 0.3 0.5 0.6-0.1 1.1-0.1 1.7-0.2 1.7-0.4 4 1.7 4.6 3.7 1.6 7.9 1.4 11.9 1.3 4.6 0.1 13.2-0.4 11.5-7.1-0.1-0.5 0.2-1 0.7-1.1 1.8-0.1 1.4 2.7 1.3 3.8-1.7 7.6-11.7 6-17.6 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m48.2 437.5c-4.7 0-12.9-2-11.2-8.2 0.6-2 3.5-0.7 1.8 0.8-0.7 7 13.6 5.6 18.1 5.2 3.3-0.4 8.7-1.6 7.3-6-0.2-1.9 2.5-1.8 2.1 1.7-0.8 7.3-12.6 6.3-18.1 6.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.9 441.6c-2.8-0.1-5.7-0.8-8.4-1.6-2.2-0.6-4.7-1.5-4.4-4.1-0.1-1.1-0.2-2.2-0.3-3.2 0-1.2 1.9-1.1 1.9 0 0.2 1.4 0.2 2.9 0.4 4.3 0.3 0.2 0.7 0.3 1 0.5 3.4 1.3 7 2.1 10.6 2.2 3.8-0.3 14.1-0.4 13.9-5.8 0.3-1.8 2.5-1.1 1.8 1.4-1.3 5.9-11.6 6.1-16.5 6.3z'/%3E%3Cpath fill-rule='evenodd' d='m48.3 446.4c-4.2-0.4-11.7-2.6-10.3-8.1 0.5-0.9 2-0.6 1.9 0.4-1 4.5 6.8 5.8 10 5.8 2.2 0 4.4-0.5 6.6-0.8 2.5-0.6 5.8-0.3 7.5-2.6 0.7-1.1 0.8-2.4 0.4-3.7-0.1-0.5 0.3-1 0.8-1.1 1.7-0.1 1.4 2.8 1.2 3.9-0.8 4.4-5.8 4.8-9.4 5.3-2.9 0.5-5.8 1.2-8.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.1 450.3c-4.3-0.1-11.5-1.5-8.6-7.3 0.7-1 2.2 0 1.6 1-0.5 1.6-0.5 2.7 1.2 3.3 2.4 1 5.1 1.2 7.7 1.2 3.7-0.2 12.6 0.3 14.2-3.8 0.5-1 0.2-2.1-0.1-3.1-0.2-0.8 0.9-1.4 1.5-0.9 0.6 0.5 0.6 1.4 0.7 2.1 0.7 8.5-12.6 7.4-18.2 7.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.3 454.7c-3.4-0.4-8.4-0.7-9.6-4.5-0.2-1.2-0.2-3.1 1.1-3.6 1.8 0 0.9 1.3 0.7 2.3-0.2 6.3 23.6 4.5 22.8-2.2 0.4-1.9 2.8-1.1 1.7 1.6-2.4 6-11.1 6.2-16.7 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m54.3 458.7c-4.5-0.3-10.9 0-13.9-4-2.4-4.7 1.4-5.5 1.1-2.7 0.4 5 9.3 4.6 13 4.8 4.2 0.2 11.4-1.5 9.7-7.1 1.6-5.4 7.2 9.2-9.9 9z'/%3E%3Cpath fill-rule='evenodd' d='m82.2 461.6c-10.2-2.5-3.2-14.2 2.6-17.8 1.3-0.8 6.4-4.2 6.8-1.5 0 0.9-0.9 0.9-1.5 1-3.2 1-6.1 3.2-8.2 5.8-5.7 6.6-2.8 13 6 10 3.2-1.3 5.9-3.6 8.1-6.2 0.9-0.8 1.1-3.1 2.6-2.6 1.8 1.3-2.1 4.7-2.9 5.8-3.5 3.4-8.5 6.5-13.5 5.4z'/%3E%3Cpath fill-rule='evenodd' d='m84.3 463.9c-2.7-0.4-5-2.1-6.4-4.3-0.5-0.5-0.9-1.3-0.3-1.8 2.3-1.5 2.4 6.2 11.6 4.1 3.9-1.2 7-4.2 9.7-7 0.8-0.7 0.9-2.7 2.3-2.2 1.7 1.3-1.9 4.4-2.9 5.4-3.7 3.7-8.6 7-14 5.8z'/%3E%3Cpath fill-rule='evenodd' d='m91 462.2c-0.8-0.4-1.7-0.8-2.5-1.1-1.2-0.2-0.8-2.1 0.4-1.9 1 0.3 2 0.9 3 1.3 1.1 0.5 0.2 2.3-0.9 1.7z'/%3E%3Cpath fill-rule='evenodd' d='m94 459.5c-0.5-0.7-1.6-1.7-0.8-2.5 0.4-0.3 1-0.3 1.4 0.1 0.3 0.4 0.5 0.8 0.8 1.2 0.9 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m97.8 456.4c-1-0.1-2-1.9-0.7-2.4 1.4-0.4 2.6 2.5 0.7 2.5z'/%3E%3Cpath fill-rule='evenodd' d='m44.2 423.3c-1.7-1 0.5-2.7 1.6-3.1 2.9-1.4 6.3-1.4 9.6-1.4 1.7 0.4 0.7 2.3-0.8 1.9-3.1 0.1-6.7 0-9.2 2-0.2 0.5-0.8 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m82.4 456.2c-2.6-0.5 1.7-6.7 2.7-7.8 0.9-0.7 2.5-2.7 3.6-1.5 0.3 0.5 0.2 1.1-0.3 1.4-2.6 1.4-4 4.2-5 6.9 0 0.6-0.5 1.1-1 1z'/%3E%3Cpath fill-rule='evenodd' d='m95 419.3c-2.8-7 3.2-5.7 4.3-8.8-0.1-7.3 5.2-4 3-7.4-2-2-3.2 1.5-3.8 3-1 1.9-3.3 1.3-5 1.1-2.4 0.2-0.5 4.8-4 4.8-1.8-0.1-2.7-2-4.3-2.4-1.2-0.4-0.6-2.2 0.6-1.9 1.5 0.4 2.3 1.8 3.7 2.4q-0.1-0.1-0.1-0.1 0 0 0 0 0.2 0.1 0.4 0-0.1 0-0.1 0c0.6-0.3 0.4-1.3 0.6-1.9 0.8-3.7 3.5-2.6 6.2-2.6 1.1-1.2 1.2-3.3 2.7-4.2 2.6-2 6.3 1 5.5 3.9-0.4 1.5-2.2 1.4-3.1 2.5-0.8 5.2-0.4 4.6-4.9 7.3-0.9 0.9-0.5 2.4 0 3.4 0.5 1.1-1.2 2-1.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m89.4 26.5c3 6.8 14.8 17.8 9.1 25.1-4.6 3.7-10.1 6.3-15.4 8.8-9.2 4.8-18.6 9-27.7 13.8-7.6 3.5-20 11.9-28.3 9.7-1.1-0.1-2.9-1.9-3.1-3.1-6.9-11.8-14-23.6-20-35.9-1.2-2.3-2.3-4.6-3.6-6.8-0.2-0.4-0.5-0.8-0.6-1.2-0.3-0.6-0.3-1.5-0.2-2 0.5-3.7 4.3-5.6 7.3-7.1 8.2-3.8 16.5-7.6 24.8-11.1 7.5-3.3 14.9-7 22.3-10.6 5.1-2.4 10.3-5.4 16-5.9 4.5-0.5 6.3 4.1 8.4 7.1 3.9 6.3 7.2 12.9 11 19.2zm7.4 15.6q-0.1 0.3-0.3 0.5-0.3 0.3-0.7 0.3-0.2 0-0.4-0.1-1.2 0.6-2.5 1.1c-17 7.2-33.5 15.3-50.5 22.4-5.2 2.3-10.3 5.1-15.6 7.2-1 0.2-2.7 1.4-3.9 1.7q0.7 1.2 1.4 2.4c0.4 0.8 0.8 1.5 1.3 2.2q0.1 0.1 0.1 0.2c0.4 0.5 0.4 1.3 1.1 1.7 5.6 2.7 13.2-2.3 18.5-4.5 11.1-5.7 22.3-11.2 33.5-16.8 6.3-3.4 13.7-5.8 18.8-10.8 0.9-2.5 0.3-5-0.8-7.5zm-6.7-10.2q0.1 0 0.2 0.1-0.7-1.2-1.3-2.4c-4.6-7.6-8.5-15.7-13.4-23.1-1.3-1.6-2.1-4.1-4.4-4.3-4.8-0.2-9.4 2.4-13.7 4.3-7.4 3.6-14.8 7.3-22.3 10.7-8.4 3.7-16.8 7.4-25.1 11.2-3.2 1.7-9.2 3.3-8.5 7.8q0 0.1 0 0.2c1.1 1.1 2 4 2.7 4.9 3.4 7.2 7.2 14.2 11.2 21.1q0.7 1.2 1.4 2.4c1.7-1.9 9.6-4.3 10.5-4.9 4-1.8 7.8-3.9 11.8-5.8 12.6-6.1 25.3-12.1 38.3-17.3 1.5-0.4 7.4-3.8 10.8-4.8q0 0 0 0c0-0.2 0.1-0.4 0.3-0.6q0.3-0.3 0.7-0.3c0.4 0 0.7 0.4 0.8 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m14.6 45c-3.3-1.6 3-3.7 4.2-4.3 3.7-1.7 7.4-3.4 11-5.1 3.4-1.5 6.7-2.9 10.1-4.3 1-0.6 2 1.1 0.8 1.6-8.7 3.9-17.8 7.7-26.1 12.1z'/%3E%3Cpath fill-rule='evenodd' d='m48.1 30.4c-2-1 0.5-2.6 1.6-3.1 1.2-0.4 3.4-2.7 4.5-1.2 0.8 1.6-3.9 2.6-4.9 3.7-0.1 0.5-0.7 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m68.2 28c-3.3 0.7-6.7-6-3.5-5.9 3.7-2 7.8-4.2 12-4.2 2 0.5 3.5 3.1 3.1 5-1.8 3.1-8.2 5-11.6 5.1zm0.2-1.9c3.3-0.3 6.8-1.6 9.4-3.6 0.4-0.9-0.7-2.8-1.8-2.8-3.8 0.5-7.2 2.5-10.5 4 0.4 1.4 1.3 2.7 2.9 2.4zm-3.8-2.2q0.1 0 0.3-0.1-0.2 0.1-0.3 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m65.9 75.2c-1.8-2.3 9.5-5.6 11.2-6.6 3.1-1.2 6.3-2.3 9.4-3.5 0.5-0.2 1 0 1.2 0.5 1.3 1.6-10.6 4.7-12.2 5.7-2.1 0.9-4 1.7-6 2.6-1.2 0.3-2.4 2.2-3.6 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m80.2 73.4c-0.4-1.7 3.2-1.9 4.3-2.7 1.4-0.3 8.3-4.9 7.5-1.5-1.7 1.4-4.1 1.8-6 2.9-1.3 0.3-5 3-5.8 1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -80px;
}
.terminalInfo__wrap .heading .decoration-v2 {
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99 108' width='99' height='108'%3E%3Cdefs%3E%3Cimage width='200' height='200' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAQMAAACXljzdAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAACdJREFUeJztyaEBAAAMAqD5/9PLBj+ASm6JMcYYY4wxxhhjjDHGlAcOMADJ5po/MQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse style='display:none' href='%23img1' x='0' y='0'/%3E%3Cpath fill-rule='evenodd' d='m106.2 458.8c-10.4-9.1-18.9-20.1-27-31.2-11.3-14.6-20.9-30.3-26.9-47.7-0.5-1.1-1.6-3.5 0.5-3 0.9 0.7 1 2.1 1.5 3 8.1 23.4 23.2 43.2 38.6 62.2 2.8 3.6 5.9 6.9 9.1 10.1 1.8 1.8 3.5 3.5 5.4 5.1 0.9 0.7-0.3 2.3-1.2 1.5z'/%3E%3Cpath fill-rule='evenodd' d='m147.1 428.9c-10.3-8.9-18.4-19.9-26.6-30.8-4.8-6.6-10.1-12.9-14.3-20-3.9-6.7-7.2-13.6-10.9-20.4-0.2-0.5 0-1.1 0.4-1.3 1.6-0.9 3.1 4.5 4 5.6 3.8 7.3 7.5 14.7 12.2 21.4 7.1 9.6 14.2 19.2 21.7 28.6q0 0 0 0-0.1-0.1-0.1-0.1c3.6 4.3 7.3 8.5 11.3 12.4 0.8 1.2 4.7 3.1 3.7 4.5-0.4 0.4-1 0.5-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m107.3 459c-0.3-0.7 0.2-1.3 0.8-1.5 1.6-0.9 3.2-2 4.7-3 11.7-8.1 24.1-15.5 34.2-25.4 7.3-0.6-16.5 15.5-17.8 16.5-5 3.5-10 7-15.1 10.3-1.4 0.6-5.8 4.9-6.8 3.1z'/%3E%3Cpath fill-rule='evenodd' d='m52.9 377.7c-0.3-0.5 0-1 0.4-1.3 3.5-1.7 6.8-3.5 10.2-5.2 10.2-5.5 21.3-9.3 31.6-14.5 1.1-1.8 2.9 0.6 1.1 1.6-4.9 2.9-10.4 4.4-15.4 6.9-7.3 3.1-14.4 6.6-21.5 10.3-1.4 0.4-5.6 3.9-6.4 2.2z'/%3E%3Cpath fill-rule='evenodd' d='m61.7 388.7c-0.1-0.5 0.3-1 0.8-1.1 3.3-0.7 4.3-5.2 2.5-7.7-2.7-3.2 7-5.4 8.9-6.7 4.1-1.8 8.2-3.7 12-6 3.5-2.8 5.7 5.6 9.4 1.9 0.4-0.3 1-0.4 1.4 0 1.1 1.2-1.1 2.3-2.1 2.6-3 1-5.1-1.6-7.1-3.3-6.6 4.3-14.1 6.7-21 10.3 2.4 3.3 1.4 8.6-2.4 10.4-0.8 0.4-2.1 0.8-2.4-0.4z'/%3E%3Cpath fill-rule='evenodd' d='m135.2 432.2c-1.8-1.7-2.2-4.9-0.3-6.7-15.5-16.7-28.9-35.2-39.3-55.5-0.8-0.6-0.1-2 0.9-1.6 1.5 1.1 2 3.3 3 4.8 7 13.1 15.2 25.6 24.6 37 3.9 4.3 7.4 8.9 11.3 13.1 2.5 2.2 1.2 2.4 0.2 4.7-0.2 1.1 0.2 2.2 1 3 0.8 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m115.1 447.8c-1.3-0.3-1.8-1.7-2.7-2.5-2-2.2-4.9-0.6-5.9 1.6-0.7 1-2.3-0.1-1.6-1.1 2.7-4.8 7.6-4.4 10.5 0.1 7.1-3.8 13.5-8.8 19.1-14.6 0.6-1.1 2.4-0.5 1.8 0.8-1.3 1.5-2.8 3-4.4 4.4-3.6 3.3-7.5 6.3-11.7 8.9-1.7 0.7-3.2 2.3-5.1 2.4z'/%3E%3Cpath fill-rule='evenodd' d='m104.1 446.8c-9.6-7.3-16.7-17.2-23.7-26.8-6.9-9.6-13.2-19.7-17.9-30.6-1-1.4 1.2-2.6 1.7-0.9 7.8 17.5 19.1 33.5 31.6 48 2.7 2.9 5.7 6 8.9 8.4 1.4 0.5 0.8 2.6-0.6 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m91 421.8c-7-1-10.6-10.4-7.9-16.4 3.4-11.5 23.1-15.7 29.1-4.4 3.3 6.5-0.5 11.8-5.9 15.5-4.4 3-9.7 6.4-15.3 5.3zm2.1-1.7c6.5-0.5 12.5-4.7 16.7-9.5 3.4-3.8 1.3-10.2-2.8-12.6-9-4.8-21.7 0.7-22.9 11.1-0.2 5.4 3.1 11.2 9 11z'/%3E%3Cpath fill-rule='evenodd' d='m84.2 392.8c-2.6-3-4.3-6.8-6.2-10.3-0.5-1.1 1.2-1.9 1.7-0.8 1.7 3.1 3.2 6.2 5.3 9.1 0.5 0.5 1.2 1.2 0.6 1.9-0.4 0.4-1 0.4-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m89 391c-1.7-2.7-3.4-5.4-4.7-8.3-0.4-0.9-1.1-2.6 0.3-2.8 1 0 1 1.1 1.3 1.8 1.4 3 3 5.5 4.7 8.2 0.7 1-0.9 2.1-1.6 1.1z'/%3E%3Cpath fill-rule='evenodd' d='m113.9 433.2c-2.3-1.7-4.3-3.9-6.2-6.1-0.6-1.1-3-2.2-1.9-3.5 0.4-0.4 1-0.3 1.4 0.1 1.5 1.7 3 3.4 4.5 5 1.1 1 2.1 2.1 3.3 2.9 1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m117.9 430.2c-2.1-1.5-3.6-3.6-5.3-5.5-0.8-0.8-2.5-2.9-0.4-3.1 0.4 0 0.7 0.2 0.8 0.6 1.5 1.8 3 3.5 4.6 5.2q0.6 0.7 1.4 1.2c1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m49.7 428c-3.8-0.3-10-0.2-12.1-3.8-0.5-1.1-0.4-3.3 1.2-3.3 3.8-6 16.4-7.4 22.5-4.7 4.8 1.9 6.7 7.3 1.5 10-4 1.9-8.7 1.8-13.1 1.8zm3.8-1.9c17.4-0.3 10.7-11.2-2.5-9-3.3 0.5-7 1.1-9.5 3.5-0.7 0.5-1 1.6-2 1.6-1.9 4 11.6 4 14 3.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.4 432.3c-4.4-0.2-12-0.6-11.5-6.6 0.1-1.1-0.1-2.5 0.8-3.3 0.5-0.3 1-0.2 1.3 0.3 0.5 0.6-0.1 1.1-0.1 1.7-0.2 1.7-0.4 4 1.7 4.6 3.7 1.6 7.9 1.4 11.9 1.3 4.6 0.1 13.2-0.4 11.5-7.1-0.1-0.5 0.2-1 0.7-1.1 1.8-0.1 1.4 2.7 1.3 3.8-1.7 7.6-11.7 6-17.6 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m48.2 437.5c-4.7 0-12.9-2-11.2-8.2 0.6-2 3.5-0.7 1.8 0.8-0.7 7 13.6 5.6 18.1 5.2 3.3-0.4 8.7-1.6 7.3-6-0.2-1.9 2.5-1.8 2.1 1.7-0.8 7.3-12.6 6.3-18.1 6.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.9 441.6c-2.8-0.1-5.7-0.8-8.4-1.6-2.2-0.6-4.7-1.5-4.4-4.1-0.1-1.1-0.2-2.2-0.3-3.2 0-1.2 1.9-1.1 1.9 0 0.2 1.4 0.2 2.9 0.4 4.3 0.3 0.2 0.7 0.3 1 0.5 3.4 1.3 7 2.1 10.6 2.2 3.8-0.3 14.1-0.4 13.9-5.8 0.3-1.8 2.5-1.1 1.8 1.4-1.3 5.9-11.6 6.1-16.5 6.3z'/%3E%3Cpath fill-rule='evenodd' d='m48.3 446.4c-4.2-0.4-11.7-2.6-10.3-8.1 0.5-0.9 2-0.6 1.9 0.4-1 4.5 6.8 5.8 10 5.8 2.2 0 4.4-0.5 6.6-0.8 2.5-0.6 5.8-0.3 7.5-2.6 0.7-1.1 0.8-2.4 0.4-3.7-0.1-0.5 0.3-1 0.8-1.1 1.7-0.1 1.4 2.8 1.2 3.9-0.8 4.4-5.8 4.8-9.4 5.3-2.9 0.5-5.8 1.2-8.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.1 450.3c-4.3-0.1-11.5-1.5-8.6-7.3 0.7-1 2.2 0 1.6 1-0.5 1.6-0.5 2.7 1.2 3.3 2.4 1 5.1 1.2 7.7 1.2 3.7-0.2 12.6 0.3 14.2-3.8 0.5-1 0.2-2.1-0.1-3.1-0.2-0.8 0.9-1.4 1.5-0.9 0.6 0.5 0.6 1.4 0.7 2.1 0.7 8.5-12.6 7.4-18.2 7.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.3 454.7c-3.4-0.4-8.4-0.7-9.6-4.5-0.2-1.2-0.2-3.1 1.1-3.6 1.8 0 0.9 1.3 0.7 2.3-0.2 6.3 23.6 4.5 22.8-2.2 0.4-1.9 2.8-1.1 1.7 1.6-2.4 6-11.1 6.2-16.7 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m54.3 458.7c-4.5-0.3-10.9 0-13.9-4-2.4-4.7 1.4-5.5 1.1-2.7 0.4 5 9.3 4.6 13 4.8 4.2 0.2 11.4-1.5 9.7-7.1 1.6-5.4 7.2 9.2-9.9 9z'/%3E%3Cpath fill-rule='evenodd' d='m82.2 461.6c-10.2-2.5-3.2-14.2 2.6-17.8 1.3-0.8 6.4-4.2 6.8-1.5 0 0.9-0.9 0.9-1.5 1-3.2 1-6.1 3.2-8.2 5.8-5.7 6.6-2.8 13 6 10 3.2-1.3 5.9-3.6 8.1-6.2 0.9-0.8 1.1-3.1 2.6-2.6 1.8 1.3-2.1 4.7-2.9 5.8-3.5 3.4-8.5 6.5-13.5 5.4z'/%3E%3Cpath fill-rule='evenodd' d='m84.3 463.9c-2.7-0.4-5-2.1-6.4-4.3-0.5-0.5-0.9-1.3-0.3-1.8 2.3-1.5 2.4 6.2 11.6 4.1 3.9-1.2 7-4.2 9.7-7 0.8-0.7 0.9-2.7 2.3-2.2 1.7 1.3-1.9 4.4-2.9 5.4-3.7 3.7-8.6 7-14 5.8z'/%3E%3Cpath fill-rule='evenodd' d='m91 462.2c-0.8-0.4-1.7-0.8-2.5-1.1-1.2-0.2-0.8-2.1 0.4-1.9 1 0.3 2 0.9 3 1.3 1.1 0.5 0.2 2.3-0.9 1.7z'/%3E%3Cpath fill-rule='evenodd' d='m94 459.5c-0.5-0.7-1.6-1.7-0.8-2.5 0.4-0.3 1-0.3 1.4 0.1 0.3 0.4 0.5 0.8 0.8 1.2 0.9 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m97.8 456.4c-1-0.1-2-1.9-0.7-2.4 1.4-0.4 2.6 2.5 0.7 2.5z'/%3E%3Cpath fill-rule='evenodd' d='m44.2 423.3c-1.7-1 0.5-2.7 1.6-3.1 2.9-1.4 6.3-1.4 9.6-1.4 1.7 0.4 0.7 2.3-0.8 1.9-3.1 0.1-6.7 0-9.2 2-0.2 0.5-0.8 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m82.4 456.2c-2.6-0.5 1.7-6.7 2.7-7.8 0.9-0.7 2.5-2.7 3.6-1.5 0.3 0.5 0.2 1.1-0.3 1.4-2.6 1.4-4 4.2-5 6.9 0 0.6-0.5 1.1-1 1z'/%3E%3Cpath fill-rule='evenodd' d='m95 419.3c-2.8-7 3.2-5.7 4.3-8.8-0.1-7.3 5.2-4 3-7.4-2-2-3.2 1.5-3.8 3-1 1.9-3.3 1.3-5 1.1-2.4 0.2-0.5 4.8-4 4.8-1.8-0.1-2.7-2-4.3-2.4-1.2-0.4-0.6-2.2 0.6-1.9 1.5 0.4 2.3 1.8 3.7 2.4q-0.1-0.1-0.1-0.1 0 0 0 0 0.2 0.1 0.4 0-0.1 0-0.1 0c0.6-0.3 0.4-1.3 0.6-1.9 0.8-3.7 3.5-2.6 6.2-2.6 1.1-1.2 1.2-3.3 2.7-4.2 2.6-2 6.3 1 5.5 3.9-0.4 1.5-2.2 1.4-3.1 2.5-0.8 5.2-0.4 4.6-4.9 7.3-0.9 0.9-0.5 2.4 0 3.4 0.5 1.1-1.2 2-1.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m455.4 57.5c3 6.8 14.8 17.8 9.1 25.1-4.6 3.7-10.1 6.3-15.4 8.8-9.2 4.8-18.6 9-27.7 13.8-7.6 3.5-20 11.9-28.3 9.7-1.1-0.1-2.9-1.9-3.1-3.1-6.9-11.8-14-23.6-20-35.9-1.2-2.3-2.3-4.6-3.6-6.8-0.2-0.4-0.5-0.8-0.6-1.2-0.3-0.6-0.3-1.5-0.2-2 0.5-3.7 4.3-5.6 7.3-7.1 8.2-3.8 16.5-7.6 24.8-11.1 7.5-3.3 14.9-7 22.3-10.6 5.1-2.4 10.3-5.4 16-5.9 4.5-0.5 6.3 4.1 8.4 7.1 3.9 6.3 7.2 12.9 11 19.2zm7.4 15.6q-0.1 0.3-0.3 0.5-0.3 0.3-0.7 0.3-0.2 0-0.4-0.1-1.2 0.6-2.5 1.1c-17 7.2-33.5 15.3-50.5 22.4-5.2 2.3-10.3 5.1-15.6 7.2-1 0.2-2.7 1.4-3.9 1.7q0.7 1.2 1.4 2.4c0.4 0.8 0.8 1.5 1.3 2.2q0.1 0.1 0.1 0.2c0.4 0.5 0.4 1.3 1.1 1.7 5.6 2.7 13.2-2.3 18.5-4.5 11.1-5.7 22.3-11.2 33.5-16.8 6.3-3.4 13.7-5.8 18.8-10.8 0.9-2.5 0.3-5-0.8-7.5zm-6.7-10.2q0.1 0 0.2 0.1-0.7-1.2-1.3-2.4c-4.6-7.6-8.5-15.7-13.4-23.1-1.3-1.6-2.1-4.1-4.4-4.3-4.8-0.2-9.4 2.4-13.7 4.3-7.4 3.6-14.8 7.3-22.3 10.7-8.4 3.7-16.8 7.4-25.1 11.2-3.2 1.7-9.2 3.3-8.5 7.8q0 0.1 0 0.2c1.1 1.1 2 4 2.7 4.9 3.4 7.2 7.2 14.2 11.2 21.1q0.7 1.2 1.4 2.4c1.7-1.9 9.6-4.3 10.5-4.9 4-1.8 7.8-3.9 11.8-5.8 12.6-6.1 25.3-12.1 38.3-17.3 1.5-0.4 7.4-3.8 10.8-4.8q0 0 0 0c0-0.2 0.1-0.4 0.3-0.6q0.3-0.3 0.7-0.3c0.4 0 0.7 0.4 0.8 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m380.6 76c-3.3-1.6 3-3.7 4.2-4.3 3.7-1.7 7.4-3.4 11-5.1 3.4-1.5 6.7-2.9 10.1-4.3 1-0.6 2 1.1 0.8 1.6-8.7 3.9-17.8 7.7-26.1 12.1z'/%3E%3Cpath fill-rule='evenodd' d='m414.1 61.4c-2-1 0.5-2.6 1.6-3.1 1.2-0.4 3.4-2.7 4.5-1.2 0.8 1.6-3.9 2.6-4.9 3.7-0.1 0.5-0.7 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m434.2 59c-3.3 0.7-6.7-6-3.5-5.9 3.7-2 7.8-4.2 12-4.2 2 0.5 3.5 3.1 3.1 5-1.8 3.1-8.2 5-11.6 5.1zm0.2-1.9c3.3-0.3 6.8-1.6 9.4-3.6 0.4-0.9-0.7-2.8-1.8-2.8-3.8 0.5-7.2 2.5-10.5 4 0.4 1.4 1.3 2.7 2.9 2.4zm-3.8-2.2q0.1 0 0.3-0.1-0.2 0.1-0.3 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m431.9 106.2c-1.8-2.3 9.5-5.6 11.2-6.6 3.1-1.2 6.3-2.3 9.4-3.5 0.5-0.2 1 0 1.2 0.5 1.3 1.6-10.6 4.7-12.2 5.7-2.1 0.9-4 1.7-6 2.6-1.2 0.3-2.4 2.2-3.6 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m446.2 104.4c-0.4-1.7 3.2-1.9 4.3-2.7 1.4-0.3 8.3-4.9 7.5-1.5-1.7 1.4-4.1 1.8-6 2.9-1.3 0.3-5 3-5.8 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m202 106.8c-0.3-0.1-0.5-0.2-0.6-0.5-0.8 0.5-2 0.5-2.1-0.6 0.2-1.2 1.8-1.1 2.6-1.7 4.9-2.6 9.5-5.7 13.7-9.3 11.9-11.2 20.2-26.3 25.6-41.6-2.8-1-5.9-1-8.9-1.3-5.1-0.5 0.2-4.5 2.2-5.5q4-2.4 7.5-5.4c6.8-6.2 12.6-13.4 18.4-20.4 2.9-4.8 4.4-2.3 5.9 1.6 1.5 3.8 2.6 7.8 3.8 11.7 2.3 6.8 5.3 13.4 6.7 20.4-0.5 2.9-4.5 2.2-6.6 2.4-5.9-0.4-4.3 0.8-6.3 5.4-1.6 4.7-4 9.1-6.9 13.2-12.6 17.4-32.5 32.7-55 31.6zm2.3-1.8c12.3-0.1 23.8-5.1 33.4-12.6 7.9-6.2 15.1-13.5 20.3-22.2 1.9-3.2 3.4-6.6 4.6-10.1 0.8-1.9 1.1-4.7 3.3-5.3 3-0.3 6.1 0.4 9-0.6-1.6-7.1-4.6-13.7-6.8-20.5-1.5-4.6-2.7-9.4-4.9-13.7-5.3 6.8-11 13.3-17 19.5-3.9 4.2-8.9 7.1-13.6 10.5 14.4 0.7 11.2 2.4 6.5 13.6-7.7 16.5-18.3 32.8-35 41.4q0.1 0 0.2 0z'/%3E%3Cpath fill-rule='evenodd' d='m238.8 60.1c-2.5-0.9-5.9-0.5-7.8-2.6-0.6-2-0.1-4.3-0.3-6.5 0-1.2 1.9-1.2 1.9 0 0.1 1.9 0 3.7 0.1 5.6 1.4 1.2 7.6 0.7 7.3 2.8-0.2 0.6-0.7 0.8-1.2 0.7z'/%3E%3Cpath fill-rule='evenodd' d='m267.3 64.6c0.1-2-1.8-7-1-8.2 2.2-1.4 1.9 3.1 2.4 4.3-0.1 1.3 1.4 4.1-0.3 4.7-0.5 0-1-0.3-1.1-0.8z'/%3E%3Cpath fill-rule='evenodd' d='m207.6 112.1c-4.1 0.3-6.3-1.9-7.4-5.8-0.5-1.5 1.9-2 1.8-0.3 1.2 3.8 3.2 4.5 7 4.2 5.1-0.5 10.2-0.9 14.9-2.8 12.3-4.1 23.2-11.7 31.7-21.5 4.8-5.3 9.1-11.2 11.7-17.8 0.5-1.4 0.9-2.9 0.5-4.4q-0.1-0.4 0.1-0.7c2.7-2.1 2 3.9 1.4 5.1-2.7 7.4-7.5 13.9-12.8 19.6-12.3 14-30 24-48.9 24.4z'/%3E%3Cpath fill-rule='evenodd' d='m275.2 61.5c-0.1-1.9 0-3.9-0.5-5.8 0-0.7 0.8-1.2 1.4-0.9 1.5 1.4 0.6 4.7 1 6.7 0 1.2-1.9 1.2-1.9 0z'/%3E%3Cpath fill-rule='evenodd' d='m268.6 64.8c-1.7-2.6 3.7-2.2 5.2-2.3 1.1 0.2 3.4-0.7 3.7 0.9-0.3 1.8-3.5 0.7-4.9 1-0.9 0.1-1.9 0.1-2.8 0.3-0.3 0.3-0.9 0.4-1.2 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m275.8 63.4c-0.6-0.7-0.9-2.6 0.3-2.8 0.5-0.1 1.1 0.3 1.1 0.8 0.3 1.1 0.2 2.8-1.4 2z'/%3E%3Cpath fill-rule='evenodd' d='m83.3 55.7c-2.6-0.2-4.2-1.2-3.2-4q0.8-4.2 1.6-8.4c2-12.2 4.3-24.4 6.9-36.4-0.5-12.1 8.4-7.7 4.3 1.7 0.5 1.4-0.2 2.9-0.5 4.3-0.3 1.8-0.6 3.6-0.9 5.3-0.9 5.9-1.9 11.7-2.7 17.6q-0.7 5.8-1.6 11.7c-0.7 2.3-0.5 8.6-3.9 8.2zm-0.2-2q0.3 0.1 0.6 0.1c2.7-8.4 2.8-17.5 4.4-26.2 0.7-4.8 1.5-9.5 2.3-14.2 0-1.6 1.8-4-0.2-4.8-3.3 14.9-5.7 29.9-8.5 44.8 0.5 0.2 1 0.2 1.4 0.3zm8.3-46.5c0.5-1.9 1.2-4 0-5.7-0.7 1.6-1.2 3.5-0.8 5.2q0 0 0 0 0.4 0.2 0.8 0.5z'/%3E%3Cpath fill-rule='evenodd' d='m80.5 63.3c-1.6-1 0.1-6.9-0.1-8.9-0.3-1.2 1.6-1.7 1.9-0.5 0.1 1.6-0.3 3.1-0.3 4.6 0.5-1.1 1-2.2 1.5-3.4 0.4-1.1 2.2-0.3 1.7 0.8-0.9 1.5-2.7 8.1-4.7 7.4z'/%3E%3Cpath fill-rule='evenodd' d='m24.2 103.3c-5.8-28.7-12.6-57.2-18.9-85.8-0.1-0.8-0.3-1.5-0.4-2.3 0.1-1.6 2.1-1.2 2 0.4 4.5 22 10.3 43.8 14.6 65.9 1.3 5.8 2.5 11.6 3.7 17.5 0 1.4 1.8 4.2 0.2 4.9-0.5 0.2-1.1-0.1-1.2-0.6z'/%3E%3Cpath fill-rule='evenodd' d='m6.2 15.1c-2.3-2.8 10.1-3.3 11.7-3.8 12.2-1.7 24.2-4 36.3-6 6.6-1.1 13.3-2.2 19.9-3.4 0.5-0.1 1 0.3 1.1 0.8 0.4 1.7-5.5 1.6-6.7 2.1-20.7 3.6-41.9 7.1-62.3 10.3z'/%3E%3Cpath fill-rule='evenodd' d='m81.9 37.9c-3.7-11.3-6-23-8.5-34.5-0.3-1.2 1.5-1.7 1.8-0.5 1.9 7.5 3 15.1 5 22.5 1.1 4 2.4 8 3.5 12 0.3 1.1-1.5 1.7-1.8 0.5z'/%3E%3Cpath fill-rule='evenodd' d='m93.8 85.4c-3.3-11.5-6.6-23-8.3-34.9-0.3-1.2 1.5-1.7 1.8-0.5 1.2 7.3 2.5 14.6 4.6 21.7 1.3 4.4 2.5 8.8 3.8 13.2 0.3 1.2-1.5 1.7-1.9 0.5z'/%3E%3Cpath fill-rule='evenodd' d='m26.6 103.5c-1.2 0-1.2-2 0.1-1.9 3-0.1 6.1-0.6 9.1-1 10.2-1.6 20.1-4.3 30.2-6.4 9.3-2.1 19-3.8 27.6-8 1.1-0.5 2 1.2 0.9 1.7-11 5.3-23.3 6.8-35 9.7-10.9 2.3-21.7 5.3-32.9 5.9z'/%3E%3Cpath fill-rule='evenodd' d='m94 87.2c-0.2-1.7 2.4-1.7 1.9 0.1q0 0 0 0c0 1.2-1.9 1.1-1.9-0.1z'/%3E%3Cpath fill-rule='evenodd' d='m54.5 15.2c-1.1-2.2 5-2.2 6.3-2.8 1.3 0 6.8-1.9 6.9-0.2 0.1 0.5-0.3 1-0.8 1.1q-5.3 0.8-10.5 2c-0.6 0.2-1.4 0.7-1.9-0.1z'/%3E%3Cpath fill-rule='evenodd' d='m57.7 17.9c0-1.1 1.1-1.1 1.8-1.1 1.6-0.3 3.1-0.6 4.6-1 1.3 0 5.5-2 5.8-0.3 0.1 0.5-0.2 1.1-0.7 1.2-1.8 0-11.6 3.5-11.5 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m60.7 22.8c-1.1-0.2-0.9-1.9 0.2-1.9 2.7-0.5 5.2-1.2 7.9-1.7 1.2-0.3 1.5 1.6 0.3 1.8-2.8 0.5-5.5 1.5-8.4 1.8z'/%3E%3Cpath fill-rule='evenodd' d='m40.2 40.6c-1.6-0.1-3.1-0.7-4.3-1.7-0.9-0.8 0.4-2.2 1.3-1.4 4.4 3.8 13.3-1.9 7-3.4-2.3-0.7-5-0.7-6.8-2.3-2.3-2.8 1.9-5.3 4.3-5.8 0.9-0.3 2.4-0.4 2.3 0.8 0 1.1-1.1 0.9-1.9 1.1-5.9 2.1-3.2 3.3 1.3 4 2.4 0.4 5.9 1.9 4.7 4.9-1.3 3-4.9 4.2-7.9 3.8z'/%3E%3Cpath fill-rule='evenodd' d='m40 41c-0.5-4.1-0.7-8.2-1.1-12.3 0-1.4-0.4-2.9 0.1-4.1 1-1.1 2 0 1.6 1.2 0.3 4.1 0.7 8.1 1 12.2 0 1.1 0.5 2.3 0.1 3.4-0.4 0.7-1.6 0.4-1.7-0.4z'/%3E%3Cpath fill-rule='evenodd' d='m42.7 40.9c-0.6-4.9-0.5-10-1.2-15 0-0.5 0.4-0.9 0.9-1 1.2 0 1.1 1.4 1.2 2.3 0.4 4.5 0.4 9.1 1 13.6 0.1 1.2-1.9 1.4-1.9 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m25.6 60.5c-0.3-0.4-0.1-1 0.3-1.3q0.3-0.2 0.6-0.1c2.5-2.6 4.4-0.8 7.2-1.6 1.8-0.7 3.7-0.6 5.5-1.1 2-0.5 3.9-1.6 6.1-1.3 4.5-0.3 4.5-2.8 10-2.2 2.6-0.5 4.9-1.9 7.7-1.6 1.4-0.2 2.8-0.9 4.2-1.4 1.9-0.5 4-0.8 5.9-1.3 0.5-0.2 1.1 0.2 1.2 0.7 0.3 1.6-3.7 1.6-4.8 2-2.2 0.3-4 1.6-6.2 1.9-1 0.2-2-0.1-3 0.2-1.9 0.6-3.8 1.5-5.8 1.5-1 0-2-0.4-2.9 0.1-1.7 0.8-3.3 1.7-5.1 1.9-2.3-0.1-4.5 0.5-6.7 1.3-1.3 0.5-2.8 0.4-4.1 0.7-1.3 0.4-2.6 0.9-4 0.8-1-0.1-2.1-0.6-3 0.1-0.9 0.5-2.1 2.1-3.1 0.7z'/%3E%3Cpath fill-rule='evenodd' d='m29.5 66.8c-2.4-0.7 0.5-3.2 1.7-3.7 1.5-0.7 3.1 0.1 4.6 0.2 1.7-0.1 3.2-0.7 4.8-1.2 2.5-0.4 4.7-1.4 7-2.3 1.3-0.4 2.6 0.1 3.8-0.1 1.7-0.2 3.2-0.9 4.8-1.3 1.3-0.4 2.7 0 4-0.2 1.3-0.2 2.5-0.7 3.8-1.2 1.2-0.6 2.5-0.3 3.7-0.4 1.6-0.3 3-0.9 4.5-1.2 0.5-0.1 1 0.2 1.1 0.7 0.5 1.4-3.4 1.7-4.4 2.2-1.1 0.3-2.2 0.2-3.3 0.2-1.2 0.3-2.3 0.9-3.5 1.2-1.8 0.8-3.8 0.1-5.7 0.6-1.8 0.5-3.6 1.3-5.5 1.4-1 0-2-0.3-3 0-2.5 1.2-5.2 1.8-7.8 2.6-5.4 2.2-7.3-1.2-9.7 1.8-0.1 0.4-0.5 0.8-0.9 0.7z'/%3E%3Cpath fill-rule='evenodd' d='m31.4 71.2c-1.3-1.2 0.9-2.6 2-2.8 1.2-0.4 2.5 0.3 3.7 0.1 1.6-0.3 3-1.2 4.6-1.5 2.1 0.1 3.9-0.7 5.9-1.3 3.1-0.3 6.2-0.8 9.2-1.6 1.4-0.7 2.8 0.8 1.3 1.7-2.9 0.7-5.8 1.3-8.7 1.6-1.4-0.1-2.6 0.6-4 1-1.2 0.5-2.5 0.3-3.8 0.6-1.1 0.3-2.2 0.9-3.3 1.2-1.6 0.7-3.4-0.4-4.9 0.2-0.7 0.4-1.2 1.4-2 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m39.1 94.3c-8.3 0.1-10.5-8.5-5.8-14.3 1.2-1.3 4.1-4.8 5.9-3.8 3.5-2.1 8.1-0.6 10.4 2.6 5.5 6.8-2.8 16.5-10.5 15.5zm1-1.9c5.9 0.2 12.2-7.1 8-12.4-1.7-2.3-4.9-3.6-7.6-2.4-1.3 0.3-3.3 3.3-4.4 2.2-5.3 4.8-4.4 13.1 4 12.6z'/%3E%3Cpath fill-rule='evenodd' d='m40.3 89.4c-2.6 0-4.3-2.8-3.7-5.2-0.4-0.7 0.3-1.3 0.7-1.8 0.4-0.6 0.9-1.5 1.7-1.6 2.1-2.1 5.9-1.6 6.9 1.3 1.3 3.5-2.1 7.3-5.6 7.3zm0.2-1.9c3.1 0 5.7-5.4 1.7-6.1-2.9 0-5.9 5.5-1.7 6.1z'/%3E%3Cpath fill-rule='evenodd' d='m55.2 88c-3.2-3.6 1.8-10.4 4.4-13.2 0-1.1 0-2.3-0.1-3.4-0.3-1 1-1.6 1.6-0.9 0.5 0.8 0.3 1.9 0.4 2.8 2-1.1 4 0.5 4.5 2.4 1.1-1.4 3.5-1.6 4.2 0.4 1.6-3.9 4.6-3.6 5.2 0.6 1-1.3 3-1.1 3.8 0.4 0.5-0.6 1-1 1.5-1.5 0.9-0.8 2.2 0.6 1.3 1.4-1.3 0.7-2.2 3.9-3.8 2.3-1.4-4.3-2 2-4.2-0.2-0.5-1.2-0.4-2.6-1.1-3.8-1.1 1.3-1.6 3-2.1 4.6-0.2 0.7-0.2 1.8-1.2 1.7-1-0.1-0.9-1.2-0.8-1.9-0.1-2.5-0.1-4.7-2.4-1.5 1.1 10.7-7.1 7.7-2-0.6-0.1-0.9-0.3-2-1.1-2.6-0.6-0.4-1.3 0.2-1.8 0.6-0.2 3.2-1.1 15.1-6.3 12.4zm8.1-13.1q0 0.1 0 0.1 0 0 0 0 0 0 0-0.1zm0 0.1q0 0 0 0 0.1 0 0.1 0 0 0-0.1 0 0 0 0 0zm-6.8 11.5c2.3-1.3 2.5-6.1 2.9-8.6-1.4 2.1-4.4 6.2-2.9 8.6z'/%3E%3Cpath fill-rule='evenodd' d='m63.7 65.3c-1.2-1.4 1.3-2.6 2.4-2.8 1.2-0.3 2.4 0.2 3.5 0 0.7 0 1.4-0.5 2.1-0.2 0.7 0.3 0.7 1.5-0.1 1.7-1.9 0.9-3.9-0.1-5.7 0.5-0.7 0.4-1.4 1.5-2.2 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m-0.4 22.9c-0.4-1.4 4.4-1.9 5.5-2.6 1.2-0.4 1.8 1.4 0.6 1.8-1.4 0.1-5.4 2.7-6.1 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m13.9 56.7c-4.1-11.3-10.1-22-14-33.4 0.1-1.3 1.8-1 2 0.1 2.3 5.4 4.2 11 6.7 16.3 0.5 1.3 11 21.3 5.3 17z'/%3E%3Cpath fill-rule='evenodd' d='m35.6 108.1c-1.4-0.1-1.8-1.6-2.4-2.6-0.3-0.9-1.5-2-1-3 1.9-1.8 2.6 2.8 3.6 3.7q0 0 0 0c2.7-0.4 5-2.1 7.4-3.3 3.5-1.8 7.1-3.1 10.8-4.3 2.7-0.9 5.3-2 7.9-3.1 0.7-0.3 1.5 0.6 1.1 1.3-0.7 0.9-2.1 1.1-3.1 1.6-4.8 2.1-10 3.3-14.7 5.7-3.1 1.3-6.1 3.8-9.6 4z'/%3E%3Cpath fill-rule='evenodd' d='m94.2 82c-2.4-1.3 1.2-2.6 2.2-3.5-2.2-7.9-6.7-15-9.9-22.5-0.2-0.5 0-1.1 0.4-1.3 1.7-0.9 2.9 4.5 3.7 5.6 2.5 5.4 5.4 10.6 7.2 16.2 0.4 1.2 0.9 2.8-0.4 3.6-1.1 0.6-2.1 1.8-3.2 1.9zm0.9-1.5q-0.1-0.2-0.4-0.3 0.3 0.1 0.4 0.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -80px;
}
.terminalInfo__wrap .heading h2 {
  font-size: 3.625rem;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  color: var(--black);
  margin: 0;
}
.terminalInfo__wrap .heading h2 span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.terminalInfo__wrap .heading h2 span:after {
  content: "";
  width: 103%;
  height: 90%;
  background-color: var(--primary);
  transform: rotate(-2deg);
  position: absolute;
  left: -1.5%;
  top: 5%;
  z-index: -1;
}
.terminalInfo__wrap .list li {
  margin: 0 0 1.5rem;
}
.terminalInfo__wrap .list li:last-of-type {
  margin: 0;
}
.terminalInfo__wrap .list li p {
  font-size: 1rem;
  line-height: 1.7;
}
.terminalInfo__wrap .list li p b {
  display: block;
  font-size: 1.5rem;
  font-family: "Literata", sans-serif;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.terminalInfo__wrap .cta {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}

@media (max-width: 1299px) {
  .terminalInfo__wrap .heading .decoration-v1 {
    left: -20px;
    top: -110px;
  }
  .terminalInfo__wrap .heading .decoration-v2 {
    right: -20px;
    top: -40px;
  }
}
@media (max-width: 1199px) {
  .terminalInfo__wrap .heading .decoration-v1 {
    width: 130px;
    left: -20px;
    top: -110px;
  }
  .terminalInfo__wrap .heading .decoration-v2 {
    right: -50px;
    top: -10px;
    width: 130px;
  }
}
@media (max-width: 991px) {
  .terminalInfo {
    padding: 6rem 0;
  }
  .terminalInfo__wrap .heading {
    margin: 0 0 3rem;
  }
  .terminalInfo__wrap .heading .decoration-v1 {
    left: auto;
    right: 0;
    top: -130px;
  }
  .terminalInfo__wrap .heading .decoration-v2 {
    display: none;
  }
  .terminalInfo__wrap .heading h2 {
    font-size: 3rem;
  }
  .terminalInfo__wrap .list li p b {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .terminalInfo__wrap .heading h2 {
    font-size: 2.65rem;
  }
}
@media (max-width: 575px) {
  .terminalInfo__wrap .heading h2 {
    font-size: 2.25rem;
  }
}
.terminalCTA {
  background-color: var(--primary);
}
.terminalCTA__wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.terminalCTA__wrap .decoration {
  position: absolute;
  left: -220px;
  top: -110px;
}
.terminalCTA__wrap .decoration .vec {
  width: 230px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79 95' width='79' height='95'%3E%3Cdefs%3E%3Cimage width='200' height='200' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAQMAAACXljzdAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAACdJREFUeJztyaEBAAAMAqD5/9PLBj+ASm6JMcYYY4wxxhhjjDHGlAcOMADJ5po/MQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse style='display:none' href='%23img1' x='0' y='0'/%3E%3Cpath fill-rule='evenodd' d='m106.2 458.8c-10.4-9.1-18.9-20.1-27-31.2-11.3-14.6-20.9-30.3-26.9-47.7-0.5-1.1-1.6-3.5 0.5-3 0.9 0.7 1 2.1 1.5 3 8.1 23.4 23.2 43.2 38.6 62.2 2.8 3.6 5.9 6.9 9.1 10.1 1.8 1.8 3.5 3.5 5.4 5.1 0.9 0.7-0.3 2.3-1.2 1.5z'/%3E%3Cpath fill-rule='evenodd' d='m147.1 428.9c-10.3-8.9-18.4-19.9-26.6-30.8-4.8-6.6-10.1-12.9-14.3-20-3.9-6.7-7.2-13.6-10.9-20.4-0.2-0.5 0-1.1 0.4-1.3 1.6-0.9 3.1 4.5 4 5.6 3.8 7.3 7.5 14.7 12.2 21.4 7.1 9.6 14.2 19.2 21.7 28.6q0 0 0 0-0.1-0.1-0.1-0.1c3.6 4.3 7.3 8.5 11.3 12.4 0.8 1.2 4.7 3.1 3.7 4.5-0.4 0.4-1 0.5-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m107.3 459c-0.3-0.7 0.2-1.3 0.8-1.5 1.6-0.9 3.2-2 4.7-3 11.7-8.1 24.1-15.5 34.2-25.4 7.3-0.6-16.5 15.5-17.8 16.5-5 3.5-10 7-15.1 10.3-1.4 0.6-5.8 4.9-6.8 3.1z'/%3E%3Cpath fill-rule='evenodd' d='m52.9 377.7c-0.3-0.5 0-1 0.4-1.3 3.5-1.7 6.8-3.5 10.2-5.2 10.2-5.5 21.3-9.3 31.6-14.5 1.1-1.8 2.9 0.6 1.1 1.6-4.9 2.9-10.4 4.4-15.4 6.9-7.3 3.1-14.4 6.6-21.5 10.3-1.4 0.4-5.6 3.9-6.4 2.2z'/%3E%3Cpath fill-rule='evenodd' d='m61.7 388.7c-0.1-0.5 0.3-1 0.8-1.1 3.3-0.7 4.3-5.2 2.5-7.7-2.7-3.2 7-5.4 8.9-6.7 4.1-1.8 8.2-3.7 12-6 3.5-2.8 5.7 5.6 9.4 1.9 0.4-0.3 1-0.4 1.4 0 1.1 1.2-1.1 2.3-2.1 2.6-3 1-5.1-1.6-7.1-3.3-6.6 4.3-14.1 6.7-21 10.3 2.4 3.3 1.4 8.6-2.4 10.4-0.8 0.4-2.1 0.8-2.4-0.4z'/%3E%3Cpath fill-rule='evenodd' d='m135.2 432.2c-1.8-1.7-2.2-4.9-0.3-6.7-15.5-16.7-28.9-35.2-39.3-55.5-0.8-0.6-0.1-2 0.9-1.6 1.5 1.1 2 3.3 3 4.8 7 13.1 15.2 25.6 24.6 37 3.9 4.3 7.4 8.9 11.3 13.1 2.5 2.2 1.2 2.4 0.2 4.7-0.2 1.1 0.2 2.2 1 3 0.8 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m115.1 447.8c-1.3-0.3-1.8-1.7-2.7-2.5-2-2.2-4.9-0.6-5.9 1.6-0.7 1-2.3-0.1-1.6-1.1 2.7-4.8 7.6-4.4 10.5 0.1 7.1-3.8 13.5-8.8 19.1-14.6 0.6-1.1 2.4-0.5 1.8 0.8-1.3 1.5-2.8 3-4.4 4.4-3.6 3.3-7.5 6.3-11.7 8.9-1.7 0.7-3.2 2.3-5.1 2.4z'/%3E%3Cpath fill-rule='evenodd' d='m104.1 446.8c-9.6-7.3-16.7-17.2-23.7-26.8-6.9-9.6-13.2-19.7-17.9-30.6-1-1.4 1.2-2.6 1.7-0.9 7.8 17.5 19.1 33.5 31.6 48 2.7 2.9 5.7 6 8.9 8.4 1.4 0.5 0.8 2.6-0.6 1.9z'/%3E%3Cpath fill-rule='evenodd' d='m91 421.8c-7-1-10.6-10.4-7.9-16.4 3.4-11.5 23.1-15.7 29.1-4.4 3.3 6.5-0.5 11.8-5.9 15.5-4.4 3-9.7 6.4-15.3 5.3zm2.1-1.7c6.5-0.5 12.5-4.7 16.7-9.5 3.4-3.8 1.3-10.2-2.8-12.6-9-4.8-21.7 0.7-22.9 11.1-0.2 5.4 3.1 11.2 9 11z'/%3E%3Cpath fill-rule='evenodd' d='m84.2 392.8c-2.6-3-4.3-6.8-6.2-10.3-0.5-1.1 1.2-1.9 1.7-0.8 1.7 3.1 3.2 6.2 5.3 9.1 0.5 0.5 1.2 1.2 0.6 1.9-0.4 0.4-1 0.4-1.4 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m89 391c-1.7-2.7-3.4-5.4-4.7-8.3-0.4-0.9-1.1-2.6 0.3-2.8 1 0 1 1.1 1.3 1.8 1.4 3 3 5.5 4.7 8.2 0.7 1-0.9 2.1-1.6 1.1z'/%3E%3Cpath fill-rule='evenodd' d='m113.9 433.2c-2.3-1.7-4.3-3.9-6.2-6.1-0.6-1.1-3-2.2-1.9-3.5 0.4-0.4 1-0.3 1.4 0.1 1.5 1.7 3 3.4 4.5 5 1.1 1 2.1 2.1 3.3 2.9 1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m117.9 430.2c-2.1-1.5-3.6-3.6-5.3-5.5-0.8-0.8-2.5-2.9-0.4-3.1 0.4 0 0.7 0.2 0.8 0.6 1.5 1.8 3 3.5 4.6 5.2q0.6 0.7 1.4 1.2c1 0.7-0.1 2.3-1.1 1.6z'/%3E%3Cpath fill-rule='evenodd' d='m49.7 428c-3.8-0.3-10-0.2-12.1-3.8-0.5-1.1-0.4-3.3 1.2-3.3 3.8-6 16.4-7.4 22.5-4.7 4.8 1.9 6.7 7.3 1.5 10-4 1.9-8.7 1.8-13.1 1.8zm3.8-1.9c17.4-0.3 10.7-11.2-2.5-9-3.3 0.5-7 1.1-9.5 3.5-0.7 0.5-1 1.6-2 1.6-1.9 4 11.6 4 14 3.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.4 432.3c-4.4-0.2-12-0.6-11.5-6.6 0.1-1.1-0.1-2.5 0.8-3.3 0.5-0.3 1-0.2 1.3 0.3 0.5 0.6-0.1 1.1-0.1 1.7-0.2 1.7-0.4 4 1.7 4.6 3.7 1.6 7.9 1.4 11.9 1.3 4.6 0.1 13.2-0.4 11.5-7.1-0.1-0.5 0.2-1 0.7-1.1 1.8-0.1 1.4 2.7 1.3 3.8-1.7 7.6-11.7 6-17.6 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m48.2 437.5c-4.7 0-12.9-2-11.2-8.2 0.6-2 3.5-0.7 1.8 0.8-0.7 7 13.6 5.6 18.1 5.2 3.3-0.4 8.7-1.6 7.3-6-0.2-1.9 2.5-1.8 2.1 1.7-0.8 7.3-12.6 6.3-18.1 6.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.9 441.6c-2.8-0.1-5.7-0.8-8.4-1.6-2.2-0.6-4.7-1.5-4.4-4.1-0.1-1.1-0.2-2.2-0.3-3.2 0-1.2 1.9-1.1 1.9 0 0.2 1.4 0.2 2.9 0.4 4.3 0.3 0.2 0.7 0.3 1 0.5 3.4 1.3 7 2.1 10.6 2.2 3.8-0.3 14.1-0.4 13.9-5.8 0.3-1.8 2.5-1.1 1.8 1.4-1.3 5.9-11.6 6.1-16.5 6.3z'/%3E%3Cpath fill-rule='evenodd' d='m48.3 446.4c-4.2-0.4-11.7-2.6-10.3-8.1 0.5-0.9 2-0.6 1.9 0.4-1 4.5 6.8 5.8 10 5.8 2.2 0 4.4-0.5 6.6-0.8 2.5-0.6 5.8-0.3 7.5-2.6 0.7-1.1 0.8-2.4 0.4-3.7-0.1-0.5 0.3-1 0.8-1.1 1.7-0.1 1.4 2.8 1.2 3.9-0.8 4.4-5.8 4.8-9.4 5.3-2.9 0.5-5.8 1.2-8.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m48.1 450.3c-4.3-0.1-11.5-1.5-8.6-7.3 0.7-1 2.2 0 1.6 1-0.5 1.6-0.5 2.7 1.2 3.3 2.4 1 5.1 1.2 7.7 1.2 3.7-0.2 12.6 0.3 14.2-3.8 0.5-1 0.2-2.1-0.1-3.1-0.2-0.8 0.9-1.4 1.5-0.9 0.6 0.5 0.6 1.4 0.7 2.1 0.7 8.5-12.6 7.4-18.2 7.5z'/%3E%3Cpath fill-rule='evenodd' d='m49.3 454.7c-3.4-0.4-8.4-0.7-9.6-4.5-0.2-1.2-0.2-3.1 1.1-3.6 1.8 0 0.9 1.3 0.7 2.3-0.2 6.3 23.6 4.5 22.8-2.2 0.4-1.9 2.8-1.1 1.7 1.6-2.4 6-11.1 6.2-16.7 6.4z'/%3E%3Cpath fill-rule='evenodd' d='m54.3 458.7c-4.5-0.3-10.9 0-13.9-4-2.4-4.7 1.4-5.5 1.1-2.7 0.4 5 9.3 4.6 13 4.8 4.2 0.2 11.4-1.5 9.7-7.1 1.6-5.4 7.2 9.2-9.9 9z'/%3E%3Cpath fill-rule='evenodd' d='m82.2 461.6c-10.2-2.5-3.2-14.2 2.6-17.8 1.3-0.8 6.4-4.2 6.8-1.5 0 0.9-0.9 0.9-1.5 1-3.2 1-6.1 3.2-8.2 5.8-5.7 6.6-2.8 13 6 10 3.2-1.3 5.9-3.6 8.1-6.2 0.9-0.8 1.1-3.1 2.6-2.6 1.8 1.3-2.1 4.7-2.9 5.8-3.5 3.4-8.5 6.5-13.5 5.4z'/%3E%3Cpath fill-rule='evenodd' d='m84.3 463.9c-2.7-0.4-5-2.1-6.4-4.3-0.5-0.5-0.9-1.3-0.3-1.8 2.3-1.5 2.4 6.2 11.6 4.1 3.9-1.2 7-4.2 9.7-7 0.8-0.7 0.9-2.7 2.3-2.2 1.7 1.3-1.9 4.4-2.9 5.4-3.7 3.7-8.6 7-14 5.8z'/%3E%3Cpath fill-rule='evenodd' d='m91 462.2c-0.8-0.4-1.7-0.8-2.5-1.1-1.2-0.2-0.8-2.1 0.4-1.9 1 0.3 2 0.9 3 1.3 1.1 0.5 0.2 2.3-0.9 1.7z'/%3E%3Cpath fill-rule='evenodd' d='m94 459.5c-0.5-0.7-1.6-1.7-0.8-2.5 0.4-0.3 1-0.3 1.4 0.1 0.3 0.4 0.5 0.8 0.8 1.2 0.9 0.9-0.6 2.2-1.4 1.2z'/%3E%3Cpath fill-rule='evenodd' d='m97.8 456.4c-1-0.1-2-1.9-0.7-2.4 1.4-0.4 2.6 2.5 0.7 2.5z'/%3E%3Cpath fill-rule='evenodd' d='m44.2 423.3c-1.7-1 0.5-2.7 1.6-3.1 2.9-1.4 6.3-1.4 9.6-1.4 1.7 0.4 0.7 2.3-0.8 1.9-3.1 0.1-6.7 0-9.2 2-0.2 0.5-0.8 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m82.4 456.2c-2.6-0.5 1.7-6.7 2.7-7.8 0.9-0.7 2.5-2.7 3.6-1.5 0.3 0.5 0.2 1.1-0.3 1.4-2.6 1.4-4 4.2-5 6.9 0 0.6-0.5 1.1-1 1z'/%3E%3Cpath fill-rule='evenodd' d='m95 419.3c-2.8-7 3.2-5.7 4.3-8.8-0.1-7.3 5.2-4 3-7.4-2-2-3.2 1.5-3.8 3-1 1.9-3.3 1.3-5 1.1-2.4 0.2-0.5 4.8-4 4.8-1.8-0.1-2.7-2-4.3-2.4-1.2-0.4-0.6-2.2 0.6-1.9 1.5 0.4 2.3 1.8 3.7 2.4q-0.1-0.1-0.1-0.1 0 0 0 0 0.2 0.1 0.4 0-0.1 0-0.1 0c0.6-0.3 0.4-1.3 0.6-1.9 0.8-3.7 3.5-2.6 6.2-2.6 1.1-1.2 1.2-3.3 2.7-4.2 2.6-2 6.3 1 5.5 3.9-0.4 1.5-2.2 1.4-3.1 2.5-0.8 5.2-0.4 4.6-4.9 7.3-0.9 0.9-0.5 2.4 0 3.4 0.5 1.1-1.2 2-1.7 0.9z'/%3E%3Cpath fill-rule='evenodd' d='m455.4 57.5c3 6.8 14.8 17.8 9.1 25.1-4.6 3.7-10.1 6.3-15.4 8.8-9.2 4.8-18.6 9-27.7 13.8-7.6 3.5-20 11.9-28.3 9.7-1.1-0.1-2.9-1.9-3.1-3.1-6.9-11.8-14-23.6-20-35.9-1.2-2.3-2.3-4.6-3.6-6.8-0.2-0.4-0.5-0.8-0.6-1.2-0.3-0.6-0.3-1.5-0.2-2 0.5-3.7 4.3-5.6 7.3-7.1 8.2-3.8 16.5-7.6 24.8-11.1 7.5-3.3 14.9-7 22.3-10.6 5.1-2.4 10.3-5.4 16-5.9 4.5-0.5 6.3 4.1 8.4 7.1 3.9 6.3 7.2 12.9 11 19.2zm7.4 15.6q-0.1 0.3-0.3 0.5-0.3 0.3-0.7 0.3-0.2 0-0.4-0.1-1.2 0.6-2.5 1.1c-17 7.2-33.5 15.3-50.5 22.4-5.2 2.3-10.3 5.1-15.6 7.2-1 0.2-2.7 1.4-3.9 1.7q0.7 1.2 1.4 2.4c0.4 0.8 0.8 1.5 1.3 2.2q0.1 0.1 0.1 0.2c0.4 0.5 0.4 1.3 1.1 1.7 5.6 2.7 13.2-2.3 18.5-4.5 11.1-5.7 22.3-11.2 33.5-16.8 6.3-3.4 13.7-5.8 18.8-10.8 0.9-2.5 0.3-5-0.8-7.5zm-6.7-10.2q0.1 0 0.2 0.1-0.7-1.2-1.3-2.4c-4.6-7.6-8.5-15.7-13.4-23.1-1.3-1.6-2.1-4.1-4.4-4.3-4.8-0.2-9.4 2.4-13.7 4.3-7.4 3.6-14.8 7.3-22.3 10.7-8.4 3.7-16.8 7.4-25.1 11.2-3.2 1.7-9.2 3.3-8.5 7.8q0 0.1 0 0.2c1.1 1.1 2 4 2.7 4.9 3.4 7.2 7.2 14.2 11.2 21.1q0.7 1.2 1.4 2.4c1.7-1.9 9.6-4.3 10.5-4.9 4-1.8 7.8-3.9 11.8-5.8 12.6-6.1 25.3-12.1 38.3-17.3 1.5-0.4 7.4-3.8 10.8-4.8q0 0 0 0c0-0.2 0.1-0.4 0.3-0.6q0.3-0.3 0.7-0.3c0.4 0 0.7 0.4 0.8 0.8z'/%3E%3Cpath fill-rule='evenodd' d='m380.6 76c-3.3-1.6 3-3.7 4.2-4.3 3.7-1.7 7.4-3.4 11-5.1 3.4-1.5 6.7-2.9 10.1-4.3 1-0.6 2 1.1 0.8 1.6-8.7 3.9-17.8 7.7-26.1 12.1z'/%3E%3Cpath fill-rule='evenodd' d='m414.1 61.4c-2-1 0.5-2.6 1.6-3.1 1.2-0.4 3.4-2.7 4.5-1.2 0.8 1.6-3.9 2.6-4.9 3.7-0.1 0.5-0.7 0.8-1.2 0.6z'/%3E%3Cpath fill-rule='evenodd' d='m434.2 59c-3.3 0.7-6.7-6-3.5-5.9 3.7-2 7.8-4.2 12-4.2 2 0.5 3.5 3.1 3.1 5-1.8 3.1-8.2 5-11.6 5.1zm0.2-1.9c3.3-0.3 6.8-1.6 9.4-3.6 0.4-0.9-0.7-2.8-1.8-2.8-3.8 0.5-7.2 2.5-10.5 4 0.4 1.4 1.3 2.7 2.9 2.4zm-3.8-2.2q0.1 0 0.3-0.1-0.2 0.1-0.3 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m431.9 106.2c-1.8-2.3 9.5-5.6 11.2-6.6 3.1-1.2 6.3-2.3 9.4-3.5 0.5-0.2 1 0 1.2 0.5 1.3 1.6-10.6 4.7-12.2 5.7-2.1 0.9-4 1.7-6 2.6-1.2 0.3-2.4 2.2-3.6 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m446.2 104.4c-0.4-1.7 3.2-1.9 4.3-2.7 1.4-0.3 8.3-4.9 7.5-1.5-1.7 1.4-4.1 1.8-6 2.9-1.3 0.3-5 3-5.8 1.3z'/%3E%3Cpath fill-rule='evenodd' d='m3 88.8c-0.3-0.1-0.5-0.2-0.6-0.5-0.8 0.5-2 0.5-2.1-0.6 0.2-1.2 1.8-1.1 2.6-1.7 4.9-2.6 9.5-5.7 13.7-9.3 11.9-11.2 20.2-26.3 25.6-41.6-2.8-1-5.9-1-8.9-1.3-5.1-0.5 0.2-4.5 2.2-5.5q4-2.4 7.5-5.4c6.8-6.2 12.6-13.4 18.4-20.4 2.9-4.8 4.4-2.3 5.9 1.6 1.5 3.8 2.6 7.8 3.8 11.7 2.2 6.8 5.3 13.4 6.7 20.4-0.5 2.9-4.5 2.2-6.6 2.4-5.9-0.4-4.3 0.8-6.3 5.4-1.6 4.7-4 9.1-6.9 13.2-12.6 17.4-32.5 32.7-55 31.6zm2.3-1.8c12.3-0.1 23.8-5.1 33.4-12.6 7.9-6.2 15.1-13.5 20.3-22.2 1.9-3.2 3.4-6.6 4.6-10.1 0.8-1.9 1.1-4.7 3.3-5.3 3-0.3 6.1 0.4 9-0.6-1.6-7.1-4.6-13.7-6.8-20.5-1.5-4.6-2.7-9.4-4.9-13.7-5.3 6.8-11 13.3-17 19.5-3.9 4.2-8.9 7.1-13.6 10.5 14.4 0.7 11.2 2.4 6.5 13.6-7.7 16.5-18.3 32.8-35 41.4q0.1 0 0.2 0z'/%3E%3Cpath fill-rule='evenodd' d='m39.8 42.1c-2.5-0.9-5.9-0.5-7.8-2.6-0.6-2-0.1-4.3-0.3-6.5 0-1.2 1.9-1.2 1.9 0 0.1 1.9 0 3.7 0.1 5.6 1.4 1.2 7.6 0.7 7.3 2.8-0.2 0.6-0.7 0.8-1.2 0.7z'/%3E%3Cpath fill-rule='evenodd' d='m68.3 46.6c0.1-2-1.8-7-1-8.2 2.2-1.4 1.9 3.1 2.4 4.3-0.1 1.3 1.4 4.1-0.3 4.7-0.5 0-1-0.3-1.1-0.8z'/%3E%3Cpath fill-rule='evenodd' d='m8.6 94.1c-4.1 0.3-6.3-1.9-7.4-5.8-0.5-1.5 1.9-2 1.8-0.3 1.2 3.8 3.2 4.5 7 4.2 5.1-0.5 10.2-0.9 14.9-2.8 12.3-4.1 23.2-11.7 31.7-21.5 4.8-5.3 9.1-11.2 11.7-17.8 0.5-1.4 0.9-2.9 0.5-4.4q-0.1-0.4 0.1-0.7c2.7-2.1 2 3.9 1.4 5.1-2.7 7.4-7.5 13.9-12.8 19.6-12.3 14-30 24-48.9 24.4z'/%3E%3Cpath fill-rule='evenodd' d='m76.2 43.5c-0.1-1.9 0-3.9-0.5-5.8 0-0.7 0.8-1.2 1.4-0.9 1.5 1.4 0.6 4.7 1 6.7 0 1.2-1.9 1.2-1.9 0z'/%3E%3Cpath fill-rule='evenodd' d='m69.6 46.8c-1.7-2.6 3.7-2.2 5.2-2.3 1.1 0.2 3.4-0.7 3.7 0.9-0.3 1.8-3.5 0.7-4.9 1-0.9 0.1-1.9 0.1-2.8 0.3-0.3 0.3-0.9 0.4-1.2 0.1z'/%3E%3Cpath fill-rule='evenodd' d='m76.8 45.4c-0.6-0.7-0.9-2.6 0.3-2.8 0.5-0.1 1.1 0.3 1.1 0.8 0.3 1.1 0.2 2.8-1.4 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-240deg);
}
.terminalCTA__wrap .heading {
  margin: 0 0 4rem;
}
.terminalCTA__wrap .heading h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  margin: 0 0 3rem;
}
.terminalCTA__wrap .heading h2 b {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0 0 2rem;
}
.terminalCTA__wrap .heading h2 span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.terminalCTA__wrap .heading h2 span:after {
  content: "";
  width: 103%;
  height: 90%;
  background-color: var(--white);
  transform: rotate(-2deg);
  position: absolute;
  left: -1.5%;
  top: 5%;
  z-index: -1;
}
.terminalCTA__wrap .heading p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
.terminalCTA__wrap .cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1299px) {
  .terminalCTA__wrap .decoration {
    left: -140px;
    top: -120px;
  }
}
@media (max-width: 1199px) {
  .terminalCTA__wrap .decoration {
    left: 0;
    top: -70px;
  }
  .terminalCTA__wrap .decoration .vec {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .terminalCTA__wrap .heading {
    margin: 0 0 3rem;
  }
  .terminalCTA__wrap .heading h2 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
  .terminalCTA__wrap .heading h2 b {
    font-size: 3rem;
    margin: 0 0 1.5rem;
  }
  .terminalCTA__wrap .heading p {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .terminalCTA__wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .terminalCTA__wrap .decoration .vec {
    width: 140px;
  }
  .terminalCTA__wrap .heading h2 {
    font-size: 1.85rem;
  }
  .terminalCTA__wrap .heading h2 b {
    font-size: 2.65rem;
  }
  .terminalCTA__wrap .heading p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .terminalCTA__wrap .heading h2 {
    font-size: 1.5rem;
  }
  .terminalCTA__wrap .heading h2 b {
    font-size: 2.25rem;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

.d-none {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Vend Sans", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, body input, body textarea {
  font-family: "Literata", sans-serif;
}
body p {
  margin: 0 0 1rem;
}
body p:last-of-type {
  margin: 0;
}
body a:not(.btn) {
  position: relative;
  text-decoration: none;
}
body a:not(.btn).hover-white:after {
  background-color: var(--white);
}
body a:not(.btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
body a:not(.btn):hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
body a:not(.btn):not(:hover)::after {
  transform-origin: right;
}

.btn {
  padding: 1rem 2rem;
  border: 1px solid var(--black);
  border-radius: 1.5rem;
  text-decoration: none;
  transition: ease 0.3s;
}
.btn span {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
  transition: inherit;
}
.btn:hover {
  background-color: var(--black);
}
.btn:hover span {
  color: var(--white);
}
.btn--solid-white {
  border-color: var(--white);
  background-color: var(--white);
}
.btn--solid-white span {
  color: var(--black);
}
.btn--solid-white:hover {
  border-color: var(--black);
}

@media (max-width: 991px) {
  .btn {
    padding: 0.75rem 1.35rem;
  }
  .btn span {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .btn {
    padding: 0.5rem 1.15rem;
  }
  .btn span {
    font-size: 1rem;
  }
}
.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(0.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: ease 0.5s;
}
.popup--ready {
  opacity: 1;
  pointer-events: auto;
}
.popup--active .popup__wrap {
  opacity: 1;
}
.popup__close {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  background-color: var(--white);
  padding: 0.25rem;
  position: absolute;
  right: -2.25rem;
  top: -2.25rem;
  cursor: pointer;
}
.popup__close:hover .icon-close {
  transform: rotate(-90deg);
}
.popup__close .icon-close {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%2300'%3E%3Cpath d='M256-227.69 227.69-256l224-224-224-224L256-732.31l224 224 224-224L732.31-704l-224 224 224 224L704-227.69l-224-224-224 224Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: ease 0.3s;
}
.popup__wrap {
  background-color: var(--white);
  border-radius: 3rem;
  opacity: 0;
  transition: ease 0.5s;
  position: relative;
}
.popup__content {
  padding: 2rem 1rem;
}
.popup__content p {
  font-size: 1rem;
  color: var(--black);
  margin: 0 0 2rem;
}
.popup__content iframe {
  margin: 3rem 0 0;
}
.popup__heading {
  margin: 0 0 2rem;
}
.popup__heading h3 {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--black);
  margin: 0 0 0.75rem;
  text-align: center;
}
.popup__heading h3 span {
  position: relative;
  z-index: 2;
}
.popup__heading h3 span:after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: var(--primary);
  position: absolute;
  bottom: 0.55rem;
  left: 0;
  z-index: -1;
}
.popup__heading p {
  font-size: 1rem;
  color: var(--black);
  margin: 0 0 2rem;
  text-align: center;
}

@media (max-width: 575px) {
  .popup__wrap {
    max-height: 90%;
    max-width: calc(100% - 2rem);
    margin: 0 auto;
    overflow: scroll;
    scrollbar-width: none;
  }
  .popup__wrap::-webkit-scrollbar {
    display: none;
  }
  .popup__heading h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .popup__heading h3:after {
    height: 0.35rem;
    bottom: 0.4rem;
  }
}

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