html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
    color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove,
.selectize-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    padding: 2px 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}
.selectize-control,
.selectize-input {
    position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}
.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #ffffff;
}
.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0!important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0!important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
    display: none;
}
.selectize-input > input:focus {
    outline: 0 !important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #808080 transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #808080;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}
*::-webkit-selection {
    background-color: #fff;
    color: #111;
}
*::-moz-selection {
    background-color: #fff;
    color: #111;
}
html {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #eee;
    background-size: 100vw auto;
    color: #707070;
    -ms-touch-action: none;
    font-weight: 300;
    line-height: 1.48;
    font-size: 192px;
}
html:before {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/avad/img/bg.jpg);
    content: '';
    background-repeat: no-repeat;
    background-position: center top;
}
body {
    font-size: 0.18229167rem;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
a {
    color: #ef4036;
    text-decoration: none;
}
p {
    line-height: 0.21875rem;
    margin: 0;
}
#cookie-law-info-bar {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
#cookie-law-info-bar .cli_settings_button {
    display: none;
}
#cookie-notice {
    background-color: #f5f5f5f2 !important;
}
#cookie-notice .cookie-notice-container #cn-notice-text a {
    text-decoration: underline;
}
#cookie-notice .cookie-notice-container .cookie-btn {
    font-family: sans-serif;
    line-height: 18px;
    padding: 12px 20px;
    background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
    color: #ef4036;
    -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    text-decoration: none;
    margin-left: 30px;
}
#logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/themes/avad/img/logo.svg);
    position: fixed;
    width: 1.23958333rem;
    margin-left: -0.61979167rem;
    height: 0.27083333rem;
    left: 50%;
    top: 0.1875rem;
    z-index: 1;
}
#bars {
    background-image: url(/wp-content/themes/avad/img/bars.svg);
    width: 0.40625rem;
    height: 0.38020833rem;
    left: 0.14583333rem;
    top: 0.11458333rem;
    background-position: center;
    position: fixed;
    cursor: pointer;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: 0.19791667rem auto;
}
#bars:hover {
    opacity: .8;
}
#bars:active {
    opacity: .6;
}
#login {
    position: fixed;
    font-size: 0.125rem;
    line-height: 0.27083333rem;
    top: 0.16666667rem;
    right: 0.27083333rem;
    text-decoration: none;
    font-weight: 400;
    z-index: 2;
}
#login:hover {
    opacity: .8;
}
#login:active {
    opacity: .6;
}
h1 {
    letter-spacing: 0.05em;
    font-size: 0.34895833rem;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0.41666667rem 0;
}
h1:after {
    content: '';
    width: 0.45833333rem;
    height: 0.015625rem;
    position: absolute;
    top: 100%;
    background: #ef4036;
    left: 0;
    margin-top: 0.14583333rem;
}
.end-copyright {
    max-width: 7.09375rem;
    background: #EEEEEE;
    min-height: 100px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    text-align: center;
    opacity: 1;
}
.end-copyright p {
    padding-top: 15px;
}
.end-copyright p b {
    color: #000;
}
.end {
    max-width: 7.09375rem;
    background: #ef4036;
    min-height: 100px;
    margin: 0 auto;
    margin-top: 0.03125rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.end a {
    color: #fff;
}
.show-end .end {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.root-slides .end {
    margin-top: 0.03125rem;
}
html {
    transition: opacity 100ms ease-in-out;
    opacity: 0;
}
html.show {
    opacity: 1;
}
.root-slides > div {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.socials {
    font-size: 0;
    position: relative;
    top: 0.15625rem;
}
.socials a {
    display: inline-block;
    padding: 0.0625rem;
    width: 0.26041667rem;
    height: 0.26041667rem;
}
.socials a:hover {
    opacity: .8;
}
.socials a:active {
    opacity: .6;
}
.socials .in {
    width: 0.13541667rem;
    height: 0.13541667rem;
}
.socials .ins {
    width: 0.13541667rem;
    height: 0.13541667rem;
}
.socials .fb {
    width: 0.06770833rem;
    height: 0.13541667rem;
}
.socials .tw {
    width: 0.15625rem;
    height: 0.13541667rem;
}
.cols {
    text-align: center;
    font-size: 0;
    margin-bottom: 0.35416667rem;
}
.cols:before,
.cols:after {
    content: " ";
    display: table;
}
.cols:after {
    clear: both;
}
.cols ul li a {
    display: inline-block;
    height: 0.16666667rem;
    line-height: 0.16666667rem;
    font-weight: 400;
}
.cols ul li a:hover {
    text-decoration: underline;
}
.cols .bigger {
    font-size: 0.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.07291667rem;
}
.cols .round {
    width: 0.28125rem;
    height: 0.28125rem;
    margin: 0 auto;
    margin-bottom: 0.07291667rem;
}
.cols p {
    line-height: 0.09375rem;
    max-width: 1.19791667rem;
    margin: 0 auto;
}
.cols > div {
    width: 2.53125rem;
    font-size: 0.07291667rem;
    vertical-align: middle;
    display: inline-block;
    height: 1.90625rem;
    position: relative;
}
.cols > div:before {
    content: '';
    width: 0.01041667rem;
    background: #fff;
    height: 96px;
    top: 50%;
    position: absolute;
    display: none;
    margin-top: -0.25rem;
}
.cols > div > div {
    width: 2.53125rem;
    height: 1.90625rem;
    display: table-cell;
    vertical-align: middle;
}
.cols > div:first-child:before {
    right: 0;
    display: block;
}
.cols > div:last-child:before {
    display: block;
    left: 0;
}
.cols > div:first-child,
.cols > div:last-child {
    width: 2.25rem;
}
.cols > div:first-child > div,
.cols > div:last-child > div {
    width: 2.25rem;
}
.cols > div:after {
    content: '';
    width: 0.3125rem;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    margin-left: -0.15625rem;
}
.credit {
    font-size: 0.07291667rem;
    text-align: center;
    padding: 0 0 0.16666667rem 0;
}
.credit a {
    color: #fff;
}
.credit a:hover {
    text-decoration: underline;
}
#contacts .two-cols p:hover {
    cursor: pointer;
}
.wrap {
    max-width: 7.09375rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.46875rem 0.59375rem;
    position: relative;
    min-height: 3.33333333rem;
    color: #ef4036;
}
.wrap h1 {
    text-indent: -0.02083333rem;
}
.wrap.red {
    color: #fff;
    background: #ef4036;
}
.wrap.red a {
    color: #fff;
    text-decoration: underline;
}
.wrap.red h1:after {
    background: #fff;
}
.wrap p {
    margin-bottom: 0.125rem;
    /*
      &:not(.small) + .small {
        margin-top: 24 / 192rem 0;
      }
      */
}
.wrap p .small {
    font-size: 0.10416667rem;
    line-height: 1.2;
    display: block;
    /*
        &:last-child {
          margin: 24 / 192rem 0;
        }
        */
}
.wrap.simple h1 {
    color: #707070;
    margin: 0 0 0.13541667rem 0;
}
.wrap.simple h1:after {
    display: none;
}
.wrap.map {
    padding: 0.68229167rem 0.20833333rem 0 3.73958333rem;
}
.wrap.map p {
    color: #58595b;
    font-size: 0.09375rem;
    line-height: 1.333;
}
.wrap.map p.color-red {
    color: #ef4036;
    margin: 0 0 0.125rem 0;
}
.wrap.map .two-cols {
    margin: 0 0 0.375rem 0;
}
.wrap.map .two-cols:before,
.wrap.map .two-cols:after {
    content: " ";
    display: table;
}
.wrap.map .two-cols:after {
    clear: both;
}
.wrap.map .two-cols p {
    width: 1.45833333rem;
    float: left;
}
.wrap.map .two-cols a {
    color: #58595b;
}
.wrap.career {
    padding-left: 0;
    padding-right: 0;
}
.wrap.career h1,
.wrap.career p {
    padding-left: 1.66666667rem;
}
.wrap.career h1:after,
.wrap.career p:after {
    left: 1.66666667rem;
}
.wrap.career p {
    font-size: 0.09375rem;
    margin-top: -0.20833333rem;
    margin-bottom: 0.25rem;
}
.wrap.career label,
.wrap.career input,
.wrap.career textarea {
    display: block;
    float: left;
    margin: 0 0 0.10416667rem 0;
}
.wrap.career label {
    width: 1.40625rem;
    padding-right: 0.09375rem;
    text-align: right;
    font-weight: normal;
    font-size: 0.125rem;
    height: 0.21875rem;
    padding-left: 0.0625rem;
}
.wrap.career label > div {
    height: 0.21875rem;
    display: table-cell;
    vertical-align: middle;
    width: 1.35416667rem;
    line-height: .9;
}
.wrap.career label > div small {
    font-size: 0.08333333rem;
}
.wrap.career label.long {
    width: 1.66666667rem;
    padding-left: 0.46875rem;
}
.wrap.career label.long > div {
    width: 1.66666667rem;
}
.wrap.career input,
.wrap.career textarea {
    width: 1.27604167rem;
    border: 0;
    background: #ebebeb;
    height: 0.21875rem;
    padding: 0 0.09375rem;
    font-size: 0.125rem;
    color: #58595b;
    font-weight: normal;
}
.wrap.career input.long,
.wrap.career textarea.long {
    width: 3.95833333rem;
}
.wrap.career input.error,
.wrap.career textarea.error {
    border: 1px solid #ef4036;
}
.wrap.career textarea {
    resize: none;
    height: 0.78125rem;
    padding: 0.0625rem 0.09375rem;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
#map {
    height: 3.08333333rem;
    width: 3.08333333rem;
    left: 24px;
    top: 24px;
    position: absolute;
}
.wrap .where {
    padding: 0.19791667rem 0.25520833rem;
    background: #ef4036;
    font-size: 0.10416667rem;
    letter-spacing: 0.05em;
    color: #fff;
}
.wrap .where:before,
.wrap .where:after {
    content: " ";
    display: table;
}
.wrap .where:after {
    clear: both;
}
.wrap .where > * {
    display: block;
    float: left;
}
.wrap .where span {
    height: 0.25520833rem;
    line-height: 0.25520833rem;
}
.input {
    position: relative;
}
.input input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.input label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 0.25520833rem;
    line-height: 0.25520833rem;
    position: relative;
    padding-left: 0.33333333rem;
    display: block;
    margin-left: 0.26041667rem;
    cursor: pointer;
}
.input label span {
    height: 0.25520833rem;
    width: 0.25520833rem;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.16666667rem auto;
}
.input input:checked + label span {
    background-image: url(/wp-content/themes/avad/img/check.svg);
}
.input.select {
    float: right;
}
.input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    height: 0.25520833rem;
    width: 1.90625rem;
    padding: 0 0.07291667rem;
}
.input svg {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    right: 0.06770833rem;
    top: 50%;
    width: 0.17708333rem;
    height: 0.08854167rem;
}
.selectize-control.single .selectize-input:after {
    display: none;
}
.selectize-input > * {
    line-height: 0.24479167rem !important;
}
.selectize-input:before {
    display: none !important;
}
.selectize-dropdown-content {
    border: 1px solid #fff !important;
    background: #ef4036;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 0.05208333rem 0.08333333rem;
    color: #fff;
    font-size: 0.10416667rem !important;
    border: 0 !important;
    background: transparent !important;
}
.selectize-control,
.selectize-dropdown {
    box-shadow: none;
    border: 0 !important;
}
.selectize-input {
    font-size: 0.10416667rem !important;
    border-radius: 0 !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    color: #fff !important;
    background: transparent !important;
    height: 0.25520833rem !important;
    width: 1.90625rem !important;
    padding: 0 0.07291667rem !important;
}
.spacer {
    height: 35px;
}
.blocks {
    padding-bottom: 0.16666667rem;
    padding-top: 0.17708333rem;
}
.blocks:before,
.blocks:after {
    content: " ";
    display: table;
}
.blocks:after {
    clear: both;
}
.blocks img {
    max-height: 0.22395833rem;
    width: auto;
    float: left;
    margin-bottom: 0.15625rem;
}
.blocks img.big {
    max-height: 0.4rem;
}
.blocks > div:before,
.blocks > div:after {
    content: " ";
    display: table;
}
.blocks > div:after {
    clear: both;
}
.blocks-border {
    border-bottom: 1px solid #ef4036;
}
.block {
    color: #707070;
    font-size: 0.10416667rem;
    line-height: 0.125rem;
    float: left;
    width: 2.5rem;
    margin-bottom: 0.125rem;
}
.block a {
    color: #707070;
}
.block a:hover {
    text-decoration: underline;
}
.back,
.top {
    width: 0.26041667rem !important;
    height: 0.26041667rem !important;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.back:after,
.top:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border: 1px solid #fff;
}
.back:hover,
.top:hover {
    background-color: #fff;
}
.back {
    background-image: url(/wp-content/themes/avad/img/back.svg);
    position: absolute;
    top: 0.15625rem;
    right: 0.15625rem;
    background-size: 0.17708333rem auto;
}
.back:hover {
    background-image: url(/wp-content/themes/avad/img/back-red.svg);
}
.back.back-light {
    background-image: url(/wp-content/themes/avad/img/back-red.svg);
}
.back.back-light:after {
    border-color: #ef4036;
}
.back.back-light:hover {
    background-color: #ef4036;
    background-image: url(/wp-content/themes/avad/img/back.svg);
}
.top {
    margin: 0 auto;
    position: relative;
}
.top svg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.17708333rem;
    height: 0.08854167rem;
    left: 50%;
    top: 50%;
    position: absolute;
    stroke: #fff;
}
.top:hover svg {
    stroke: #ef4036;
}
.help {
    font-size: 0;
    text-align: center;
}
.help > div {
    display: inline-block;
    width: 1.17rem;
    vertical-align: top;
    position: relative;
    padding-top: 0.10416667rem;
}
.help > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.help > div svg {
    width: 0.44791667rem;
    height: 0.44791667rem;
    fill: #ef4036;
    display: block;
    margin: 0 auto 0.1875rem auto;
}
.help > div > div {
    font-size: 0.14583333rem;
    line-height: 0.18229167rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 0.15625rem;
    word-break: break-word;
}
.help > div:hover svg {
    fill: #fff;
}
.help > div:hover svg circle {
    fill: #ef4036 !important;
}
.help > div:hover svg path {
    stroke: #fff !important;
}
.help > div:hover svg polyline {
    stroke: white !important;
}
.instructions {
    font-size: 0;
    text-align: center;
}
.instructions > div {
    display: block;
    padding-top: 0.10416667rem;
    position: relative;
}
.instructions > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}
.instructions > div svg,
.instructions > div .svg {
    fill: #ef4036;
    height: 0.67708333rem;
    margin: 0 0.20833333rem 0.15625rem 0.20833333rem;
}
.instructions > div svg:last-child,
.instructions > div .svg:last-child {
    margin-right: 0;
}
.instructions > div .svg {
    margin: 0 0.10416667rem 0.15625rem 0;
}
.instructions > div .svg-mac {
    width: 0.94270833rem;
    background-image: url(/wp-content/themes/avad/img/mac.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.instructions > div .other {
    width: 0.265625rem;
}
.instructions > div .beats {
    width: 0.47395833rem;
}
.instructions > div .appletv {
    width: 0.609375rem;
}
.instructions > div .ipad {
    width: 0.44791667rem;
}
.instructions > div .ipod {
    width: 0.27604167rem;
}
.instructions > div .iphone {
    width: 0.27083333rem;
}
.instructions > div > div {
    font-size: 0.14583333rem;
    line-height: 0.18229167rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.instructions > div svg,
.instructions > div .svg {
    -webkit-transition: 150ms all ease-in-out;
    -moz-transition: 150ms all ease-in-out;
    -o-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out;
}
.instructions > div:hover .instructions-img {
    -webkit-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}
.instructions > div:hover svg,
.instructions > div:hover .svg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#login-bg {
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    transform: rotate(27deg);
    -webkit-transition: margin 500ms 100ms ease-in-out;
    -moz-transition: margin 500ms 100ms ease-in-out;
    -o-transition: margin 500ms 100ms ease-in-out;
    transition: margin 500ms 100ms ease-in-out;
    position: fixed;
    width: 200vw;
    height: 200vw;
    background: #fff;
    z-index: 10;
    top: -100vw;
    left: -170vw;
    margin-left: -45vw;
}
#menu {
    position: fixed;
    left: 0;
    height: 100%;
    width: 1.875rem;
    top: 0;
    z-index: 11;
    padding: 0.17708333rem 0 0 0.859375rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#menu ul li {
    line-height: 0.30208333rem;
}
#menu ul li a {
    font-size: 0.125rem;
    display: inline-block;
}
#menu ul li a:hover {
    text-decoration: underline;
}
#menu ul li.gray a {
    color: #d6d6d6;
}
.menu-open #login-bg {
    -webkit-transition: margin 500ms ease-in-out;
    -moz-transition: margin 500ms ease-in-out;
    -o-transition: margin 500ms ease-in-out;
    transition: margin 500ms ease-in-out;
    margin-left: 0;
}
.menu-open #menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms 300ms ease-out;
    -moz-transition: all 300ms 300ms ease-out;
    -o-transition: all 300ms 300ms ease-out;
    transition: all 300ms 300ms ease-out;
    pointer-events: all;
    opacity: 1;
}
#all {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding: 0.96875rem 0 0 0;
}
#languages {
    font-size: 0;
    margin-bottom: 0.125rem;
    white-space: nowrap;
}
#languages:before,
#languages:after {
    content: " ";
    display: table;
}
#languages:after {
    clear: both;
}
#languages a {
    width: 0.27083333rem;
    height: 0.27083333rem;
    line-height: 0.27083333rem;
    font-size: 0.08854167rem;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
