* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  overscroll-behavior: none;
  overflow-x: hidden;
  color: #475768;
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel] {
  color: inherit;
}

.container {
  width: calc(100% - 200px);
  max-width: 1290px;
  margin: 0 auto;
}

.content {
  width: calc(100% - 200px);
  max-width: 1250px;
  margin: 0 auto;
}

p {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.44em;
  color: #475768;
}

h1, h2 {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 4.7rem;
  color: #fff;
  text-shadow:1px 1px 1px #000;
}

h3 {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 2.944rem;
  line-height: 3.9rem;
  color: #446b96;
}

h3 span {
  color: #3b7583;
  font-style: italic;
}

h1 span {
  color: #3b7583;
  font-style: italic;
}

h4 {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
}

.global-btn {
  display: inline-block;
  padding: 22px 35px;
  text-transform: uppercase;
  text-align: center;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4px;
  color: #fff;
  border: solid 1px #3b7583;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.global-btn:hover {
  background-color: #3b7583;
  border-color: #3b7583;
}

.page-title {
  width: 87px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-right: solid 1px rgba(130, 149, 174, 0.4);
}
.page-title h4 {
  font-size: 13px;
  line-height: 18px;
  color: #727e8d;
  transform-origin: center center;
  position: absolute;
  bottom: 30px;
  transform-origin: top left;
  left: 35px;
  transform: rotate(-90deg);
  width: 100%;
  text-align: center;
  min-width: 170px;
}

/****** TEXT ANIMATION *****/
.split, .splitText, .split-parent {
  overflow: hidden;
  padding-bottom: 0.2rem;
}

/***** PARALLAX *****/
.bg-parallax-parent {
  position: relative;
  overflow: hidden;
}

.bg-parallax {
  position: absolute;
  top: -45%;
  left: 0;
  height: 130%;
  width: 100%;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.inner .s1 {
  padding-top: 12.5rem;
}
.inner .s1 .page-intro {
  max-width: 1100px;
  margin: 0 auto;
}
.inner .s1 .page-intro h4 {
  color: #446b96;
  margin-bottom: 2.5rem;
}
.inner .s1 .page-intro h1, .inner .s1 .page-intro h3 {
  font-size: 2.9rem;
  line-height: 3.5rem;
  margin-bottom: 4rem;
}

/***** HEADER *****/
header {
  /* Mobile */
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: background-color 0.3s ease;
  z-index: 101;
  padding: 1.5rem 0;
}
header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2rem;
}
header .logo {
  display: block;
  width: 315px;
  height: 62px;
  background: url(/i/s-takeoff-logo.png) no-repeat center/contain;
  position: relative;
  z-index: 10;
  transition: width 0.3s ease;
}
header nav .wrapper {
  text-align: right;
}
header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.23rem;
}
header nav ul .home {
  display: none;
}
header nav ul li a {
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  transition: color 0.3s ease;
  cursor: pointer;
  position: relative;
}
header nav ul li a:hover, header nav ul .selNav a {
  font-weight: 500;
}
header nav ul .client-login a {
  display: block;
  text-align: center;
  width: 153px;
  padding: 15px 0;
  background-color: #3b7583;
  border-radius: 50px;
}
header nav ul .client-login a:hover {
  font-weight: 300;
}
header .menu_container {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}
header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 44px;
  height: 20px;
}
header .menu_container #menu_btn i {
  transition-delay: 0.6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
}
header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}
header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}
header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

header.color .logo {
  background-image: url(/i/s-takeoff-logo.png);
}
header.color nav ul li a {
  font-weight: 400;
  color: #1c324d;
}
header.color nav ul li a:hover, header.color nav ul .selNav a {
  font-weight: 500;
}
header.color nav ul .client-login a {
  color: #fff;
}
header.color nav ul .client-login a:hover {
  font-weight: 400;
}
header.color #menu_btn i {
  background-color: #1c324d;
}

header.scroll:not(.active) {
  background: #fff;
  border-bottom: solid 1px rgba(130, 149, 174, 0.4);
}
header.scroll:not(.active) .logo {
  background-image: url(/i/s-takeoff-logo.png);
}
header.scroll:not(.active) nav ul li a {
  font-weight: 400;
  color: #1c324d;
}
header.scroll:not(.active) nav ul li a:hover, header.scroll:not(.active) nav ul .selNav a {
  font-weight: 500;
}
header.scroll:not(.active) nav ul .client-login a {
  color: #fff;
}
header.scroll:not(.active) nav ul .client-login a:hover {
  font-weight: 400;
}
header.scroll:not(.active) #menu_btn i {
  background-color: #1c324d;
}

