html {
  scroll-behavior: smooth;
}

a,
abbr,
article,
aside,
b,
big,
body,
code,
div,
em,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
main,
menu,
nav,
p,
q,
s,
section,
small,
span,
sub,
table,
tbody,
td,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-size-adjust: none;
}
ul {
  list-style: none;
}
q {
  quotes: none;
}
q::after,
q::before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  appearance: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  border: 0;
  font-family: inherit;
  color: inherit;
}

body {
  background-color: #fff;
}
:focus-visible {
  box-shadow: #fff 0 0 0 0.125rem;
  outline: #000 solid 0.125rem;
  outline-offset: 0.125rem;
}
.ssrcss-181c4hk-SectionWrapper {
  display: flex;
  flex-direction: column;
}
.ssrcss-4rxmy3-PageStack {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.ssrcss-l6cntj-ContentStack {
  flex: 1 0 auto;
}
.ssrcss-1ocoo3l-Wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 63rem;
}
@media (min-width: 25rem) {
  .ssrcss-1ocoo3l-Wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 80rem) {
  .ssrcss-1ocoo3l-Wrap {
    max-width: 80rem;
  }
}
@supports (display: grid) {
  .ssrcss-16zd8gh-ChameleonMenuLinkList-En {
    display: grid;
    gap: 0 0.5rem;
    grid-template-columns: repeat(2, minmax(7.5rem, 1fr));
  }
  @media (min-width: 37.5rem) {
    .ssrcss-16zd8gh-ChameleonMenuLinkList-En {
      display: flex;
      flex-wrap: wrap;
    }
  }
  .ssrcss-16zd8gh-ChameleonMenuLinkList-En > li {
    min-width: initial;
  }
}
@supports (text-underline-offset: 0.25em) {
  .ssrcss-sr8qwz-CallToActionLink .eayu6g42 {
    border-bottom: none;
    text-decoration: underline 2px transparent;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3125em;
    transition: text-decoration 0.2s ease 0s;
  }
}
@supports (text-underline-offset: 0.25em) {
  .ssrcss-sr8qwz-CallToActionLink:active .eayu6g42,
  .ssrcss-sr8qwz-CallToActionLink:focus .eayu6g42,
  .ssrcss-sr8qwz-CallToActionLink:hover .eayu6g42 {
    border-bottom: none;
    text-decoration: underline 2px currentcolor;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3125em;
  }
}
@media (min-width: 56.25rem) {
  .ssrcss-q03fby-ContainerWithSidebarWrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 18.75rem;
  }
}
.ssrcss-1ki8hfp-StyledZone {
  max-width: 50rem;
}
.ssrcss-pv1rh6-ArticleWrapper {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  color: #141414;
  margin: 1rem 0 1.5rem;
  padding-bottom: 1.5rem;
}
.ssrcss-1eqcsb1-HeadingWrapper {
  padding-bottom: 1rem;
  margin-top: 2.5rem;
}
.ssrcss-1eqcsb1-HeadingWrapper
  > :not([hidden]):not(style):not(.visually-hidden)
  ~ :not([hidden]):not(style):not(.visually-hidden) {
  margin-top: 1rem;
}
.ssrcss-15xko80-StyledHeading {
  font-family: ReithSerif, Helvetica, Arial, freesans, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.125;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-15xko80-StyledHeading {
    font-size: 2.75rem;
    line-height: 1.09091;
  }
}
.ssrcss-15xko80-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-15xko80-StyledHeading:focus-visible {
  outline-style: auto;
}
.ssrcss-i42p3a-Button {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: calc(0.5rem - 2px) calc(0.75rem - 2px);
  border: 2px solid transparent;
  text-align: center;
  transition: all 0.2s ease 0s;
  background: #eb0000;
  color: #fff;
  box-shadow: #eb0000 0 0 0 0;
  min-height: 2.75rem !important;
  line-height: 1.375 !important;
}
@media (min-width: 37.5rem) {
  .ssrcss-i42p3a-Button {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}
.ssrcss-i42p3a-Button:focus-visible {
  outline: 0;
  box-shadow: none;
}
.ssrcss-i42p3a-Button:disabled {
  opacity: 0.2;
  cursor: auto;
}
.ssrcss-i42p3a-Button:active:enabled,
.ssrcss-i42p3a-Button:focus:enabled,
.ssrcss-i42p3a-Button:hover:enabled {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: #b80000;
  color: #fff;
  box-shadow: #b80000 0 0 0 0.125rem;
}
.ssrcss-i42p3a-Button:focus:enabled {
  outline: #000 solid 0.125rem;
  box-shadow: #b80000 0 0 0 0.125rem, #fff 0 0 0 calc(0.25rem);
  outline-offset: calc(0.25rem);
}
@supports (clip-path: inset(100%)) {
  .ssrcss-1bpq5d-StyledPanelContent::after {
    background-color: #fff;
  }
  .ssrcss-1bpq5d-StyledPanelContent::before {
    background-color: #8a8c8e;
  }
}
.ssrcss-1y79c70-ComponentWrapper {
  margin: 1.5rem 0;
}
.ssrcss-wpgbih-StyledFigure {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
}
.ssrcss-ab5fd8-StyledFigureContainer {
  position: relative;
}
.ssrcss-11kpz0x-Placeholder {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  background-color: #f6f6f6;
}
.ssrcss-11kpz0x-Placeholder img {
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssrcss-1bdte2-BylineComponentWrapper {
  margin: 1.5rem auto;
  max-width: 50rem;
}
.ssrcss-h3c0s8-ContributorContainer {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr;
  gap: 1rem 0.5rem;
  color: #545658;
}
.ssrcss-h3c0s8-ContributorContainer > :last-child {
  margin-bottom: 0;
}
.ssrcss-1u2in0b-Container-ContributorDetails {
  grid-column: 1/3;
}
.ssrcss-1u2in0b-Container-ContributorDetails > :last-child {
  margin-bottom: 0;
}
.ssrcss-68pt20-Text-TextContributorName {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-68pt20-Text-TextContributorName {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}
.ssrcss-84ltp5-Text {
  font-size: 0.8125rem;
  line-height: 1.23077;
  margin-bottom: 0.25rem;
  color: #545658;
}
.ssrcss-jlwt2c-Divider {
  background-color: #8a8c8e;
  width: 2.5rem;
  height: 0.125rem;
  margin-top: 1rem;
}
.ssrcss-11r1m41-RichTextComponentWrapper {
  margin: 1rem 0;
  max-width: 36.25rem;
}
.ssrcss-11r1m41-RichTextComponentWrapper:first-of-type {
  margin: 1.5rem 0 1rem;
}
.ssrcss-y2fd7s-StyledHeading {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.16667;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-y2fd7s-StyledHeading {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.ssrcss-y2fd7s-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-y2fd7s-StyledHeading:focus-visible {
  outline-style: auto;
}
.ssrcss-q4zz1q-StyledHeading {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-q4zz1q-StyledHeading {
    font-size: 1.5rem;
    line-height: 1.16667;
  }
}
.ssrcss-q4zz1q-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-q4zz1q-StyledHeading:focus-visible {
  outline-style: auto;
}
@supports (text-decoration-color: transparent) {
  .ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog5 {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }
}
@supports (text-decoration-color: transparent) {
  .ssrcss-18cjaf3-Headline:focus,
  .ssrcss-18cjaf3-Headline:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }
}
@supports (gap: 1rem) {
  .ssrcss-17ehax8-Cluster {
    overflow: initial;
  }
}
@supports (gap: 1rem) {
  .ssrcss-x3nlsb-ClusterItems {
    gap: 1.5rem;
    margin: 0;
  }
  .ssrcss-x3nlsb-ClusterItems > * {
    margin: 0;
  }
}
.dotcom-ad,
.dotcom-ad.inactive {
  display: none;
}
aside #dotcom-mpu.inactive {
  display: none;
}
aside #dotcom-mpu {
  display: block;
}
#main-content #dotcom-mpu.inactive {
  display: none;
}
#main-content #dotcom-mpu {
  display: block;
}
.dotcom-ad {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}
.dotcom-ad.lazy {
  display: block;
}
.dotcom-ad.lazy div {
  display: none;
}
.dotcom-ad.lazy.active div {
  display: block;
}
.dotcom-ad-inner {
  display: inline-block;
  margin-bottom: 8px;
}
.dotcom-ad.active:not(.inactive) {
  display: block;
}
.dotcom-ad.active:not(.inactive) .dotcom-ad-text-wrapper {
  visibility: unset;
}
[class*="GridItem"] .dotcom-ad.active:not(.inactive) {
  height: 100%;
}
.dotcom-ad-text-wrapper {
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
}
.dotcom-ad-text {
  font: bold 0.75rem/0.75rem helvetica, arial, sans-serif;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  color: #505050 !important;
  letter-spacing: 0 !important;
  margin-bottom: 5px !important;
  margin-top: 8px !important;
}
.dotcom-ad-text:hover {
  text-decoration: underline;
}
div[id^="dotcom-sponsor"].active:not(.inactive) {
  display: inline-block;
}
div[id^="dotcom-sponsor"] .dotcom-ad-inner {
  display: flex;
  margin: 8px 8px 8px 0;
}
div[id^="dotcom-sponsor"] .dotcom-ad-text {
  padding: 5px 8px 0;
}
#sign_in {
  position: fixed;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 22px;
  z-index: 1001;
  background-color: #0853ea;
  width: 246px;
  height: 263px;
}
#sign_in * {
  font-family: ReithSans, Arial, Helvetica, freesans, sans-serif !important;
}
@media (min-width: 721px) {
  #sign_in {
    width: 487px;
    height: 339px;
  }
}
#sign_in .sign_in-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  max-width: 85%;
  margin: 0 0 20px;
}
@media (min-width: 721px) {
  #sign_in .sign_in-header {
    font-size: 35px;
    line-height: 43px;
    max-width: 80%;
  }
}
#sign_in .sign_in-container {
  margin: 34px 8px 24px 24px;
}
@media (min-width: 721px) {
  #sign_in .sign_in-container {
    margin: 52px 12px 31px 31px;
  }
}
#sign_in .sign_in-why {
  color: #d9d9d9;
  text-decoration: none;
  font-size: 11px;
  float: left;
}
@media (min-width: 721px) {
  #sign_in .sign_in-why {
    font-size: 13px;
  }
}
#sign_in .sign_in-why:active .sign_in-why-text,
#sign_in .sign_in-why:focus .sign_in-why-text,
#sign_in .sign_in-why:hover .sign_in-why-text {
  border-bottom: 1px solid #bbb;
}
#sign_in .sign_in-why-text {
  margin-left: 8px;
}
#dotcom-content-rec {
  background-color: #fff;
  max-width: inherit;
  overflow: hidden;
}
@media (min-width: 600px) {
  #dotcom-content-rec {
    text-align: left;
  }
}
#dotcom-content-rec,
#dotcom-mpu,
#dotcom-mpu_bottom {
  margin-bottom: 0.5rem;
}
div[id^="dotcom-module_feature"] {
  text-align: right;
  background-color: #e7e7e7 !important;
}
div[id^="dotcom-module_feature"] .dotcom-ad-text-wrapper,
div[id^="dotcom-module_feature"] .dotcom-slot {
  display: inline-block;
  padding-right: 0.5rem;
}
div[id^="dotcom-module_feature"] .dotcom-ad-text {
  margin-top: 0 !important;
  background-color: #e7e7e7 !important;
}
article #dotcom-content-rec .dotcom-ad-inner {
  display: table;
  margin: 0 auto !important;
}
.app__body div[id^="dotcom-mpu"] {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1008px) {
  .app__body div[id^="dotcom-mpu"] {
    background-color: #f1f1f1;
  }
}
.app__body div[id^="dotcom-native"] .dotcom-ad-inner {
  width: 100%;
  margin-bottom: 0;
}
.app__body div[id^="dotcom-sponsor"] {
  background-color: #f1f1f1;
}
#edr_survey .edr_go {
  opacity: 0;
  display: block;
  position: absolute;
  font-size: 0;
  background-color: #000;
  margin: 0;
  padding: 0;
  visibility: visible;
  z-index: 1000000;
}
@keyframes pn-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

:root {
  --mainColor: #eeeeee;
  --text: #2c363f;
  --input-color: #000;
  --valid-input-color: #000;
}
#Ask-a-Question {
  border: 1px solid var(--mainColor);
  border-radius: 6px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #eee;
  background: #fff;
}
.Ask-a-Question-Form {
  margin: 0 auto;
  box-sizing: border-box;
}
.Ask-a-Question-title {
  text-align: center;
  font-size: 30px;
  color: var(--text);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .Ask-a-Question-title {
    font-size: 24px;
  }
}
#Ask-a-Question input {
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--mainColor);
  border-radius: 6px;
  color: var(--input-color);
  line-height: 1;
  background: #fff;
  font-family: Arial;
  outline: 0;
}
#Ask-a-Question input:focus {
  outline: 1px solid var(--mainColor);
}
.Ask-a-Question-Btn {
  background: var(--mainColor);
  color: var(--text);
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 10px var(--mainColor);
}
.iti {
  width: 100%;
  margin-bottom: 20px;
}
@media print {
  body {
    display: none !important;
  }
}