#languages a.active,
#languages a:hover {
    color: #fff;
    background: #ef4036;
}
#home {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #f5f5f5;
    height: 100vh;
}
#home .slides {
    font-size: 0;
    position: absolute;
    white-space: nowrap;
}
.bullets {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    right: 0.33333333rem;
    top: 50%;
    margin-top: 0.078125rem;
}
.bullets > i {
    display: block;
    width: 0.078125rem;
    height: 0.078125rem;
    border-radius: 50%;
    border: 0.015625rem solid #e1e1e1;
    margin: 0.07291667rem 0;
    cursor: pointer;
}
.bullets > i:hover,
.bullets > i.active {
    background: #e1e1e1;
}
.center-line {
    position: absolute;
    width: 0.015625rem;
    height: 0.54166667rem;
    top: 50%;
    margin-top: -0.27083333rem;
    left: 50%;
    margin-left: 0.0078125rem;
    background: #ef4036;
}
.slide {
    height: 100vh;
    position: relative;
    display: inline-block;
    white-space: normal;
    width: 100vw;
    overflow: hidden;
}
.slide img {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 50%;
    margin-right: 0.04166667rem;
    width: 41.979vw;
    height: auto;
    top: 50%;
    position: absolute;
}
.slide-text {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 36vw;
    position: absolute;
    left: 50%;
    margin-left: 0.39583333rem;
    top: 50%;
}
.slide-text div {
    font-size: 0.38020833rem;
    line-height: 0.359375rem;
    margin-bottom: 0.16666667rem;
    color: #ef4036;
}
.slide-text p {
    font-size: 0.19791667rem;
    line-height: 0.23958333rem;
    color: #acacac;
}
.mobile-show {
    display: none;
}
#login-text {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    font-size: 0.25rem;
    line-height: 0.30208333rem;
    width: 37.5vw;
    color: #ef4036;
    padding-left: 0.27083333rem;
    top: 50%;
    left: 0.88541667rem;
}
#login-text:before {
    content: '';
    width: 0.015625rem;
    height: 0.625rem;
    background: #ef4036;
    left: 0;
    top: 0.0625rem;
    position: absolute;
}
#form-before {
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    transform: rotate(27deg);
    background: #ef4036;
    width: 200vw;
    height: 200vh;
    left: 53vw;
    position: absolute;
}
#login-form {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    right: 9.89583333vw;
    top: 50%;
    width: 17.70833333vw;
}
#login-form h1 {
    font-size: 0.3125rem;
    margin: 0 0 0.36458333rem -0.03125rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