/****** HEADER ACTIVE ******/
header.active .logo {
  background: url(/i/s-takeoff-logo.png) no-repeat center/contain;
}
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #233449;
}
header.active nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}
header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  border-top: solid 1px rgba(130, 149, 174, 0.4);
}
header.active nav ul .home {
  display: block;
}
header.active nav ul li:not(.client-login) {
  width: 100%;
}
header.active nav ul li:not(.client-login) a {
  display: block;
  text-align: center;
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 2.83rem;
  line-height: 3.5rem;
  color: #fff;
  margin-left: 0;
  position: relative;
  padding: 1rem;
  text-align: left;
  transition: color 0.3s ease;
  border-bottom: solid 1px rgba(130, 149, 174, 0.4);
}
header.active nav ul li.selNav a {
  font-style: italic;
}
header.active nav ul .client-login {
  margin-left: 1rem;
  margin-top: 4rem;
}
header.active #menu_btn i {
  top: 5px;
  background: #fff;
}
header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(2) {
  display: none;
}

/***** FOOTER *****/
footer {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
footer .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(/i/home-footer2.jpg) no-repeat center/cover;
}
footer .slide-inner::after{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4)}
footer .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.5019607843);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
  z-index:1;
}
footer .wrap .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
footer .wrap .nav {
  width: 70%;
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, 0.5019607843);
}
footer .wrap .nav ul {
  list-style: none;
}
footer .wrap .nav ul li a {
  display: block;
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 3.27rem;
  line-height: 4rem;
  color: #fff;
  padding: 0.5rem 0 1rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
  position: relative;
  transition: color 0.3s ease;
}
footer .wrap .nav ul li a:hover {
  color: #90b0b3;
}
footer .wrap .nav ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.5019607843);
  left: -100vw;
  bottom: -1px;
}
footer .wrap .nav ul .selNav a {
  font-style: italic;
}

footer .wrap .nav ul .client-login {
  display: none;
}
footer .wrap .disclaimers {
  width: 30%;
  position: relative;
}
footer .wrap .disclaimers > div {
  max-width: 207px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
footer .wrap .disclaimers a, footer .wrap .disclaimers button {
  display: block;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.6rem;
  transition: color 0.3s ease;
  text-align: center;
  margin: auto;
}
footer .wrap .disclaimers a:hover, footer .wrap .disclaimers button:hover {
  color: #93aac5;
}
footer .wrap .disclaimers .social {
  margin-bottom: 7.5rem;
}
footer .wrap .disclaimers .social a {
  width: 63px;
  height: 63px;
  margin: 0 auto 14px auto;
}
footer .wrap .disclaimers .social svg {
  width: 100%;
}
footer .wrap .disclaimers .social a:hover .cls-1 {
  fill: #fff;
  transition: fill 0.3s ease;
}
footer .wrap .disclaimers .social a:hover .cls-2 {
  fill: #446b96;
  transition: fill 0.3s ease;
}
footer .container.bottom {
  position: absolute;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  bottom: 30px;
  z-index:1;
}
footer .container.bottom p {
  font-size: 1.12rem;
  line-height: 1.6rem;
  color: #fff;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}
body .cookie-disclaimer * {
  color: #475768;
  text-transform: none !important;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
}
body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}
body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-family: "playfair-display", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}
body .cookie-disclaimer h3 {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}
body .cookie-disclaimer h3.c-on {
  color: #93aac5 !important;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #93aac5;
  color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref a, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #3a5574;
  color: #fff;
}
body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
body .cookie-disclaimer .btn-close {
  background-image: url(/i/x-close.svg);
}

/***** MEDIA *****/
@media screen and (max-width: 1350px) {
  .container, .content {
    width: calc(100% - 2rem);
  }
  .inner .s1 .page-intro {
    max-width: none;
  }
  .inner .s1 .page-intro h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 4.1rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-title {
    display: none;
  }
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  header.active nav ul li {
    opacity: 1 !important;
  }
  footer .wrap .nav ul li a {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
  footer .wrap .disclaimers a, footer .container.bottom p, footer .wrap .disclaimers button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: 0.5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: 0.75rem !important;
  }
}

#login .column{display:inline-block;vertical-align:top;width:50%;box-sizing:border-box;}
#login .fx-field{margin-bottom:30px;}
#login .fx-field label{line-height:1.3em;padding:0;background:#e3ebe9}
#login .fx-field input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #e3ebe9 inset !important;}
#login input[type=text],#login input[type=password]{font-size: .9rem;line-height: 1.3em;
            color: #000;
            display: block;
            width: 100%;
            background-color: transparent;
            border: 1px solid #000;
            border-width: 0 0 1px 0;
            appearance: none;
            -webkit-appearance: none;
            padding: 1rem 0 .5rem 0;
        }