.qutoer {
  border-left: 5px solid #e60505;
  padding-left: 10px;
  margin-bottom: 1em;
  padding-bottom: 0 !important;
}
.comments .media {
  display: flex;
  align-content: center;
  align-items: center;
}
.comments .media-body {
  width: 100%;
  padding-left: 1em;
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
.recent {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.recent a,
.recent p {
  font-family: Tahoma;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  color: #3b5998;
}
.recent p {
  font-weight: 700;
}
.media {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e2e2e2;
}
.media-left img {
  margin-top: 6px;
}
.media-body h4 a {
  font-family: Tahoma;
  font-size: 13px;
  color: #3b5998;
  margin: 0 0 5px 0;
  line-height: 14px;
  font-weight: 700;
}
.media-body h4 a:focus,
.media-body h4 a:hover {
  color: #3b5998;
}
.media-body p {
  font-family: Tahoma;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 15px;
  margin: 0 0 5px 0;
}
.media-body p.bottom {
  color: #3b5998;
}
.media-body p.bottom .like {
  margin-left: 8px;
}
.media-body p.bottom .time {
  color: grey;
  border-bottom: 1px dotted grey;
}
.comments p.small {
  font-family: Tahoma;
  font-size: 11px;
  color: #3b5998;
  margin: 10px 0;
}
a,
abbr,
article,
aside,
b,
big,
body,
code,
div,
em,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
main,
menu,
nav,
p,
q,
s,
section,
small,
span,
sub,
table,
tbody,
td,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
ul {
  list-style: none;
}
q {
  quotes: none;
}
q::after,
q::before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  border: 0;
  font-family: inherit;
  color: inherit;
}
body {
  background-color: #fff;
}
:focus-visible {
  box-shadow: 0 0 0 0.125rem #fff;
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
}
.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica label,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea,
.fb--container body.plugin {
  font-family: Helvetica, Arial, sans-serif;
}
.fb--container ._42ft:hover,
.fb--container a,
.fb--container abbr {
  text-decoration: none;
}
.fb--container ._6a,
.fb--container .selected ._4i94 {
  display: inline-block;
}
.fb--container .selected ._4i95 {
  display: none;
}
.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}
.fb--container .fwn,
.fb--container label input {
  font-weight: 400;
}
.fb--container textarea {
  max-width: 100%;
}
.fb--container body {
  background: #fff;
  color: #1d2129;
  direction: ltr;
  line-height: 1.34;
  margin: 0;
  padding: 0;
  unicode-bidi: embed;
  overflow-y: scroll;
}
.fb--container body,
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.fb--container h1,
.fb--container h2,
.fb--container h3,
.fb--container h4,
.fb--container h5,
.fb--container h6 {
  color: #1d2129;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.fb--container h1 {
  font-size: 14px;
}
.fb--container .fsm,
.fb--container h4,
.fb--container h5,
.fb--container h6 {
  font-size: 12px;
}
.fb--container p {
  margin: 1em 0;
}
.fb--container a {
  color: #365899;
  cursor: pointer;
}
.fb--container button {
  margin: 0;
}
.fb--container a:hover {
  text-decoration: underline;
}
.fb--container img {
  border: 0;
}
.fb--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fb--container abbr {
  border-bottom: none;
}
.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix {
  zoom: 1;
}
.fb--container #facebook .hidden_elem {
  display: none !important;
}
.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}
.fb--container ._li._li._li {
  overflow: initial;
}
.fb--container body.plugin {
  background: 0 0;
  line-height: 1.28;
  text-size-adjust: none;
}
.fb--container .plugin,
.fb--container .plugin button,
.fb--container .plugin input,
.fb--container .plugin label,
.fb--container .plugin td,
.fb--container .plugin textarea {
  font-size: 11px;
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._3-99,
.fb--container ._42ft + ._42ft {
  margin-left: 4px;
}
.fb--container ._42fr {
  cursor: default;
}
.fb--container i.img u {
  left: -999999px;
  position: absolute;
}
.fb--container ._ohe,
.fb--container .lfloat {
  float: left;
}
.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}
.fb--container .fss {
  font-size: 9px;
}
.fb--container ._50f8,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}
.fb--container ._43q7 .img {
  vertical-align: bottom;
}
.fb--container ._8o,
.fb--container ._8o .img,
.fb--container a._p {
  display: block;
}
.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container html ._4jy0:focus {
  box-shadow: rgba(88, 144, 255, 0.74902) 0 0 1px 2px,
    rgba(0, 0, 0, 0.14902) 0 1px 1px;
  outline: 0;
}
.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}
.fb--container ._4jy0._42fr .img {
  opacity: 0.5;
}
.fb--container ._517h,
.fb--container ._59pe:focus,
.fb--container ._59pe:hover {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}
.fb--container ._517h:hover {
  background-color: #e9ebee;
}
.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}
.fb--container ._517h._42fr {
  background-color: #f6f7f9;
  border-color: #dddfe2;
  color: #bec2c9;
}
.fb--container ._4jy1,
.fb--container ._4jy2 {
  color: #fff;
}
.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}
.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}
.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}
.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}
.fb--container ._4jy2._42fr {
  background-color: #ace0a2;
  border-color: #ace0a2;
}
.fb--container ._59pe,
.fb--container ._59pe._42fr {
  background: 0 0;
  border-color: transparent;
}
.fb--container ._517i,
.fb--container ._517i._42fr:active {
  height: 18px;
  line-height: 18px;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}
.fb--container ._4jy4,
.fb--container ._4jy4._42fr:active {
  line-height: 26px;
  padding: 0 10px;
}
.fb--container ._4jy5,
.fb--container ._4jy5._42fr:active {
  line-height: 34px;
  padding: 0 16px;
}
.fb--container ._4jy6,
.fb--container ._4jy6._42fr:active {
  line-height: 42px;
  padding: 0 24px;
}
.fb--container ._3y89 ._4jy0 {
  border-bottom-width: 0;
  border-top-width: 0;
}
.fb--container ._3y89 > ._4jy0:first-child,
.fb--container ._3y89 > :first-child ._4jy0 {
  border-left-width: 0;
  border-radius: 1px 0 0 1px;
}
.fb--container ._3y89 > ._4jy0:last-child,
.fb--container ._3y89 > :last-child ._4jy0 {
  border-radius: 0 1px 1px 0;
  border-right-width: 0;
}
.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}
.fb--container .UFICommentActorName,
.fb--container ._50f7 {
  font-weight: 700;
}
.fb--container #facebook ._5s6c._5s6c,
.fb--container ._5s6c {
  font-family: Georgia, serif;
  letter-spacing: normal;
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
  padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}
.fb--container ._8r {
  margin-right: 5px;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6b {
  vertical-align: middle;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}
.fb--container ._3-8y {
  margin-top: 12px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container ._3-96 {
  margin-bottom: 12px;
}
.fb--container ._2ph- {
  padding: 8px;
}
.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}
.fb--container ._2pis {
  padding-left: 8px;
}
.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}
.fb--container ._2agf {
  word-wrap: normal;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container .UFIInputContainer,
.fb--container ._kv1,
.fb--container .uiInputLabel {
  position: relative;
}
.fb--container .uiInputLabel + .uiInputLabel {
  margin-top: 3px;
}
.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}
.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}
.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}
.fb--container .sp_-J_-HgF_hOz,
.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container ._5uzb {
  padding-right: 3px;
}
.fb--container span._47e3 .img {
  vertical-align: -3px;
}
.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
}
.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}
.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}
.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}
.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
  background-position: -198px -196px;
}
.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}
.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}
.fb--container #facebook ._1e_f {
  overflow: visible;
}
.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}
.fb--container ._2vq9 a {
  color: #4267b2;
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container ._4q1v a {
  color: #90949c;
}
.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}
.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}
.fb--container ._5mdd {
  word-wrap: break-word;
}
.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}
.fb--container ._5mdd a {
  color: #4267b2;
}
.fb--container ._2392 {
  margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}
.fb--container ._1zz6 ._1u9t,
.fb--container ._1zz7 ._1u9t {
  min-height: 48px;
}
.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}
.fb--container ._4uyl ._1p1t {
  color: #a9a9a9;
}
.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}
.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-image: initial;
  border-style: initial solid solid;
  border-color: initial #d3d6db #d3d6db;
}
.fb--container ._1u0n {
  line-height: 24px;
}
.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}
.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}
.fb--container ._pup {
  color: #4b4f56;
}
.fb--container ._1ci {
  height: 48px;
  width: 48px;
}
.fb--container ._1cj {
  height: 36px;
  width: 36px;
}
.fb--container ._5yct {
  color: #365899;
}
.fb--container ._55sg {
  vertical-align: baseline;
}
.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}
.ssrcss-181c4hk-SectionWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ssrcss-4rxmy3-PageStack {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ssrcss-l6cntj-ContentStack {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.ssrcss-1ocoo3l-Wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 63rem;
}
@media (min-width: 25rem) {
  .ssrcss-1ocoo3l-Wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 80rem) {
  .ssrcss-1ocoo3l-Wrap {
    max-width: 80rem;
  }
}
@media (max-width: 720px) {
  #main-content {
    padding: 0 10px;
  }
}
@supports (display: grid) {
  .ssrcss-16zd8gh-ChameleonMenuLinkList-En {
    display: grid;
    grid-gap: 0 0.5rem;
    gap: 0 0.5rem;
    grid-template-columns: repeat(2, minmax(7.5rem, 1fr));
  }
  @media (min-width: 37.5rem) {
    .ssrcss-16zd8gh-ChameleonMenuLinkList-En {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .ssrcss-16zd8gh-ChameleonMenuLinkList-En > li {
    min-width: initial;
  }
}
@supports (text-underline-offset: 0.25em) {
  .ssrcss-sr8qwz-CallToActionLink .eayu6g42 {
    border-bottom: none;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3125em;
    -webkit-transition: text-decoration 0.2s;
    transition: text-decoration 0.2s;
  }
}
@supports (text-underline-offset: 0.25em) {
  .ssrcss-sr8qwz-CallToActionLink:active .eayu6g42,
  .ssrcss-sr8qwz-CallToActionLink:focus .eayu6g42,
  .ssrcss-sr8qwz-CallToActionLink:hover .eayu6g42 {
    border-bottom: none;
    -webkit-text-decoration: underline currentcolor;
    text-decoration: underline currentcolor;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3125em;
  }
}
@media (min-width: 56.25rem) {
  .ssrcss-q03fby-ContainerWithSidebarWrapper {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 18.75rem;
  }
}
.ssrcss-1ki8hfp-StyledZone {
  max-width: 50rem;
}
.ssrcss-pv1rh6-ArticleWrapper {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
  font-feature-settings: "";
  font-size: 1rem;
  line-height: 1.375;
  color: #141414;
  margin: 1rem 0 1.5rem 0;
  padding-bottom: 1.5rem;
}
.ssrcss-1eqcsb1-HeadingWrapper {
  padding-bottom: 1rem;
  margin-top: 2.5rem;
}
.ssrcss-1eqcsb1-HeadingWrapper
  > :not([hidden]):not(style):not(.visually-hidden)
  ~ :not([hidden]):not(style):not(.visually-hidden) {
  margin-top: 1rem;
}
.ssrcss-15xko80-StyledHeading {
  font-family: ReithSerif, Helvetica, Arial, freesans, sans-serif;
  font-weight: 500;
  font-feature-settings: "";
  font-size: 2rem;
  line-height: 1.125;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-15xko80-StyledHeading {
    font-size: 2.75rem;
    line-height: 1.0909090909090908;
  }
}
.ssrcss-15xko80-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-15xko80-StyledHeading:focus-visible {
  outline-style: auto;
}
.ssrcss-i42p3a-Button {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: calc(0.5rem - 2px) calc(0.75rem - 2px);
  border: 2px solid transparent;
  min-height: 2.75rem !important;
  text-align: center;
  line-height: 1.375 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #eb0000;
  color: #fff;
  box-shadow: 0 0 0 0 #eb0000;
}
@media (min-width: 37.5rem) {
  .ssrcss-i42p3a-Button {
    font-size: 1.125rem;
    line-height: 1.222222222222222;
  }
}
.ssrcss-i42p3a-Button:focus-visible {
  outline: 0;
  box-shadow: none;
}
.ssrcss-i42p3a-Button:disabled {
  opacity: 0.2;
  cursor: auto;
}
.ssrcss-i42p3a-Button:active:enabled,
.ssrcss-i42p3a-Button:focus:enabled,
.ssrcss-i42p3a-Button:hover:enabled {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: #b80000;
  color: #fff;
  box-shadow: 0 0 0 0.125rem #b80000;
}
.ssrcss-i42p3a-Button:focus:enabled {
  box-shadow: 0 0 0 0.125rem #fff;
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
  box-shadow: 0 0 0 0.125rem #b80000, 0 0 0 calc(0.125rem + 0.125rem) #fff;
  outline-offset: calc(0.125rem + 0.125rem);
}
@supports (clip-path: inset(100%)) {
  .ssrcss-1bpq5d-StyledPanelContent::after {
    background-color: #fff;
  }
  .ssrcss-1bpq5d-StyledPanelContent::before {
    background-color: #8a8c8e;
  }
}
.ssrcss-1y79c70-ComponentWrapper {
  margin: 1.5rem 0;
}
.ssrcss-wpgbih-StyledFigure {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
  font-feature-settings: "";
}
.ssrcss-ab5fd8-StyledFigureContainer {
  position: relative;
}
.ssrcss-11kpz0x-Placeholder {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  background-color: #f6f6f6;
}
.ssrcss-11kpz0x-Placeholder img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssrcss-1bdte2-BylineComponentWrapper {
  margin: 1.5rem auto;
  max-width: 50rem;
}
.ssrcss-h3c0s8-ContributorContainer {
  display: grid;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  row-gap: 0.5rem;
  grid-template-columns: 1fr;
  gap: 1rem 0.5rem;
  color: #545658;
}
.ssrcss-h3c0s8-ContributorContainer > :last-child {
  margin-bottom: 0;
}
.ssrcss-1u2in0b-Container-ContributorDetails {
  grid-column: 1/3;
}
.ssrcss-1u2in0b-Container-ContributorDetails > :last-child {
  margin-bottom: 0;
}
.ssrcss-68pt20-Text-TextContributorName {
  font-size: 0.8125rem;
  line-height: 1.2307692307692308;
  margin-bottom: 0.25rem;
  color: #545658;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-68pt20-Text-TextContributorName {
    font-size: 1.125rem;
    line-height: 1.222222222222222;
  }
}
.ssrcss-84ltp5-Text {
  font-size: 0.8125rem;
  line-height: 1.2307692307692308;
  margin-bottom: 0.25rem;
  color: #545658;
}
.ssrcss-jlwt2c-Divider {
  background-color: #8a8c8e;
  width: 2.5rem;
  height: 0.125rem;
  margin-top: 1rem;
}
.ssrcss-11r1m41-RichTextComponentWrapper {
  margin: 1rem 0;
  max-width: 36.25rem;
}
.ssrcss-11r1m41-RichTextComponentWrapper:first-of-type {
  margin: 1.5rem 0 1rem;
}
.ssrcss-y2fd7s-StyledHeading {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1.5rem;
  line-height: 1.1666666666666667;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-y2fd7s-StyledHeading {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.ssrcss-y2fd7s-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-y2fd7s-StyledHeading:focus-visible {
  outline-style: auto;
}
.ssrcss-q4zz1q-StyledHeading {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  color: #141414;
}
@media (min-width: 37.5rem) {
  .ssrcss-q4zz1q-StyledHeading {
    font-size: 1.5rem;
    line-height: 1.1666666666666667;
  }
}
.ssrcss-q4zz1q-StyledHeading:focus {
  outline-style: none;
}
.ssrcss-q4zz1q-StyledHeading:focus-visible {
  outline-style: auto;
}
@supports (text-decoration-color: transparent) {
  .ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog5,
  .ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog4,
  .ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog5 {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }
}
@supports (text-decoration-color: transparent) {
  .ssrcss-18cjaf3-Headline:focus,
  .ssrcss-18cjaf3-Headline:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }
}
@supports (gap: 1rem) {
  .ssrcss-17ehax8-Cluster {
    overflow: initial;
  }
}
@supports (gap: 1rem) {
  .ssrcss-x3nlsb-ClusterItems {
    gap: 1.5rem;
    margin: 0;
  }
  .ssrcss-x3nlsb-ClusterItems > * {
    margin: 0;
  }
}
.dotcom-ad,
.dotcom-ad.inactive {
  display: none;
}
aside #dotcom-mpu.inactive {
  display: none;
}
aside #dotcom-mpu {
  display: block;
}
#main-content #dotcom-mpu.inactive {
  display: none;
}
#main-content #dotcom-mpu {
  display: block;
}
.dotcom-ad {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}
.dotcom-ad.lazy {
  display: block;
}
.dotcom-ad.lazy div {
  display: none;
}
.dotcom-ad.lazy.active div {
  display: block;
}
.dotcom-ad-inner {
  display: inline-block;
  margin-bottom: 8px;
}
.dotcom-ad.active:not(.inactive) {
  display: block;
}
.dotcom-ad.active:not(.inactive) .dotcom-ad-text-wrapper {
  visibility: unset;
}
[class*="GridItem"] .dotcom-ad.active:not(.inactive) {
  height: 100%;
}
.dotcom-ad-text-wrapper {
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
}
.dotcom-ad-text {
  color: #505050 !important;
  font: bold 0.75rem/0.75rem helvetica, arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0 !important;
  margin-bottom: 5px !important;
  margin-top: 8px !important;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}
