/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************************/
@charset "UTF-8";*,:after,:before{-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;text-rendering:optimizeLegibility}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;margin:0;padding:0;vertical-align:baseline}div{vertical-align:top}body{-ms-scroll-chaining:none;overscroll-behavior:none}a{color:inherit;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,svg,video{max-width:100%;vertical-align:top}@font-face{font-display:auto;font-family:HelveticaNeueLTStd;font-style:italic;font-weight:400;src:url(../../3effe2b5c6bc7e98b786.woff2) format("woff2"),url(../../b1b399a9057017f83f6e.woff) format("woff"),url(../../53924fe3762d7685dd4b.otf) format("opentype"),url(../../fc9af8d75562e98dcc38.ttf) format("truetype")}@font-face{font-display:auto;font-family:HelveticaNeueLTStd;font-style:normal;font-weight:700;src:url(../../ccb4e04ffe0e3e07ec04.woff2) format("woff2"),url(../../397a7f7a254bc4a6fb0f.woff) format("woff"),url(../../7f8a1325b4a828e839a9.otf) format("opentype"),url(../../e406905bb6ab07f17565.ttf) format("truetype")}.clearfix:after{clear:both;content:"";display:table}.container{margin-left:auto;margin-right:auto;width:100%}.hide{display:none!important}@media (min-width:768px){.hide--desktop{display:none!important}}@media (max-width:767px){.desktop,.hide--mobile{display:none!important}}@media (min-width:768px){.mobile{display:none!important}}.image img{height:auto;width:100%}.image.cover img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.image.contain img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.icon svg{height:100%;width:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.direction--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.justify--start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.justify--end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.align--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.align--stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex.align--baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.grid{display:grid}.auto{margin-left:auto;margin-right:auto}.uppercase{text-transform:uppercase}.text--left{text-align:left}.text--center{text-align:center}.text--right{text-align:right}html{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif}body{background:#000;color:#fff;height:100vh;overflow:hidden;position:relative}body .image{left:0;position:absolute;top:0;width:100%}@media (max-width:767px) and (orientation:portrait){body .image{bottom:16vw}}@media (max-width:767px) and (orientation:landscape){body .image{bottom:8vw}}@media (max-width:767px) and (orientation:portrait){body .image{left:-15%}}@media (max-width:767px) and (orientation:landscape){body .image{left:-15%}}@media (max-width:767px){body .image{top:auto;width:125%}}body .image img{width:100%}@media (max-width:767px){body .image img.img-desktop{display:none}}body .image img.img-mobile{display:none}@media (max-width:767px){body .image img.img-mobile{display:block}}.header{position:relative;z-index:9}.header__container{padding:2.34375vw}@media (max-width:767px) and (orientation:portrait){.header__container{padding:2.6666666667vw 2.6666666667vw 6.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.header__container{padding:1.3333333333vw 1.3333333333vw 3.3333333333vw}}.header .row--1{margin-bottom:.46875vw}@media (max-width:767px) and (orientation:portrait){.header .row--1{margin-bottom:1.6vw}}@media (max-width:767px) and (orientation:landscape){.header .row--1{margin-bottom:.8vw}}.header .row--1 p:after{content:" / ";white-space:pre}.header .row--1 p:last-child:after{display:none}.header .row--1 .kern{margin-left:-.15em}.header .row--2{display:-webkit-box;display:-ms-flexbox;display:flex}.header .row--2 .pill:first-child{margin-right:.46875vw}@media (max-width:767px) and (orientation:portrait){.header .row--2 .pill:first-child{margin-right:1.6vw}}@media (max-width:767px) and (orientation:landscape){.header .row--2 .pill:first-child{margin-right:.8vw}}.header .row--2 .pill:nth-child(2){background:#000;border:2px solid #fff;color:#fff;display:block;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease}.header .pill,.header .row--2 .pill:nth-child(2):hover{background:#fff;color:#000}.header .pill{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2;padding:.625vw;text-transform:lowercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:767px) and (orientation:portrait){.header .pill{padding:2.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.header .pill{padding:1.0666666667vw}}@media (max-width:767px) and (orientation:portrait){.header .pill{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.header .pill{font-size:1.7333333333vw}}@media (max-width:767px){.header .pill{letter-spacing:0;line-height:1.1076923077}}.footer{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2;margin-top:-3.125vw;position:relative;z-index:9}@media (max-width:767px) and (orientation:portrait){.footer{margin-top:-8vw}}@media (max-width:767px) and (orientation:landscape){.footer{margin-top:-4vw}}@media (max-width:767px) and (orientation:portrait){.footer{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer{font-size:1.7333333333vw}}@media (max-width:767px){.footer{letter-spacing:0;line-height:1.1076923077;width:100%}}.footer__container{padding:0 2.34375vw}@media (max-width:767px) and (orientation:portrait){.footer__container{padding:0 2.6666666667vw 8vw 13.6vw}}@media (max-width:767px) and (orientation:landscape){.footer__container{padding:0 1.3333333333vw 4vw 6.8vw}}.footer .list{margin-bottom:3.203125vw;padding-top:3.984375vw;text-transform:lowercase}@media (max-width:767px) and (orientation:portrait){.footer .list{padding-top:9.3333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .list{padding-top:4.6666666667vw}}@media (max-width:767px) and (orientation:portrait){.footer .list{margin-bottom:26.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .list{margin-bottom:13.3333333333vw}}.footer .logo{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:-9.140625vw}@media (max-width:767px) and (orientation:portrait){.footer .logo{top:2.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo{top:1.3333333333vw}}@media (min-width:768px){.footer .logo{left:50%;position:absolute;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@media (max-width:767px){.footer .logo{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.footer .logo .icon{height:18.75vw;margin-bottom:1.171875vw;min-height:18.75vw;min-width:26.71875vw;width:26.71875vw}@media (max-width:767px) and (orientation:portrait){.footer .logo .icon{width:38.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .icon{width:19.0666666667vw}}@media (max-width:767px) and (orientation:portrait){.footer .logo .icon{min-width:38.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .icon{min-width:19.0666666667vw}}@media (max-width:767px) and (orientation:portrait){.footer .logo .icon{height:26.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .icon{height:13.3333333333vw}}@media (max-width:767px) and (orientation:portrait){.footer .logo .icon{min-height:26.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .icon{min-height:13.3333333333vw}}.footer .logo .icon svg{height:100%;width:100%}@media (max-width:767px) and (orientation:portrait){.footer .logo .icon{margin-bottom:2.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .icon{margin-bottom:1.0666666667vw}}.footer .logo .signature{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2;margin-bottom:1.5625vw}@media (max-width:767px) and (orientation:portrait){.footer .logo .signature{margin-bottom:5.3333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .signature{margin-bottom:2.6666666667vw}}@media (max-width:767px) and (orientation:portrait){.footer .logo .signature{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .logo .signature{font-size:1.7333333333vw}}@media (max-width:767px){.footer .logo .signature{letter-spacing:0;line-height:1.1076923077}}.footer .sponsors{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px) and (orientation:portrait){.footer .sponsors{padding:2.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors{padding:1.3333333333vw}}@media (max-width:767px){.footer .sponsors{bottom:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:0;position:absolute;width:100%}}.footer .sponsors .sponsor{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:1.5625vw}@media (max-width:767px) and (orientation:portrait){.footer .sponsors .sponsor{margin-right:0}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors .sponsor{margin-right:0}}.footer .sponsors .sponsor a{display:block}.footer .sponsors .sponsor .img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.footer .sponsors .sponsor img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.footer .sponsors .sponsor--lottery{width:12.5vw}@media (max-width:767px) and (orientation:portrait){.footer .sponsors .sponsor--lottery{width:25.3333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors .sponsor--lottery{width:12.6666666667vw}}.footer .sponsors .sponsor--dyh{width:5.46875vw}@media (max-width:767px) and (orientation:portrait){.footer .sponsors .sponsor--dyh{width:12vw}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors .sponsor--dyh{width:6vw}}.footer .sponsors .sponsor--hackney{width:7.03125vw}@media (max-width:767px) and (orientation:portrait){.footer .sponsors .sponsor--hackney{width:17.3333333333vw}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors .sponsor--hackney{width:8.6666666667vw}}.footer .sponsors .sponsor--the-marchus-trust{width:9.375vw}@media (max-width:767px) and (orientation:portrait){.footer .sponsors .sponsor--the-marchus-trust{width:22.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.footer .sponsors .sponsor--the-marchus-trust{width:11.3333333333vw}}.main{position:relative}.main__container{padding:0 2.34375vw}@media (max-width:767px) and (orientation:portrait){.main__container{padding:0 2.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.main__container{padding:0 1.3333333333vw}}.main .reviews{position:relative;z-index:9}.main .reviews .review{margin-bottom:2.34375vw}@media (max-width:767px) and (orientation:portrait){.main .reviews .review{margin-bottom:4vw}}@media (max-width:767px) and (orientation:landscape){.main .reviews .review{margin-bottom:2vw}}.main .reviews .review .quote{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2}@media (max-width:767px) and (orientation:portrait){.main .reviews .review .quote{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .reviews .review .quote{font-size:1.7333333333vw}}@media (max-width:767px){.main .reviews .review .quote{letter-spacing:0;line-height:1.1076923077}}.main .reviews .review .quote:before{content:"“"}.main .reviews .review .quote:after{content:"”"}.main .reviews .review .author{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.2}@media (max-width:767px) and (orientation:portrait){.main .reviews .review .author{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .reviews .review .author{font-size:1.7333333333vw}}@media (max-width:767px){.main .reviews .review .author{letter-spacing:0;line-height:1.1076923077}}.main .reviews .review .author .name:after{content:", ";white-space:pre}.main .logo{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:-9.140625vw}@media (max-width:767px) and (orientation:portrait){.main .logo{top:2.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .logo{top:1.3333333333vw}}@media (min-width:768px){.main .logo{left:50%;position:absolute;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@media (max-width:767px){.main .logo{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.main .logo .icon{height:18.75vw;margin-bottom:1.171875vw;min-height:18.75vw;min-width:26.71875vw;width:26.71875vw}@media (max-width:767px) and (orientation:portrait){.main .logo .icon{width:38.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .icon{width:19.0666666667vw}}@media (max-width:767px) and (orientation:portrait){.main .logo .icon{min-width:38.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .icon{min-width:19.0666666667vw}}@media (max-width:767px) and (orientation:portrait){.main .logo .icon{height:26.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .icon{height:13.3333333333vw}}@media (max-width:767px) and (orientation:portrait){.main .logo .icon{min-height:26.6666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .icon{min-height:13.3333333333vw}}.main .logo .icon svg{height:100%;width:100%}@media (max-width:767px) and (orientation:portrait){.main .logo .icon{margin-bottom:2.1333333333vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .icon{margin-bottom:1.0666666667vw}}.main .logo .signature{font-family:HelveticaNeueLTStd,Helvetica,Arial,sans-serif;font-size:1.640625vw;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2;margin-bottom:1.5625vw}@media (max-width:767px) and (orientation:portrait){.main .logo .signature{margin-bottom:5.3333333333vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .signature{margin-bottom:2.6666666667vw}}@media (max-width:767px) and (orientation:portrait){.main .logo .signature{font-size:3.4666666667vw}}@media (max-width:767px) and (orientation:landscape){.main .logo .signature{font-size:1.7333333333vw}}@media (max-width:767px){.main .logo .signature{letter-spacing:0;line-height:1.1076923077}}