#login-form h1:after {
    background: #fff;
    margin: 0.10416667rem 0 0 0.03125rem;
}
#login-form .sublinks {
    font-size: 0.08333333rem;
    color: #fff;
    margin: 0 0 0.28125rem 0;
}
#login-form .sublinks a {
    color: #fff;
}
#login-form .sublinks a:hover {
    text-decoration: underline;
}
#login-form input {
    width: 17.70833333vw;
    height: 0.34375rem;
    font-size: 0.10416667rem;
    letter-spacing: 0.1em;
    color: #58595b;
    margin: 0 0 0.140625rem 0;
    border: 0;
    padding: 0 0.11458333rem;
}
#login-form input[type="password"] {
    margin-bottom: 0.03125rem;
}
#login-form button {
    width: 1.02083333rem;
    height: 0.34375rem;
    position: relative;
    font-size: 0.10416667rem;
    letter-spacing: 0.1em;
    background: transparent;
    border: 0;
    color: #fff;
}
#login-form button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border: 0.01041667rem solid #ffffff;
}
#login-form button:hover {
    background: #fff;
    color: #ef4036;
}
#login-before {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    background: #fff;
}
#login-form + .end {
    display: none;
}
#header-background {
    height: 0.625rem;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: fixed;
}
/*.home-html {
  .sheet;
  overflow: hidden;
  body {
    .sheet;
    overflow: hidden;
  }
}*/
.text-center {
    text-align: center;
}
.career-submit {
    font-size: 0.125rem;
    letter-spacing: 0.1em;
    min-width: 0.83333333rem;
    background: transparent;
    border: 1px solid #ef4036;
    cursor: pointer;
    margin-top: 0.22916667rem;
}
.career-submit:hover {
    background: #ef4036;
    color: #fff;
}
.form-message {
    padding-left: 1.66666667rem;
}
.archive-link-row {
    text-align: center;
    font-size: 0.14583333rem;
    line-height: 0.18229167rem;
}
.archive-link {
    margin-top: 4em;
    display: inline-block;
}
.archive-link:hover {
    text-decoration: underline;
}
.selectize-control.single .selectize-input input {
    color: #fff;
    height: 0.25520833rem !important;
}
.support-line {
    font-size: 0.10416667rem;
    line-height: 0.125rem;
    margin-bottom: 2em;
}
.support-line p {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .root-slide-wrap {
        margin-bottom: 0.3125rem;
    }
    .root-first-slide,
    .root-second-slide,
    .root-third-slide,
    .root-fourth-slide,
    .root-fifth-slide {
        transform: translate(0, 0.52083333rem);
        transition: 0.5s ease transform, 0.5s ease opacity;
        opacity: 0;
    }
    #contacts .root-cell {
        padding-top: 0.26041667rem;
    }
    #map {
        top: 0.125rem;
        left: 0.125rem;
        height: calc(100% - 0.25rem);
    }
    #contacts.root-slide > .root-cell .wrap {
        top: 0;
        max-height: none;
        padding: 0.68229167rem 0.20833333rem 0.625rem 0.20833333rem;
    }
    .root-slides {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .root-slide {
        position: relative;
        margin-bottom: 0.3125rem;
    }
    .root-slide:first-child {
        margin-bottom: 0;
    }
    .root-slide > .root-cell .wrap {
        top: 0.3125rem;
        overflow: hidden;
        padding: 0;
    }
    .root-slide > .root-cell .wrap .wrap-scroll {
        padding: 0.46875rem 0.59375rem;
    }
    .iScrollVerticalScrollbar {
        right: 0.10416667rem !important;
        top: 0.26041667rem !important;
        bottom: 0.26041667rem !important;
    }
    .iScrollIndicator {
        border: 0 !important;
        background: #fff !important;
    }
    #where-to-buy .iScrollIndicator,
    #help .iScrollIndicator {
        background: #ef4036 !important;
    }
}
.sing-up {
    text-decoration: none;
}
.full-block {
    width: 100%;
}
@media only screen and (max-width: 1440px) {
    html {
        font-size: 13.12vw;
    }
}
.contacts-title {
    font-size: 0.26041667rem;
}
@media only screen and (max-width: 767px) {
    #header-background {
        height: 2rem;
    }
    .root-slide-wrap {
        margin-bottom: 0.8rem;
    }
    .root-slide {
        position: relative;
        margin-bottom: 0.8rem;
    }
    .root-slide:first-child {
        margin-bottom: 0;
    }
    .phone-number {
        margin-top: 0.4rem;
    }
    .support-line {
        font-size: 0.26666667rem;
        line-height: 0.32rem;
    }
    .archive-link-row {
        font-size: 0.37333333rem;
        line-height: 0.46666667rem;
    }
    .blocks {
        flex-wrap: wrap;
        display: flex;
    }
    .selectize-control.single .selectize-input input {
        font-size: 0.26666667rem !important;
    }
    .wrap p .small {
        font-size: 0.4rem;
    }
    .selectize-input > * {
        line-height: 0.62666667rem !important;
    }
    .selectize-control {
        height: 0.65333333rem !important;
        width: 5.97333333rem;
    }
    .selectize-dropdown .optgroup-header,
    .selectize-dropdown [data-selectable] {
        padding: 0.13333333rem 0.21333333rem;
        font-size: 0.26666667rem !important;
    }
    .selectize-input {
        width: 5.97333333rem !important;
        font-size: 0.26666667rem !important;
        height: 0.65333333rem !important;
        padding: 0 0.18666667rem !important;
    }
    .wrap .where {
        font-size: 0.26666667rem;
        line-height: 0.65333333rem;
    }
    .wrap .where span {
        line-height: 0.65333333rem;
        background-size: 0.42666667rem auto;
    }
    html {
        font-size: 10vw;
        background: #eee;
    }
    .form-message {
        margin-left: -0.45333333rem;
        padding-left: 0;
        font-size: 0.48rem;
    }
    .wrap.map {
        margin-bottom: 0.8rem;
    }
    p {
        line-height: 0.77333333rem;
    }
    body {
        font-size: 0.64rem;
    }
    .in-home {
        margin-top: 0.08rem;
    }
    .root-slides {
        margin-top: -1.89333333rem;
    }
    #home {
        margin-bottom: 0.72rem;
    }
    #all {
        padding-top: 1.89333333rem;
    }
    h1 {
        padding-bottom: 0.4rem;
        margin-bottom: 0.72rem;
    }
    h1:after {
        height: 0.06666667rem;
        width: 1.38666667rem;
    }
    #logo {
        width: 3.17333333rem;
        height: 0.69333333rem;
        margin-left: -1.58666667rem;
        top: 0.72rem;
    }
    #bars {
        left: 0;
        top: 0;
        padding: 0.66666667rem 0.69333333rem;
        width: 2.01333333rem;
        height: 1.88rem;
        background-size: 0.62666667rem auto;
    }
    .back {
        display: none;
    }
    h1 {
        font-size: 0.96rem;
    }
    .section-title-small {
        font-size: 0.66666667rem;
    }
    .contacts-title {
        font-size: 0.66666667rem;
    }
    .wrap {
        max-width: 8.53333333rem;
        padding: 0.8rem 0.90666667rem;
        min-height: 0;
    }
    .wrap.simple h1 {
        text-align: center;
        color: #ef4036;
    }
    .wrap.career h1,
    .wrap.career p {
        margin-left: -0.45333333rem;
    }
    .wrap form {
        margin: 0 -0.90666667rem;
        font-size: 0.26666667rem;
        padding: 0.53333333rem 0.42666667rem;
    }
    .wrap form span {
        height: 0.66666667rem;
        line-height: 0.66666667rem;
    }
    .wrap form .input label {
        height: 0.66666667rem;
        line-height: 0.66666667rem;
        padding-left: 0.85333333rem;
    }
    .wrap form .input label span {
        width: 0.66666667rem;
        height: 0.66666667rem;
    }
    .wrap form .input.select {
        float: left;
        margin-top: 0.45333333rem;
        margin-left: 1.22666667rem;
    }
    .wrap form .input.select svg {
        width: 0.45333333rem;
        height: 0.22666667rem;
        right: 0.18666667rem;
    }
    .wrap form .input select {
        padding: 0 0.18666667rem;
        height: 0.66666667rem;
        width: 5.97333333rem;
    }
    .blocks {
        margin: 0 -0.26666667rem;
        padding: 0.64rem 0 0.13333333rem 0;
    }
    .blocks img {
        max-height: 0.61333333rem;
        margin-bottom: 0.53333333rem;
    }
    .blocks img.big {
        max-height: 0.74666667rem;
    }
    .block {
        font-size: 0.26666667rem;
        line-height: 0.32rem;
        width: 3.6rem;
        margin-bottom: 0.42666667rem;
        padding-right: 0.26666667rem;
    }
    .instructions {
        margin: 0 -0.4rem;
        text-align: left;
    }
    .instructions > div {
        width: 50%;
        text-align: center;
        margin-top: 1rem;
    }
    .instructions > div > div {
        font-size: 0.4rem;
        line-height: 0.54666667rem;
    }
    .instructions > div .svg,
    .instructions > div svg {
        margin: 0 auto 0.53333333rem auto;
        height: 2.08rem;
    }
    .instructions > div .svg-mac {
        width: 2.84rem;
    }
    .instructions > div .iphone {
        width: 0.82666667rem;
    }
    .instructions > div .ipod {
        width: 0.84rem;
    }
    .instructions > div .ipad {
        width: 1.38666667rem;
    }
    .instructions > div .appletv {
        width: 1.85333333rem;
    }
    .instructions > div .beats {
        width: 1.44rem;
    }
    .instructions > div .other {
        width: 0.81333333rem;
        height: 0.8rem;
    }
    #login {
        background-image: url(/wp-content/themes/avad/img/user.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.45333333rem auto;
        text-indent: -9999px;
        height: 1.89333333rem;
        width: 1.89333333rem;
        right: 0;
        top: 0;
    }
    .help {
        padding-top: 0.4rem;
        width: 6.66666667rem;
        text-align: left;
        margin: 0 auto;
    }
    .help > div {
        width: 3.33333333rem;
        margin-bottom: 1.09333333rem;
    }
    .help > div svg {
        width: 1.42666667rem;
        height: 1.42666667rem;
        margin: 0 auto 0.4rem auto;
    }
    .help > div > div {
        font-size: 0.48rem;
        line-height: 0.61333333rem;
    }
    .cols > div:first-child {
        display: none;
    }
    .cols {
        padding-top: 1.18666667rem;
        padding-bottom: 0.50666667rem;
    }
    .cols > div {
        width: 100%;
        height: auto;
    }
    .cols > div > div {
        width: 100%;
        height: auto;
        display: block;
    }
    .cols .round {
        width: 1.32rem;
        height: 1.32rem;
        margin-bottom: 0.34666667rem;
    }
    .cols .bigger {
        font-size: 0.5866666699999999rem;
        height: 0.66666667rem;
        margin-bottom: 0.42666667rem;
    }
    .cols > div:after {
        width: 1.97333333rem;
        margin-left: -0.98666667rem;
        height: 0.04rem;
    }
    .cols > div:last-child:after {
        display: none;
    }
    .cols p {
        font-size: 0.4rem;
        line-height: 0.48rem;
        max-width: 6.53333333rem;
        margin-bottom: 0.72rem;
    }
    .socials {
        width: 100%;
        top: 0;
        padding: 0.5866666699999999rem 0 0 0;
    }
    .socials a {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 0.30666667rem;
    }
    .socials .in {
        width: 0.73333333rem;
        height: 0.72rem;
    }
    .socials .ins {
        width: 0.73333333rem;
        height: 0.72rem;
    }
    .socials .fb {
        width: 0.34666667rem;
        height: 0.74666667rem;
    }
    .socials .tw {
        width: 0.86666667rem;
        height: 0.74666667rem;
    }
    .cols > div:last-child,
    .cols > div:last-child > div {
        width: 100%;
    }
    .end {
        max-width: 100%;
        margin-top: 0.72rem;
        padding: 0 0.82666667rem 0.69333333rem 0.82666667rem;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .end-copyright {
        max-width: 100%;
        padding: 0 0.82666667rem 0 0.82666667rem;
    }
    .end-copyright p {
        line-height: 30px;
    }
    .credit {
        font-size: 0.32rem;
        line-height: 0.38666667rem;
        text-align: left;
    }
    .top {
        width: 0.98666667rem !important;
        height: 0.98666667rem !important;
        margin-bottom: 0.53333333rem;
    }
    .top svg {
        width: 0.69333333rem;
        height: 0.36rem;
    }
    #languages {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
        bottom: 2.13333333rem;
        margin: 0;
        left: 50%;
    }
    #languages a {
        width: 1.12rem;
        height: 1.12rem;
        font-size: 0.38666667rem;
        line-height: 1.12rem;
        margin: 0 0.05333333rem;
        display: inline-block;
        float: none;
    }
    #login,
    #logo {
        z-index: 12;
    }
    #menu {
        -webkit-transform: translate3d(-100vw, 0, 0);
        -moz-transform: translate3d(-100vw, 0, 0);
        -o-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #menu > div {
        position: absolute;
        width: 100%;
        min-height: 100vh;
        padding-bottom: 2.66666667rem;
        padding-top: 2.66666667rem;
    }
    #menu ul {
        display: inline-block;
        text-align: left;
    }
    #menu ul li {
        line-height: 1.28rem;
    }
    #menu ul li a {
        font-size: 0.53333333rem;
    }
    #login-bg {
        -webkit-transform: translate3d(-100vw, 0, 0);
        -moz-transform: translate3d(-100vw, 0, 0);
        -o-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
    }
    .menu-open #menu,
    .menu-open #login-bg {
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #map {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        left: 0;
        top: auto;
        bottom: 0;
    }
    .wrap.map {
        width: 6.66666667rem;
        padding: 0.82666667rem 0.93333333rem 0.82666667rem 0.93333333rem;
        box-sizing: content-box;
        min-height: 200px;
    }
    .wrap.map p {
        font-size: 0.32rem;
        line-height: 1;
        width: 46%;
        margin-bottom: 0.64rem;
    }
    .wrap.map .two-cols {
        margin: 0;
    }
    .wrap.map .two-cols p {
        width: 100%;
        margin-bottom: 0.64rem;
    }
    .wrap.map p.color-red {
        margin-bottom: 0.32rem;
    }
    .slide img {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 85vw;
        top: 2.4rem;
        left: 50%;
        margin: 0;
        right: auto;
    }
    .slide .center-line {
        width: 1.38666667rem;
        height: 0.06666667rem;
        left: 1.57333333rem;
        top: 8.33333333rem;
    }
    .slide .slide-text {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 0;
        left: 1.6rem;
        width: 7.2rem;
        top: 8.800000000000001rem;
    }
    .slide .slide-text div {
        font-size: 1.10769231rem;
        line-height: 1.10769231rem;
        margin-bottom: 0.34666667rem;
    }
    .slide .slide-text p {
        font-size: 0.48rem;
        line-height: 0.61333333rem;
    }
    .bullets {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0.96rem;
        font-size: 0;
        text-align: center;
    }
    .bullets > i {
        border-color: #ef4036;
        width: 14px;
        margin: 0 6px;
        height: 14px;
        display: inline-block;
    }
    .bullets > i.active,
    .bullets > i:hover {
        background: #ef4036;
    }
    .wrap .small p {
        font-size: 0.4rem;
        line-height: 0.48rem;
        margin: 0.4rem 0;
    }
    .mobile-show {
        display: block;
    }
    .sing-up {
        cursor: pointer;
        font-size: 0.4rem;
        width: 3.22666667rem;
        height: 1.01333333rem;
        border: 0.02666667rem solid #ffffff;
        line-height: 0.96rem;
        text-align: center;
        text-decoration: none !important;
        margin: 0.74666667rem auto 0 auto;
        color: #fff;
    }
    .cols > div:last-child:before {
        display: none;
    }
    #login-text,
    #form-before,
    #login-before {
        display: none;
    }
    #login-form {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background: #ef4036;
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        width: 8.53333333rem;
        padding: 0.8rem;
    }
    #login-form h1 {
        font-size: 0.96rem;
        margin-bottom: 1.6rem;
    }
    #login-form input {
        height: 1.22666667rem;
        width: 100%;
        margin-bottom: 0.50666667rem;
        font-size: 0.26666667rem;
        padding: 0 0.48rem;
    }
    #login-form .sublinks {
        font-size: 0.29333333rem;
        letter-spacing: 0.05em;
        margin-bottom: 0.74666667rem;
    }
    #login-form button {
        width: 3.22666667rem;
        height: 1.02666667rem;
        font-size: 0.4rem;
    }
    #login-form button:after {
        border: 0.02666667rem solid #ffffff;
    }
    #login-form + .end {
        display: block;
    }
    .career-submit {
        font-size: 0.32rem;
        min-width: 2.13333333rem;
        margin-top: 0.5866666699999999rem;
        height: 0.8rem;
    }
    .wrap.career {
        padding: 0.8rem 0.90666667rem;
    }
    .wrap.career h1 {
        font-size: 0.72rem;
    }
    .wrap.career h1:after {
        left: 0;
    }
    .wrap.career h1,
    .wrap.career p {
        padding-left: 0;
    }
    .wrap.career p {
        font-size: 0.32rem;
    }
    .wrap.career input,
    .wrap.career textarea,
    .wrap.career label {
        width: 100%;
        font-size: 0.4rem;
        text-align: left;
    }
    .wrap.career input.long,
    .wrap.career textarea.long,
    .wrap.career label.long {
        width: 100%;
    }
    .wrap.career label {
        padding: 0;
        height: auto;
        margin-bottom: 0.16rem;
    }
    .wrap.career label div {
        line-height: 1.3;
        height: auto;
        width: 100%;
        display: block;
    }
    .wrap.career label div small {
        font-size: 0.24rem;
    }
    .wrap.career label.long {
        padding: 0;
    }
    .wrap.career label.long > div {
        width: 100%;
    }
    .wrap.career input {
        padding: 0 0.24rem;
        height: 0.8rem;
    }
    .wrap.career input,
    .wrap.career textarea {
        padding: 0.16rem 0.24rem;
        margin-bottom: 0.4rem;
    }
    .wrap.career textarea {
        height: 2rem;
    }
}
@media only screen and (max-width: 640px) {
    .bullets > i {
        width: 8px;
        margin: 0 3px;
        height: 8px;
    }
}
.center-link {
    display: inline-block;
    position: relative;
}
.center-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.lowercase-title {
    text-transform: none;
}
.instructions-inline {
    display: inline-block !important;
}
.instructions-img {
    margin: 0 0.20833333rem 0.15625rem 0.20833333rem;
    filter: none;
    -webkit-filter: blur(0px);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.phone-number {
    display: none;
}
.show-slide {
    opacity: 1;
    transform: translate(0, 0);
}
.is-home {
    padding: 0 !important;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 0.78rem;
    }
}
.row-column-left {
    float: left;
    width: 42%;
}
.row-column-right {
    float: left;
    width: 38%;
    margin-left: -0.5%;
}
@media only screen and (max-width: 767px) {
    .row-column-right {
        width: 100%;
        margin-left: 0;
    }
    .row-column-left {
        width: 100%;
    }
}