#login .fx-input:focus ~ label,#login .fx-input.hasData ~ label{top:0 !important;padding:0}
#login label {
            position: absolute;
            left: 0;
            top:25px;
            will-change: transform;
            transform-origin: top;
            transition: transform .4s ease;
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #000;
            letter-spacing: .2em;
        }
#login input[type=button],.btn{display: flex;justify-content: center;align-items: center;cursor: pointer;width: max-content;padding: 1rem 2.5rem;border-radius: 2.85rem;border: 0;appearance: none;-webkit-appearance: none;margin-top: 1rem;color:#fff;font-size:1rem;font-weight:500;font-family: 'montserrat',sans-serif;background-color:#3b7583}
#login input[type=button]:hover,.btn:hover{background:#84b48c;}
#login h3{margin-bottom:20px}
#login .mt-bad{color:#ff0000;font-size:0.75em;left:0 !important;top:100% !important;line-height:20px;padding:0;}
#login .checkbox{margin:5px 20px 5px 0;display:inline-block}
#login {width:90%;max-width:400px;border-radius:20px;box-shadow:0px 0px 100px #84b48c;box-sizing:border-box;position:fixed;display:none;padding:50px;z-index:11;background:#e3ebe9;left:50%;top:50%;transform:translate(-50%,-50%);max-height:90vh}
#login button{outline: none;border: none;cursor: pointer;display: block;position: absolute;top: 15px;right: 15px;width: 20px;height: 20px;background: url(/i/close-icon.svg) no-repeat center/cover;}
#shade{background:rgba(0,0,0,0.9);z-index:10;position:fixed;width:100%;height:100%;left:0;top:0;display:none;}


@media screen and (max-height: 850px) {
  footer .wrap .nav ul li a {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
  footer .wrap .disclaimers a, footer .container.bottom p, footer .wrap .disclaimers button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-height: 810px) {
  footer {
    height: auto;
  }
  footer .slide-inner {
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 6rem 0 0 0;
  }
  footer .wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  footer .container.bottom {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .bg-parallax {
    height: 100%;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.1rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  h4 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 3px;
  }
  .inner .s1 {
    padding-top: 9rem;
  }
  .inner .s1 .page-intro h4 {
    margin-bottom: 1.5rem;
  }
  .inner .s1 .page-intro h3 {
    font-size: 1.6rem !important;
    line-height: 2.3rem !important;
    margin-bottom: 2.5rem;
  }
  .global-btn {
    font-size: 11px;
    padding: 17px 31px;
    letter-spacing: 3px;
  }
  header .logo {
    width: 220px;
    height: 45px;
  }
  header.active nav ul li:not(.client-login) a {
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 0.5rem 1rem;
  }
  header.active nav ul .client-login {
    margin-top: 2.5rem;
  }
  header.active nav ul .client-login a {
    font-size: 15px;
    padding: 13px 0;
    width: 145px;
  }
  footer {
    height: auto;
  }
  footer .slide-inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 6rem 0 0 0;
    height: auto;
  }
  footer .wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    border-bottom: none;
  }
  footer .wrap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  footer .wrap .nav {
    width: 100%;
    border-right: 0;
  }
  footer .wrap .nav ul li a {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
  }
  footer .wrap .nav ul li a::before {
    display: none;
  }
  footer .wrap .nav ul .contact a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
  }
  footer .wrap .nav ul .client-login {
    display: block;
  }
  footer .wrap .disclaimers {
    width: 100%;
    padding: 2rem 1rem 0 1rem;
  }
  footer .wrap .disclaimers > div {
    max-width: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  footer .wrap .disclaimers a, footer .wrap .disclaimers button {
    margin-bottom: 5px;
    text-align: left;
  }
  footer .wrap .disclaimers button {
    margin: 0 0 5px;
  }
  footer .wrap .disclaimers .social {
    gap: 14px;
    margin-bottom: 1rem;
    text-align: left;
  }
  footer .wrap .disclaimers .social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
  footer .wrap .disclaimers .social a:first-of-type {
    margin-left: 0;
  }
  footer .container.bottom {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 1rem 0 3rem 0;
    text-align: left;
    margin-top: 0;
  }
  footer .container.bottom p {
    text-align: left;
    max-width: 320px;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

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