.dotcom-ad-text:hover {
  text-decoration: underline;
}
div[id^="dotcom-sponsor"].active:not(.inactive) {
  display: inline-block;
}
div[id^="dotcom-sponsor"] .dotcom-ad-inner {
  display: flex;
  align-items: middle;
  margin: 8px 8px 8px 0;
}
div[id^="dotcom-sponsor"] .dotcom-ad-text {
  padding: 5px 8px 0;
}
#sign_in {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 22px;
  z-index: 1001;
  background-color: #0853ea;
  width: 246px;
  height: 263px;
}
#sign_in * {
  font-family: ReithSans, Arial, Helvetica, freesans, sans-serif !important;
}
@media (min-width: 721px) {
  #sign_in {
    width: 487px;
    height: 339px;
  }
}
#sign_in .sign_in-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  max-width: 85%;
  margin: 0 0 20px;
}
@media (min-width: 721px) {
  #sign_in .sign_in-header {
    font-size: 35px;
    line-height: 43px;
    max-width: 80%;
  }
}
#sign_in .sign_in-container {
  margin: 34px 8px 24px 24px;
}
@media (min-width: 721px) {
  #sign_in .sign_in-container {
    margin: 52px 12px 31px 31px;
  }
}
#sign_in .sign_in-why {
  color: #d9d9d9;
  text-decoration: none;
  font-size: 11px;
  float: left;
}
@media (min-width: 721px) {
  #sign_in .sign_in-why {
    font-size: 13px;
  }
}
#sign_in .sign_in-why:active .sign_in-why-text,
#sign_in .sign_in-why:focus .sign_in-why-text,
#sign_in .sign_in-why:hover .sign_in-why-text {
  border-bottom: 1px solid #bbb;
}
#sign_in .sign_in-why-text {
  margin-left: 8px;
}
#dotcom-content-rec {
  background-color: #fff;
  max-width: inherit;
  overflow: hidden;
}
@media (min-width: 600px) {
  #dotcom-content-rec {
    text-align: left;
  }
}
#dotcom-content-rec,
#dotcom-mpu,
#dotcom-mpu_bottom {
  margin-bottom: 0.5rem;
}
div[id^="dotcom-module_feature"] {
  text-align: right;
  background-color: #e7e7e7 !important;
}
div[id^="dotcom-module_feature"] .dotcom-ad-text-wrapper,
div[id^="dotcom-module_feature"] .dotcom-slot {
  display: inline-block;
  padding-right: 0.5rem;
}
div[id^="dotcom-module_feature"] .dotcom-ad-text {
  margin-top: 0 !important;
  background-color: #e7e7e7 !important;
}
article #dotcom-content-rec .dotcom-ad-inner {
  display: table;
  margin: 0 auto !important;
}
.app__body div[id^="dotcom-mpu"] {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1008px) {
  .app__body div[id^="dotcom-mpu"] {
    background-color: #f1f1f1;
  }
}
.app__body div[id^="dotcom-native"] .dotcom-ad-inner {
  width: 100%;
  margin-bottom: 0;
}
.app__body div[id^="dotcom-sponsor"] {
  background-color: #f1f1f1;
}
#edr_survey .edr_go {
  opacity: 0;
  display: block;
  position: absolute;
  font-size: 0;
  background-color: #000;
  margin: 0;
  padding: 0;
  visibility: visible;
  z-index: 1000000;
}
@keyframes pn-spinner {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.maincont p {
  letter-spacing: 0.5px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  margin-bottom: 1em;
}
.maincont .img-responsive {
  width: 100%;
  margin: 1em 0;
}
.maincont h2 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1.5rem;
  line-height: 1.1666666666666667;
  color: #141414;
  margin-bottom: 1em;
  margin-top: 1em;
}
.maincont h3 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1rem;
  line-height: 1.1666666666666667;
  color: #141414;
  margin-bottom: 1em;
  margin-top: 1em;
}
.maincont b {
  font-weight: 700;
}
.btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn--animate-grow:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.btn--orange {
  background: #e90e0e;
  color: #fff !important;
  text-decoration: none !important;
}
.btn {
  display: block;
  margin: 0 auto !important;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
.maincont p em {
  border-left: 4px solid #eb0000;
  display: block;
  padding-left: 1em;
}
.maincont a {
  color: #eb0000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.maincont .no_hover {
  border-bottom: 0 dashed;
}
.flos span {
  background: #e5e5e5;
  width: auto;
  display: block;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 14px;
  color: #555;
}
.flos img {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.brandbar__links .links--image a img {
  display: none;
}
.sorser {
  text-align: center;
  background: #0a0a0a;
  padding: 2em;
  margin: 1em 0;
}
.article-body a {
  text-decoration: none;
  color: #e60505;
}
.sorser h3 span {
  color: #e60505;
  font-weight: 900 !important;
  font-size: 41px;
}
.sorser h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 0;
}
.sorser h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sorser h3,
.sorser h4 {
  color: #fff;
}
.sorser .flw {
  width: 100%;
}
@media (max-width: 768px) {
  .sorser h3 span {
    font-size: 29px;
  }
  .sorser h4 {
    font-size: 14px;
  }
}
#Ask-a-Question {
  box-shadow: none;
}

