@font-face {
  font-family: 'Graphik';
  src: url("/static/fonts/graphik/regular.woff2") format("woff2"), url("/static/fonts/graphik/regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Medium';
  src: url("/static/fonts/graphik/medium.woff2") format("woff2"), url("/static/fonts/graphik/medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Semibold';
  src: url("/static/fonts/graphik/semibold.woff2") format("woff2"), url("/static/fonts/graphik/semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@font-face {
  font-family: 'Graphik';
  src: url("/static/fonts/graphik/regular.woff2") format("woff2"), url("/static/fonts/graphik/regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Medium';
  src: url("/static/fonts/graphik/medium.woff2") format("woff2"), url("/static/fonts/graphik/medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Semibold';
  src: url("/static/fonts/graphik/semibold.woff2") format("woff2"), url("/static/fonts/graphik/semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

.Clickable__resets--39gf4 {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }

.Clickable__theme-btn-white--3LqTY, .Clickable__theme-btn-blue--2TfIW, .Clickable__theme-btn-blue-bordered--3fi0M, .Clickable__theme-btn-white-bordered--2eoMH, .Clickable__theme-btn-blue-bordered-light--2QSuk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 15rem; }

.Clickable__theme-btn-white--3LqTY, .Clickable__theme-btn-blue--2TfIW, .Clickable__theme-btn-blue-bordered--3fi0M, .Clickable__theme-btn-white-bordered--2eoMH, .Clickable__theme-btn-blue-bordered-light--2QSuk {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 4px; }

.Clickable__theme-link-default--1srGU:after, .Clickable__theme-link-strong--17uR8:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  visibility: hidden;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s; }

.Clickable__theme-link-default--1srGU:hover:after, .Clickable__theme-link-strong--17uR8:hover:after {
  transform: scaleX(1);
  visibility: visible; }

.Clickable__theme-btn-white--3LqTY {
  color: #2c2c2c;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s; }
  .Clickable__theme-btn-white--3LqTY:hover {
    opacity: 0.8; }

.Clickable__theme-btn-blue--2TfIW {
  color: #ffffff;
  background-color: #3578e5;
  transition: all 0.3s; }
  .Clickable__theme-btn-blue--2TfIW:hover {
    background-color: #2156ae; }

.Clickable__theme-btn-blue-bordered--3fi0M {
  color: #ffffff;
  border: 2px solid #3578e5;
  transition: all 0.3s; }
  .Clickable__theme-btn-blue-bordered--3fi0M:hover {
    border-color: #2156ae;
    background-color: #2156ae; }

.Clickable__theme-btn-white-bordered--2eoMH {
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 0.3s; }
  .Clickable__theme-btn-white-bordered--2eoMH:hover {
    border-color: #2156ae;
    background-color: #2156ae; }

.Clickable__theme-btn-blue-bordered-light--2QSuk {
  color: #2c2c2c;
  border: 2px solid #3578e5;
  transition: all 0.3s; }
  .Clickable__theme-btn-blue-bordered-light--2QSuk:hover {
    color: #ffffff;
    border-color: #2156ae;
    background-color: #2156ae; }

.Clickable__theme-link-default--1srGU {
  position: relative;
  color: #ffffff; }
  .Clickable__theme-link-default-active--2Ck3q {
    position: relative; }
    .Clickable__theme-link-default-active--2Ck3q:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      bottom: -3px;
      left: 0; }

.Clickable__theme-link-strong--17uR8 {
  font-family: "Graphik-Medium";
  position: relative;
  color: #ffffff; }
  .Clickable__theme-link-strong-active--1aSNw {
    font-family: "Graphik-Medium";
    position: relative; }
    .Clickable__theme-link-strong-active--1aSNw:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      bottom: -3px;
      left: 0; }

.Clickable__theme-link-bordered--AZWIL {
  position: relative;
  padding: 1.1rem 2.2rem;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.3s; }
  .Clickable__theme-link-bordered--AZWIL:hover {
    color: #2c2c2c;
    background-color: #ffffff; }
  .Clickable__theme-link-bordered-active--19Cam {
    padding: 1.1rem 2.2rem;
    color: #2c2c2c;
    background-color: #ffffff;
    border-radius: 4px; }

.Clickable__theme-underline--mR8KM {
  font-family: "Graphik-Medium";
  text-decoration: underline; }
  .Clickable__theme-underline--mR8KM:hover {
    color: #3578e5; }

.Clickable__theme-pseudo-underline--2ugOc {
  font-family: "Graphik-Medium";
  display: block;
  position: relative;
  transition: all 200ms ease; }
  .Clickable__theme-pseudo-underline--2ugOc:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: #2c2c2c;
    height: 1px;
    width: 100%;
    transition: all 200ms ease; }
  .Clickable__theme-pseudo-underline--2ugOc:hover {
    color: #3578e5; }
    .Clickable__theme-pseudo-underline--2ugOc:hover:after {
      background: #3578e5; }

@font-face {
  font-family: 'Graphik';
  src: url("/static/fonts/graphik/regular.woff2") format("woff2"), url("/static/fonts/graphik/regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Medium';
  src: url("/static/fonts/graphik/medium.woff2") format("woff2"), url("/static/fonts/graphik/medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: 'Graphik-Semibold';
  src: url("/static/fonts/graphik/semibold.woff2") format("woff2"), url("/static/fonts/graphik/semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

.Text__coc-title--2A6xa {
  font-size: 26px;
  line-height: 1.25; }
  @media (min-width: 900px) {
    .Text__coc-title--2A6xa {
      font-size: 32px;
      line-height: 1.25; } }

.Text__coc-section-title--2jJN6 {
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 900px) {
    .Text__coc-section-title--2jJN6 {
      font-size: 20px;
      line-height: 1.5; } }

.Text__coc-paragraph--1Fz88 {
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 900px) {
    .Text__coc-paragraph--1Fz88 {
      font-size: 16px;
      line-height: 1.5; } }

.Text__default-tiny-single--2OvyF {
  font-size: 12px;
  line-height: 1; }

.Text__default-tiny-single-qtr--FkwMe {
  font-size: 12px;
  line-height: 1.25; }

.Text__default-tiny-single-half--2wTcN {
  font-size: 12px;
  line-height: 1.5; }

.Text__default-tiny-single-three-qtr--aWedg {
  font-size: 12px;
  line-height: 1.75; }

.Text__default-tiny-double--1dM2j {
  font-size: 12px;
  line-height: 2; }

.Text__default-tiny-2-single--3pCsL {
  font-size: 14px;
  line-height: 1; }

.Text__default-tiny-2-single-center--1Eyce {
  font-size: 14px;
  line-height: 1;
  width: 100%;
  text-align: center; }

.Text__default-tiny-2-single-qtr--3dNvh {
  font-size: 14px;
  line-height: 1.25; }

.Text__default-tiny-2-single-half--3VW2b {
  font-size: 14px;
  line-height: 1.5; }

.Text__default-tiny-2-single-three-qtr--2HOXR {
  font-size: 14px;
  line-height: 1.75; }

.Text__default-tiny-2-double--1ctS3 {
  font-size: 14px;
  line-height: 2; }

.Text__default-tiny-3-double--1UE5E {
  font-size: 15px;
  line-height: 2; }

.Text__default-medium-single--2jqTq {
  font-size: 16px;
  line-height: 1; }

.Text__default-medium-single-qtr--1KSId {
  font-size: 16px;
  line-height: 1.25; }

.Text__default-medium-single-half--3-9qt {
  font-size: 16px;
  line-height: 1.5; }

.Text__default-medium-single-center--TW5iD {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  text-align: center; }

.Text__default-medium-single-three-qtr--1Ivqp {
  font-size: 16px;
  line-height: 1.75; }

.Text__default-medium-2-double--3yVcj {
  font-size: 18px;
  line-height: 2; }

.Text__default-medium-2-single--2IciH {
  font-size: 18px;
  line-height: 1; }

.Text__default-medium-2-single-qtr--3Ylxj {
  font-size: 18px;
  line-height: 1.25; }

.Text__default-medium-2-single-half--r9Yru {
  font-size: 18px;
  line-height: 1.5; }

.Text__default-medium-2-single-three-qtr--EXgOK {
  font-size: 18px;
  line-height: 1.75; }

.Text__default-medium-2-double--3yVcj {
  font-size: 18px;
  line-height: 2; }

.Text__default-medium-3-single--1Ws9w {
  font-size: 20px;
  line-height: 1; }

.Text__default-medium-3-single-qtr--39zA_ {
  font-size: 20px;
  line-height: 1.25; }

.Text__default-medium-3-single-half--2hRjj {
  font-size: 20px;
  line-height: 1.5; }

.Text__default-medium-3-single-three-qtr--3F8iB {
  font-size: 20px;
  line-height: 1.75; }

.Text__default-medium-3-double--2-kXt {
  font-size: 20px;
  line-height: 2; }

.Text__default-large-single--1351N {
  font-size: 26px;
  line-height: 1; }

.Text__default-large-single-qtr--21b1Z {
  font-size: 26px;
  line-height: 1.25; }

.Text__default-large-single-half--2e99F {
  font-size: 26px;
  line-height: 1.5; }

.Text__default-large-single-three-qtr--1jOlh {
  font-size: 26px;
  line-height: 1.75; }

.Text__default-large-double--2yTPg {
  font-size: 26px;
  line-height: 2; }

.Text__default-large-2-single--1_JS2 {
  font-size: 30px;
  line-height: 1; }

.Text__default-large-2-single-qtr--1zxI8 {
  font-size: 30px;
  line-height: 1.25; }

.Text__default-large-2-single-half--2p8Zi {
  font-size: 30px;
  line-height: 1.5; }

.Text__default-large-2-single-three-qtr--2-iyh {
  font-size: 30px;
  line-height: 1.75; }

.Text__default-large-2-double--1Zq-D {
  font-size: 30px;
  line-height: 2; }

.Text__default-large-3-single--P3lAi {
  font-size: 32px;
  line-height: 1; }

.Text__default-large-3-single-qtr--3jOhe {
  font-size: 32px;
  line-height: 1.25; }

.Text__default-large-3-single-half--1fe5s {
  font-size: 32px;
  line-height: 1.5; }

.Text__default-large-3-single-three-qtr--xzTIH {
  font-size: 32px;
  line-height: 1.75; }

.Text__default-large-3-double--1gBYK {
  font-size: 32px;
  line-height: 2; }

.Text__default-large-4-single--kFhh2 {
  font-size: 34px;
  line-height: 1; }

.Text__default-large-4-single-qtr--3AEN9 {
  font-size: 34px;
  line-height: 1.25; }

.Text__default-large-4-single-half--3NYpJ {
  font-size: 34px;
  line-height: 1.5; }

.Text__default-large-4-single-three-qtr--2Mbw7 {
  font-size: 34px;
  line-height: 1.75; }

.Text__default-large-4-double--2LCxG {
  font-size: 34px;
  line-height: 2; }

.Text__default-large-5-single--2GO_h {
  font-size: 40px;
  line-height: 1; }

.Text__default-large-5-single-qtr--1So3z {
  font-size: 40px;
  line-height: 1.25; }

.Text__default-large-5-single-half--qIUuX {
  font-size: 40px;
  line-height: 1.5; }

.Text__default-large-5-single-three-qtr--1E1TR {
  font-size: 40px;
  line-height: 1.75; }

.Text__default-large-5-double--1efhZ {
  font-size: 40px;
  line-height: 2; }

.Text__default-x-large-single--1DZ2j {
  font-size: 50px;
  line-height: 1; }

.Text__default-x-large-single-qtr--3ek79 {
  font-size: 50px;
  line-height: 1.25; }

.Text__default-x-large-single-half--3a8hW {
  font-size: 50px;
  line-height: 1.5; }

.Text__default-x-large-single-three-qtr--1fGai {
  font-size: 50px;
  line-height: 1.75; }

.Text__default-x-large-double--35mh3 {
  font-size: 50px;
  line-height: 2; }

.Text__default-x-large-2-single--1YvPU {
  font-size: 70px;
  line-height: 1; }

.Text__default-x-large-2-single-qtr--Jt2i0 {
  font-size: 70px;
  line-height: 1.25; }

.Text__default-x-large-2-single-half--2rXNK {
  font-size: 70px;
  line-height: 1.5; }

.Text__default-x-large-2-single-three-qtr---oElR {
  font-size: 70px;
  line-height: 1.75; }

.Text__default-x-large-2-double--2yvdS {
  font-size: 70px;
  line-height: 2; }

.Text__default-giant-single--KHM0J {
  font-size: 90px;
  line-height: 1; }

.Text__default-giant-single-qtr--1DxNK {
  font-size: 90px;
  line-height: 1.25; }

.Text__default-giant-single-half--2LSgu {
  font-size: 90px;
  line-height: 1.5; }

.Text__default-giant-single-three-qtr--3Ddac {
  font-size: 90px;
  line-height: 1.75; }

.Text__default-giant-double--F4BRp {
  font-size: 90px;
  line-height: 2; }

.Text__default-giant-2-single--HVaVz {
  font-size: 100px;
  line-height: 1; }

.Text__default-giant-2-single-qtr--244fM {
  font-size: 100px;
  line-height: 1.25; }

.Text__default-giant-2-single-half--1vt7P {
  font-size: 100px;
  line-height: 1.5; }

.Text__default-giant-2-single-three-qtr--1XqQY {
  font-size: 100px;
  line-height: 1.75; }

.Text__default-giant-2-double--B_Ul7 {
  font-size: 100px;
  line-height: 2; }

@media (min-width: 600px) {
  .Text__tablet-portrait-tiny-single--3r4nR {
    font-size: 12px;
    line-height: 1; }
  .Text__tablet-portrait-tiny-single-qtr--sTUxd {
    font-size: 12px;
    line-height: 1.25; }
  .Text__tablet-portrait-tiny-single-half--1fHcH {
    font-size: 12px;
    line-height: 1.5; }
  .Text__tablet-portrait-tiny-single-three-qtr--3dGQF {
    font-size: 12px;
    line-height: 1.75; }
  .Text__tablet-portrait-tiny-double--3Wh7m {
    font-size: 12px;
    line-height: 2; }
  .Text__tablet-portrait-tiny-2-single--2AOmt {
    font-size: 14px;
    line-height: 1; }
  .Text__tablet-portrait-tiny-2-single-center--32qXo {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    text-align: center; }
  .Text__tablet-portrait-tiny-2-single-qtr--1c8PL {
    font-size: 14px;
    line-height: 1.25; }
  .Text__tablet-portrait-tiny-2-single-half--ocNCs {
    font-size: 14px;
    line-height: 1.5; }
  .Text__tablet-portrait-tiny-2-single-three-qtr--1fE3q {
    font-size: 14px;
    line-height: 1.75; }
  .Text__tablet-portrait-tiny-2-double--Cisxi {
    font-size: 14px;
    line-height: 2; }
  .Text__tablet-portrait-tiny-3-double--2e5iN {
    font-size: 15px;
    line-height: 2; }
  .Text__tablet-portrait-medium-single--3aj0K {
    font-size: 16px;
    line-height: 1; }
  .Text__tablet-portrait-medium-single-qtr--ziwYv {
    font-size: 16px;
    line-height: 1.25; }
  .Text__tablet-portrait-medium-single-half--3nQR- {
    font-size: 16px;
    line-height: 1.5; }
  .Text__tablet-portrait-medium-single-center--nI2P2 {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-align: center; }
  .Text__tablet-portrait-medium-single-three-qtr--3pLDA {
    font-size: 16px;
    line-height: 1.75; }
  .Text__tablet-portrait-medium-2-double--28s7k {
    font-size: 18px;
    line-height: 2; }
  .Text__tablet-portrait-medium-2-single--1moOG {
    font-size: 18px;
    line-height: 1; }
  .Text__tablet-portrait-medium-2-single-qtr--3Qfn8 {
    font-size: 18px;
    line-height: 1.25; }
  .Text__tablet-portrait-medium-2-single-half--1kRT0 {
    font-size: 18px;
    line-height: 1.5; }
  .Text__tablet-portrait-medium-2-single-three-qtr--3cy4e {
    font-size: 18px;
    line-height: 1.75; }
  .Text__tablet-portrait-medium-2-double--28s7k {
    font-size: 18px;
    line-height: 2; }
  .Text__tablet-portrait-medium-3-single--3nDob {
    font-size: 20px;
    line-height: 1; }
  .Text__tablet-portrait-medium-3-single-qtr--2KY0g {
    font-size: 20px;
    line-height: 1.25; }
  .Text__tablet-portrait-medium-3-single-half--23weX {
    font-size: 20px;
    line-height: 1.5; }
  .Text__tablet-portrait-medium-3-single-three-qtr--MqhYG {
    font-size: 20px;
    line-height: 1.75; }
  .Text__tablet-portrait-medium-3-double--3QKpX {
    font-size: 20px;
    line-height: 2; }
  .Text__tablet-portrait-large-single--1MP2j {
    font-size: 26px;
    line-height: 1; }
  .Text__tablet-portrait-large-single-qtr--3OPw_ {
    font-size: 26px;
    line-height: 1.25; }
  .Text__tablet-portrait-large-single-half--2rhG6 {
    font-size: 26px;
    line-height: 1.5; }
  .Text__tablet-portrait-large-single-three-qtr--x1XfU {
    font-size: 26px;
    line-height: 1.75; }
  .Text__tablet-portrait-large-double--1pi6X {
    font-size: 26px;
    line-height: 2; }
  .Text__tablet-portrait-large-2-single--1xUCK {
    font-size: 30px;
    line-height: 1; }
  .Text__tablet-portrait-large-2-single-qtr--2Q4mk {
    font-size: 30px;
    line-height: 1.25; }
  .Text__tablet-portrait-large-2-single-half--1zxrW {
    font-size: 30px;
    line-height: 1.5; }
  .Text__tablet-portrait-large-2-single-three-qtr--1bXVn {
    font-size: 30px;
    line-height: 1.75; }
  .Text__tablet-portrait-large-2-double--EE-5s {
    font-size: 30px;
    line-height: 2; }
  .Text__tablet-portrait-large-3-single--3Tpeh {
    font-size: 32px;
    line-height: 1; }
  .Text__tablet-portrait-large-3-single-qtr--2rtYK {
    font-size: 32px;
    line-height: 1.25; }
  .Text__tablet-portrait-large-3-single-half--ra3q9 {
    font-size: 32px;
    line-height: 1.5; }
  .Text__tablet-portrait-large-3-single-three-qtr--3Z_RL {
    font-size: 32px;
    line-height: 1.75; }
  .Text__tablet-portrait-large-3-double--3MBjm {
    font-size: 32px;
    line-height: 2; }
  .Text__tablet-portrait-large-4-single--2_0Wv {
    font-size: 34px;
    line-height: 1; }
  .Text__tablet-portrait-large-4-single-qtr--3DZSX {
    font-size: 34px;
    line-height: 1.25; }
  .Text__tablet-portrait-large-4-single-half--1bbmg {
    font-size: 34px;
    line-height: 1.5; }
  .Text__tablet-portrait-large-4-single-three-qtr--3UJta {
    font-size: 34px;
    line-height: 1.75; }
  .Text__tablet-portrait-large-4-double--9DCZr {
    font-size: 34px;
    line-height: 2; }
  .Text__tablet-portrait-large-5-single--3V2u1 {
    font-size: 40px;
    line-height: 1; }
  .Text__tablet-portrait-large-5-single-qtr--1cBFE {
    font-size: 40px;
    line-height: 1.25; }
  .Text__tablet-portrait-large-5-single-half--2g7h- {
    font-size: 40px;
    line-height: 1.5; }
  .Text__tablet-portrait-large-5-single-three-qtr--3Ac5k {
    font-size: 40px;
    line-height: 1.75; }
  .Text__tablet-portrait-large-5-double--3hQfm {
    font-size: 40px;
    line-height: 2; }
  .Text__tablet-portrait-x-large-single--2a7XT {
    font-size: 50px;
    line-height: 1; }
  .Text__tablet-portrait-x-large-single-qtr--2xK9- {
    font-size: 50px;
    line-height: 1.25; }
  .Text__tablet-portrait-x-large-single-half--1F4oA {
    font-size: 50px;
    line-height: 1.5; }
  .Text__tablet-portrait-x-large-single-three-qtr--2djFC {
    font-size: 50px;
    line-height: 1.75; }
  .Text__tablet-portrait-x-large-double--3XA0L {
    font-size: 50px;
    line-height: 2; }
  .Text__tablet-portrait-x-large-2-single--1EAro {
    font-size: 70px;
    line-height: 1; }
  .Text__tablet-portrait-x-large-2-single-qtr--12Per {
    font-size: 70px;
    line-height: 1.25; }
  .Text__tablet-portrait-x-large-2-single-half--1lFvJ {
    font-size: 70px;
    line-height: 1.5; }
  .Text__tablet-portrait-x-large-2-single-three-qtr--1kS7F {
    font-size: 70px;
    line-height: 1.75; }
  .Text__tablet-portrait-x-large-2-double--2rhlD {
    font-size: 70px;
    line-height: 2; }
  .Text__tablet-portrait-giant-single--C8RlI {
    font-size: 90px;
    line-height: 1; }
  .Text__tablet-portrait-giant-single-qtr--mpfUI {
    font-size: 90px;
    line-height: 1.25; }
  .Text__tablet-portrait-giant-single-half--29KxA {
    font-size: 90px;
    line-height: 1.5; }
  .Text__tablet-portrait-giant-single-three-qtr--2vGWn {
    font-size: 90px;
    line-height: 1.75; }
  .Text__tablet-portrait-giant-double--CRNS- {
    font-size: 90px;
    line-height: 2; }
  .Text__tablet-portrait-giant-2-single--1jJXw {
    font-size: 100px;
    line-height: 1; }
  .Text__tablet-portrait-giant-2-single-qtr--38pqh {
    font-size: 100px;
    line-height: 1.25; }
  .Text__tablet-portrait-giant-2-single-half--2DSLO {
    font-size: 100px;
    line-height: 1.5; }
  .Text__tablet-portrait-giant-2-single-three-qtr--QIBMV {
    font-size: 100px;
    line-height: 1.75; }
  .Text__tablet-portrait-giant-2-double--3XWBs {
    font-size: 100px;
    line-height: 2; } }

@media (min-width: 900px) {
  .Text__tablet-landscape-tiny-single--3cZW0 {
    font-size: 12px;
    line-height: 1; }
  .Text__tablet-landscape-tiny-single-qtr--2wLWH {
    font-size: 12px;
    line-height: 1.25; }
  .Text__tablet-landscape-tiny-single-half--3BuE2 {
    font-size: 12px;
    line-height: 1.5; }
  .Text__tablet-landscape-tiny-single-three-qtr--DNz3j {
    font-size: 12px;
    line-height: 1.75; }
  .Text__tablet-landscape-tiny-double--2bd-n {
    font-size: 12px;
    line-height: 2; }
  .Text__tablet-landscape-tiny-2-single--2BErh {
    font-size: 14px;
    line-height: 1; }
  .Text__tablet-landscape-tiny-2-single-center--2N9EV {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    text-align: center; }
  .Text__tablet-landscape-tiny-2-single-qtr--1TNnJ {
    font-size: 14px;
    line-height: 1.25; }
  .Text__tablet-landscape-tiny-2-single-half--3U3Hw {
    font-size: 14px;
    line-height: 1.5; }
  .Text__tablet-landscape-tiny-2-single-three-qtr--SNugc {
    font-size: 14px;
    line-height: 1.75; }
  .Text__tablet-landscape-tiny-2-double--1iOxi {
    font-size: 14px;
    line-height: 2; }
  .Text__tablet-landscape-tiny-3-double--qaPhx {
    font-size: 15px;
    line-height: 2; }
  .Text__tablet-landscape-medium-single--35LBh {
    font-size: 16px;
    line-height: 1; }
  .Text__tablet-landscape-medium-single-qtr--3fcSi {
    font-size: 16px;
    line-height: 1.25; }
  .Text__tablet-landscape-medium-single-half--2T94b {
    font-size: 16px;
    line-height: 1.5; }
  .Text__tablet-landscape-medium-single-center--2hkjz {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-align: center; }
  .Text__tablet-landscape-medium-single-three-qtr--ABEFf {
    font-size: 16px;
    line-height: 1.75; }
  .Text__tablet-landscape-medium-2-double--qoVSI {
    font-size: 18px;
    line-height: 2; }
  .Text__tablet-landscape-medium-2-single--IJc2T {
    font-size: 18px;
    line-height: 1; }
  .Text__tablet-landscape-medium-2-single-qtr--1wP5S {
    font-size: 18px;
    line-height: 1.25; }
  .Text__tablet-landscape-medium-2-single-half--XykLH {
    font-size: 18px;
    line-height: 1.5; }
  .Text__tablet-landscape-medium-2-single-three-qtr--31ET2 {
    font-size: 18px;
    line-height: 1.75; }
  .Text__tablet-landscape-medium-2-double--qoVSI {
    font-size: 18px;
    line-height: 2; }
  .Text__tablet-landscape-medium-3-single--31nJJ {
    font-size: 20px;
    line-height: 1; }
  .Text__tablet-landscape-medium-3-single-qtr--1mqhY {
    font-size: 20px;
    line-height: 1.25; }
  .Text__tablet-landscape-medium-3-single-half--IcaV0 {
    font-size: 20px;
    line-height: 1.5; }
  .Text__tablet-landscape-medium-3-single-three-qtr--_4x4f {
    font-size: 20px;
    line-height: 1.75; }
  .Text__tablet-landscape-medium-3-double--10BYy {
    font-size: 20px;
    line-height: 2; }
  .Text__tablet-landscape-large-single--vVgg- {
    font-size: 26px;
    line-height: 1; }
  .Text__tablet-landscape-large-single-qtr--1f_ly {
    font-size: 26px;
    line-height: 1.25; }
  .Text__tablet-landscape-large-single-half--113_X {
    font-size: 26px;
    line-height: 1.5; }
  .Text__tablet-landscape-large-single-three-qtr--1isdd {
    font-size: 26px;
    line-height: 1.75; }
  .Text__tablet-landscape-large-double--2bHjL {
    font-size: 26px;
    line-height: 2; }
  .Text__tablet-landscape-large-2-single--1Op74 {
    font-size: 30px;
    line-height: 1; }
  .Text__tablet-landscape-large-2-single-qtr--3eJ2Z {
    font-size: 30px;
    line-height: 1.25; }
  .Text__tablet-landscape-large-2-single-half--1j7kE {
    font-size: 30px;
    line-height: 1.5; }
  .Text__tablet-landscape-large-2-single-three-qtr--1Z3DR {
    font-size: 30px;
    line-height: 1.75; }
  .Text__tablet-landscape-large-2-double--2LTpX {
    font-size: 30px;
    line-height: 2; }
  .Text__tablet-landscape-large-3-single--2xZPS {
    font-size: 32px;
    line-height: 1; }
  .Text__tablet-landscape-large-3-single-qtr--R-68a {
    font-size: 32px;
    line-height: 1.25; }
  .Text__tablet-landscape-large-3-single-half--2gPgk {
    font-size: 32px;
    line-height: 1.5; }
  .Text__tablet-landscape-large-3-single-three-qtr--3jlv1 {
    font-size: 32px;
    line-height: 1.75; }
  .Text__tablet-landscape-large-3-double--2kqM1 {
    font-size: 32px;
    line-height: 2; }
  .Text__tablet-landscape-large-4-single--2nHOj {
    font-size: 34px;
    line-height: 1; }
  .Text__tablet-landscape-large-4-single-qtr--kEeK- {
    font-size: 34px;
    line-height: 1.25; }
  .Text__tablet-landscape-large-4-single-half--2Y0Lc {
    font-size: 34px;
    line-height: 1.5; }
  .Text__tablet-landscape-large-4-single-three-qtr--_mM4h {
    font-size: 34px;
    line-height: 1.75; }
  .Text__tablet-landscape-large-4-double--Jx0r2 {
    font-size: 34px;
    line-height: 2; }
  .Text__tablet-landscape-large-5-single--1eIYW {
    font-size: 40px;
    line-height: 1; }
  .Text__tablet-landscape-large-5-single-qtr--2vYBL {
    font-size: 40px;
    line-height: 1.25; }
  .Text__tablet-landscape-large-5-single-half--1d-s3 {
    font-size: 40px;
    line-height: 1.5; }
  .Text__tablet-landscape-large-5-single-three-qtr--3Y2hh {
    font-size: 40px;
    line-height: 1.75; }
  .Text__tablet-landscape-large-5-double--3VJ5N {
    font-size: 40px;
    line-height: 2; }
  .Text__tablet-landscape-x-large-single--246Ji {
    font-size: 50px;
    line-height: 1; }
  .Text__tablet-landscape-x-large-single-qtr--eOPBN {
    font-size: 50px;
    line-height: 1.25; }
  .Text__tablet-landscape-x-large-single-half--3pWWd {
    font-size: 50px;
    line-height: 1.5; }
  .Text__tablet-landscape-x-large-single-three-qtr--2WQ7n {
    font-size: 50px;
    line-height: 1.75; }
  .Text__tablet-landscape-x-large-double--3jpDE {
    font-size: 50px;
    line-height: 2; }
  .Text__tablet-landscape-x-large-2-single--20J-9 {
    font-size: 70px;
    line-height: 1; }
  .Text__tablet-landscape-x-large-2-single-qtr--2eVkb {
    font-size: 70px;
    line-height: 1.25; }
  .Text__tablet-landscape-x-large-2-single-half--Mrb-B {
    font-size: 70px;
    line-height: 1.5; }
  .Text__tablet-landscape-x-large-2-single-three-qtr--365Jm {
    font-size: 70px;
    line-height: 1.75; }
  .Text__tablet-landscape-x-large-2-double--3CzEY {
    font-size: 70px;
    line-height: 2; }
  .Text__tablet-landscape-giant-single--1ozMb {
    font-size: 90px;
    line-height: 1; }
  .Text__tablet-landscape-giant-single-qtr--27pWs {
    font-size: 90px;
    line-height: 1.25; }
  .Text__tablet-landscape-giant-single-half--AX0xp {
    font-size: 90px;
    line-height: 1.5; }
  .Text__tablet-landscape-giant-single-three-qtr--2pRm2 {
    font-size: 90px;
    line-height: 1.75; }
  .Text__tablet-landscape-giant-double--2Ntz7 {
    font-size: 90px;
    line-height: 2; }
  .Text__tablet-landscape-giant-2-single--1lmxj {
    font-size: 100px;
    line-height: 1; }
  .Text__tablet-landscape-giant-2-single-qtr--16EnA {
    font-size: 100px;
    line-height: 1.25; }
  .Text__tablet-landscape-giant-2-single-half--3xIyB {
    font-size: 100px;
    line-height: 1.5; }
  .Text__tablet-landscape-giant-2-single-three-qtr--bVewZ {
    font-size: 100px;
    line-height: 1.75; }
  .Text__tablet-landscape-giant-2-double--3LLN5 {
    font-size: 100px;
    line-height: 2; } }

@media (min-width: 1200px) {
  .Text__desktop-tiny-single--33hVv {
    font-size: 12px;
    line-height: 1; }
  .Text__desktop-tiny-single-qtr--3sHPv {
    font-size: 12px;
    line-height: 1.25; }
  .Text__desktop-tiny-single-half--GtLH8 {
    font-size: 12px;
    line-height: 1.5; }
  .Text__desktop-tiny-single-three-qtr--3hDIg {
    font-size: 12px;
    line-height: 1.75; }
  .Text__desktop-tiny-double--2BJl_ {
    font-size: 12px;
    line-height: 2; }
  .Text__desktop-tiny-2-single--1InFv {
    font-size: 14px;
    line-height: 1; }
  .Text__desktop-tiny-2-single-center--xpr6l {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    text-align: center; }
  .Text__desktop-tiny-2-single-qtr--1YBTP {
    font-size: 14px;
    line-height: 1.25; }
  .Text__desktop-tiny-2-single-half--UWvk4 {
    font-size: 14px;
    line-height: 1.5; }
  .Text__desktop-tiny-2-single-three-qtr--bdZPC {
    font-size: 14px;
    line-height: 1.75; }
  .Text__desktop-tiny-2-double--Go-uY {
    font-size: 14px;
    line-height: 2; }
  .Text__desktop-tiny-3-double--V9clO {
    font-size: 15px;
    line-height: 2; }
  .Text__desktop-medium-single--1QMll {
    font-size: 16px;
    line-height: 1; }
  .Text__desktop-medium-single-qtr--1mCL1 {
    font-size: 16px;
    line-height: 1.25; }
  .Text__desktop-medium-single-half--21CuA {
    font-size: 16px;
    line-height: 1.5; }
  .Text__desktop-medium-single-center--Wk1hj {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-align: center; }
  .Text__desktop-medium-single-three-qtr--3rXXS {
    font-size: 16px;
    line-height: 1.75; }
  .Text__desktop-medium-2-double--2hWWI {
    font-size: 18px;
    line-height: 2; }
  .Text__desktop-medium-2-single--1tX_0 {
    font-size: 18px;
    line-height: 1; }
  .Text__desktop-medium-2-single-qtr--_Sxt8 {
    font-size: 18px;
    line-height: 1.25; }
  .Text__desktop-medium-2-single-half--2eUqW {
    font-size: 18px;
    line-height: 1.5; }
  .Text__desktop-medium-2-single-three-qtr--37w4J {
    font-size: 18px;
    line-height: 1.75; }
  .Text__desktop-medium-2-double--2hWWI {
    font-size: 18px;
    line-height: 2; }
  .Text__desktop-medium-3-single--cRPJe {
    font-size: 20px;
    line-height: 1; }
  .Text__desktop-medium-3-single-qtr--1HTlF {
    font-size: 20px;
    line-height: 1.25; }
  .Text__desktop-medium-3-single-half--RSW4H {
    font-size: 20px;
    line-height: 1.5; }
  .Text__desktop-medium-3-single-three-qtr--3DRLI {
    font-size: 20px;
    line-height: 1.75; }
  .Text__desktop-medium-3-double--pG1G- {
    font-size: 20px;
    line-height: 2; }
  .Text__desktop-large-single--2mBGf {
    font-size: 26px;
    line-height: 1; }
  .Text__desktop-large-single-qtr--2rEEp {
    font-size: 26px;
    line-height: 1.25; }
  .Text__desktop-large-single-half--1f_MC {
    font-size: 26px;
    line-height: 1.5; }
  .Text__desktop-large-single-three-qtr--3nrU4 {
    font-size: 26px;
    line-height: 1.75; }
  .Text__desktop-large-double--3KiEa {
    font-size: 26px;
    line-height: 2; }
  .Text__desktop-large-2-single--2RD5I {
    font-size: 30px;
    line-height: 1; }
  .Text__desktop-large-2-single-qtr--2PB7p {
    font-size: 30px;
    line-height: 1.25; }
  .Text__desktop-large-2-single-half--1TauA {
    font-size: 30px;
    line-height: 1.5; }
  .Text__desktop-large-2-single-three-qtr--CdSJq {
    font-size: 30px;
    line-height: 1.75; }
  .Text__desktop-large-2-double--1JApl {
    font-size: 30px;
    line-height: 2; }
  .Text__desktop-large-3-single--2hpxE {
    font-size: 32px;
    line-height: 1; }
  .Text__desktop-large-3-single-qtr--1rj_M {
    font-size: 32px;
    line-height: 1.25; }
  .Text__desktop-large-3-single-half--3Clhx {
    font-size: 32px;
    line-height: 1.5; }
  .Text__desktop-large-3-single-three-qtr--2QjGt {
    font-size: 32px;
    line-height: 1.75; }
  .Text__desktop-large-3-double--3yeAn {
    font-size: 32px;
    line-height: 2; }
  .Text__desktop-large-4-single--dqU9N {
    font-size: 34px;
    line-height: 1; }
  .Text__desktop-large-4-single-qtr--_I4aB {
    font-size: 34px;
    line-height: 1.25; }
  .Text__desktop-large-4-single-half--2gbU7 {
    font-size: 34px;
    line-height: 1.5; }
  .Text__desktop-large-4-single-three-qtr--2ieny {
    font-size: 34px;
    line-height: 1.75; }
  .Text__desktop-large-4-double--3JUo4 {
    font-size: 34px;
    line-height: 2; }
  .Text__desktop-large-5-single--2b9TV {
    font-size: 40px;
    line-height: 1; }
  .Text__desktop-large-5-single-qtr--3PWt2 {
    font-size: 40px;
    line-height: 1.25; }
  .Text__desktop-large-5-single-half--2021M {
    font-size: 40px;
    line-height: 1.5; }
  .Text__desktop-large-5-single-three-qtr--3FY2T {
    font-size: 40px;
    line-height: 1.75; }
  .Text__desktop-large-5-double--sswrt {
    font-size: 40px;
    line-height: 2; }
  .Text__desktop-x-large-single--1WWJW {
    font-size: 50px;
    line-height: 1; }
  .Text__desktop-x-large-single-qtr--2rGn7 {
    font-size: 50px;
    line-height: 1.25; }
  .Text__desktop-x-large-single-half--d3Ni2 {
    font-size: 50px;
    line-height: 1.5; }
  .Text__desktop-x-large-single-three-qtr--3leOM {
    font-size: 50px;
    line-height: 1.75; }
  .Text__desktop-x-large-double--1iDln {
    font-size: 50px;
    line-height: 2; }
  .Text__desktop-x-large-2-single--1Cqny {
    font-size: 70px;
    line-height: 1; }
  .Text__desktop-x-large-2-single-qtr--2zlXg {
    font-size: 70px;
    line-height: 1.25; }
  .Text__desktop-x-large-2-single-half--2Wnbp {
    font-size: 70px;
    line-height: 1.5; }
  .Text__desktop-x-large-2-single-three-qtr--9J-jT {
    font-size: 70px;
    line-height: 1.75; }
  .Text__desktop-x-large-2-double--mgle8 {
    font-size: 70px;
    line-height: 2; }
  .Text__desktop-giant-single--3QYyX {
    font-size: 90px;
    line-height: 1; }
  .Text__desktop-giant-single-qtr--JXahy {
    font-size: 90px;
    line-height: 1.25; }
  .Text__desktop-giant-single-half--YSZ8N {
    font-size: 90px;
    line-height: 1.5; }
  .Text__desktop-giant-single-three-qtr--dk7ya {
    font-size: 90px;
    line-height: 1.75; }
  .Text__desktop-giant-double--mbnjk {
    font-size: 90px;
    line-height: 2; }
  .Text__desktop-giant-2-single--2fgeL {
    font-size: 100px;
    line-height: 1; }
  .Text__desktop-giant-2-single-qtr--2Fbuk {
    font-size: 100px;
    line-height: 1.25; }
  .Text__desktop-giant-2-single-half--60Q4d {
    font-size: 100px;
    line-height: 1.5; }
  .Text__desktop-giant-2-single-three-qtr--2OQag {
    font-size: 100px;
    line-height: 1.75; }
  .Text__desktop-giant-2-double--gISx2 {
    font-size: 100px;
    line-height: 2; } }

@media (min-width: 1800px) {
  .Text__cinema-tiny-single--178oy {
    font-size: 12px;
    line-height: 1; }
  .Text__cinema-tiny-single-qtr--3540b {
    font-size: 12px;
    line-height: 1.25; }
  .Text__cinema-tiny-single-half--31t8Q {
    font-size: 12px;
    line-height: 1.5; }
  .Text__cinema-tiny-single-three-qtr--2XKGv {
    font-size: 12px;
    line-height: 1.75; }
  .Text__cinema-tiny-double--1zlmc {
    font-size: 12px;
    line-height: 2; }
  .Text__cinema-tiny-2-single--mf-yY {
    font-size: 14px;
    line-height: 1; }
  .Text__cinema-tiny-2-single-center--2DbIv {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    text-align: center; }
  .Text__cinema-tiny-2-single-qtr--1NxZz {
    font-size: 14px;
    line-height: 1.25; }
  .Text__cinema-tiny-2-single-half--c2OSs {
    font-size: 14px;
    line-height: 1.5; }
  .Text__cinema-tiny-2-single-three-qtr--sLOkM {
    font-size: 14px;
    line-height: 1.75; }
  .Text__cinema-tiny-2-double--3odWa {
    font-size: 14px;
    line-height: 2; }
  .Text__cinema-tiny-3-double--3XtYS {
    font-size: 15px;
    line-height: 2; }
  .Text__cinema-medium-single--2AMbq {
    font-size: 16px;
    line-height: 1; }
  .Text__cinema-medium-single-qtr--1P9OH {
    font-size: 16px;
    line-height: 1.25; }
  .Text__cinema-medium-single-half--3hJPb {
    font-size: 16px;
    line-height: 1.5; }
  .Text__cinema-medium-single-center--8UQvr {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    text-align: center; }
  .Text__cinema-medium-single-three-qtr--2kX-R {
    font-size: 16px;
    line-height: 1.75; }
  .Text__cinema-medium-2-double--1WWta {
    font-size: 18px;
    line-height: 2; }
  .Text__cinema-medium-2-single--2jcJd {
    font-size: 18px;
    line-height: 1; }
  .Text__cinema-medium-2-single-qtr--2SULF {
    font-size: 18px;
    line-height: 1.25; }
  .Text__cinema-medium-2-single-half--_fZXF {
    font-size: 18px;
    line-height: 1.5; }
  .Text__cinema-medium-2-single-three-qtr--2FwV8 {
    font-size: 18px;
    line-height: 1.75; }
  .Text__cinema-medium-2-double--1WWta {
    font-size: 18px;
    line-height: 2; }
  .Text__cinema-medium-3-single--HtLRW {
    font-size: 20px;
    line-height: 1; }
  .Text__cinema-medium-3-single-qtr--3WEZs {
    font-size: 20px;
    line-height: 1.25; }
  .Text__cinema-medium-3-single-half--1j7Sn {
    font-size: 20px;
    line-height: 1.5; }
  .Text__cinema-medium-3-single-three-qtr--1lJuF {
    font-size: 20px;
    line-height: 1.75; }
  .Text__cinema-medium-3-double--1xgCW {
    font-size: 20px;
    line-height: 2; }
  .Text__cinema-large-single--3c1qK {
    font-size: 26px;
    line-height: 1; }
  .Text__cinema-large-single-qtr--BzCoo {
    font-size: 26px;
    line-height: 1.25; }
  .Text__cinema-large-single-half--9HuOP {
    font-size: 26px;
    line-height: 1.5; }
  .Text__cinema-large-single-three-qtr--1D96S {
    font-size: 26px;
    line-height: 1.75; }
  .Text__cinema-large-double--2MhsX {
    font-size: 26px;
    line-height: 2; }
  .Text__cinema-large-2-single--3kIFx {
    font-size: 30px;
    line-height: 1; }
  .Text__cinema-large-2-single-qtr--ssyPo {
    font-size: 30px;
    line-height: 1.25; }
  .Text__cinema-large-2-single-half--3c-tn {
    font-size: 30px;
    line-height: 1.5; }
  .Text__cinema-large-2-single-three-qtr--17uXt {
    font-size: 30px;
    line-height: 1.75; }
  .Text__cinema-large-2-double--cciye {
    font-size: 30px;
    line-height: 2; }
  .Text__cinema-large-3-single--1jA3G {
    font-size: 32px;
    line-height: 1; }
  .Text__cinema-large-3-single-qtr--37alu {
    font-size: 32px;
    line-height: 1.25; }
  .Text__cinema-large-3-single-half--BukcX {
    font-size: 32px;
    line-height: 1.5; }
  .Text__cinema-large-3-single-three-qtr--6b7Go {
    font-size: 32px;
    line-height: 1.75; }
  .Text__cinema-large-3-double--3tPCu {
    font-size: 32px;
    line-height: 2; }
  .Text__cinema-large-4-single--147Ev {
    font-size: 34px;
    line-height: 1; }
  .Text__cinema-large-4-single-qtr--YVbxM {
    font-size: 34px;
    line-height: 1.25; }
  .Text__cinema-large-4-single-half--1ldmR {
    font-size: 34px;
    line-height: 1.5; }
  .Text__cinema-large-4-single-three-qtr--1pNtI {
    font-size: 34px;
    line-height: 1.75; }
  .Text__cinema-large-4-double--33HM- {
    font-size: 34px;
    line-height: 2; }
  .Text__cinema-large-5-single--aJqro {
    font-size: 40px;
    line-height: 1; }
  .Text__cinema-large-5-single-qtr--3Lbez {
    font-size: 40px;
    line-height: 1.25; }
  .Text__cinema-large-5-single-half--1SpZn {
    font-size: 40px;
    line-height: 1.5; }
  .Text__cinema-large-5-single-three-qtr--2rQ9e {
    font-size: 40px;
    line-height: 1.75; }
  .Text__cinema-large-5-double--2D0Fp {
    font-size: 40px;
    line-height: 2; }
  .Text__cinema-x-large-single--3oqA5 {
    font-size: 50px;
    line-height: 1; }
  .Text__cinema-x-large-single-qtr--2PDlK {
    font-size: 50px;
    line-height: 1.25; }
  .Text__cinema-x-large-single-half--3g2zZ {
    font-size: 50px;
    line-height: 1.5; }
  .Text__cinema-x-large-single-three-qtr--13jnZ {
    font-size: 50px;
    line-height: 1.75; }
  .Text__cinema-x-large-double--3wEtp {
    font-size: 50px;
    line-height: 2; }
  .Text__cinema-x-large-2-single--2DOUF {
    font-size: 70px;
    line-height: 1; }
  .Text__cinema-x-large-2-single-qtr--1Igpp {
    font-size: 70px;
    line-height: 1.25; }
  .Text__cinema-x-large-2-single-half--15Y8o {
    font-size: 70px;
    line-height: 1.5; }
  .Text__cinema-x-large-2-single-three-qtr--1lCzo {
    font-size: 70px;
    line-height: 1.75; }
  .Text__cinema-x-large-2-double--3kfMk {
    font-size: 70px;
    line-height: 2; }
  .Text__cinema-giant-single--2j--j {
    font-size: 90px;
    line-height: 1; }
  .Text__cinema-giant-single-qtr--2sSv3 {
    font-size: 90px;
    line-height: 1.25; }
  .Text__cinema-giant-single-half--2Fidn {
    font-size: 90px;
    line-height: 1.5; }
  .Text__cinema-giant-single-three-qtr--1_0SO {
    font-size: 90px;
    line-height: 1.75; }
  .Text__cinema-giant-double--2gMRW {
    font-size: 90px;
    line-height: 2; }
  .Text__cinema-giant-2-single--1zc20 {
    font-size: 100px;
    line-height: 1; }
  .Text__cinema-giant-2-single-qtr--VPD0z {
    font-size: 100px;
    line-height: 1.25; }
  .Text__cinema-giant-2-single-half--e9Iqr {
    font-size: 100px;
    line-height: 1.5; }
  .Text__cinema-giant-2-single-three-qtr--BVGFH {
    font-size: 100px;
    line-height: 1.75; }
  .Text__cinema-giant-2-double--3Ub3F {
    font-size: 100px;
    line-height: 2; } }