.profile-edit {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.profile-edit {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
#ad-200x400-1 {
  display: none;
}
.tf-hidden {
  visibility: hidden !important;
}
.tf-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.mobile-container {
  overflow: hidden;
}
.mobile-container .article {
  margin: 0;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.tf-image {
  overflow: hidden;
  min-height: 1px;
}
.tf-image > div {
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
  }
  div[style="--aspect-ratio:16/9;"]::before {
    padding-bottom: 56.25%;
  }
  div[style="--aspect-ratio:1;"]::before {
    padding-bottom: 100%;
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  height: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.clear:after,
.clear:before {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
img:-moz-loading {
  visibility: hidden;
}
.img-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
::-moz-selection,
::-webkit-selection,
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
body {
  margin: 0;
  font-family: proximanova-regular, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #212121;
  background-color: #f0f4fb;
}
@media (min-width: 1024px) {
  body {
    padding-top: 58px;
  }
}
@media (min-width: 768px) {
  body {
    background-color: #fafafa;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}
em {
  font-family: proximanova-regularit, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.wrapper {
  width: 980px;
  margin: auto;
}
#main-content {
  cursor: default;
}
@media (min-width: 10px) and (max-width: 1023px) {
  #main-content {
    padding-bottom: 60px;
    width: 100vw;
    position: relative;
    background-color: #f0f4fb;
  }
}
@media (min-width: 1023px) {
  #main-content {
    margin-bottom: 0;
    padding: 0;
  }
  .footer--rhs {
    width: 996px;
    padding: 8px;
    margin: auto;
    text-align: center;
  }
  #main-content.wrapper {
    width: 996px;
    padding: 8px;
    background-color: #fafafa;
  }
}
.container {
  display: flex;
  flex-flow: row nowrap;
}
.container--special {
  display: flex;
  flex-flow: row wrap;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border: none;
  padding: 8px 16px;
  font-size: 16px;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
input,
label,
textarea {
  -webkit-tap-highlight-color: transparent;
}
form input[type="checkbox"],
form input[type="radio"] {
  display: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
  background-color: #fff;
  border: 1px solid #979797;
  position: absolute;
  left: 3px;
  top: 4px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
form input[type="checkbox"] + label:after,
form input[type="radio"] + label:after {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  background-color: #979797;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
  -moz-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
  -o-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
  transition: opacity 0.2s ease, transform 0.1s ease-in-out;
}
form input[type="checkbox"]:checked + label:after,
form input[type="checkbox"]:focus + label:after,
form input[type="checkbox"]:hover + label:after,
form input[type="radio"]:checked + label:after,
form input[type="radio"]:focus + label:after,
form input[type="radio"]:hover + label:after {
  opacity: 1;
}
form input[type="checkbox"]:disabled + label,
form input[type="radio"]:disabled + label {
  color: #fff;
  cursor: auto;
}
form input[type="checkbox"]:disabled + label:before,
form input[type="radio"]:disabled + label:before {
  background-color: #fff;
}
form input[type="checkbox"] + label {
  padding-left: 32px;
}
form input[type="checkbox"] + label:before {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border: 1px solid #e2e2e2;
}
form input[type="checkbox"] + label:after {
  width: 24px;
  height: 24px;
  top: 1px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
}
form input[type="checkbox"]:checked + label:after,
form input[type="checkbox"]:focus + label:after,
form input[type="checkbox"]:hover + label:after {
  opacity: 0.4;
}
.brandbar {
  height: 50px;
  top: 0;
  background-color: #000;
  margin-bottom: 8px;
  display: flex;
  cursor: default;
  z-index: 11;
  position: fixed;
  width: 100%;
}
.brandbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brandbar__links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}
.brandbar__links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.brandbar__links li > a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: proximanova-bold, sans-serif;
  display: block;
  line-height: 18px;
}
.brandbar__links li > a:hover {
  text-decoration: underline;
}
.brandbar__links .links--image {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}
.brandbar__links .links--image a {
  display: flex;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.brandbar__links .links--image a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.brandbar__links .links--image a img {
  max-height: 22px;
}
.brandbar__links .links--image:after {
  display: none;
}
.brandbar__links .links--image-text {
  margin-right: 16px;
  padding: 0;
  min-height: 22px;
}
.brandbar .auth {
  margin: 0;
  padding: 0;
  display: flex;
}
.brandbar .auth li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.brandbar .auth__register a {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.brandbar .auth__register a:active,
.brandbar .auth__register a:focus,
.brandbar .auth__register a:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.brandbar .auth__register a [disabled="disabled"],
.brandbar .auth__register a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.brandbar .auth__login a {
  font-size: 12px;
  color: #fff;
  font-family: proximanova-bold, sans-serif;
  width: 110px;
  text-align: center;
}
.brandbar .auth__login a:hover {
  text-decoration: underline;
}
.brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-family: proximanova-bold, sans-serif;
  display: inline-block;
  padding: 17px 10px;
  width: 115px;
  flex: 0 0 auto;
}
.brandbar .links--dropdown > span:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.brandbar .links--dropdown:hover > span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brandbar .links--dropdown:hover .brandbar__dropdown {
  display: flex;
}
.brandbar .links__dropdown--image {
  display: flex;
  align-items: center;
  width: auto;
  min-height: 48px;
  margin-right: 16px;
  padding: 12px 0;
}
.brandbar .links__dropdown--image img {
  margin-right: 8px;
  max-height: 24px;
}
.brandbar .links__dropdown--image > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandbar .links__dropdown--image:after {
  display: none;
}
.brandbar .links__dropdown--partners {
  display: flex;
  align-items: center;
  width: auto;
  min-height: 48px;
  margin-right: 24px;
  padding: 12px 0;
}
.brandbar__dropdown {
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 100;
  padding: 22px 15px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  width: auto;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.brandbar__dropdown:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}
.brandbar__dropdown--column {
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-family: proximanova-bold, sans-serif;
  width: 145px;
  margin: 0 15px;
}
.brandbar__dropdown--column a {
  color: #212121;
  font-family: proximanova-bold, sans-serif;
  display: block;
  margin-bottom: 8px;
}
.brandbar__dropdown--column a:hover {
  text-decoration: underline;
}
.brandbar__dropdown--column a:last-child {
  margin-bottom: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .tf-auth {
    margin: 0;
    padding: 0;
    display: none;
  }
  .tf-auth.show {
    display: block;
  }
  .tf-auth li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
  }
  .tf-auth__register a {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
  }
  .tf-auth__register a:active,
  .tf-auth__register a:focus,
  .tf-auth__register a:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .tf-auth__register a [disabled="disabled"],
  .tf-auth__register a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .tf-auth__login a {
    font-size: 15px;
    color: #212121;
    font-family: proximanova-bold, sans-serif;
    padding: 0 24px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: #dd1f26;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding: 0;
  }
  .tf-auth__login a:active,
  .tf-auth__login a:focus,
  .tf-auth__login a:hover {
    background-color: #212121;
    color: #dedede;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .tf-auth__login a [disabled="disabled"],
  .tf-auth__login a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
}
.social-links-container ul {
  margin: 0;
  padding: 0;
}
.social-links-container ul li {
  display: inline-block;
}
header .social-links {
  position: relative;
  margin: 0;
}
header .social-links .social-control {
  display: flex;
}
header .social-links .social-control .social-item {
  margin: 0 0 0 8px;
  flex: auto;
}
header .social-links .social-control .social-item a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header .social-links .social-control .social-item a img {
  height: 22px;
}
header .social-links .social-control .social-item a:hover {
  opacity: 0.7;
}
header .social-links-container ul li {
  display: block;
}
.footer .social-links {
  flex-direction: column;
  margin: 20px auto 10px;
}
.footer .social-links .social-title {
  display: block;
  font-size: 14px;
}
.footer .social-links .social-container {
  display: block;
  margin-top: 10px;
}
.footer .social-links .social-container .social-control .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
}
.footer .social-links .social-container .social-control .social-item a {
  display: inline-block;
  height: 27px;
}
.footer .social-links .social-container .social-control .social-item a img {
  height: auto;
  vertical-align: middle;
  margin: 0;
}
#menu .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#menu .social-links .social-title {
  display: block;
  font-size: 12px;
  color: #333;
  padding: 10px 25px 10px;
  text-transform: uppercase;
}
#menu .social-links .social-container {
  margin-left: 20px;
}
#menu .social-links .social-container .social-control .social-item {
  margin: 0 5px 0 0;
  border-bottom: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
#menu .social-links .social-container .social-control .social-item img {
  width: 30px;
}
@media (min-width: 1024px) {
  .header {
    background-color: #fff;
    -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 16px;
  }
  .header-container--content {
    margin-left: 16px;
    display: flex;
    align-items: center;
    min-width: 680px;
    height: 40px;
    justify-content: flex-end;
  }
  .header__logo {
    display: inline-block;
    flex: 1;
  }
  .header__logo.news24 > img {
    width: auto;
    height: 55px;
  }
  .header__logo > img {
    width: auto;
    height: 55px;
  }
  .header__search {
    position: relative;
    min-width: 270px;
  }
  .header__search-inline {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  .header__search-inline input[type="text"] {
    width: 270px;
    padding: 0 40px 0 24px;
    height: 34px;
    color: #212121;
    font-size: 13px;
    letter-spacing: 1.3px;
    background-color: #f1f2f6;
    border: none;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    margin-right: 10px;
  }
  .header__search-inline input[type="submit"] {
    position: absolute;
    top: 7px;
    left: 230px;
    width: 19px;
    height: 19px;
    display: block;
    right: unset;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
  }
  .header__search-inline input[type="submit"].search-all {
    position: relative;
    width: auto;
    height: auto;
    background: 0 0;
    top: unset;
    left: unset;
    right: unset;
  }
  .header__search-inline .search-options {
    display: flex;
    border-radius: 17px;
    background-color: #f1f1f1;
  }
  .header__search input[type="text"] {
    width: 270px;
    padding: 0 40px 0 24px;
    height: 34px;
    color: #212121;
    font-size: 13px;
    letter-spacing: 1.3px;
    background-color: #f1f2f6;
    border: none;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header__search input[type="text"]:focus {
    background-color: #ebecf2;
  }
  .header__search input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 16px;
    width: 19px;
    height: 19px;
    display: block;
    padding: 0;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
  }
  .header__search input[type="submit"]:hover {
    transform: scale(1.08);
  }
  .header .social-links {
    height: 31px;
  }
  .header .social-links .social-control .social-item {
    width: 31px;
  }
  .header .social-links .social-control .social-item a img {
    height: 31px;
  }
}
@media (min-width: 10px) and (max-width: 1023px) {
  .header {
    background-color: #fff;
    color: #212121;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
  }
  .header__logo {
    display: inline-block;
    font-size: 0;
  }
  .header__logo > img {
    height: 29px;
    width: auto;
  }
  .header__content {
    display: inline-block;
    font-size: 0;
  }
  .header__content #auth-section {
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 10px) and (max-width: 1023px) and (min-width: 10px) and (max-width: 1023px) {
  .header__content #auth-section {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}
@media (min-width: 10px) and (max-width: 1023px) {
  .header .auth {
    margin: 0;
    padding: 0;
  }
  .header .auth li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
  }
  .header .auth__register a {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
  }
  .header .auth__register a:active,
  .header .auth__register a:focus,
  .header .auth__register a:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .header .auth__register a [disabled="disabled"],
  .header .auth__register a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .header .auth__subscribe a {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    padding: 0 20px;
    width: auto;
    font-family: proximanova-bold, sans-serif;
  }
  .header .auth__subscribe a:active,
  .header .auth__subscribe a:focus,
  .header .auth__subscribe a:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .header .auth__subscribe a [disabled="disabled"],
  .header .auth__subscribe a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .header .auth__login a {
    font-size: 11px;
    color: #212121;
    font-family: proximanova-bold, sans-serif;
  }
  .header .auth__login a:hover {
    text-decoration: underline;
  }
  .header .auth.profile--container a {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
  }
  .header .auth.profile--container a:active,
  .header .auth.profile--container a:focus,
  .header .auth.profile--container a:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .header .auth.profile--container a [disabled="disabled"],
  .header .auth.profile--container a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
}
.sticky-header {
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  background-color: #eceff5;
}
.sticky-header.is-sticky {
  position: fixed;
}
.header__nav {
  background-color: #fff;
}
@media (min-width: 10px) and (max-width: 768px) {
  .header__nav {
    background-color: #fff;
    margin: 0;
    position: relative;
    margin-bottom: 4px;
  }
  .header__nav:after {
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
      to right,
      rgba(164, 164, 164, 0) 0,
      rgba(164, 164, 164, 0.2) 50%,
      rgba(164, 164, 164, 0.8) 100%
    );
  }
}
.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .header__nav ul {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul {
    text-align: justify;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.header__nav ul > li {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .header__nav ul > li {
    flex: 0 1 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul > li {
    height: 43px;
    text-align: center;
    margin-right: 20px;
  }
}
.header__nav ul > li a {
  position: relative;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  padding: 13px 12px;
  display: block;
}
@media (min-width: 768px) {
  .header__nav ul > li a {
    font-weight: 400;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul > li a {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(33, 33, 33, 0.5);
    text-transform: uppercase;
    font-family: proximanova-bold, sans-serif;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 5px;
  }
}
.header__nav ul > li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  height: 3px;
  background-color: #d0021b;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__nav ul > li a.is-active {
  color: #c00000;
}
@media (min-width: size) {
  .header__nav ul > li a.is-active {
    color: #212121;
  }
}
.header__nav ul > li a.is-active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .header__nav ul > li:hover a {
    color: #c00000;
  }
  .header__nav ul > li:hover a:after {
    opacity: 1;
  }
  .header__nav ul > li:hover .sub-nav {
    display: flex;
  }
}
.header__nav ul > li.has-children:before {
  content: "";
  width: 12px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: 4px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__nav ul > li.has-children a {
  padding: 13px 22px 13px 12px;
}
.header__nav ul > li.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}
.header__nav ul > li.has-children.is-active.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}
.header__nav ul > li .sub-nav,
.header__nav ul > li .sub-nav-child {
  flex-direction: column;
  display: none;
  background-color: #fff;
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
}
.header__nav ul > li .sub-nav-child > li,
.header__nav ul > li .sub-nav > li {
  text-align: left;
}
.header__nav ul > li .sub-nav-child > li a,
.header__nav ul > li .sub-nav > li a {
  font-size: 11px;
  letter-spacing: 0.71px;
  color: #212121;
  padding: 8px 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.header__nav ul > li .sub-nav-child > li a:hover,
.header__nav ul > li .sub-nav > li a:hover {
  background-color: #f3f3f3;
}
.header__nav ul > li .sub-nav-child > li a:after,
.header__nav ul > li .sub-nav > li a:after {
  display: none;
}
.header__nav ul > li .sub-nav-child > li.has-children:before,
.header__nav ul > li .sub-nav > li.has-children:before {
  top: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__nav ul > li .sub-nav-child > li.has-children:hover:before,
.header__nav ul > li .sub-nav > li.has-children:hover:before {
  right: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__nav ul > li .sub-nav-child > li:hover .sub-nav-child,
.header__nav ul > li .sub-nav > li:hover .sub-nav-child {
  display: flex;
}
.header__nav ul > li .sub-nav-child,
.header__nav ul > li .sub-nav-child-child {
  left: 100%;
  top: 0;
}
.header__nav ul > .menu-left > .sub-nav > li .sub-nav-child {
  left: inherit;
  right: 100%;
}
@media (min-width: 768px) {
  .footer {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 90px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .footer__logo {
    padding: 1em;
  }
  .footer__logo > img {
    height: 2em;
  }
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer__nav ul li {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__nav ul li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
  }
  .footer__nav ul li:after {
    content: "|";
    margin-left: 5px;
    font-size: 13px;
  }
  .footer__nav ul li:last-child:after {
    display: none;
  }
  .footer__nav ul li a {
    color: #212121;
    font-size: 13px;
    font-family: proximanova-bold, sans-serif;
  }
  .footer__nav ul li a:hover {
    text-decoration: underline;
  }
}
.footer--rhs {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 24px;
}
.footer__app-links {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer__app-links a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-bottom: 4px;
}
.footer__app-links a:hover {
  opacity: 0.8;
}
.footer__app-links a img {
  height: 50px;
}
.footer__social-title {
  display: block;
  font-family: proximanova-bold, sans-serif;
  color: #696969;
  font-size: 14px;
}
.footer__social .social-links {
  margin: 8px auto;
}
.footer__social .social-links .social-control .social-item {
  margin: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__social .social-links .social-control .social-item:hover {
  opacity: 0.8;
}
.footer__social .social-links .social-control .social-item a img {
  width: 30px;
  height: 30px;
}
.footer__copyright {
  font-size: 13px;
  color: #212121;
  line-height: 20px;
  display: block;
  margin: 16px 0;
}
.footer__copyright .popia {
  flex-direction: column;
  margin-bottom: 10px;
}
.footer__copyright a {
  color: #212121;
  display: block;
  line-height: 24px;
}
.footer__copyright a:hover {
  text-decoration: underline;
}
.footer__copyright a.footer__btn {
  background: #212121;
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 8px;
  width: fit-content;
}
.footer__copyright a.footer__btn:active,
.footer__copyright a.footer__btn:focus,
.footer__copyright a.footer__btn:hover {
  background-color: #080808;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.footer__copyright a.footer__contact {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
.footer__copyright a.footer__contact:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer__copyright a.footer__phone {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.footer__copyright a.footer__phone:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer__third-party {
  width: 65px;
  height: 35px;
  margin-top: 8px;
}
.menu {
  background-color: #fff;
  right: -100%;
  top: 100%;
  min-width: 0;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  z-index: 300;
}
.menu .close_section {
  display: block;
  height: 48.4px;
  position: relative;
}
.menu .close_section img {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 24px;
  height: 24px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .footer__nav {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 61px;
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .footer__nav ul {
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 43px;
  }
}
.footer__nav ul li {
  flex: 1;
}
.footer__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__nav-item--title {
  font-size: 10px;
  display: block;
  color: #212121;
  margin-top: 4px;
  font-family: proximanova-bold, sans-serif;
  line-height: 4px;
  padding: 0 8px 10px;
  white-space: nowrap;
}
.footer__nav-item.is-active .footer__nav-item--title,
.footer__nav-item:hover .footer__nav-item--title {
  color: #21418d;
}
.footer__nav-item:focus {
  outline: 0;
}
.category__header {
  display: flex;
  padding: 10px 8px;
  align-items: center;
}
.category__header a {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.category__header span {
  font-size: 15px;
  font-family: proximanova-bold, sans-serif;
  display: block;
  margin-left: 8px;
  text-transform: capitalize;
}
[class*="tf-grid-"],
[class*="tf-grid_"],
[class~="tf-grid"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px;
}
[class*="tf-col-"],
[class*="tf-col_"],
[class~="tf-col"] {
  box-sizing: border-box;
  padding: 0 4px 8px;
  max-width: 100%;
}
[class*="tf-col_"],
[class~="tf-col"] {
  flex: 1 1 0%;
}
[class*="tf-col-"] {
  flex: none;
}
[class*="tf-grid-"][class*="tf-col-"],
[class*="tf-grid-"][class*="tf-col_"],
[class*="tf-grid-"][class~="tf-col"],
[class*="tf-grid_"][class*="tf-col-"],
[class*="tf-grid_"][class*="tf-col_"],
[class*="tf-grid_"][class~="tf-col"],
[class~="tf-grid"][class*="tf-col-"],
[class~="tf-grid"][class*="tf-col_"],
[class~="tf-grid"][class~="tf-col"] {
  margin: 0;
  padding: 0;
}
[class*="tf-grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="tf-grid-"][class*="-noGutter"] > [class*="tf-col-"],
[class*="tf-grid-"][class*="-noGutter"] > [class~="tf-col"] {
  padding: 0;
}
[class*="tf-grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="tf-grid-"][class*="-center"] {
  justify-content: center;
}
[class*="tf-grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="tf-grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="tf-grid-"][class*="-middle"] {
  align-items: center;
}
[class*="tf-grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="tf-grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="tf-grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="tf-grid-"][class*="-column"] > [class*="tf-col-"] {
  flex-basis: auto;
}
[class*="tf-grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="tf-grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="tf-grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="tf-grid-"][class*="-equalHeight"] > [class*="tf-col-"],
[class*="tf-grid-"][class*="-equalHeight"] > [class*="tf-col_"],
[class*="tf-grid-"][class*="-equalHeight"] > [class~="tf-col"] {
  align-self: stretch;
}
[class*="tf-grid-"][class*="-equalHeight"] > [class*="tf-col-"] > *,
[class*="tf-grid-"][class*="-equalHeight"] > [class*="tf-col_"] > *,
[class*="tf-grid-"][class*="-equalHeight"] > [class~="tf-col"] > * {
  height: 100%;
}
[class*="tf-grid-"][class*="-noBottom"] > [class*="tf-col-"],
[class*="tf-grid-"][class*="-noBottom"] > [class*="tf-col_"],
[class*="tf-grid-"][class*="-noBottom"] > [class~="tf-col"] {
  padding-bottom: 0;
}
[class*="tf-col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="tf-col-"][class*="-middle"] {
  align-self: center;
}
[class*="tf-col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="tf-col-"][class*="-first"] {
  order: -1;
}
[class*="tf-col-"][class*="-last"] {
  order: 1;
}
[class*="tf-grid-1"] > [class*="tf-col-"],
[class*="tf-grid-1"] > [class*="tf-col_"],
[class*="tf-grid-1"] > [class~="tf-col"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="tf-grid-2"] > [class*="tf-col-"],
[class*="tf-grid-2"] > [class*="tf-col_"],
[class*="tf-grid-2"] > [class~="tf-col"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="tf-grid-3"] > [class*="tf-col-"],
[class*="tf-grid-3"] > [class*="tf-col_"],
[class*="tf-grid-3"] > [class~="tf-col"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="tf-grid-4"] > [class*="tf-col-"],
[class*="tf-grid-4"] > [class*="tf-col_"],
[class*="tf-grid-4"] > [class~="tf-col"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="tf-grid-5"] > [class*="tf-col-"],
[class*="tf-grid-5"] > [class*="tf-col_"],
[class*="tf-grid-5"] > [class~="tf-col"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="tf-grid-6"] > [class*="tf-col-"],
[class*="tf-grid-6"] > [class*="tf-col_"],
[class*="tf-grid-6"] > [class~="tf-col"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="tf-grid-7"] > [class*="tf-col-"],
[class*="tf-grid-7"] > [class*="tf-col_"],
[class*="tf-grid-7"] > [class~="tf-col"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}
[class*="tf-grid-8"] > [class*="tf-col-"],
[class*="tf-grid-8"] > [class*="tf-col_"],
[class*="tf-grid-8"] > [class~="tf-col"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="tf-grid-9"] > [class*="tf-col-"],
[class*="tf-grid-9"] > [class*="tf-col_"],
[class*="tf-grid-9"] > [class~="tf-col"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}
[class*="tf-grid-10"] > [class*="tf-col-"],
[class*="tf-grid-10"] > [class*="tf-col_"],
[class*="tf-grid-10"] > [class~="tf-col"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="tf-grid-11"] > [class*="tf-col-"],
[class*="tf-grid-11"] > [class*="tf-col_"],
[class*="tf-grid-11"] > [class~="tf-col"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}
[class*="tf-grid-12"] > [class*="tf-col-"],
[class*="tf-grid-12"] > [class*="tf-col_"],
[class*="tf-grid-12"] > [class~="tf-col"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (max-width: 80em) {
  [class*="_lg-1"] > [class*="tf-col-"],
  [class*="_lg-1"] > [class*="tf-col_"],
  [class*="_lg-1"] > [class~="tf-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class*="tf-col-"],
  [class*="_lg-2"] > [class*="tf-col_"],
  [class*="_lg-2"] > [class~="tf-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class*="tf-col-"],
  [class*="_lg-3"] > [class*="tf-col_"],
  [class*="_lg-3"] > [class~="tf-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_lg-4"] > [class*="tf-col-"],
  [class*="_lg-4"] > [class*="tf-col_"],
  [class*="_lg-4"] > [class~="tf-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class*="tf-col-"],
  [class*="_lg-5"] > [class*="tf-col_"],
  [class*="_lg-5"] > [class~="tf-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class*="tf-col-"],
  [class*="_lg-6"] > [class*="tf-col_"],
  [class*="_lg-6"] > [class~="tf-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_lg-7"] > [class*="tf-col-"],
  [class*="_lg-7"] > [class*="tf-col_"],
  [class*="_lg-7"] > [class~="tf-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_lg-8"] > [class*="tf-col-"],
  [class*="_lg-8"] > [class*="tf-col_"],
  [class*="_lg-8"] > [class~="tf-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class*="tf-col-"],
  [class*="_lg-9"] > [class*="tf-col_"],
  [class*="_lg-9"] > [class~="tf-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_lg-10"] > [class*="tf-col-"],
  [class*="_lg-10"] > [class*="tf-col_"],
  [class*="_lg-10"] > [class~="tf-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class*="tf-col-"],
  [class*="_lg-11"] > [class*="tf-col_"],
  [class*="_lg-11"] > [class~="tf-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_lg-12"] > [class*="tf-col-"],
  [class*="_lg-12"] > [class*="tf-col_"],
  [class*="_lg-12"] > [class~="tf-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 64em) {
  [class*="_md-1"] > [class*="tf-col-"],
  [class*="_md-1"] > [class*="tf-col_"],
  [class*="_md-1"] > [class~="tf-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class*="tf-col-"],
  [class*="_md-2"] > [class*="tf-col_"],
  [class*="_md-2"] > [class~="tf-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class*="tf-col-"],
  [class*="_md-3"] > [class*="tf-col_"],
  [class*="_md-3"] > [class~="tf-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_md-4"] > [class*="tf-col-"],
  [class*="_md-4"] > [class*="tf-col_"],
  [class*="_md-4"] > [class~="tf-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class*="tf-col-"],
  [class*="_md-5"] > [class*="tf-col_"],
  [class*="_md-5"] > [class~="tf-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class*="tf-col-"],
  [class*="_md-6"] > [class*="tf-col_"],
  [class*="_md-6"] > [class~="tf-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_md-7"] > [class*="tf-col-"],
  [class*="_md-7"] > [class*="tf-col_"],
  [class*="_md-7"] > [class~="tf-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_md-8"] > [class*="tf-col-"],
  [class*="_md-8"] > [class*="tf-col_"],
  [class*="_md-8"] > [class~="tf-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class*="tf-col-"],
  [class*="_md-9"] > [class*="tf-col_"],
  [class*="_md-9"] > [class~="tf-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_md-10"] > [class*="tf-col-"],
  [class*="_md-10"] > [class*="tf-col_"],
  [class*="_md-10"] > [class~="tf-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class*="tf-col-"],
  [class*="_md-11"] > [class*="tf-col_"],
  [class*="_md-11"] > [class~="tf-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_md-12"] > [class*="tf-col-"],
  [class*="_md-12"] > [class*="tf-col_"],
  [class*="_md-12"] > [class~="tf-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 48em) {
  [class*="_sm-1"] > [class*="tf-col-"],
  [class*="_sm-1"] > [class*="tf-col_"],
  [class*="_sm-1"] > [class~="tf-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class*="tf-col-"],
  [class*="_sm-2"] > [class*="tf-col_"],
  [class*="_sm-2"] > [class~="tf-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class*="tf-col-"],
  [class*="_sm-3"] > [class*="tf-col_"],
  [class*="_sm-3"] > [class~="tf-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_sm-4"] > [class*="tf-col-"],
  [class*="_sm-4"] > [class*="tf-col_"],
  [class*="_sm-4"] > [class~="tf-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class*="tf-col-"],
  [class*="_sm-5"] > [class*="tf-col_"],
  [class*="_sm-5"] > [class~="tf-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class*="tf-col-"],
  [class*="_sm-6"] > [class*="tf-col_"],
  [class*="_sm-6"] > [class~="tf-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_sm-7"] > [class*="tf-col-"],
  [class*="_sm-7"] > [class*="tf-col_"],
  [class*="_sm-7"] > [class~="tf-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_sm-8"] > [class*="tf-col-"],
  [class*="_sm-8"] > [class*="tf-col_"],
  [class*="_sm-8"] > [class~="tf-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class*="tf-col-"],
  [class*="_sm-9"] > [class*="tf-col_"],
  [class*="_sm-9"] > [class~="tf-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_sm-10"] > [class*="tf-col-"],
  [class*="_sm-10"] > [class*="tf-col_"],
  [class*="_sm-10"] > [class~="tf-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class*="tf-col-"],
  [class*="_sm-11"] > [class*="tf-col_"],
  [class*="_sm-11"] > [class~="tf-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_sm-12"] > [class*="tf-col-"],
  [class*="_sm-12"] > [class*="tf-col_"],
  [class*="_sm-12"] > [class~="tf-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 36em) {
  [class*="_xs-1"] > [class*="tf-col-"],
  [class*="_xs-1"] > [class*="tf-col_"],
  [class*="_xs-1"] > [class~="tf-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class*="tf-col-"],
  [class*="_xs-2"] > [class*="tf-col_"],
  [class*="_xs-2"] > [class~="tf-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class*="tf-col-"],
  [class*="_xs-3"] > [class*="tf-col_"],
  [class*="_xs-3"] > [class~="tf-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_xs-4"] > [class*="tf-col-"],
  [class*="_xs-4"] > [class*="tf-col_"],
  [class*="_xs-4"] > [class~="tf-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class*="tf-col-"],
  [class*="_xs-5"] > [class*="tf-col_"],
  [class*="_xs-5"] > [class~="tf-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class*="tf-col-"],
  [class*="_xs-6"] > [class*="tf-col_"],
  [class*="_xs-6"] > [class~="tf-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_xs-7"] > [class*="tf-col-"],
  [class*="_xs-7"] > [class*="tf-col_"],
  [class*="_xs-7"] > [class~="tf-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_xs-8"] > [class*="tf-col-"],
  [class*="_xs-8"] > [class*="tf-col_"],
  [class*="_xs-8"] > [class~="tf-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class*="tf-col-"],
  [class*="_xs-9"] > [class*="tf-col_"],
  [class*="_xs-9"] > [class~="tf-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_xs-10"] > [class*="tf-col-"],
  [class*="_xs-10"] > [class*="tf-col_"],
  [class*="_xs-10"] > [class~="tf-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class*="tf-col-"],
  [class*="_xs-11"] > [class*="tf-col_"],
  [class*="_xs-11"] > [class~="tf-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_xs-12"] > [class*="tf-col-"],
  [class*="_xs-12"] > [class*="tf-col_"],
  [class*="_xs-12"] > [class~="tf-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
[class*="tf-grid-"] > [class*="tf-col-1"],
[class*="tf-grid_"] > [class*="tf-col-1"],
[class~="tf-grid"] > [class*="tf-col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class*="tf-grid-"] > [class*="tf-col-2"],
[class*="tf-grid_"] > [class*="tf-col-2"],
[class~="tf-grid"] > [class*="tf-col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="tf-grid-"] > [class*="tf-col-3"],
[class*="tf-grid_"] > [class*="tf-col-3"],
[class~="tf-grid"] > [class*="tf-col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="tf-grid-"] > [class*="tf-col-4"],
[class*="tf-grid_"] > [class*="tf-col-4"],
[class~="tf-grid"] > [class*="tf-col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="tf-grid-"] > [class*="tf-col-5"],
[class*="tf-grid_"] > [class*="tf-col-5"],
[class~="tf-grid"] > [class*="tf-col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class*="tf-grid-"] > [class*="tf-col-6"],
[class*="tf-grid_"] > [class*="tf-col-6"],
[class~="tf-grid"] > [class*="tf-col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="tf-grid-"] > [class*="tf-col-7"],
[class*="tf-grid_"] > [class*="tf-col-7"],
[class~="tf-grid"] > [class*="tf-col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class*="tf-grid-"] > [class*="tf-col-8"],
[class*="tf-grid_"] > [class*="tf-col-8"],
[class~="tf-grid"] > [class*="tf-col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class*="tf-grid-"] > [class*="tf-col-9"],
[class*="tf-grid_"] > [class*="tf-col-9"],
[class~="tf-grid"] > [class*="tf-col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*="tf-grid-"] > [class*="tf-col-10"],
[class*="tf-grid_"] > [class*="tf-col-10"],
[class~="tf-grid"] > [class*="tf-col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class*="tf-grid-"] > [class*="tf-col-11"],
[class*="tf-grid_"] > [class*="tf-col-11"],
[class~="tf-grid"] > [class*="tf-col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class*="tf-grid-"] > [class*="tf-col-12"],
[class*="tf-grid_"] > [class*="tf-col-12"],
[class~="tf-grid"] > [class*="tf-col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="tf-grid-"] > [data-push-left*="off-0"],
[class*="tf-grid_"] > [data-push-left*="off-0"],
[class~="tf-grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="tf-grid-"] > [data-push-left*="off-1"],
[class*="tf-grid_"] > [data-push-left*="off-1"],
[class~="tf-grid"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}
[class*="tf-grid-"] > [data-push-left*="off-2"],
[class*="tf-grid_"] > [data-push-left*="off-2"],
[class~="tf-grid"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}
[class*="tf-grid-"] > [data-push-left*="off-3"],
[class*="tf-grid_"] > [data-push-left*="off-3"],
[class~="tf-grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="tf-grid-"] > [data-push-left*="off-4"],
[class*="tf-grid_"] > [data-push-left*="off-4"],
[class~="tf-grid"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}
[class*="tf-grid-"] > [data-push-left*="off-5"],
[class*="tf-grid_"] > [data-push-left*="off-5"],
[class~="tf-grid"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}
[class*="tf-grid-"] > [data-push-left*="off-6"],
[class*="tf-grid_"] > [data-push-left*="off-6"],
[class~="tf-grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="tf-grid-"] > [data-push-left*="off-7"],
[class*="tf-grid_"] > [data-push-left*="off-7"],
[class~="tf-grid"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}
[class*="tf-grid-"] > [data-push-left*="off-8"],
[class*="tf-grid_"] > [data-push-left*="off-8"],
[class~="tf-grid"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}
[class*="tf-grid-"] > [data-push-left*="off-9"],
[class*="tf-grid_"] > [data-push-left*="off-9"],
[class~="tf-grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="tf-grid-"] > [data-push-left*="off-10"],
[class*="tf-grid_"] > [data-push-left*="off-10"],
[class~="tf-grid"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}
[class*="tf-grid-"] > [data-push-left*="off-11"],
[class*="tf-grid_"] > [data-push-left*="off-11"],
[class~="tf-grid"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}
[class*="tf-grid-"] > [data-push-right*="off-0"],
[class*="tf-grid_"] > [data-push-right*="off-0"],
[class~="tf-grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="tf-grid-"] > [data-push-right*="off-1"],
[class*="tf-grid_"] > [data-push-right*="off-1"],
[class~="tf-grid"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}
[class*="tf-grid-"] > [data-push-right*="off-2"],
[class*="tf-grid_"] > [data-push-right*="off-2"],
[class~="tf-grid"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}
[class*="tf-grid-"] > [data-push-right*="off-3"],
[class*="tf-grid_"] > [data-push-right*="off-3"],
[class~="tf-grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="tf-grid-"] > [data-push-right*="off-4"],
[class*="tf-grid_"] > [data-push-right*="off-4"],
[class~="tf-grid"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}
[class*="tf-grid-"] > [data-push-right*="off-5"],
[class*="tf-grid_"] > [data-push-right*="off-5"],
[class~="tf-grid"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}
[class*="tf-grid-"] > [data-push-right*="off-6"],
[class*="tf-grid_"] > [data-push-right*="off-6"],
[class~="tf-grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="tf-grid-"] > [data-push-right*="off-7"],
[class*="tf-grid_"] > [data-push-right*="off-7"],
[class~="tf-grid"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}
[class*="tf-grid-"] > [data-push-right*="off-8"],
[class*="tf-grid_"] > [data-push-right*="off-8"],
[class~="tf-grid"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}
[class*="tf-grid-"] > [data-push-right*="off-9"],
[class*="tf-grid_"] > [data-push-right*="off-9"],
[class~="tf-grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="tf-grid-"] > [data-push-right*="off-10"],
[class*="tf-grid_"] > [data-push-right*="off-10"],
[class~="tf-grid"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}
[class*="tf-grid-"] > [data-push-right*="off-11"],
[class*="tf-grid_"] > [data-push-right*="off-11"],
[class~="tf-grid"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}
@media (max-width: 80em) {
  [class*="tf-grid-"] > [class*="_lg-1"],
  [class*="tf-grid_"] > [class*="_lg-1"],
  [class~="tf-grid"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_lg-2"],
  [class*="tf-grid_"] > [class*="_lg-2"],
  [class~="tf-grid"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_lg-3"],
  [class*="tf-grid_"] > [class*="_lg-3"],
  [class~="tf-grid"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="tf-grid-"] > [class*="_lg-4"],
  [class*="tf-grid_"] > [class*="_lg-4"],
  [class~="tf-grid"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_lg-5"],
  [class*="tf-grid_"] > [class*="_lg-5"],
  [class~="tf-grid"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_lg-6"],
  [class*="tf-grid_"] > [class*="_lg-6"],
  [class~="tf-grid"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="tf-grid-"] > [class*="_lg-7"],
  [class*="tf-grid_"] > [class*="_lg-7"],
  [class~="tf-grid"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_lg-8"],
  [class*="tf-grid_"] > [class*="_lg-8"],
  [class~="tf-grid"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_lg-9"],
  [class*="tf-grid_"] > [class*="_lg-9"],
  [class~="tf-grid"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="tf-grid-"] > [class*="_lg-10"],
  [class*="tf-grid_"] > [class*="_lg-10"],
  [class~="tf-grid"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_lg-11"],
  [class*="tf-grid_"] > [class*="_lg-11"],
  [class~="tf-grid"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_lg-12"],
  [class*="tf-grid_"] > [class*="_lg-12"],
  [class~="tf-grid"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-0"],
  [class*="tf-grid_"] > [data-push-left*="_lg-0"],
  [class~="tf-grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-1"],
  [class*="tf-grid_"] > [data-push-left*="_lg-1"],
  [class~="tf-grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-2"],
  [class*="tf-grid_"] > [data-push-left*="_lg-2"],
  [class~="tf-grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-3"],
  [class*="tf-grid_"] > [data-push-left*="_lg-3"],
  [class~="tf-grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-4"],
  [class*="tf-grid_"] > [data-push-left*="_lg-4"],
  [class~="tf-grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-5"],
  [class*="tf-grid_"] > [data-push-left*="_lg-5"],
  [class~="tf-grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-6"],
  [class*="tf-grid_"] > [data-push-left*="_lg-6"],
  [class~="tf-grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-7"],
  [class*="tf-grid_"] > [data-push-left*="_lg-7"],
  [class~="tf-grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-8"],
  [class*="tf-grid_"] > [data-push-left*="_lg-8"],
  [class~="tf-grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-9"],
  [class*="tf-grid_"] > [data-push-left*="_lg-9"],
  [class~="tf-grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-10"],
  [class*="tf-grid_"] > [data-push-left*="_lg-10"],
  [class~="tf-grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_lg-11"],
  [class*="tf-grid_"] > [data-push-left*="_lg-11"],
  [class~="tf-grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-0"],
  [class*="tf-grid_"] > [data-push-right*="_lg-0"],
  [class~="tf-grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-1"],
  [class*="tf-grid_"] > [data-push-right*="_lg-1"],
  [class~="tf-grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-2"],
  [class*="tf-grid_"] > [data-push-right*="_lg-2"],
  [class~="tf-grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-3"],
  [class*="tf-grid_"] > [data-push-right*="_lg-3"],
  [class~="tf-grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-4"],
  [class*="tf-grid_"] > [data-push-right*="_lg-4"],
  [class~="tf-grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-5"],
  [class*="tf-grid_"] > [data-push-right*="_lg-5"],
  [class~="tf-grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-6"],
  [class*="tf-grid_"] > [data-push-right*="_lg-6"],
  [class~="tf-grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-7"],
  [class*="tf-grid_"] > [data-push-right*="_lg-7"],
  [class~="tf-grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-8"],
  [class*="tf-grid_"] > [data-push-right*="_lg-8"],
  [class~="tf-grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-9"],
  [class*="tf-grid_"] > [data-push-right*="_lg-9"],
  [class~="tf-grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-10"],
  [class*="tf-grid_"] > [data-push-right*="_lg-10"],
  [class~="tf-grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_lg-11"],
  [class*="tf-grid_"] > [data-push-right*="_lg-11"],
  [class~="tf-grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="tf-grid-"] [class*="_lg-first"],
  [class*="tf-grid_"] [class*="_lg-first"],
  [class~="tf-grid"] [class*="_lg-first"] {
    order: -1;
  }
  [class*="tf-grid-"] [class*="_lg-last"],
  [class*="tf-grid_"] [class*="_lg-last"],
  [class~="tf-grid"] [class*="_lg-last"] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class*="tf-grid-"] > [class*="_md-1"],
  [class*="tf-grid_"] > [class*="_md-1"],
  [class~="tf-grid"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_md-2"],
  [class*="tf-grid_"] > [class*="_md-2"],
  [class~="tf-grid"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_md-3"],
  [class*="tf-grid_"] > [class*="_md-3"],
  [class~="tf-grid"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="tf-grid-"] > [class*="_md-4"],
  [class*="tf-grid_"] > [class*="_md-4"],
  [class~="tf-grid"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_md-5"],
  [class*="tf-grid_"] > [class*="_md-5"],
  [class~="tf-grid"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_md-6"],
  [class*="tf-grid_"] > [class*="_md-6"],
  [class~="tf-grid"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="tf-grid-"] > [class*="_md-7"],
  [class*="tf-grid_"] > [class*="_md-7"],
  [class~="tf-grid"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_md-8"],
  [class*="tf-grid_"] > [class*="_md-8"],
  [class~="tf-grid"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_md-9"],
  [class*="tf-grid_"] > [class*="_md-9"],
  [class~="tf-grid"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="tf-grid-"] > [class*="_md-10"],
  [class*="tf-grid_"] > [class*="_md-10"],
  [class~="tf-grid"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_md-11"],
  [class*="tf-grid_"] > [class*="_md-11"],
  [class~="tf-grid"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_md-12"],
  [class*="tf-grid_"] > [class*="_md-12"],
  [class~="tf-grid"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-0"],
  [class*="tf-grid_"] > [data-push-left*="_md-0"],
  [class~="tf-grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-1"],
  [class*="tf-grid_"] > [data-push-left*="_md-1"],
  [class~="tf-grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-2"],
  [class*="tf-grid_"] > [data-push-left*="_md-2"],
  [class~="tf-grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-3"],
  [class*="tf-grid_"] > [data-push-left*="_md-3"],
  [class~="tf-grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-4"],
  [class*="tf-grid_"] > [data-push-left*="_md-4"],
  [class~="tf-grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-5"],
  [class*="tf-grid_"] > [data-push-left*="_md-5"],
  [class~="tf-grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-6"],
  [class*="tf-grid_"] > [data-push-left*="_md-6"],
  [class~="tf-grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-7"],
  [class*="tf-grid_"] > [data-push-left*="_md-7"],
  [class~="tf-grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-8"],
  [class*="tf-grid_"] > [data-push-left*="_md-8"],
  [class~="tf-grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-9"],
  [class*="tf-grid_"] > [data-push-left*="_md-9"],
  [class~="tf-grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-10"],
  [class*="tf-grid_"] > [data-push-left*="_md-10"],
  [class~="tf-grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_md-11"],
  [class*="tf-grid_"] > [data-push-left*="_md-11"],
  [class~="tf-grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-0"],
  [class*="tf-grid_"] > [data-push-right*="_md-0"],
  [class~="tf-grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-1"],
  [class*="tf-grid_"] > [data-push-right*="_md-1"],
  [class~="tf-grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-2"],
  [class*="tf-grid_"] > [data-push-right*="_md-2"],
  [class~="tf-grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-3"],
  [class*="tf-grid_"] > [data-push-right*="_md-3"],
  [class~="tf-grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-4"],
  [class*="tf-grid_"] > [data-push-right*="_md-4"],
  [class~="tf-grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-5"],
  [class*="tf-grid_"] > [data-push-right*="_md-5"],
  [class~="tf-grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-6"],
  [class*="tf-grid_"] > [data-push-right*="_md-6"],
  [class~="tf-grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-7"],
  [class*="tf-grid_"] > [data-push-right*="_md-7"],
  [class~="tf-grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-8"],
  [class*="tf-grid_"] > [data-push-right*="_md-8"],
  [class~="tf-grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-9"],
  [class*="tf-grid_"] > [data-push-right*="_md-9"],
  [class~="tf-grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-10"],
  [class*="tf-grid_"] > [data-push-right*="_md-10"],
  [class~="tf-grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_md-11"],
  [class*="tf-grid_"] > [data-push-right*="_md-11"],
  [class~="tf-grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="tf-grid-"] [class*="_md-first"],
  [class*="tf-grid_"] [class*="_md-first"],
  [class~="tf-grid"] [class*="_md-first"] {
    order: -1;
  }
  [class*="tf-grid-"] [class*="_md-last"],
  [class*="tf-grid_"] [class*="_md-last"],
  [class~="tf-grid"] [class*="_md-last"] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class*="tf-grid-"] > [class*="_sm-1"],
  [class*="tf-grid_"] > [class*="_sm-1"],
  [class~="tf-grid"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_sm-2"],
  [class*="tf-grid_"] > [class*="_sm-2"],
  [class~="tf-grid"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_sm-3"],
  [class*="tf-grid_"] > [class*="_sm-3"],
  [class~="tf-grid"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="tf-grid-"] > [class*="_sm-4"],
  [class*="tf-grid_"] > [class*="_sm-4"],
  [class~="tf-grid"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_sm-5"],
  [class*="tf-grid_"] > [class*="_sm-5"],
  [class~="tf-grid"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_sm-6"],
  [class*="tf-grid_"] > [class*="_sm-6"],
  [class~="tf-grid"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="tf-grid-"] > [class*="_sm-7"],
  [class*="tf-grid_"] > [class*="_sm-7"],
  [class~="tf-grid"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_sm-8"],
  [class*="tf-grid_"] > [class*="_sm-8"],
  [class~="tf-grid"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_sm-9"],
  [class*="tf-grid_"] > [class*="_sm-9"],
  [class~="tf-grid"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="tf-grid-"] > [class*="_sm-10"],
  [class*="tf-grid_"] > [class*="_sm-10"],
  [class~="tf-grid"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_sm-11"],
  [class*="tf-grid_"] > [class*="_sm-11"],
  [class~="tf-grid"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_sm-12"],
  [class*="tf-grid_"] > [class*="_sm-12"],
  [class~="tf-grid"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-0"],
  [class*="tf-grid_"] > [data-push-left*="_sm-0"],
  [class~="tf-grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-1"],
  [class*="tf-grid_"] > [data-push-left*="_sm-1"],
  [class~="tf-grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-2"],
  [class*="tf-grid_"] > [data-push-left*="_sm-2"],
  [class~="tf-grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-3"],
  [class*="tf-grid_"] > [data-push-left*="_sm-3"],
  [class~="tf-grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-4"],
  [class*="tf-grid_"] > [data-push-left*="_sm-4"],
  [class~="tf-grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-5"],
  [class*="tf-grid_"] > [data-push-left*="_sm-5"],
  [class~="tf-grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-6"],
  [class*="tf-grid_"] > [data-push-left*="_sm-6"],
  [class~="tf-grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-7"],
  [class*="tf-grid_"] > [data-push-left*="_sm-7"],
  [class~="tf-grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-8"],
  [class*="tf-grid_"] > [data-push-left*="_sm-8"],
  [class~="tf-grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-9"],
  [class*="tf-grid_"] > [data-push-left*="_sm-9"],
  [class~="tf-grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-10"],
  [class*="tf-grid_"] > [data-push-left*="_sm-10"],
  [class~="tf-grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_sm-11"],
  [class*="tf-grid_"] > [data-push-left*="_sm-11"],
  [class~="tf-grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-0"],
  [class*="tf-grid_"] > [data-push-right*="_sm-0"],
  [class~="tf-grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-1"],
  [class*="tf-grid_"] > [data-push-right*="_sm-1"],
  [class~="tf-grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-2"],
  [class*="tf-grid_"] > [data-push-right*="_sm-2"],
  [class~="tf-grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-3"],
  [class*="tf-grid_"] > [data-push-right*="_sm-3"],
  [class~="tf-grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-4"],
  [class*="tf-grid_"] > [data-push-right*="_sm-4"],
  [class~="tf-grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-5"],
  [class*="tf-grid_"] > [data-push-right*="_sm-5"],
  [class~="tf-grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-6"],
  [class*="tf-grid_"] > [data-push-right*="_sm-6"],
  [class~="tf-grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-7"],
  [class*="tf-grid_"] > [data-push-right*="_sm-7"],
  [class~="tf-grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-8"],
  [class*="tf-grid_"] > [data-push-right*="_sm-8"],
  [class~="tf-grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-9"],
  [class*="tf-grid_"] > [data-push-right*="_sm-9"],
  [class~="tf-grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-10"],
  [class*="tf-grid_"] > [data-push-right*="_sm-10"],
  [class~="tf-grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_sm-11"],
  [class*="tf-grid_"] > [data-push-right*="_sm-11"],
  [class~="tf-grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="tf-grid-"] [class*="_sm-first"],
  [class*="tf-grid_"] [class*="_sm-first"],
  [class~="tf-grid"] [class*="_sm-first"] {
    order: -1;
  }
  [class*="tf-grid-"] [class*="_sm-last"],
  [class*="tf-grid_"] [class*="_sm-last"],
  [class~="tf-grid"] [class*="_sm-last"] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class*="tf-grid-"] > [class*="_xs-1"],
  [class*="tf-grid_"] > [class*="_xs-1"],
  [class~="tf-grid"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_xs-2"],
  [class*="tf-grid_"] > [class*="_xs-2"],
  [class~="tf-grid"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_xs-3"],
  [class*="tf-grid_"] > [class*="_xs-3"],
  [class~="tf-grid"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="tf-grid-"] > [class*="_xs-4"],
  [class*="tf-grid_"] > [class*="_xs-4"],
  [class~="tf-grid"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_xs-5"],
  [class*="tf-grid_"] > [class*="_xs-5"],
  [class~="tf-grid"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_xs-6"],
  [class*="tf-grid_"] > [class*="_xs-6"],
  [class~="tf-grid"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="tf-grid-"] > [class*="_xs-7"],
  [class*="tf-grid_"] > [class*="_xs-7"],
  [class~="tf-grid"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_xs-8"],
  [class*="tf-grid_"] > [class*="_xs-8"],
  [class~="tf-grid"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_xs-9"],
  [class*="tf-grid_"] > [class*="_xs-9"],
  [class~="tf-grid"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="tf-grid-"] > [class*="_xs-10"],
  [class*="tf-grid_"] > [class*="_xs-10"],
  [class~="tf-grid"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="tf-grid-"] > [class*="_xs-11"],
  [class*="tf-grid_"] > [class*="_xs-11"],
  [class~="tf-grid"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="tf-grid-"] > [class*="_xs-12"],
  [class*="tf-grid_"] > [class*="_xs-12"],
  [class~="tf-grid"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-0"],
  [class*="tf-grid_"] > [data-push-left*="_xs-0"],
  [class~="tf-grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-1"],
  [class*="tf-grid_"] > [data-push-left*="_xs-1"],
  [class~="tf-grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-2"],
  [class*="tf-grid_"] > [data-push-left*="_xs-2"],
  [class~="tf-grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-3"],
  [class*="tf-grid_"] > [data-push-left*="_xs-3"],
  [class~="tf-grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-4"],
  [class*="tf-grid_"] > [data-push-left*="_xs-4"],
  [class~="tf-grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-5"],
  [class*="tf-grid_"] > [data-push-left*="_xs-5"],
  [class~="tf-grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-6"],
  [class*="tf-grid_"] > [data-push-left*="_xs-6"],
  [class~="tf-grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-7"],
  [class*="tf-grid_"] > [data-push-left*="_xs-7"],
  [class~="tf-grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-8"],
  [class*="tf-grid_"] > [data-push-left*="_xs-8"],
  [class~="tf-grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-9"],
  [class*="tf-grid_"] > [data-push-left*="_xs-9"],
  [class~="tf-grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-10"],
  [class*="tf-grid_"] > [data-push-left*="_xs-10"],
  [class~="tf-grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-left*="_xs-11"],
  [class*="tf-grid_"] > [data-push-left*="_xs-11"],
  [class~="tf-grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-0"],
  [class*="tf-grid_"] > [data-push-right*="_xs-0"],
  [class~="tf-grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-1"],
  [class*="tf-grid_"] > [data-push-right*="_xs-1"],
  [class~="tf-grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-2"],
  [class*="tf-grid_"] > [data-push-right*="_xs-2"],
  [class~="tf-grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-3"],
  [class*="tf-grid_"] > [data-push-right*="_xs-3"],
  [class~="tf-grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-4"],
  [class*="tf-grid_"] > [data-push-right*="_xs-4"],
  [class~="tf-grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-5"],
  [class*="tf-grid_"] > [data-push-right*="_xs-5"],
  [class~="tf-grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-6"],
  [class*="tf-grid_"] > [data-push-right*="_xs-6"],
  [class~="tf-grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-7"],
  [class*="tf-grid_"] > [data-push-right*="_xs-7"],
  [class~="tf-grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-8"],
  [class*="tf-grid_"] > [data-push-right*="_xs-8"],
  [class~="tf-grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-9"],
  [class*="tf-grid_"] > [data-push-right*="_xs-9"],
  [class~="tf-grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-10"],
  [class*="tf-grid_"] > [data-push-right*="_xs-10"],
  [class~="tf-grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="tf-grid-"] > [data-push-right*="_xs-11"],
  [class*="tf-grid_"] > [data-push-right*="_xs-11"],
  [class~="tf-grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="tf-grid-"] [class*="_xs-first"],
  [class*="tf-grid_"] [class*="_xs-first"],
  [class~="tf-grid"] [class*="_xs-first"] {
    order: -1;
  }
  [class*="tf-grid-"] [class*="_xs-last"],
  [class*="tf-grid_"] [class*="_xs-last"],
  [class~="tf-grid"] [class*="_xs-last"] {
    order: 1;
  }
}
@media (max-width: 80em) {
  [class*="lg-hidden"] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none;
  }
}
:root {
  --swiper-theme-color: #007aff;
}
.email-sent,
.verify-email,
.verify-mobile {
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 40px 0;
  position: relative;
  font-family: proximanova-regular, sans-serif;
}
@media (min-width: 768px) {
  .email-sent,
  .verify-email,
  .verify-mobile {
    margin: 0 auto;
    min-height: 515px;
    max-width: 572px;
    -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
      0 0 2px 0 rgba(0, 0, 0, 0.12);
    padding: 100px 0 100px;
  }
  .email-sent--container,
  .verify-email--container,
  .verify-mobile--container {
    width: 328px;
    margin: 0 auto;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent,
  .verify-email,
  .verify-mobile {
    padding: 40px 33px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
  }
}
.email-sent__close-btn,
.verify-email__close-btn,
.verify-mobile__close-btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0 !important;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: rgba(0, 0, 0, 0);
}
.email-sent__close-btn:hover,
.verify-email__close-btn:hover,
.verify-mobile__close-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent__close-btn,
  .verify-email__close-btn,
  .verify-mobile__close-btn {
    width: 20px;
    height: 20px;
    background-size: 32px;
  }
}
.email-sent__image,
.verify-email__image,
.verify-mobile__image {
  margin: 32px auto;
}
.email-sent__image img,
.verify-email__image img,
.verify-mobile__image img {
  width: auto;
  height: 51px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent__image,
  .verify-email__image,
  .verify-mobile__image {
    margin: 0 auto 32px;
  }
}
.email-sent__title,
.verify-email__title,
.verify-mobile__title {
  font-size: 24px;
  font-family: proximanova-bold, sans-serif;
  text-align: center;
  margin-bottom: 16px;
  width: auto !important;
}
.email-sent__sub-text,
.verify-email__sub-text,
.verify-mobile__sub-text {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 16px;
  line-height: 21px;
}
.email-sent__current-email,
.verify-email__current-email,
.verify-mobile__current-email {
  font-size: 12px;
  font-family: proximanova-regular, sans-serif;
  line-height: 15px;
  margin: 8px 0 16px;
  background: #f6f6f6;
  border: 1px solid #979797;
  padding: 8px;
  border-radius: 25px;
}
.email-sent__button button,
.verify-email__button button,
.verify-mobile__button button {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 40px;
  width: 100%;
  display: block;
  margin: 8px auto 16px;
  border: none;
}
.email-sent__button button:active,
.email-sent__button button:focus,
.email-sent__button button:hover,
.verify-email__button button:active,
.verify-email__button button:focus,
.verify-email__button button:hover,
.verify-mobile__button button:active,
.verify-mobile__button button:focus,
.verify-mobile__button button:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.email-sent__button button [disabled="disabled"],
.email-sent__button button:disabled,
.verify-email__button button [disabled="disabled"],
.verify-email__button button:disabled,
.verify-mobile__button button [disabled="disabled"],
.verify-mobile__button button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent__button button,
  .verify-email__button button,
  .verify-mobile__button button {
    margin: 16px auto 16px;
  }
}
.email-sent__button a,
.verify-email__button a,
.verify-mobile__button a {
  color: #212121;
  font-size: 12px;
  font-family: proximanova-regular, sans-serif;
  margin: 16px auto;
  display: block;
}
.email-sent-footer,
.email-sent__not-received,
.verify-email-footer,
.verify-email__not-received,
.verify-mobile-footer,
.verify-mobile__not-received {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: 16px auto;
}
.email-sent-footer a,
.email-sent__not-received a,
.verify-email-footer a,
.verify-email__not-received a,
.verify-mobile-footer a,
.verify-mobile__not-received a {
  color: #212121;
  font-family: proximanova-bold, sans-serif;
  text-decoration: underline;
}
.email-sent-footer a.disabled,
.email-sent__not-received a.disabled,
.verify-email-footer a.disabled,
.verify-email__not-received a.disabled,
.verify-mobile-footer a.disabled,
.verify-mobile__not-received a.disabled {
  color: #a4a4a4;
}
@media (min-width: 768px) {
  .email-sent .email-sent,
  .verify-email .email-sent,
  .verify-mobile .email-sent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.email-sent form,
.verify-email form,
.verify-mobile form {
  margin: 30px auto 0;
  text-align: left;
}
@media (min-width: 768px) {
  .email-sent form,
  .verify-email form,
  .verify-mobile form {
    max-width: 272px;
  }
}
.email-sent form label,
.verify-email form label,
.verify-mobile form label {
  font-family: proximanova-regular, sans-serif;
  font-size: 14px;
  color: #212121;
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.email-sent form input[type="email"],
.email-sent form input[type="password"],
.email-sent form input[type="text"],
.verify-email form input[type="email"],
.verify-email form input[type="password"],
.verify-email form input[type="text"],
.verify-mobile form input[type="email"],
.verify-mobile form input[type="password"],
.verify-mobile form input[type="text"] {
  width: 100%;
  height: 48px;
  color: #212121;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.email-sent form input[type="submit"],
.verify-email form input[type="submit"],
.verify-mobile form input[type="submit"] {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 48px;
  width: 100%;
  display: block;
  margin: 8px auto 32px;
}
.email-sent form input[type="submit"]:active,
.email-sent form input[type="submit"]:focus,
.email-sent form input[type="submit"]:hover,
.verify-email form input[type="submit"]:active,
.verify-email form input[type="submit"]:focus,
.verify-email form input[type="submit"]:hover,
.verify-mobile form input[type="submit"]:active,
.verify-mobile form input[type="submit"]:focus,
.verify-mobile form input[type="submit"]:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.email-sent form input[type="submit"] [disabled="disabled"],
.email-sent form input[type="submit"]:disabled,
.verify-email form input[type="submit"] [disabled="disabled"],
.verify-email form input[type="submit"]:disabled,
.verify-mobile form input[type="submit"] [disabled="disabled"],
.verify-mobile form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent form input[type="submit"],
  .verify-email form input[type="submit"],
  .verify-mobile form input[type="submit"] {
    margin: 8px auto 32px;
  }
}
.email-sent form .iti,
.verify-email form .iti,
.verify-mobile form .iti {
  width: 100%;
}
.email-sent__link,
.verify-email__link,
.verify-mobile__link {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 40px;
  width: 164px;
  display: block;
  line-height: 38px;
  margin: 16px auto 24px;
}
.email-sent__link:active,
.email-sent__link:focus,
.email-sent__link:hover,
.verify-email__link:active,
.verify-email__link:focus,
.verify-email__link:hover,
.verify-mobile__link:active,
.verify-mobile__link:focus,
.verify-mobile__link:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.email-sent__link [disabled="disabled"],
.email-sent__link:disabled,
.verify-email__link [disabled="disabled"],
.verify-email__link:disabled,
.verify-mobile__link [disabled="disabled"],
.verify-mobile__link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent__link,
  .verify-email__link,
  .verify-mobile__link {
    width: 100%;
    margin: 16px auto 16px;
  }
}
.email-sent__terms,
.verify-email__terms,
.verify-mobile__terms {
  font-size: 12px;
  padding: 0;
  text-align: center;
  margin: 0 auto 16px;
  color: #a4a4a4;
  font-family: proximanova-regular, sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .email-sent__terms,
  .verify-email__terms,
  .verify-mobile__terms {
    margin-top: 8px;
  }
}
.email-sent__terms a,
.verify-email__terms a,
.verify-mobile__terms a {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  font-family: proximanova-bold, sans-serif;
}
.email-container {
  position: relative;
}
@media (min-width: 768px) {
  .verify-email__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.verify-email__title {
  width: 130px;
  margin: 0 auto 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .verify-email__title {
    width: 100%;
  }
}
.verify-email__image {
  width: 67px;
  height: 51px;
  display: block;
}
@media (min-width: 768px) {
  .verify-email__image {
    margin-top: 0;
  }
}
.verify-email__image img {
  width: 100%;
  height: auto;
}
.verify-email p {
  margin: 0;
}
.verify-email p:nth-child(3) {
  margin-bottom: 16px;
}
.verify-mobile form input[type="submit"] {
  margin-bottom: 16px;
  height: 48px;
}
.verify-mobile form input[type="text"] {
  text-align: left;
  padding-left: 96px !important;
}
#auth-verify-mobile .verify-mobile__image {
  margin: 32px auto;
  background-size: auto 51px;
  height: 51px;
  background-position: center;
}
#profile-verify-mobile .verify-mobile__image {
  margin: 32px auto;
  background-size: auto 51px;
  height: 51px;
  background-position: center;
}
.profile {
  font-family: proximanova-regular, sans-serif;
}
.profile-edit {
  padding: 16px 16px 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 572px;
  min-height: 515px;
  margin: 0 auto;
  position: relative;
}
.profile-edit:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-edit:after {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-edit {
    box-shadow: none;
    width: 100%;
    min-height: 100vh;
  }
}
.profile-edit__container {
  width: 100%;
  margin-top: 96px;
}
.profile-edit__image {
  width: 68px;
  height: 68px;
  margin: 0 auto 8px;
}
.profile-edit__image img {
  width: 100%;
  height: auto;
}
.profile-edit__heading {
  font-size: 32px;
  line-height: 32px;
  font-family: proximanova-bold, sans-serif;
  color: #212121;
  margin: 16px auto;
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-edit__heading {
    font-size: 24px;
    line-height: 25px;
    margin: 24px auto 8px;
  }
}
.profile-edit__current-email {
  font-size: 12px;
  background: #f6f6f6;
  border: 1px solid #979797;
  padding: 8px 16px;
  text-align: center;
  margin: 0 0 16px;
  border-radius: 25px;
  margin-bottom: 24px;
  line-height: 16px;
}
.profile-edit__current-email span {
  font-family: proximanova-bold, sans-serif;
}
.profile-edit-card {
  margin: 8px auto 16px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  width: 328px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-edit-card {
    padding: 16px;
    width: 100%;
  }
}
.profile-edit-card input[type="email"],
.profile-edit-card input[type="password"],
.profile-edit-card input[type="text"] {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  padding: 0 16px !important;
  color: #212121;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
}
.profile-edit-card__form {
  width: 405px;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-edit-card__form {
    width: 100%;
  }
}
.profile-edit-card label {
  font-family: proximanova-regular, sans-serif;
  font-size: 14px;
  color: #464343;
  display: block;
  text-align: left;
}
.profile-edit-card input[type="submit"] {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 48px;
  line-height: 48px;
  width: 100%;
  margin-top: 8px;
  z-index: 1;
  position: relative;
}
.profile-edit-card input[type="submit"]:active,
.profile-edit-card input[type="submit"]:focus,
.profile-edit-card input[type="submit"]:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.profile-edit-card input[type="submit"] [disabled="disabled"],
.profile-edit-card input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.js-required {
  padding: 0 !important;
  text-align: left;
  margin: 0 0 16px;
  border-radius: 25px;
}
.js-required a {
  text-decoration: underline;
  color: #21418d;
}
.js-required ::placeholder {
  color: #ff9ea5;
  opacity: 1;
}
.js-required :-ms-input-placeholder {
  color: #ff9ea5;
}
.js-required ::-ms-input-placeholder {
  color: #ff9ea5;
}
.js-required input[type="checkbox"] + label,
.js-required input[type="radio"] + label {
  color: #dd1f26;
}
.js-required input[type="checkbox"] + label:before,
.js-required input[type="radio"] + label:before {
  border: 1px solid #dd1f26;
  background-color: #f9e1e2;
}
.js-required input[type="email"],
.js-required input[type="password"],
.js-required input[type="text"] {
  border: 1px solid #dd1f26;
  background-color: #f9e1e2;
}
.js-required input[type="submit"] {
  opacity: 0.3;
}
.auth__subscribe > a {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
  text-align: center;
  padding: 0 16px;
  font-family: proximanova-bold, sans-serif;
  font-size: 12px;
}
.auth__subscribe > a:active,
.auth__subscribe > a:focus,
.auth__subscribe > a:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.auth__subscribe > a [disabled="disabled"],
.auth__subscribe > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.auth__profile {
  position: relative;
  margin-left: 16px;
}
.auth__profile:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -12px;
}
.auth__profile:hover .profile-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.auth__profile:hover > div:after {
  transform: rotate(180deg);
}
.auth__profile > div {
  color: #fff;
  font-family: proximanova-bold, sans-serif;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  letter-spacing: 0.5px;
}
.auth__profile > div:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.auth__profile > div:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
.auth__profile .profile-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 41px;
  right: 0;
  width: 360px;
  padding: 0;
  background-color: #fff;
  color: #212121;
  font-family: proximanova-regular, sans-serif;
  cursor: default;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    z-index 0.2s ease-in, top 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    z-index 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    z-index 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    z-index 0.2s ease-in, top 0.2s ease-in;
  -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.auth__profile .profile-menu:before {
  display: none;
}
.auth__profile .profile-menu__section {
  display: flex;
  flex-direction: column;
}
.auth__profile .profile-menu__section .title {
  padding: 11px 15px 8px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a4a4a4;
  border-bottom: 1px solid #f6f6f6;
}
.auth__profile .profile-menu__section a {
  border-bottom: 1px solid #f6f6f6;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.auth__profile .profile-menu__section a:after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.auth__profile .profile-menu__section a.menu-item-call-us:after {
  display: none !important;
}
.auth__profile .profile-menu__section a img {
  height: 17px;
  width: 17px;
}
.auth__profile .profile-menu__section a span {
  margin-left: 16px;
  color: #212121;
  font-size: 14px;
}
.auth__profile .profile-menu__section a:hover {
  background-color: #f2f2f2;
}
.auth__profile .profile__header {
  font-family: proximanova-bold, sans-serif;
  display: block;
  margin-bottom: 6px;
}
.auth__profile .profile--mail {
  display: none;
  text-align: center;
  padding: 8px;
  font-size: 15px;
}
.auth__profile .profile--mail.show {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
.auth__profile .profile--mail .current-user {
  border: 1px solid #979797;
  background: #e9e9e9;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  padding: 16px;
  justify-content: center;
}
.auth__profile .profile--mail span {
  font-family: proximanova-bold, sans-serif;
  word-break: break-all;
}
.auth__profile .profile--mail > a {
  font-size: 15px;
  color: #dd1f26;
  font-family: proximanova-bold, sans-serif;
  padding: 0 24px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dd1f26;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  display: block;
  margin: 8px auto 16px;
}
.auth__profile .profile--mail > a:active,
.auth__profile .profile--mail > a:focus,
.auth__profile .profile--mail > a:hover {
  background-color: #dd1f26;
  color: #22e0d9;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.auth__profile .profile--mail > a [disabled="disabled"],
.auth__profile .profile--mail > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.auth__profile .profile--mail > a:hover {
  color: #fff;
}
@media (min-width: 10px) and (max-width: 768px) {
  .profile-menu {
    padding: 8px 0 0 0;
    background-color: #f0f4fb;
  }
  .profile-menu__section .title {
    padding: 11px 15px 8px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a4a4a4;
    display: block;
  }
  .profile-menu__section .sign-up {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
    display: block !important;
    margin: 0 0 8px !important;
    letter-spacing: 0 !important;
    background-color: #dd1f26 !important;
  }
  .profile-menu__section .sign-up:active,
  .profile-menu__section .sign-up:focus,
  .profile-menu__section .sign-up:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .profile-menu__section .sign-up [disabled="disabled"],
  .profile-menu__section .sign-up:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .profile-menu__section .sign-up:active,
  .profile-menu__section .sign-up:focus,
  .profile-menu__section .sign-up:hover {
    background-color: #b0191e !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .profile-menu__section .sign-up:after {
    display: none;
  }
  .profile-menu__section > a {
    display: flex;
    align-items: center;
    padding: 11px 16px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .profile-menu__section > a img {
    height: 17px;
    width: 17px;
  }
  .profile-menu__section > a span {
    margin-left: 16px;
    color: #212121;
    font-size: 14px;
  }
  .profile-menu__section > a:after {
    content: "";
    width: 9px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .profile-menu__section > a.menu-item-call-us:after {
    display: none !important;
  }
  .profile-menu__section > a:hover {
    background-color: #f2f2f2;
  }
  .profile-menu__section.profile--mail {
    background-color: #fff;
    padding: 15px 8px;
    display: none;
    flex-direction: column;
    text-align: center;
    margin: 0 8px 8px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
  }
  .profile-menu__section.profile--mail.show {
    display: flex;
  }
  .profile-menu__section.profile--mail span {
    font-family: proximanova-bold, sans-serif;
  }
  .profile-menu__section.profile--phone {
    display: none;
    background-color: #ecf1fd;
    padding: 16px;
    border: 1px solid #00086c;
    text-align: center;
    flex-direction: column;
    margin: 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .profile-menu__section.profile--phone.active {
    display: flex;
  }
  .profile-menu__section.profile--phone .profile--phone__heading {
    font-size: 14px;
    font-family: proximanova-bold, sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #00086c;
  }
  .profile-menu__section.profile--phone .profile--phone__button {
    font-size: 15px;
    background-color: #dd1f26;
    color: #fff;
    font-family: proximanova-regular, sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .profile-menu__section.profile--phone .profile--phone__button:active,
  .profile-menu__section.profile--phone .profile--phone__button:focus,
  .profile-menu__section.profile--phone .profile--phone__button:hover {
    background-color: #b0191e;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
  }
  .profile-menu__section.profile--phone
    .profile--phone__button
    [disabled="disabled"],
  .profile-menu__section.profile--phone .profile--phone__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .profile-menu__section.profile--phone .profile--phone__button:after {
    display: none;
  }
  .profile-menu__section.profile--phone .profile--phone__footer {
    color: #00086c;
    font-size: 12px;
  }
  .profile-menu .profile--copyright {
    padding: 11px 16px 31px;
    font-size: 13px;
    display: flex;
    align-items: center;
    background-color: #fafafa;
  }
  .profile-menu .profile--copyright:before {
    content: "";
    width: 26px;
    height: 13px;
    display: block;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.social-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.social-auth img {
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
  position: relative;
  left: 0;
  top: 0;
}
.social-auth__facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #3b5998;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.social-auth__facebook:active,
.social-auth__facebook:focus,
.social-auth__facebook:hover {
  background-color: #344e86;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.social-auth:nth-child(1) {
  margin-right: 8px;
}
.social-auth:nth-child(2) {
  margin: 0 8px;
}
.social-auth:last-child {
  margin: 0 0 8px 8px;
}
.subscription {
  width: 754px;
  margin: 0 auto;
  position: relative;
  font-family: proximanova-regular, sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription {
    padding: 16px 32px 40px !important;
    position: relative;
    background: #fff;
    width: 100%;
    min-height: 100vh;
  }
}
.subscription__close-btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0 !important;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__close-btn {
    top: 16px;
  }
}
.subscription--container {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .subscription--container {
    -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription--container {
    padding: 0;
  }
}
.subscription--container_footer {
  text-align: center;
  height: 52px;
  background-position: center;
  background-size: auto 21px;
  background-repeat: no-repeat;
  background-color: #21418d;
}
.subscription--container_footer img {
  max-width: unset;
  width: auto;
  height: 21px;
  margin-left: -50%;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription--container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
  }
}
.subscription__heading {
  margin: 0 0 64px;
  font-size: 32px;
  font-family: proximanova-bold, sans-serif;
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  height: 30px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__heading {
    margin: 0 auto 21px;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    height: auto;
  }
  .subscription__heading img {
    height: 44px;
  }
}
.subscription__sub-heading {
  margin-bottom: 8px;
  font-size: 32px;
  letter-spacing: -0.57px;
  font-family: proximanova-bold, sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__sub-heading {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.subscription__sub-heading--form {
  margin-bottom: 8px;
  font-size: 32px;
  letter-spacing: -0.57px;
  font-family: proximanova-bold, sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__sub-heading--form {
    margin: 4px 0 0;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    letter-spacing: -0.67px;
  }
}
.subscription__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscription__sub-left {
  text-align: left;
}
.subscription__sub-right {
  text-align: right;
  min-width: 80px;
}
.subscription__sub-right a {
  font-family: proximanova-regular, sans-serif;
  font-size: 12px;
  color: #212121;
  text-decoration: underline;
}
.subscription--email {
  text-align: center;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}
.subscription--email .subscription__sub-email-text {
  font-family: proximanova-bold, sans-serif;
  font-size: 12px;
  color: #212121;
  line-height: 12px;
  display: inline-block;
}
.subscription__item {
  width: 100%;
}
.subscription__item input[type="radio"] {
  display: none;
}
.subscription__item input[type="radio"] + label {
  width: 660px;
  padding: 21px 24px 19px;
  background-color: #fff;
  border: 1px solid transparent;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.subscription__item input[type="radio"] + label:after,
.subscription__item input[type="radio"] + label:before {
  display: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__item input[type="radio"] + label {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
  }
}
.subscription__item input {
  display: none;
}
.subscription__item input + label {
  width: 660px;
  padding: 21px 24px 19px;
  background-color: #fff;
  border: 1px solid transparent;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__item input + label {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
  }
}
.subscription__user {
  width: 100%;
  padding: 19px 0;
  background: #fafafa;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__user {
    padding: 0;
    margin: 8px auto 16px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.subscription__user span {
  text-align: left;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.subscription__user label {
  font-family: proximanova-regular, sans-serif;
  font-size: 14px;
  color: #212121;
  display: block;
  text-align: left;
}
.subscription__user input[type="email"],
.subscription__user input[type="password"] {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9d9;
  padding: 0 16px;
  color: #000;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  position: relative;
}
.subscription__user input[type="text"] {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  padding: 0 16px;
  color: #000;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  position: relative;
}
.subscription__user input[type="text"]:disabled {
  -webkit-text-fill-color: #909090;
  box-shadow: 0 0 0 48px #e9e9e9 inset !important;
  -webkit-box-shadow: 0 0 0 48px #e9e9e9 inset !important;
  color: #909090;
  border: 0;
  padding-right: 42px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.subscription__user input[type="submit"] {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: proximanova-regular, sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 48px;
  line-height: 48px;
  width: 100%;
  margin-top: 8px;
  z-index: 1;
  position: relative;
}
.subscription__user input[type="submit"]:active,
.subscription__user input[type="submit"]:focus,
.subscription__user input[type="submit"]:hover {
  background-color: #b0191e;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.subscription__user input[type="submit"] [disabled="disabled"],
.subscription__user input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.subscription__user-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__user-container {
    flex-direction: column;
  }
}
.subscription__footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 64px;
}
.subscription__footer .item__terms {
  font-size: 13px;
  font-family: proximanova-regular, sans-serif;
  text-align: center;
  display: block;
}
.subscription__footer .item__secure {
  display: flex;
  color: #c1c7d2;
  justify-content: center;
  align-items: center;
}
.subscription__footer .item__secure img {
  margin-right: 8px;
  height: 16px;
}
.subscription__footer--credit-card {
  padding-bottom: 24px;
}
.subscription__terms {
  font-size: 11px;
  margin: 8px 0 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__terms {
    margin: 8px -10px 16px;
  }
}
.subscription__terms a {
  color: #2d4b9b;
  text-decoration: underline;
}
.subscription__mobile {
  display: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__mobile {
    text-align: center;
  }
  .subscription__mobile--secure {
    display: flex;
    color: #212121;
    justify-content: center;
    align-items: center;
  }
  .subscription__mobile--secure img {
    margin-right: 8px;
  }
  .subscription__mobile--terms {
    text-align: center;
  }
}
.subscription .js-required a {
  text-decoration: underline;
  color: #21418d;
}
.subscription .js-required ::placeholder {
  color: #ff9ea5;
  opacity: 1;
}
.subscription .js-required :-ms-input-placeholder {
  color: #ff9ea5;
}
.subscription .js-required ::-ms-input-placeholder {
  color: #ff9ea5;
}
.subscription .js-required input[type="checkbox"] + label,
.subscription .js-required input[type="radio"] + label {
  color: #dd1f26;
}
.subscription .js-required input[type="checkbox"] + label:before,
.subscription .js-required input[type="radio"] + label:before {
  border: 1px solid #dd1f26;
  background-color: #f9e1e2;
}
.subscription .js-required input[type="email"],
.subscription .js-required input[type="password"],
.subscription .js-required input[type="text"] {
  border: 1px solid #dd1f26;
  background-color: #f9e1e2;
}
.subscription .item__terms {
  font-size: 14px;
}
.subscription-credit:after {
  background-color: #f5f5f5 !important;
}
.subscription__form--container {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__form--container {
    flex-direction: column;
  }
}
.subscription__form--container input[type="radio"] {
  display: none;
}
.subscription__form--container input[type="radio"] + label:after,
.subscription__form--container input[type="radio"] + label:before {
  display: none;
}
.subscription__form--container input[type="radio"]:checked + label,
.subscription__form--container input[type="radio"]:hover + label {
  border: 2px solid #21418d;
  background-color: #e9ecf4;
}
.subscription__form--container .subscription__item {
  width: 184px;
  height: 170px;
  display: inline-flex;
  vertical-align: bottom;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #e9e9e9;
  margin: 0 4px;
  padding: 0 12px;
  position: relative;
  -webkit-transition: border 0.2s ease, background 0.2s ease;
  -moz-transition: border 0.2s ease, background 0.2s ease;
  -o-transition: border 0.2s ease, background 0.2s ease;
  transition: border 0.2s ease, background 0.2s ease;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__form--container .subscription__item {
    width: 100%;
    height: 96px;
    margin: 0 0 4px;
    text-align: left;
  }
}
.subscription__form--container .subscription__item .price {
  font-size: 24px;
  line-height: 24px;
  font-family: proximanova-bold, sans-serif;
  margin-bottom: 14px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription__form--container .subscription__item .price {
    width: 100%;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .subscription__form--container .subscription__item:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 768px) {
  .subscription__form--container .subscription__item:nth-child(4) {
    order: 0;
  }
}
@media (min-width: 768px) {
  .subscription__form--container .subscription__item:nth-child(6) {
    order: 2;
  }
}
.need-help {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .subscription--container,
  .verify-email,
  .verify-mobile {
    position: relative;
  }
}
.subscription--container:after,
.verify-email:after,
.verify-mobile:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .subscription {
    padding: 16px 32px 0;
  }
  .subscription--container:after {
    margin: 0 -32px;
    width: auto;
  }
}
.verify-email:after,
.verify-mobile:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile {
  font-family: proximanova-regular, sans-serif;
}
.subscription__heading {
  margin-bottom: 24px !important;
  background: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
}
.header__nav {
  border-top: 1px solid #e9e9e9;
}
.header__nav ul > li a {
  font-size: 12px;
}
.header__nav ul > li.has-children:before {
  top: 18px;
}
.header__nav ul > li.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}
.header__nav ul > li.has-children.is-active.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}
.header__logo {
  width: auto;
  height: 55px;
  flex: 1;
  background-image: url(/img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 10px) and (max-width: 1023px) {
  .header__logo {
    height: 29px;
  }
}
.header__logo img {
  display: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .category__header span {
    flex: 1;
    text-align: center;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1023px) {
  .brandbar,
  .header-new-top {
    display: none;
  }
}

.weather-container {
  margin-left: 8px;
  min-width: 260px;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-container {
    min-width: 64px;
    display: inline-block;
    vertical-align: middle;
  }
}
.weather-widget {
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-widget {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
  .weather-widget__image img {
    vertical-align: top;
  }
}
.weather-widget--locked {
  margin-left: 8px;
  min-width: 190px;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-widget--locked {
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
.weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 26px;
  order: 1;
}
.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url(/img/icon-weather-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.weather-widget--locked .weather-widget__data {
  align-self: flex-start;
  text-align: left;
  order: 2;
}
.weather-widget__data {
  border-left: 1px solid rgba(74, 74, 74, 0.1);
  margin-left: 8px;
  padding: 2px 0 2px 8px;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: right;
    align-self: flex-end;
  }
}
.weather-widget__data--date {
  font-size: 13px;
  color: #212121;
  display: block;
  margin: 0;
}
.weather-widget__data--city {
  font-size: 13px;
  color: #212121;
  font-family: proximanova-bold, sans-serif;
  display: block;
}
@media (min-width: 10px) and (max-width: 1024px) {
  .weather-widget__data--city {
    font-size: 8px;
    color: rgba(33, 33, 33, 0.6);
  }
}

@media (max-width: 600px) {
  .sorser {
    padding: 10px;
  }

  #Ask-a-Question {
    padding: 4px;
  }
}
