article
  .sec__bg_white
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
  .sec__bg_grad_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
  .sec__bg_gray_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
article
  .sec__bg_white
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
  .sec__bg_grad_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
  .sec__bg_gray_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  .sec__bg_grad_dark_gray
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  color: inherit;
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  .sec__bg_grad_dark_gray
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
a[download]:not(.no_txt_link),
a.link_download:not(.no_txt_link) {
  margin-left: 1.5em;
  position: relative;
}
a[download]:not(.no_txt_link):before,
a.link_download:not(.no_txt_link):before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url(../img/resources/icon-download.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 1em 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
}
a[download].download_all,
a.link_download.download_all {
  margin-left: 1.75em;
}
a[download].download_all::before,
a.link_download.download_all::before {
  height: 100%;
  background: url(../img/resources/icon-download-all.svg) no-repeat left center;
  left: -1.75em;
}
.sec__bg_grad_dark a[target="_blank"]:not(.no_icon):after,
.sec__bg_grad_gray a[target="_blank"]:not(.no_icon):after {
  content: url(../img/resources/icon-external-w.svg);
}
a.no_txt_link img {
  transform: scale(1, 1);
  transition: transform 0.25s;
}
a.no_txt_link:hover img {
  transform: scale(1.06, 1.06);
}
.link_back_to {
  margin-left: calc(0.66667rem + 6px);
  position: relative;
  display: inline-flex;
}
header .link_back_to {
  margin-bottom: 2rem;
}
.link_back_to:before {
  width: 0.66667rem;
  height: 100%;
  content: "";
  background: url(../img/resources/icon-arrow-next-b.svg) no-repeat left center;
  background-size: 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: calc(-0.66667rem - 6px);
}
header h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  header h1 {
    font-size: 2.667rem;
  }
}
.sec__header h2,
.sec__header h3 {
  scroll-margin-top: 50px;
}
.sec__header h2 + h4,
.sec__header h3 + h4 {
  margin-top: 2rem;
}
.sec__header h2 ~ p,
.sec__header h3 ~ p {
  margin-top: 1rem;
}
.sec__header + .layout_grid,
.sec__header + .sec__cont {
  padding-top: 0;
}
.sec__subheader {
  margin-bottom: 2rem;
}
.sec__subheader h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .sec__subheader h3 {
    font-size: 1.66667rem;
  }
}
.sec__subheader h3 + h4 {
  margin-top: 0.75rem;
}
@media (max-width: 599px) {
  .sec__subheader {
    margin-bottom: 1.5rem;
  }
}
.link_img img,
.link_video img {
  transform: scale(1, 1);
  will-change: transform;
  pointer-events: none;
}
.link_img img.lazy,
.link_video img.lazy {
  transition: opacity 0.5s, transform 0.5s;
}
.link_img:hover picture:after,
.link_video:hover picture:after {
  opacity: 0.75;
}
.link_img:hover img,
.link_video:hover img {
  transform: scale(1.015, 1.015);
}
.link_img {
  cursor: zoom-in;
}
.link_video {
  cursor: pointer;
}
.link_video picture:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.667rem 0 1.667rem 2.444rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.picture_full_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.picture_full_screen:after {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.picture_full_screen img {
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.has_aspect_ratio {
  height: 0;
  overflow: hidden;
  position: relative;
}
.has_aspect_ratio img {
  position: absolute;
  top: 0;
  left: 0;
}
.has_aspect_ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ar__2_1 {
  padding-bottom: 50%;
}
.ar__16_9 {
  padding-bottom: 56.25%;
}
.ar__16_10 {
  padding-bottom: 62.5%;
}
.ar__3_2 {
  padding-bottom: 66.66667%;
}
.ar__4_3 {
  padding-bottom: 75%;
}
.ar__1_1 {
  padding-bottom: 100%;
}
.ar__3_4 {
  padding-bottom: 133.33333%;
}
.ar__car_thumb {
  padding-bottom: 39.5%;
  overflow: visible;
}
.layout_flex {
  display: flex;
}
.layout_flex.align_bottom {
  height: 100%;
  align-items: flex-end;
}
.layout_flex.justify_center {
  justify-content: center;
}
.layout_flex.justify_between {
  justify-content: space-between;
}
.layout_flex.justify_right {
  justify-content: flex-end;
}
.layout_flex.vertical_space_btwn {
  min-height: 100%;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .layout_flex.justify_center,
  .layout_flex.justify_between {
    flex-flow: column wrap;
  }
  .layout_flex.justify_center > *:not(:first-child),
  .layout_flex.justify_between > *:not(:first-child) {
    margin-top: 1.5rem;
  }
  .layout_flex.justify_center {
    align-items: center;
  }
}
.sec__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec__wrapper.no_padding_top {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .sec__wrapper {
    padding-bottom: 40px;
  }
  .sec__wrapper:not(.layout_grid) {
    padding-top: 20px;
  }
  .sec__hva .sec__wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .sec__wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.iframe__wrapper {
  position: relative;
}
.iframe__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.iframe__wrapper.iframe__wrapper_yt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after,
.iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  opacity: 1;
  pointer-events: all;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDQzNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNDM3LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTIyNy4xLDQzNy4xaC04LjVDOTgsNDM3LjEsMCwzMzkuMSwwLDIxOC41QzAsOTgsOTgsMCwyMTguNSwwYzExNy42LDAsMjEzLjksOTMuNCwyMTguNCwyMTBsNzUuMSwwTDM4MC4xLDM2MC44TDI0OC4yLDIxMGw3NC42LDBjLTQuNC01My43LTQ5LjQtOTYtMTA0LjItOTZDMTYwLjksMTE0LDExNCwxNjAuOSwxMTQsMjE4LjVjMCw1Ny42LDQ2LjksMTA0LjUsMTA0LjUsMTA0LjVoOC41VjQzNy4xeiBNMjE4LjUsMTcuMWMtMTExLjEsMC0yMDEuNCw5MC40LTIwMS40LDIwMS40YzAsMTA4LjIsODUuOCwxOTYuOCwxOTIuOSwyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM2MwLTY3LjEsNTQuNi0xMjEuNiwxMjEuNi0xMjEuNmM2Ny4xLDAsMTIxLjYsNTQuNiwxMjEuNiwxMjEuNnY4LjVsLTU0LjMsMGw5NC4yLDEwNy43bDk0LjItMTA3LjdsLTU0LjMsMHYtOC41QzQyMCwxMDcuNSwzMjkuNiwxNy4xLDIxOC41LDE3LjF6Ii8+PC9zdmc+);
  background-size: 64px;
}
.iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: 44px;
  transition-delay: 0.5s;
}
.lcpo_img + .tile__cont,
.media_lightbox_min + .tile__cont,
picture + .tile__cont {
  padding-top: 1.25rem;
}
.tile__cont h4 {
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .tile__cont {
    margin-bottom: 1rem;
  }
}
.sec__has_bg {
  position: relative;
}
.sec__has_bg:before {
  width: calc(100vw + 2px);
  height: 100%;
  content: "";
  opacity: var(--opacity);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.sec__has_bg .sec__cont {
  position: relative;
}
.sec__bg_black:before {
  background-color: #000;
}
.sec__bg_grad_black:before {
  background-image: linear-gradient(#000 0%, #292929 75%);
}
.sec__bg_grad_dark:before {
  background-image: linear-gradient(#000 0%, #444 100%);
}
.sec__bg_gray_light:before {
  background-color: #f5f5f5;
  background-image: linear-gradient(
    #ebebeb 0%,
    rgba(255, 255, 255, 0.5) 6rem,
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #ebebeb 100%
  );
}
.sec__bg_grad_gray:before {
  background-image: linear-gradient(
    #898989 0%,
    #898989 calc(100% - 6rem),
    #757575 100%
  );
}
.sec__bg_grad_light:before {
  background-color: #fff;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #f5f5f5 100%
  );
}
.sec__bg_grad_dark_gray:before {
  background-color: #ccc;
  background-image: linear-gradient(#ccc 0%, #959595 100%);
}
.sec__bg_grad_dark_gray * {
  color: #fff;
}
.sec__bg_gray_light *,
.sec__bg_grad_light *,
.sec__bg_white * {
  color: #292929;
}
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
  color: #fff;
}
.sec__bg_white:before {
  background-color: #fff;
}
.sec__bg_white.sec__keep_me_informed:before {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #f5f5f5 100%
  );
}
.sec__parallax {
  perspective: 250;
  perspective-origin: 50% 0%;
}
@media (max-width: 599px) {
  .sec__parallax {
    perspective-origin: 50% 100%;
  }
}
.el__parallax {
  transform: scaleZ(1) translateY(var(--translateY));
  transition: opacity 0.5s, transform 0.5s;
}
.el__parallax_bg {
  transform: translateY(var(--translateY));
  transition: transform 0.25s;
}
.el__shuffle {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0.68, -0.55, 0.265, 2);
}
.animated .el__shuffle {
  opacity: 1;
  transform: scale(1, 1);
}
.footer__hero {
  height: 0;
  position: relative;
  overflow: hidden;
}
.footer__hero picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 599px) {
  .footer__hero {
    padding-bottom: 116.667%;
  }
}
@media (min-width: 600px) {
  .footer__hero {
    padding-bottom: 33.33333%;
  }
}
.sec__hva:not(.all_shown) ul li {
  display: none;
}
.sec__hva ul li a {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.sec__hva ul li a:hover p {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .sec__hva ul li a:hover p {
  background-size: 100% 1pt;
}
.sec__hva ul li svg {
  display: block;
}
.sec__hva ul li p {
  margin-left: 0.75rem;
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
.dpr-modified .sec__hva ul li p {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.sec__bg_black .sec__hva ul li p {
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
@media (max-width: 599px) {
  .sec__hva ul {
    margin-right: -1rem;
    margin-left: -1rem;
    display: block;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1rem;
  }
  .sec__hva ul li svg {
    width: 36px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    flex-flow: row wrap;
  }
  .sec__hva ul li {
    width: 50%;
    flex: 0 0 50%;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    justify-content: space-around;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .block__hva ul li {
    width: 50%;
  }
}
.block__hva ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
}
.block__hva ul li a:hover span {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .block__hva ul li a:hover span {
  background-size: 100% 1pt;
}
.block__hva ul li a > div {
  display: block;
}
.block__hva ul li a > div:last-child {
  padding-left: 0.75rem;
}
.block__hva ul li a[target="_blank"]:not(.no_icon)::after {
  display: none;
}
.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child {
  display: inline-block;
  position: relative;
}
.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child::after {
  width: 0.75em;
  content: url(../img/resources/icon-external.svg);
  margin-left: 0.35em;
  display: inline-block;
}
.block__hva ul li svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 599px) {
  .block__hva ul li svg {
    width: 24px;
    height: 24px;
  }
}
.block__hva ul li span {
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
.dpr-modified .block__hva ul li span {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.svg__mask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.theme__light {
  color: #292929;
  background-color: #fff;
}
.theme__light .nav__pageIndicator {
  border-left: solid 1px #292929;
}
.cpl-no-gradient {
  transform: none !important;
}
.cpl-no-gradient::before,
.cpl-no-gradient::after {
  display: none !important;
}
.brand__masthead {
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .brand__masthead.has_continuous_bg:after {
    width: 100%;
    height: 50%;
    content: "";
    background-image: linear-gradient(
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}
@media (min-width: 600px) {
  .brand__masthead {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
}
.masthead__media {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.masthead__media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.masthead__media picture,
.masthead__media .videos__cont {
  width: 100%;
  height: 100%;
  transform: scale(1.06, 1.06) translateZ(0);
  transform-origin: 0 100%;
  transition: transform 3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.has_continuous_bg .masthead__media picture {
  transform: none;
}
.masthead__media.animated picture,
.masthead__media.animated .videos__cont {
  transform: scale(1, 1) translateZ(0);
  transition-delay: 0.75s;
}
.masthead__media img,
.masthead__media video {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.has_continuous_bg .masthead__media img {
  max-width: 100%;
  width: 100%;
  min-height: inherit;
  transform: none;
  bottom: 0;
  left: 0;
}
@media (max-width: 599px) {
  .masthead__media {
    height: 0;
    padding-bottom: 133.33333%;
  }
  .masthead__media:after {
    width: 100%;
    height: 50%;
    background: linear-gradient(
      to top,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
  .has_continuous_bg .masthead__media:after {
    content: none;
  }
}
@media (min-width: 600px) {
  .masthead__media:after {
    width: 75%;
    height: 100%;
    opacity: 0.75;
    background: linear-gradient(
      to right,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .masthead__media {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (orientation: landscape) {
  .masthead__media {
    height: 100vh;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
}
.masthead__cont {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-end;
  align-items: flex-end;
  z-index: 3;
}
.masthead__cont h5,
.masthead__cont h1,
.masthead__cont h1 div {
  opacity: 0;
  transition: opacity 0.75s, transform 1.5s;
}
.masthead__cont h5 {
  font-weight: 700;
  letter-spacing: 0.15em;
  flex: 1 0 100%;
}
.masthead__cont h5 + h1 {
  margin-top: 1.5rem;
}
.masthead__cont.animated h5,
.masthead__cont.animated h1,
.masthead__cont.animated h1 div {
  opacity: 1;
  transform: translate(0, 0);
}
.masthead__cont.animated h1 div:nth-child(1) {
  transition-delay: 0.25s;
}
.masthead__cont.animated h1 div:nth-child(2) {
  transition-delay: 0.5s;
}
.masthead__cont.animated h1 div:nth-child(3) {
  transition-delay: 0.75s;
}
.masthead__cont.animated h1 div:nth-child(4) {
  transition-delay: 1s;
}
.masthead__cont.animated h1 div:nth-child(5) {
  transition-delay: 1.25s;
}
@media (max-width: 599px) {
  .masthead__cont h5,
  .masthead__cont h1,
  .masthead__cont h1 div {
    transform: translate(2.5rem, 0);
  }
  .masthead__cont h5 {
    font-size: 0.75rem;
  }
  .masthead__cont h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) and (orientation: portrait) {
  .masthead__cont.sec__cont {
    height: 0;
    padding-top: calc(133.33333% - 3rem);
    padding-bottom: 3rem;
  }
  .masthead__cont h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 600px) {
  .masthead__cont h5,
  .masthead__cont h1,
  .masthead__cont h1 div {
    transform: translate(5rem, 0);
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .masthead__cont.sec__cont {
    height: 0;
    padding-top: 47.75%;
    padding-bottom: 8.5%;
  }
}
@media (min-width: 600px) and (orientation: landscape) {
  .masthead__cont.sec__cont {
    padding-bottom: 8.5%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
  .masthead__cont.sec__cont {
    padding-bottom: calc(24px + 72px);
  }
}
@media (min-width: 1024px) {
  .masthead__cont h1 {
    font-size: 3.33333rem;
  }
  .masthead__cont h5 {
    font-size: 0.77778rem;
  }
}
.masthead__anim {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@keyframes twinkle {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.masthead__disclaimer {
  color: #292929;
  position: relative;
  z-index: 1;
}
.masthead__disclaimer:before {
  width: calc(100vw + 2px);
  height: 100%;
  content: "";
  background-color: #fff;
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  z-index: -1;
}
.masthead__disclaimer.sec__wrapper {
  padding: 0;
}
.masthead__disclaimer .sec__cont {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.masthead__disclaimer p {
  font-size: 80%;
}
.brand__introduction {
  overflow: hidden;
}
.brand__introduction_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand__introduction_bg:after {
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.brand__introduction_bg picture {
  height: 100%;
}
.brand__introduction_bg picture:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(
    to top,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.brand__introduction_bg picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 600px) {
  .brand__introduction_bg:after {
    width: 75%;
    opacity: 0.8;
    background: linear-gradient(
      to right,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
}
@media (max-width: 599px) {
  .brand__introduction .sec__wrapper {
    padding-bottom: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__introduction .sec__wrapper {
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .brand__introduction .sec__wrapper {
    padding-bottom: 72px;
  }
}
.brand__introduction header + p {
  margin-top: 1rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__introduction .layout_grid_cell_9 {
    grid-column-end: span 6;
  }
}
@media (max-width: 599px) {
  .brand__introduction + section.sec__bg_white,
  .brand__introduction + section .sec__bg_white {
    margin-top: -16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__introduction + section.sec__bg_white,
  .brand__introduction + section .sec__bg_white {
    margin-top: -24px;
  }
}
@media (min-width: 1024px) {
  .brand__introduction + section.sec__bg_white,
  .brand__introduction + section .sec__bg_white {
    margin-top: -40px;
  }
}
@media (max-width: 599px) {
  .brand__introduction.has_continuous_bg:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}
.brand__layout {
  display: flex;
  flex-flow: row wrap;
}
.brand__layout_2_col:not(.sml__1_col) > li {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 599px) {
  .brand__layout_2_col:not(.sml__1_col) > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .brand__layout_2_col:not(.sml__1_col) > li:nth-child(n + 3) {
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .brand__layout_2_col:not(.sml__1_col) > li:nth-child(n + 3) {
    margin-top: 32px;
  }
}
@media (min-width: 600px) {
  .brand__layout_2_col.sml__1_col > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brand__layout_2_col.sml__1_col > li:nth-child(n + 3) {
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .brand__layout_2_col.sml__1_col > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand__layout_2_col.sml__1_col > li + li {
    margin-top: 32px;
  }
}
.brand__layout_half_content {
  display: list-item;
  counter-reset: number;
}
.brand__layout_half_content > li {
  counter-increment: number;
  margin-bottom: 2rem;
  margin-left: 2rem;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 599px) {
  .brand__layout_half_content > li {
    margin-bottom: 1.5rem;
  }
}
.brand__layout_half_content > li:before {
  content: counter(number) ". ";
  width: 2em;
  margin-left: -2rem;
}
.brand__layout_half_content > li h4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.brand__layout_half_content > li > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.brand__layout_half_content > li > div:last-child {
  padding-left: 60px;
}
.brand__layout_half_content > li > div h4 {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .brand__layout_half_content > li > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand__layout_half_content > li > div:last-child {
    margin-top: 0.75rem;
    padding-left: 0;
  }
}
.brand__layout_md_2_col > li,
.brand__layout_md_3_col > li {
  flex: auto;
  max-width: 100%;
}
.brand__layout_md_2_col > li + li,
.brand__layout_md_3_col > li + li {
  margin-top: 2.5rem;
}
.brand__layout.is_centered {
  text-align: center;
  justify-content: center;
}
.brand__layout.is_centered picture {
  margin-bottom: 0.5rem;
}
.brand__layout.is_centered > li {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 599px) {
  .brand__layout.is_centered > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brand__layout.is_centered > li + li {
    border-top: 1px solid #ebebeb;
  }
  .sec__bg_white .brand__layout.is_centered > li + li {
    border-top-color: #292929;
  }
}
@media (min-width: 600px) {
  .brand__layout.is_centered > li + li {
    border-left: 1px solid #ebebeb;
  }
  .sec__bg_white .brand__layout.is_centered > li + li {
    border-left-color: #292929;
  }
}
@media (max-width: 1023px) {
  .brand__layout.is_centered > li > .has_ext_padding_rl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .brand__layout.is_centered > li > .has_ext_padding_rl {
    padding-right: 17.5%;
    padding-left: 17.5%;
  }
}
@media (max-width: 599px) {
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) {
    margin-right: -16px;
    margin-left: -16px;
  }
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) > li {
    padding: 0 16px;
  }
  .brand__layout_3_col > li {
    width: 100%;
    flex: 0 0 100%;
  }
  .brand__layout_3_col > li + li {
    margin-top: 2rem;
  }
  .brand__layout_3_col.sml_2_col .tile__block_link {
    display: flex;
    flex-flow: row wrap;
  }
  .brand__layout_3_col.sml_2_col .tile__block_img,
  .brand__layout_3_col.sml_2_col .tile__block_cont {
    width: 50%;
  }
  .brand__layout_3_col.sml_2_col .tile__block_img {
    padding-right: 8px;
  }
  .brand__layout_3_col.sml_2_col .tile__block_cont {
    padding-left: 8px;
    margin-top: 0;
  }
  .brand__layout_4_col > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brand__layout_4_col > li:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  .brand__layout_5_col > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brand__layout_5_col > li:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 600px) {
  .brand__layout_3_col > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .brand__layout_4_col > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .brand__layout_4_col > li:nth-child(n + 5) {
    margin-top: 1.5rem;
  }
  .brand__layout_md_2_col > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brand__layout_md_2_col > li:nth-child(1),
  .brand__layout_md_2_col > li:nth-child(2) {
    margin-top: 0;
  }
  .brand__layout_md_3_col > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brand__layout_md_3_col > li:nth-child(1),
  .brand__layout_md_3_col > li:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__layout_5_col > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .brand__layout_5_col > li:nth-child(n + 4) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1279px) {
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) {
    margin-right: -16px;
    margin-left: -16px;
  }
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) > li {
    padding: 0 16px;
  }
}
@media (max-width: 1023px) {
  .brand__layout_4_col {
    margin-right: -8px;
    margin-left: -8px;
  }
  .brand__layout_4_col > li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1024px) {
  .brand__layout_5_col > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .brand__layout_5_col > li:nth-child(n + 6) {
    margin-top: 1.5rem;
  }
  .brand__layout_4_col {
    margin-right: -16px;
    margin-left: -16px;
  }
  .brand__layout_4_col > li {
    padding-right: 16px;
    padding-left: 16px;
  }
  .brand__layout_md_3_col > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .brand__layout_md_3_col > li:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) {
    margin-right: -32px;
    margin-left: -32px;
  }
  .brand__layout:not(.brand__layout_4_col):not(.is_centered) > li {
    padding: 0 32px;
  }
}
.brand__tile_full_bg {
  position: relative;
  overflow: hidden;
}
.brand__tile_full_bg.is_fixed_h {
  height: 0;
}
.brand__tile_full_bg .brand__full_bg:not(.is_light_mode):after {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 599px) {
  .brand__tile_full_bg .brand__full_bg:not(.is_light_mode):after {
    background: linear-gradient(
      to top,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
}
@media (min-width: 600px) {
  .brand__tile_full_bg .brand__full_bg:not(.is_light_mode):after {
    background: linear-gradient(
      to right,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
}
.brand__tile_full_bg .videos__cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand__tile_full_bg video {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand__tile_full_bg .layout_flex {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-flow: column wrap;
}
.brand__tile_full_bg a img {
  transform: scale(1, 1);
  transition: transform 0.3s ease-in-out;
}
.brand__tile_full_bg a:hover img {
  transform: scale(1.04, 1.04);
}
.brand__tile_full_bg h3 {
  margin-bottom: 0.75rem;
}
.brand__tile_full_bg h4 {
  margin-bottom: 1.25rem !important;
}
@media (max-width: 1479px) and (orientation: landscape) {
  .brand__tile_full_bg.is_fixed_h {
    padding-bottom: 40.33333%;
  }
}
@media (max-width: 599px) {
  .brand__tile_full_bg.is_fixed_h {
    padding-bottom: 133.333%;
  }
  .brand__tile_full_bg .layout_flex {
    padding-bottom: 3rem;
    justify-content: flex-end;
  }
  .brand__tile_full_bg .sec__wrapper {
    padding-top: 32px;
  }
  .brand__tile_full_bg h3 + p {
    margin-top: 1rem;
  }
}
@media (min-width: 600px) {
  .brand__tile_full_bg.is_fixed_h .sec__wrapper,
  .brand__tile_full_bg.is_fixed_h .layout_grid {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .brand__tile_full_bg.is_fixed_h {
    padding-bottom: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
  .brand__tile_full_bg.is_fixed_h {
    height: auto;
    padding-bottom: 0;
  }
  .brand__tile_full_bg.is_fixed_h .sec__wrapper,
  .brand__tile_full_bg.is_fixed_h .layout_grid {
    padding-bottom: 2rem;
  }
  .brand__tile_full_bg.is_fixed_h .layout_flex {
    position: static;
  }
}
@media (min-width: 1480px) and (orientation: landscape) {
  .brand__tile_full_bg.is_fixed_h {
    padding-bottom: 33.33333%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {
  .brand__tile_full_bg.is_fixed_h .layout_grid_cell_6 {
    grid-column-end: span 7;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__tile_full_bg.is_fixed_h .layout_grid_cell_6 {
    grid-column-end: span 5;
  }
}
@media (min-width: 1024px) {
  .brand__tile_full_bg.is_fixed_h .layout_grid_cell_6 {
    grid-column-end: span 7;
  }
}
@media (min-width: 1280px) {
  .brand__tile_full_bg.is_fixed_h .sec__wrapper {
    padding-top: 72px;
  }
}
.sec__bg_black .tile__block_link * {
  color: #fff;
}
.tile__block_link .link_txt {
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
.dpr-modified .tile__block_link .link_txt {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.tile__block_link .link_txt:hover {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .tile__block_link .link_txt:hover {
  background-size: 100% 1pt;
}
.tile__block_link .link_txt.is_external:after {
  width: 0.75em;
  content: url(../img/resources/icon-external.svg);
  margin-left: 0.35em;
  display: inline-block;
}
.sec__bg_black .tile__block_link .link_txt {
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
.tile__block_link:hover .tile__block_img picture:not(.ar__car_thumb) img {
  transform: scale(1.06, 1.06) translateZ(0);
}
.tile__block_link:hover .tile__block_img picture.ar__car_thumb {
  transform: scale(1.06, 1.06) translateZ(0);
}
.tile__block_link:hover .link_txt {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .tile__block_link:hover .link_txt {
  background-size: 100% 1pt;
}
.tile__block_img picture.ar__car_thumb {
  transform-origin: 50% 100%;
  transition: transform 0.3s ease-in-out;
}
.tile__block_img picture img {
  transform: scale(1, 1) translateZ(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
  top: auto;
  bottom: 0;
}
.tile__block_cont {
  margin-top: 1.25rem;
}
.tile__block_cont h3 + p {
  margin-top: 1rem;
}
.tile__block_cont h4 + p {
  margin-top: 0.5rem;
}
.tile__block_cont p {
  line-height: 1.3;
}
.media__block {
  display: flex;
  flex-direction: row;
}
.media__block_img {
  margin-top: 0.3rem;
  padding-right: 1.5rem;
  padding-left: 0.75rem;
}
.pg__brand .sec__header h3 + p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pg__brand .sec__header + h4 {
  margin-top: 1.75rem;
}
.pg__brand .sec__subheader h4 {
  letter-spacing: 0.15em;
}
.pg__brand .tab__panel_main .sec__header:not(.no_margin_btm) {
  margin-bottom: 1.5rem;
}
.pg__brand h4 {
  margin-bottom: 0.75rem;
}
.pg__brand hgroup {
  margin-bottom: 0.75rem;
}
.pg__brand hgroup h3 + h4 {
  margin-top: 0.75rem;
}
.pg__brand p + p .mdc-button {
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .pg__brand p + p .mdc-button {
    margin-top: 1rem;
  }
}
.pg__brand .sec__bg_black .is_light_mode * {
  color: #292929;
}
.pg__brand .sec__bg_black .is_light_mode .mdc-button.mdc-button--outlined {
  border-color: #292929;
}
.pg__brand
  .sec__bg_black
  div:not(.is_light_mode)
  a[target="_blank"]:not(.no_icon):after {
  content: url(../img/resources/icon-external-w.svg);
}
.pg__brand .sec__bg_grad_gray:before {
  background-color: #898989;
  background-image: none;
}
.pg__brand .tile__cont {
  margin-bottom: 0;
}
.pg__brand .tile__cont h3 + p {
  margin-top: 0.75rem;
}
.pg__brand a[name] {
  background-image: none !important;
}
.pg__brand a[name] {
  background-color: rgba(0, 0, 0, 0);
  display: table;
}
@media (min-width: 600px) {
  .pg__brand .sec__subheader,
  .pg__brand .p__wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 599px) {
  .pg__brand .sec__header:not(.no_margin_btm) {
    margin-bottom: 0.5rem;
  }
  .pg__brand .sec__subheader,
  .pg__brand .p__wrapper {
    margin-bottom: 1rem;
  }
}
.brand__masthead.sec__bg_black header {
  color: #fff;
}
.brand__full_bg_sec {
  position: relative;
  overflow: hidden;
}
.brand__full_bg {
  transform: scale(1.08, 1.08) translateZ(0);
  transition: transform 1s;
}
.brand__full_bg.animated {
  transform: scale(1, 1) translateZ(0);
}
.brand__full_bg,
.brand__full_bg picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand__full_bg img {
  min-height: 100%;
  transform: translate(-50%, 0) scale(1.01, 1.01);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.brand__tile_full_bg.is_fixed_h .brand__full_bg img {
  max-width: none;
  transform: translate(-50%, 50%) scale(1.01, 1.01);
  bottom: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand__sec_tile_bg {
  position: relative;
  overflow: hidden;
}
.brand__tile_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand__media_caption {
  text-align: right;
  margin-top: 0.75rem;
  padding-left: 25%;
}
.img_logo {
  width: auto;
  max-width: inherit;
  margin: 0 auto;
}
.brand__tile_spacer + .brand__tile_spacer {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}
.brand_spacer_top.sec__cont {
  padding-top: 4rem;
  padding-bottom: 0;
}
.logo_header_wrp > span {
  height: 28px;
}
.logo_header_wrp > span svg {
  height: inherit;
}
.brand__disclaimer {
  font-size: 80%;
  color: #999;
}
.layout_grid:empty {
  display: none;
}
@media (max-width: 599px) {
  .layout_grid:empty + .sec__cont.no_padding_top {
    padding-top: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .layout_grid:empty + .sec__cont.no_padding_top {
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .layout_grid:empty + .sec__cont.no_padding_top {
    padding-top: 40px;
  }
}
@media (max-width: 599px) {
  .layout_grid_inner .layout_grid_cell_6 + .layout_grid_cell_4,
  .layout_grid_inner .layout_grid_cell_12 + .layout_grid_cell_4 {
    grid-column-end: span 4;
  }
}
@media (min-width: 600px) {
  .layout_grid_inner.is_reversed .layout_grid_cell_6:nth-child(1) {
    order: 2;
  }
  .layout_grid_inner.is_reversed .layout_grid_cell_6:nth-child(2) {
    order: 1;
  }
}
.sec__cont.no_padding_btm {
  padding-bottom: 0;
}
.button__wrp {
  text-align: center;
}
@media (min-width: 1024px) {
  .sec__chatbot_orphan {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .sec__chatbot_orphan {
    padding-top: 50px;
    padding-bottom: 16px;
  }
}
.off_canvases {
  backface-visibility: hidden;
}
.off_canvas {
  height: 100%;
  background-color: #fff;
  box-shadow: -1em 0 2em rgba(0, 0, 0, 0.25), -2em 0 4em rgba(0, 0, 0, 0.25);
  transform: translate(110%, 0);
  transform-style: flat;
  transition: transform 0.4s;
  will-change: transform;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.off_canvas:not(.is_fullscreen) {
  width: calc(100vw - 2rem);
  max-width: 1280px;
}
.off_canvas.is_fullscreen {
  width: 100vw;
  max-width: 100vw;
}
.off_canvas.is_opened {
  transform: translate(0, 0);
}
.off_canvas.is_opened .off_canvas_masthead img {
  transform: scale(1, 1);
}
html.desktop .off_canvas::-webkit-scrollbar {
  width: 12px;
}
html.desktop .off_canvas::-webkit-scrollbar-track {
  background-color: #000;
  box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0.15);
}
html.desktop .off_canvas::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(255, 255, 255, 0.8) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border: 2px solid #000;
  border-radius: 6px;
}
html.desktop .off_canvas::-webkit-scrollbar-thumb:active,
html.desktop .off_canvas::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.off_canvas .intro__image_wrp {
  display: flex;
  flex-flow: row wrap;
}
.off_canvas .intro__image_img {
  width: 150px;
}
@media (min-width: 600px) {
  .off_canvas .intro__image_img {
    margin-right: 2.5rem;
  }
  .off_canvas .intro__image_img + .intro__image_txt {
    width: calc(100% - 150px - 2.5rem);
  }
  .off_canvas .intro__image_img picture:after {
    border-width: 16px 16px 16px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    margin-top: -16px;
    top: 50%;
    right: 0;
  }
}
@media (max-width: 599px) {
  .off_canvas .intro__image_img {
    margin-bottom: 1.5rem;
  }
  .off_canvas .intro__image_img picture:after {
    border-width: 0 16px 16px 16px 16px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    margin-left: -16px;
    bottom: 0;
    left: 50%;
  }
}
.off_canvas .sec__header header + div {
  margin-left: 0.75rem;
  display: flex;
}
@media (min-width: 1024px) {
  .off_canvas:not(.is_fullscreen) .sec__cont:nth-child(1) {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .off_canvas:not(.is_fullscreen) .sec__cont {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.off_canvas:not(.is_fullscreen) .sec__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .off_canvas:not(.is_fullscreen) .sec__header {
    padding-right: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .off_canvas:not(.is_fullscreen) .layout_grid_cell_9 {
    grid-column-end: span 6;
  }
}
.off_canvas_masthead {
  height: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.off_canvas_masthead:after {
  content: "";
  opacity: 0.65;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.off_canvas_masthead.no_masthead_img {
  height: auto;
  color: #292929;
  background-color: #fff;
}
.off_canvas_masthead.no_masthead_img:after {
  content: none;
}
.off_canvas_masthead picture,
.off_canvas_masthead video {
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.off_canvas_masthead img.lazy {
  transform: scale(1.06, 1.06);
  transition: opacity 0.35s, transform 1s;
  transition-delay: 0.75s;
}
.off_canvas_masthead .masthead__cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}
.off_canvas_masthead.no_masthead_img .masthead__cont {
  position: relative;
}
.off_canvas_masthead .sec__wrapper {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.off_canvas_masthead.no_masthead_img .sec__wrapper {
  transform: none;
  padding-bottom: 0;
  position: static;
}
.off_canvas_masthead.no_masthead_img .masthead__cont.sec__cont {
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .off_canvas_masthead {
    padding-bottom: 80%;
  }
  .off_canvas_masthead.no_masthead_img {
    padding-bottom: 0;
  }
  .off_canvas_masthead:after {
    width: 100%;
    height: 60%;
    opacity: 0.75;
    background: linear-gradient(
      to top,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
  .off_canvas_masthead .masthead__cont.sec__cont {
    padding-bottom: 1.5rem;
  }
  .off_canvas_masthead.no_masthead_img .masthead__cont.sec__cont {
    padding-top: 32px;
  }
}
@media (min-width: 600px) {
  .off_canvas_masthead {
    padding-bottom: 33.33333%;
  }
  .off_canvas_masthead.no_masthead_img {
    padding-bottom: 0;
  }
  .off_canvas_masthead:after {
    width: 80%;
    height: 100%;
    background: linear-gradient(
      to right,
      hsl(0, 0%, 0%) 0%,
      hsla(0, 0%, 0%, 0.738) 19%,
      hsla(0, 0%, 0%, 0.541) 34%,
      hsla(0, 0%, 0%, 0.382) 47%,
      hsla(0, 0%, 0%, 0.278) 56.5%,
      hsla(0, 0%, 0%, 0.194) 65%,
      hsla(0, 0%, 0%, 0.126) 73%,
      hsla(0, 0%, 0%, 0.075) 80.2%,
      hsla(0, 0%, 0%, 0.042) 86.1%,
      hsla(0, 0%, 0%, 0.021) 91%,
      hsla(0, 0%, 0%, 0.008) 95.2%,
      hsla(0, 0%, 0%, 0.002) 98.2%,
      hsla(0, 0%, 0%, 0) 100%
    );
  }
  .off_canvas_masthead.no_masthead_img .masthead__cont.sec__cont {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .off_canvas_masthead h1 {
    font-size: 3.667rem;
  }
}
@media (min-width: 1280px) {
  .off_canvas_masthead .masthead__cont.sec__cont {
    padding-left: 40px;
  }
}
.off_canvas .brand__disclaimer p {
  color: #999;
}
.off_canvas .el__parallax {
  transform: translateY(50px);
  transition: transform 0.5s;
}
.off_canvas .el__parallax.animated {
  transform: translateY(0);
}
.icon_offcanvas_close {
  width: 44px;
  height: 44px;
  font-size: 0;
  outline: none;
  position: fixed;
  z-index: 10000;
}
.icon_offcanvas_close:before,
.icon_offcanvas_close:after {
  height: 40px;
  content: "";
  border-left: 2px solid #292929;
  position: absolute;
  left: calc(50% - 1px);
}
.icon_offcanvas_close:before {
  transform: rotate(45deg);
}
.icon_offcanvas_close:after {
  transform: rotate(-45deg);
}
.is_fullscreen.is_opened ~ .icon_offcanvas_close {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.75));
}
.is_fullscreen.is_opened ~ .icon_offcanvas_close:before,
.is_fullscreen.is_opened ~ .icon_offcanvas_close:after {
  border-left-color: #e1e1e1;
}
.icon_offcanvas_close .mdc-ripple-surface {
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .icon_offcanvas_close {
    top: 0;
    right: 0;
  }
  .icon_offcanvas_close:before,
  .icon_offcanvas_close:after {
    height: 32px;
    top: 6px;
  }
}
@media (min-width: 600px) {
  .icon_offcanvas_close {
    top: 40px;
    right: 24px;
  }
  .icon_offcanvas_close:before,
  .icon_offcanvas_close:after {
    height: 40px;
    top: 2px;
  }
}
@media (min-width: 1024px) {
  .icon_offcanvas_close {
    top: 60px;
    right: 80px;
  }
}
.accordion {
  border: 1px solid #898989;
  border-bottom: 0 none;
}
.accordion__header,
.accordion__body {
  position: relative;
}
.accordion__header {
  font-weight: 700;
  cursor: pointer;
}
.accordion__header:before,
.accordion__header:after {
  content: "";
  position: absolute;
}
.accordion__header:before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(191, 191, 191, 0.175),
    rgba(191, 191, 191, 0)
  );
  opacity: 0;
  transition: opacity 0.25s;
  top: 0;
  left: 0;
  z-index: -1;
}
.accordion__header:hover:before {
  opacity: 1;
}
.accordion__header:after {
  width: 0.667rem;
  height: 0.667rem;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.accordion__desc {
  font-weight: 300;
}
.accordion__body {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}
.accordion__body:before,
.accordion__body:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.accordion__body:before {
  width: 100%;
  height: 200px;
  opacity: 0.075;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.accordion__body:after {
  border-top: 1px solid #898989;
  top: 0;
}
.accordion > li {
  border-bottom: 1px solid #898989;
}
.accordion > li.is_active .accordion__header:after {
  transform: rotate(225deg) translate(-50%, -0.3rem);
}
.accordion > li.is_disabled {
  pointer-events: none;
}
.accordion > li.is_disabled .accordion__header {
  opacity: 0.2;
}
@media (max-width: 599px) {
  .accordion__header {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
  }
  .accordion__header:after {
    top: 0.85rem;
    right: 1.2rem;
  }
  .accordion__body {
    padding: 0 1rem;
  }
  .accordion__body:after {
    width: calc(100% - 2rem);
    left: 1rem;
  }
  .accordion__body_wrp {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 600px) {
  .accordion__header {
    padding: 1.2rem 4rem 1.2rem 1.6rem;
  }
  .accordion.with_desc .accordion__header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .accordion__header:after {
    top: 1.4rem;
    right: 1.8rem;
  }
  .accordion.with_desc .accordion__header:after {
    top: 1rem;
  }
  .accordion__body {
    padding: 0 1.6rem;
  }
  .accordion__body:after {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
  .accordion__body_wrp {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  section:not(.expandable_tiles) .accordion__body_wrp {
    padding-right: 12.5%;
  }
}
.accordion.no_padding {
  border-right: 0 none;
  border-left: 0 none;
}
.accordion.no_padding .accordion__header,
.accordion.no_padding .accordion__body {
  padding-left: 0;
}
.accordion.no_padding .accordion__body {
  padding-right: 0;
}
.accordion.no_padding .accordion__body:before {
  content: none;
}
.accordion.no_padding .accordion__body:after {
  width: 100%;
  left: 0;
}
:root {
  --before-top: 0%;
  --before-left: 0%;
}
.expandable_tiles {
  position: relative;
}
.expandable_tiles.expandable_tiles_with_bg {
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.expandable_tiles .sec__header p {
  margin-bottom: 1.5rem;
}
.expandable_tiles .sec__wrapper {
  position: static;
}
.expandable_tiles .is_dark .link_txt {
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
.expandable_tiles .is_light * {
  color: #292929;
}
.expandable_tiles .is_light .link_txt {
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.expandable_tiles .tile__block_link:hover .link_txt {
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.expandable_tiles ul > li .accordion__header {
  transition: opacity 0.5s;
}
.expandable_tiles ul.dimmed > li .accordion__header {
  opacity: 0.3;
}
.expandable_tiles ul.dimmed > li .accordion__header:hover {
  opacity: 1;
}
.expandable_tiles ul.dimmed > li.is_active .accordion__header {
  opacity: 1;
}
.expandable_tiles .accordion {
  border: 0;
}
.expandable_tiles .accordion li {
  border-bottom: 0;
}
.expandable_tiles .accordion li.is_active .accordion__body .box-pointer {
  display: none;
}
@media (max-width: 599px) {
  .expandable_tiles .accordion > .layout_grid_cell_3,
  .expandable_tiles .accordion > .layout_grid_cell_4 {
    grid-column-end: span 2;
  }
}
.expandable_tiles .accordion__header {
  padding: 0;
}
.expandable_tiles .accordion__header:before,
.expandable_tiles .accordion__header:after {
  content: none;
}
.expandable_tiles .accordion__header p {
  font-weight: 300;
}
.expandable_tiles .accordion__header p span {
  display: block;
}
.expandable_tiles .accordion__body {
  width: 100%;
  color: #292929;
  transition: none;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
.off_canvas .expandable_tiles .accordion__body {
  background-color: #ebebeb;
}
.expandable_tiles .accordion__body:after {
  border-top: 0;
}
.expandable_tiles .accordion__body_wrp {
  background-color: #fff;
  margin-top: 42px;
  position: relative;
}
.expandable_tiles .accordion__body_wrp:before {
  position: absolute;
  top: 0%;
  top: var(--before-top);
  left: 0%;
  left: var(--before-left);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 32px 0 0 32px;
  opacity: 1;
  content: "";
}
.expandable_tiles .accordion__body .layout_grid {
  position: relative;
}
@media (max-width: 599px) {
  .expandable_tiles .accordion__body .layout_grid {
    padding: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .expandable_tiles .accordion__body .layout_grid {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .expandable_tiles .accordion__body .layout_grid {
    padding: 40px;
  }
}
.cta_expandable_close {
  width: 44px;
  height: 44px;
  outline: none;
  position: absolute;
  top: -28px;
  right: 0;
  z-index: 10;
}
.cta_expandable_close:before,
.cta_expandable_close:after {
  height: 40px;
  content: "";
  border-left: 1px solid #292929;
  position: absolute;
  left: calc(50% - 1px);
}
.cta_expandable_close:before {
  transform: rotate(45deg);
}
.cta_expandable_close:after {
  transform: rotate(-45deg);
}
.cta_expandable_close .mdc-ripple-surface {
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .cta_expandable_close:before,
  .cta_expandable_close:after {
    height: 32px;
    top: 6px;
  }
}
@media (min-width: 600px) {
  .cta_expandable_close:before,
  .cta_expandable_close:after {
    height: 40px;
    top: 2px;
  }
}
.background-white {
  background-color: #fff;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #d7d7d7;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 10080;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 10082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  text-decoration: none !important;
}
.lg-toolbar .lg-icon {
  color: #d7d7d7;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #d7d7d7;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #d7d7d7;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 10080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/resources/vimeo-play.png) no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/resources/vimeo-play.png) no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: rgba(0, 0, 0, 0) url(../img/resources/video-play.png) no-repeat
    scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/resources/youtube-play.png) no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/resources/youtube-play.png) no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video-object {
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  content: "";
  line-height: 0;
  display: table;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10050;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item {
  background: url(../img/resources/loading.gif) no-repeat scroll center center
    rgba(0, 0, 0, 0);
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: inline-block;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  width: 1px;
  height: 50%;
  content: "";
  margin-right: -1px;
  display: inline-block;
}
.lg-outer .lg-img-wrap {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 10060;
}
.lg-outer .lg-image {
  width: auto !important;
  height: auto !important;
}
.lg-outer .lg-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
  }
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  opacity: 1;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-toolbar {
  width: auto;
  height: 100%;
  right: 0;
  left: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.lg-hide-items .lg-toolbar {
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 599px) {
  .lg-hide-items .lg-toolbar {
    transform: none !important;
    opacity: 1 !important;
  }
}
.lg-toolbar .lg-icon {
  float: none;
  display: block;
  font-size: 0;
  width: 3.333rem;
  height: 3.333rem;
  position: relative;
}
.lg-toolbar .lg-close:before,
.lg-toolbar .lg-close:after {
  height: 2.222rem;
  content: "";
  border-left: 2px solid #fff;
  position: absolute;
  top: 0.555rem;
  left: calc(50% - 2px);
}
.lg-toolbar .lg-close:before {
  transform: rotate(45deg);
}
.lg-toolbar .lg-close:after {
  transform: rotate(-45deg);
}
#lg-zoom-in,
#lg-zoom-out {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
#lg-zoom-in:after,
#lg-zoom-out:after {
  content: none;
}
#lg-zoom-in {
  background-image: url(../img/resources/icon-zoom-in.svg);
}
#lg-zoom-out {
  background-image: url(../img/resources/icon-zoom-out.svg);
}
.lg-outer .lg-item:not(.lg-current) {
  display: none !important;
  visibility: hidden !important;
}
.lg-outer .lg-video-cont {
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.lg-outer .lg-video {
  height: 100%;
  padding-bottom: 0;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: none;
}
.lg-outer .lg-has-youtube .lg-video-play:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.667rem 0 1.667rem 2.444rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer .lg-has-youtube .lg-video-play:hover:after {
  opacity: 0.75;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: none;
}
.lg-video:after {
  content: "";
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
}
.lg-video.is_ended:after,
.lg-video.is_paused:after {
  opacity: 1;
  pointer-events: all;
}
.lg-video.is_ended:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDQzNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNDM3LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTIyNy4xLDQzNy4xaC04LjVDOTgsNDM3LjEsMCwzMzkuMSwwLDIxOC41QzAsOTgsOTgsMCwyMTguNSwwYzExNy42LDAsMjEzLjksOTMuNCwyMTguNCwyMTBsNzUuMSwwTDM4MC4xLDM2MC44TDI0OC4yLDIxMGw3NC42LDBjLTQuNC01My43LTQ5LjQtOTYtMTA0LjItOTZDMTYwLjksMTE0LDExNCwxNjAuOSwxMTQsMjE4LjVjMCw1Ny42LDQ2LjksMTA0LjUsMTA0LjUsMTA0LjVoOC41VjQzNy4xeiBNMjE4LjUsMTcuMWMtMTExLjEsMC0yMDEuNCw5MC40LTIwMS40LDIwMS40YzAsMTA4LjIsODUuOCwxOTYuOCwxOTIuOSwyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM2MwLTY3LjEsNTQuNi0xMjEuNiwxMjEuNi0xMjEuNmM2Ny4xLDAsMTIxLjYsNTQuNiwxMjEuNiwxMjEuNnY4LjVsLTU0LjMsMGw5NC4yLDEwNy43bDk0LjItMTA3LjdsLTU0LjMsMHYtOC41QzQyMCwxMDcuNSwzMjkuNiwxNy4xLDIxOC41LDE3LjF6Ii8+PC9zdmc+);
  background-size: 64px;
}
.lg-video.is_paused:after {
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: 44px;
  transition-delay: 0.5s;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.slider__gallery:before,
.slider__gallery:after {
  width: 12.5%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.slider__gallery:before {
  left: 0;
  background: linear-gradient(
    to right,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.slider__gallery::after {
  right: 0;
  background: linear-gradient(
    to left,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.sec__bg_white .slider__gallery *,
.sec__bg_gray_light .slider__gallery * {
  color: #fff;
}
.slider__gallery.swiper-container {
  overflow: visible;
}
.slider__gallery.swiper-container .icon_expand {
  width: 5rem;
  height: 5rem;
  background-size: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.slider__gallery .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.25s, transform 0.25s;
}
.slider__gallery .swiper-slide:not(.swiper-slide-active) .link_lightbox {
  cursor: default;
  pointer-events: none;
}
.slider__gallery .swiper-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.slider__gallery .swiper-pagination {
  text-align: left;
  padding-left: 1rem;
  pointer-events: none;
}
.slider__gallery .swiper-pagination-fraction {
  bottom: 1rem;
}
.slider__gallery .swiper-button-next,
.slider__gallery .swiper-button-prev {
  background: url(../img/resources/icon-arrow-next.svg) no-repeat center;
  background-size: 100%;
}
.slider__gallery .swiper-button-next:after,
.slider__gallery .swiper-button-prev:after {
  content: none;
}
.slider__gallery .swiper-button-next.swiper-button-disabled,
.slider__gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.slider__gallery .swiper-button-prev {
  transform: rotate(180deg);
}
.slider__gallery .swiper-slide-active {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .slider__gallery .swiper-button-next,
  .slider__gallery .swiper-button-prev {
    width: 44px;
  }
}
@media (min-width: 1366px) {
  .slider__gallery .swiper-button-next {
    right: -54px;
  }
  .slider__gallery .swiper-button-prev {
    left: -54px;
  }
}
.slider__gallery_ar {
  height: 0;
  padding-bottom: 41.66667%;
  overflow: hidden;
}
.slider__gallery .slider__gallery_ar:before {
  width: 100%;
  height: 40%;
  content: "";
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.slider__gallery_thumbs .slider__gallery_ar,
.slider__gallery_thumbs_cell_6 .slider__gallery_ar {
  padding-bottom: 100%;
}
.slider__gallery_ar img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 599px) and (orientation: portrait) {
  .slider__gallery .slider__gallery_ar {
    padding-bottom: 100%;
  }
}
.slider__gallery_thumbs,
.slider__gallery_thumbs_cell_6 {
  margin-top: 0.5rem;
}
.slider__gallery_thumbs .swiper-slide,
.slider__gallery_thumbs_cell_6 .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.slider__gallery_thumbs .swiper-slide picture:before,
.slider__gallery_thumbs .swiper-slide picture:after,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:before,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
  content: "";
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  z-index: 1;
}
.slider__gallery_thumbs .swiper-slide picture:before,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:before {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
  top: 0;
  left: 0;
}
.slider__gallery_thumbs .swiper-slide picture:after,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translate(-50%, 0);
  top: -1px;
  left: 50%;
}
.sec__bg_white .slider__gallery_thumbs .swiper-slide picture:after,
.sec__bg_white .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.sec__bg_gray_light .slider__gallery_thumbs .swiper-slide picture:after,
.sec__bg_gray_light .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
  border-color: #f5f5f5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.slider__gallery_thumbs .swiper-slide.swiper-slide-thumb-active picture:before,
.slider__gallery_thumbs .swiper-slide.swiper-slide-thumb-active picture:after,
.slider__gallery_thumbs_cell_6
  .swiper-slide.swiper-slide-thumb-active
  picture:before,
.slider__gallery_thumbs_cell_6
  .swiper-slide.swiper-slide-thumb-active
  picture:after {
  opacity: 1;
}
@media (max-width: 599px) {
  .slider__gallery_thumbs .swiper-slide picture:after,
  .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
    border-width: 18px 15px 0;
  }
}
@media (min-width: 600px) {
  .slider__gallery_thumbs .swiper-slide picture:after,
  .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
    border-width: 30px 25px 0;
  }
}
.slider__gallery_thumbs .swiper-slide-visible,
.slider__gallery_thumbs_cell_6 .swiper-slide-visible {
  opacity: 1;
}
.slider__gallery_button {
  margin-top: 2rem;
}
.slider__gallery_disclaimer {
  margin-top: 3.25rem;
}
.slider_single_img .icon_expand,
.slider_single_img .swiper-pagination,
.slider_single_img .swiper-button-prev,
.slider_single_img .swiper-button-next,
.slider_single_img .slider__gallery_thumbs {
  display: none !important;
  visibility: hidden !important;
}
.slider_single_img .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden !important;
}
.slider_single_img .slider__gallery .swiper-slide {
  opacity: 1;
}
.explore_models_d .tab__panels_main {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .explore_models_d .tab__panels_sub {
    margin-top: 40px;
  }
}
.explore_models_d .tab__item_models {
  width: calc(100% + 40px);
  display: flex;
  flex-flow: row wrap;
}
.explore_models_d .tab__item_models > li {
  width: 20%;
  padding-top: 40px;
  padding-right: 40px;
  position: relative;
}
@supports (display: grid) {
  .explore_models_d .tab__item_models {
    width: 100%;
    display: grid;
    grid-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .explore_models_d .tab__item_models > li {
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }
}
.explore_models_d .tab__item_model {
  display: flex;
  flex-flow: column wrap;
}
.explore_models_d .tab__item_thumb {
  height: 0;
  padding-top: 54.25%;
  position: relative;
  transform: scale(1, 1) translateZ(0);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s ease;
}
.explore_models_d .tab__item_thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.explore_models_d .tab__item_model:hover .tab__item_thumb {
  transform: scale(1.04, 1.04) translateZ(0);
}
.explore_models_d .tab__item_txt {
  margin-top: 16px;
}
.explore_models_d .tab__item_txt * {
  line-height: 1.3;
}
.explore_models_d .tab__item_txt *,
.explore_models_d .tab__item_txt *:not(:last-child) {
  margin-bottom: 0;
}
.explore_models_d .tab__item_txt h3,
.explore_models_d .tab__item_txt h4 {
  margin-top: 0;
}
.explore_models_d .tab__item_txt h3 {
  font-weight: 700;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}
.explore_models_d .tab__item_txt h6,
.explore_models_d .tab__item_txt p {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .explore_models_d .tab__item_txt h3 {
    font-size: 1.667rem;
  }
}
.explore_models_m .tab__item_models {
  margin-right: -24px;
  margin-left: -24px;
  display: flex;
  flex-flow: row wrap;
}
.explore_models_m .tab__item_models > li {
  padding: 0 24px;
  position: relative;
}
.explore_models_m .tab__item_models > li:before {
  width: calc(100% - 48px);
  content: "";
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 24px;
}
.explore_models_m .tab__item_model {
  padding: 16px 0;
  display: flex;
}
.explore_models_m .tab__item_txt *:not(:first-child) {
  margin-top: 4px;
}
.explore_models_m .tab__item_txt h4,
.explore_models_m .tab__item_txt h6,
.explore_models_m .tab__item_txt p {
  font-size: 0.875rem;
}
.explore_models_m .tab__item_txt h3,
.explore_models_m .tab__item_txt h4 {
  font-weight: 700;
}
.explore_models_m .tab__item_txt h3 {
  line-height: 0.9;
  text-indent: -0.015em;
}
.explore_models_m .tab__item_txt h6 {
  font-style: italic;
}
.explore_models_m .tab__item_txt span {
  padding: 0;
}
@media (min-width: 600px) {
  .explore_models_m .tab__panels_main {
    margin-top: 0.5rem;
  }
  .explore_models_m .tab__panels_sub {
    margin-top: 0.5rem;
  }
  .explore_models_m .tab__item_models > li {
    width: 50%;
  }
  .explore_models_m .tab__item_model {
    flex-flow: row wrap;
  }
  .explore_models_m .tab__item_thumb {
    width: 160px;
    height: auto;
    padding-top: 0;
  }
  .explore_models_m .tab__item_thumb img {
    position: static;
  }
  .explore_models_m .tab__item_txt {
    width: calc(100% - 160px);
    padding-left: 16px;
  }
}
@media (max-width: 599px) {
  .explore_models_m .tab__panels_main {
    margin-top: 0;
  }
  .explore_models_m .tab__panels_sub {
    margin-top: 0;
  }
  .explore_models_m .tab__item_models > li {
    width: 100%;
  }
  .explore_models_m .tab__item_thumb {
    width: 124px;
  }
  .explore_models_m .tab__item_txt {
    width: calc(100% - 124px);
    padding-left: 12px;
  }
}
.mdc-touch-target-wrapper {
  display: inline;
}
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%,
  50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%,
  68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%,
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 12px;
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
  padding: 8px;
}
.mdc-checkbox
  .mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background::before,
.mdc-checkbox
  .mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background::before {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox
    .mdc-checkbox__native-control:checked
    ~ .mdc-checkbox__background::before,
  .mdc-checkbox
    .mdc-checkbox__native-control:indeterminate
    ~ .mdc-checkbox__background::before {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
  opacity: 0.08;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
  .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
  .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
  .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-checkbox .mdc-checkbox__background::before {
  top: -9px;
  left: -9px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox .mdc-checkbox__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #fff;
  border-color: var(--mdc-theme-secondary, #fff);
  background-color: #fff;
  background-color: var(--mdc-theme-secondary, #fff);
}
@keyframes mdc-checkbox-fade-in-background-uz0blwy {
  0% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
@keyframes mdc-checkbox-fade-out-background-uz0blwy {
  0%,
  80% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
  100% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.mdc-checkbox--anim-unchecked-checked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-uz0blwy;
}
.mdc-checkbox--anim-checked-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-uz0blwy;
}
.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.26);
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__background .mdc-checkbox__background::before {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox__background .mdc-checkbox__background::before {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}
.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 2.08px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}
.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 0.5px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none !important;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),
    background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-checkbox__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  will-change: opacity, transform;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}
.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}
.mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}
.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox .mdc-checkbox__ripple::before,
  .mdc-checkbox .mdc-checkbox__ripple::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox:hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
  content: none;
}
@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
  }
  100% {
    transform: translateX(200.611057%);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }
  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }
  100% {
    transform: translateX(160.277782%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(
      0.205028,
      0.057051,
      0.57661,
      0.453971
    );
    transform: scaleX(0.08);
  }
  19.15% {
    animation-timing-function: cubic-bezier(
      0.152313,
      0.196432,
      0.648374,
      1.004315
    );
    transform: scaleX(0.457104);
  }
  44.15% {
    animation-timing-function: cubic-bezier(
      0.257759,
      -0.003163,
      0.211762,
      1.38179
    );
    transform: scaleX(0.72796);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-buffering {
  to {
    transform: translateX(-10px);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
  }
  100% {
    transform: translateX(-200.611057%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
  }
  100% {
    transform: translateX(-160.277782%);
  }
}
@keyframes mdc-linear-progress-buffering-reverse {
  to {
    transform: translateX(10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  height: 4px;
  transform: translateZ(0);
  outline: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  animation: none;
  border-top: 4px solid;
}
.mdc-linear-progress__buffering-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  animation: mdc-linear-progress-buffering 250ms infinite linear;
}
.mdc-linear-progress__buffer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}
.mdc-linear-progress__secondary-bar {
  visibility: hidden;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__primary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  visibility: visible;
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__secondary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite
    linear;
}
.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
  right: 0;
  transform-origin: center right;
}
.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
}
.mdc-linear-progress--closed {
  opacity: 0;
  animation: none;
}
.mdc-linear-progress__bar-inner {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-linear-progress__buffering-dots {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23ccc%27/%3E%3C/svg%3E");
}
.mdc-linear-progress__buffer {
  background-color: #ccc;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}
.mdc-radio {
  padding: 7px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  cursor: pointer;
  will-change: opacity, transform, border-color, color;
}
.mdc-radio
  .mdc-radio__native-control:enabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #ccc;
}
.mdc-radio
  .mdc-radio__native-control:enabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  .mdc-radio__native-control:enabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio
  .mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  background-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  top: -7px;
  left: -7px;
  width: 28px;
  height: 28px;
}
.mdc-radio .mdc-radio__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}
.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}
.mdc-radio--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-radio--touch .mdc-radio__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}
.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-radio.mdc-ripple-upgraded--foreground-activation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-radio.mdc-ripple-upgraded--foreground-deactivation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  background-color: #292929;
}
.mdc-radio:hover .mdc-radio__ripple::before {
  opacity: 0.04;
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded--background-focused
  .mdc-radio__background::before {
  content: none;
}
.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-floating-label {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  left: 0;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
}
[dir="rtl"] .mdc-floating-label,
.mdc-floating-label[dir="rtl"] {
  right: 0;
  left: auto;
  transform-origin: right top;
  text-align: right;
}
.mdc-floating-label--float-above {
  cursor: auto;
}
.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2;
}
.mdc-line-ripple--active {
  transform: scaleX(1);
  opacity: 1;
}
.mdc-line-ripple--deactivating {
  opacity: 0;
}
.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
[dir="rtl"] .mdc-notched-outline,
.mdc-notched-outline[dir="rtl"] {
  text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}
.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
[dir="rtl"] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir="rtl"] {
  border-left: none;
  border-right: 1px solid;
}
.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}
[dir="rtl"] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir="rtl"] {
  border-left: 1px solid;
  border-right: none;
}
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: 133.3333333333%;
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}
.mdc-text-field-helper-text {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity;
}
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}
.mdc-text-field-character-counter {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 50px;
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
}
.mdc-text-field::before,
.mdc-text-field::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-text-field::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-text-field.mdc-ripple-upgraded::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-text-field.mdc-ripple-upgraded--unbounded::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field::before,
.mdc-text-field::after {
  background-color: #292929;
}
.mdc-text-field:hover::before {
  opacity: 0.04;
}
.mdc-text-field.mdc-ripple-upgraded--background-focused::before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-text-field::before,
.mdc-text-field::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-text-field.mdc-ripple-upgraded::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #292929;
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #1f3fcf;
  caret-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #292929;
}
.mdc-text-field .mdc-line-ripple {
  background-color: #1f3fcf;
  background-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: #fff;
}
.mdc-text-field .mdc-floating-label {
  left: 16px;
  right: auto;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
[dir="rtl"] .mdc-text-field .mdc-floating-label,
.mdc-text-field .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-text-field--textarea .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
  left: 40px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above[dir="rtl"] {
  left: auto;
  left: initial;
  right: 40px;
}
.mdc-text-field__input {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mdc-text-field__input::-moz-placeholder {
  -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field__input::placeholder {
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field__input:focus {
  outline: none;
}
.mdc-text-field__input:invalid {
  box-shadow: none;
}
.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(
    .mdc-text-field--textarea
  )
  .mdc-text-field__input {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}
.mdc-text-field--outlined {
  border: none;
  overflow: visible;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-34.25px) scale(1);
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) scale(0.75);
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-text-field--outlined::before,
.mdc-text-field--outlined::after {
  content: none;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined .mdc-text-field__input {
  border: none !important;
}
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  padding: 12px 16px 14px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.mdc-text-field--outlined .mdc-text-field__icon {
  z-index: 2;
}
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--outlined.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px;
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) scale(1);
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) scale(0.8);
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-dense
    250ms 1;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 7px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  top: 14px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
  top: 12px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  transform: translateY(-34.25px) translateX(-32px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-34.25px) translateX(32px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) translateX(-32px) scale(0.75);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-31.75px) translateX(32px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) translateX(-21px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-134%) translateX(21px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) translateX(-21px) scale(0.8);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-120%) translateX(21px) scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label {
  left: 32px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 32px;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  bottom: 16px;
  transform: scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
  left: 12px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 44px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  left: 44px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 44px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: 12px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 44px;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-70%) scale(0.8);
}
.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
}
.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0;
}
.mdc-text-field--dense .mdc-floating-label {
  font-size: 0.813rem;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.813rem;
}
.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required
  ~ .mdc-notched-outline
  .mdc-floating-label::after {
  margin-left: 1px;
  content: "*";
}
.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  transition: none;
  overflow: visible;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--textarea .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--textarea::before,
.mdc-text-field--textarea::after {
  content: none;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  transform: translateY(-144%) scale(1);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-130%) scale(0.75);
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--textarea .mdc-text-field-character-counter {
  left: auto;
  left: initial;
  right: 16px;
  position: absolute;
  bottom: 13px;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter,
.mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--textarea .mdc-text-field__input {
  align-self: auto;
  box-sizing: border-box;
  height: auto;
  margin: 8px 1px 1px 0;
  padding: 0 16px 16px;
  border: none;
  line-height: 1.75rem;
}
.mdc-text-field--textarea
  .mdc-text-field-character-counter
  + .mdc-text-field__input {
  margin-bottom: 28px;
  padding-bottom: 0;
}
.mdc-text-field--textarea .mdc-floating-label {
  top: 17px;
  width: auto;
  pointer-events: none;
}
.mdc-text-field--textarea
  .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--fullwidth {
  width: 100%;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
  display: block;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
  content: none;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(
    .mdc-text-field--disabled
  ) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  padding: 0;
}
.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
  resize: vertical;
}
.mdc-text-field--fullwidth.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--textarea) {
  border-bottom-color: #f44336;
}
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mdc-text-field--dense + .mdc-text-field-helper-line {
  margin-bottom: 4px;
}
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 0;
  padding-left: 0;
}
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #292929;
}
.mdc-text-field--focused
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
  background-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  color: #f44336;
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(
    .mdc-text-field--with-leading-icon
  ):not(.mdc-text-field--disabled)
  .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(
    .mdc-text-field--disabled
  )
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--disabled {
  background-color: hsl(0, 0%, 98%);
  border-bottom: none;
  pointer-events: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom-color: #ebebeb;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}
.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
}
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
}
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
.mdc-text-field__input::-moz-placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
.mdc-text-field__input::placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
.mdc-text-field__input:disabled {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.75;
}
input[type="email"][readonly]:not(.flatpickr-input),
input[type="tel"][readonly]:not(.flatpickr-input),
input[type="text"][readonly]:not(.flatpickr-input),
.mdc-text-field__input[readonly]:not(.flatpickr-input) {
  pointer-events: none;
}
.form__cont {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .form__cont {
    grid-gap: 32px 24px;
  }
}
@media (max-width: 599px) {
  .form__cont {
    grid-gap: 24px 16px;
  }
}
.input__wrp {
  width: auto;
  grid-column-end: span 8;
}
.input__wrp.inline *:not(:last-child),
.input__wrp .inline *:not(:last-child) {
  margin-right: 0.2rem;
}
.input__wrp .inline {
  flex-flow: row wrap;
}
.input__wrp .inline ~ .inline {
  margin-top: 0.75rem;
}
.input__wrp .inline label {
  display: flex;
}
.input__wrp .inline .mdc-checkbox {
  margin-right: 0.2rem !important;
}
.input__wrp .inline .mdc-checkbox {
  width: calc(28px + 0.2rem);
}
.input__wrp .inline .mdc-checkbox + label {
  width: calc(100% - 28px - 0.4rem);
}
.input__wrp .inline .mdc-checkbox + label small {
  margin-top: 0.25rem;
}
.input__wrp .inline .mdc-checkbox + label div {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp .inline .mdc-checkbox + label small {
    margin-top: 0.35rem;
  }
  .input__wrp .inline .mdc-checkbox + label div {
    margin-top: 0.225rem;
  }
}
.input__wrp .inline > div {
  display: flex;
}
.input__wrp
  .inline
  > div:not(:last-child):not(.mdc-checkbox):not(.mdc-radio):not(
    .mdc-text-field-helper-line
  ) {
  margin-right: 1rem;
}
.input__wrp .inline .mdc-text-field-helper-line {
  width: 100%;
}
.input__wrp label {
  font-weight: 700;
  display: block;
}
.input__wrp label + .inline {
  margin-top: 0.75rem;
}
.input__wrp label.mdc-button {
  display: inline-flex;
  font-weight: normal;
}
@media (max-width: 599px) {
  .input__wrp.col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 8;
  }
}
@media (min-width: 600px) {
  .input__wrp.col_2 {
    grid-column-end: span 4;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 2;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 3;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 3;
  }
}
.input__wrp_checkgroup small {
  font-size: 1rem;
}
.input__wrp_checkgroup .inline .mdc-checkbox + label small {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp_checkgroup .inline .mdc-checkbox + label small {
    margin-top: 0.2rem;
  }
}
.input__wrp_checkgroup + .input__wrp_checkgroup {
  margin-top: -1rem;
}
.mdc-checkbox {
  padding: 8px;
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #292929;
}
.mdc-checkbox__checkmark {
  width: 16px;
  height: 16px;
  top: -5px;
  left: 0;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-checkbox + label {
  font-weight: 300;
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-linear-progress__bar-inner {
  border-color: #bc8420;
}
.mdc-radio__background {
  vertical-align: top;
}
.mdc-radio__outer-circle {
  border-width: 1px;
}
.mdc-radio__inner-circle {
  border-width: 6px;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.4);
}
.mdc-radio + label {
  font-weight: 300;
  line-height: 28px;
}
textarea {
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}
html.desktop textarea {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop textarea::-webkit-scrollbar {
  width: 6px;
}
html.desktop textarea::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop textarea::-webkit-scrollbar-thumb:active,
html.desktop textarea::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.mdc-text-field {
  display: flex;
  overflow: visible;
  z-index: 1;
}
.mdc-text-field--textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.2s;
}
.mdc-text-field--textarea:hover {
  border-color: #292929;
}
.mdc-text-field--textarea.mdc-text-field--invalid,
.mdc-text-field--textarea.mdc-text-field--is-invalid {
  border-color: #f44336;
}
.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.3;
  margin-top: 1px;
  padding: 8px 0.75rem;
}
.mdc-text-field:before {
  content: none;
}
label + .mdc-text-field {
  margin-top: 4px;
}
.mdc-text-field__input {
  font-weight: 300;
  transition: border-bottom-color 0.2s;
  padding: 0;
}
.mdc-text-field-helper-line {
  flex-flow: column wrap;
}
.mdc-text-field-helper-text {
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 0.5rem;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  opacity: 1;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  opacity: 1;
  display: none;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  color: #000;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-text-field--is-error .mdc-text-field__input {
  border-bottom-color: #f44336 !important;
}
.mdc-text-field.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.text__file_field,
.input__file_field {
  display: flex;
}
.text__file_field .input__wrp,
.input__file_field .input__wrp {
  position: relative;
  flex-grow: 1;
}
.text__file_field input[type="file"],
.input__file_field input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text__file_field .mdc-button,
.text__file_field .mdc-button__remove,
.input__file_field .mdc-button,
.input__file_field .mdc-button__remove {
  margin-left: 0.75rem;
}
.text__file_field + .input__file_field,
.input__file_field + .input__file_field {
  margin-top: 16px;
}
.input__file_add {
  margin-top: 16px;
}
.input_file_placeholder {
  background-color: #fff;
  border-bottom: 0;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.text__file_label {
  line-height: 50px;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.input__service_group > label {
  margin-top: 2.25rem;
  margin-bottom: 32px;
}
.input__service_group .input__service_package {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  border: 1px solid #ccc;
  padding: 24px 24px 32px;
}
.input__service_group .input__service_package:first-child {
  margin-top: 0;
}
.input__service_group .input__service_package:hover,
.input__service_group .input__service_package.active {
  border-color: #292929;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(235, 235, 235, 0.5) 50%,
    #ebebeb 100%
  );
}
.input__service_group .label__service {
  position: relative;
  flex-grow: 1;
}
.input__service_group .label__service_package {
  width: calc(100% - 28px - 0.2rem);
}
.input__service_group .label__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
  font-weight: 700;
}
.input__service_group .label__heading.checkbox {
  padding-top: 3px;
}
.input__service_group .label__heading span:first-child {
  padding-right: 8px;
}
@media (max-width: 599px) {
  .input__service_group .label__heading {
    flex-direction: column;
  }
  .input__service_group .label__heading span:last-child {
    padding-top: 16px;
  }
  .input__service_group .label__heading span:first-child {
    padding-top: 0;
  }
}
@media (min-width: 600px) {
  .input__service_group .label__heading .price {
    min-width: 150px;
    text-align: right;
  }
}
.input__service_group .label__body .desc,
.input__service_group .label__body .summary {
  margin-bottom: 16px;
}
.input__service_group .label__body ul,
.input__service_group .label__body ol {
  margin-bottom: 16px;
}
.input__service_group .label__body ul[type="1"],
.input__service_group .label__body ol[type="1"] {
  padding-left: 16px;
}
.input__service_group .mdc-radio,
.input__service_group .mdc-checkbox {
  margin-right: 0.2rem;
}
.input__service_group .cta__dialog_cont {
  cursor: pointer;
  margin-left: auto;
  width: calc(100% - 28px - 0.2rem);
}
.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field-helper-text--validation-msg *,
.mdc-text-field-helper-text--error-msg * {
  color: #f44336;
}
.button__wrp {
  margin-top: 1.5rem;
}
.button__wrp .mdc-linear-progress {
  position: absolute;
  bottom: 0;
  left: 0;
}
.form__cont .button__wrp {
  grid-column-end: span 8;
}
.sec_global_form_dealers li {
  display: none;
}
.sec_global_form_dealers li.is_selected {
  margin-top: 1rem;
  display: block;
}
.sec_global_form_dealers li > div {
  margin-top: 0.75rem;
}
@media (min-width: 600px) {
  .sec_form_dealer_others {
    padding-right: 15%;
  }
}
.dialog_form .form_paragraph {
  margin-bottom: 2.25rem;
}
.dialog_form .mdc-dialog--scrollable .mdc-dialog__content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
  border-color: rgba(0, 0, 0, 0);
}
.switch__field {
  display: none;
}
.switch__field.is_selected {
  display: block;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  padding-right: 44px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px 0 12px;
}
.iti__arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__country.iti__highlight {
  background-color: #ebebeb;
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 12px;
  padding-left: 66px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 8px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 0px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../img/resources/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/resources/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: rgba(0, 0, 0, 0);
}
.tel-input-field {
  z-index: 305;
}
.tel-input-field.country-open {
  z-index: 405;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag {
  background-color: #f5f5f5;
  background-image: url(../img/resources/flags@2x.png);
  background-size: 5652px 15px;
  box-shadow: 0 0 0 1px #d7d7d7;
  transform: scale(1.25);
  transform-origin: 100% 50%;
}
.iti__arrow {
  width: 8px;
  height: 8px;
  border: 0 none;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.iti__arrow--up {
  transform: rotate(225deg) translate(-50%, -3px);
}
html.desktop .iti__country-list {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop .iti__country-list::-webkit-scrollbar {
  width: 6px;
}
html.desktop .iti__country-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb:active,
html.desktop .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.iti__country {
  padding: 8px 12px 8px 16px;
}
.iti-mobile .iti__country {
  padding-right: 12px;
  padding-left: 16px;
}
.iti__country-name {
  color: #292929;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__selected-flag {
  padding: 0 12px 0 16px;
}
.iti__selected-flag:focus {
  outline: none;
}
.iti-mobile .iti--container {
  top: 3rem;
  bottom: 3rem;
  z-index: 10001;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.sec__electric_explore {
  position: relative;
}
.sec__electric_explore .sec__cont {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.sec__electric_explore .tab__item_txt > div p:not(:first-child),
.sec__electric_explore .tab__item_txt > div h6:not(:first-child) {
  margin-top: 8px;
}
.sec__electric_explore .tab__panels_main {
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .sec__electric_explore {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sec__electric_explore .tab__item_models {
    margin-left: -24px;
    margin-right: -24px;
  }
  .sec__electric_explore .tab__item_models > li {
    width: 100%;
    padding: 0 24px;
    position: relative;
  }
  .sec__electric_explore .tab__item_models > li::before {
    width: calc(100% - 48px);
    content: "";
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 24px;
  }
  .sec__electric_explore .tab__item_thumb {
    width: 124px;
  }
  .sec__electric_explore .tab__item_txt {
    width: calc(100% - 124px);
    padding-left: 16px;
  }
}
@media (min-width: 600px) {
  .sec__electric_explore .tab__item_models {
    transition: transform 1s;
    width: 100%;
    display: grid;
    grid-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sec__electric_explore .tab__item_models > li {
    margin-bottom: 2rem;
  }
  .sec__electric_explore .tab__item_txt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .sec__electric_explore .tab__item_txt h3 {
    flex: none;
  }
  .sec__electric_explore .tab__item_txt h3 + div {
    padding-left: 0.5rem;
    flex: 1 0 0;
  }
  .sec__electric_explore .tab__item_txt h4,
  .sec__electric_explore .tab__item_txt h4 + div {
    width: 100%;
  }
  .sec__electric_explore .tab__item_txt h4 + div {
    margin-top: 4px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__electric_explore {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec__electric_explore .sec__header {
    padding-bottom: 16px;
  }
  .sec__electric_explore .tab__item_models {
    transition: transform 1s;
    width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sec__electric_explore .tab__item_models > li {
    margin: 0;
    position: relative;
  }
  .sec__electric_explore .tab__item_models > li::before {
    width: calc(100% - 48px);
    content: "";
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .sec__electric_explore {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .sec__electric_explore {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1280px) and (max-width: 1479px) {
  .sec__electric_explore .tab__item_txt h3 {
    font-size: 1.555rem;
  }
  .sec__electric_explore .tab__item_txt h3 + div {
    padding-left: 0.4rem;
  }
}
@media (min-width: 1480px) {
  .sec__electric_explore .tab__item_txt {
    padding-left: 0.75rem;
  }
}
.sec__electric_explore .button__wrp {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  .sec__electric_explore .button__wrp {
    flex-direction: row;
  }
}
.sec__electric_explore .add-comma:not(:last-of-type):after {
  content: ", ";
}
.sec__electric_explore .tab__item_model {
  display: flex;
}
@media (max-width: 1023px) {
  .sec__electric_explore .tab__item_model {
    flex-flow: row wrap;
    padding: 16px 0;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__electric_explore .tab__item_model .tab__item_thumb {
    width: 160px;
    height: auto;
    padding-top: 0;
  }
  .sec__electric_explore .tab__item_model .tab__item_thumb img {
    position: static;
  }
  .sec__electric_explore .tab__item_model .tab__item_txt {
    width: calc(100% - 160px);
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .sec__electric_explore .tab__item_model {
    flex-flow: column wrap;
  }
  .sec__electric_explore .tab__item_model .tab__item_txt {
    margin-top: 16px;
  }
}
.sec__electric_explore .tab__item_thumb {
  transform: scale(1, 1) translateZ(0);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s ease;
}
.tab__item_model:hover .sec__electric_explore .tab__item_thumb {
  transform: scale(1.04, 1.04) translateZ(0);
}
@media (max-width: 599px) {
  .sec__electric_explore .tab__item_thumb {
    width: 124px;
  }
}
@media (min-width: 600px) {
  .sec__electric_explore .tab__item_thumb {
    height: 0;
    padding-top: 60.25%;
    position: relative;
  }
  .sec__electric_explore .tab__item_thumb img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.sec__electric_explore .tab__item_txt *,
.sec__electric_explore .tab__item_txt *:not(:last-child) {
  margin-bottom: 0;
}
.sec__electric_explore .tab__item_txt h4,
.sec__electric_explore .tab__item_txt h6,
.sec__electric_explore .tab__item_txt p {
  font-size: 0.875rem;
}
.sec__electric_explore .tab__item_txt h3,
.sec__electric_explore .tab__item_txt h4 {
  font-weight: 700;
  margin-top: 0;
}
.sec__electric_explore .tab__item_txt h3 {
  line-height: 0.9;
  text-indent: -0.015em;
}
.sec__electric_explore .tab__item_txt h4 {
  line-height: 1.3;
}
.sec__electric_explore .tab__main .mdc-tab-nav_left,
.sec__electric_explore .tab__main .mdc-tab-nav_right {
  display: none;
}
@media (max-width: 599px) {
  .sec__electric_explore
    .tab__main
    .mdc-tab-indicator
    .mdc-tab-indicator__content--underline {
    opacity: 0;
  }
  .sec__electric_explore .tab__main .mdc-tab__text-label {
    position: relative;
  }
  .sec__electric_explore .tab__main .mdc-tab__text-label::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 4px solid;
    position: absolute;
    bottom: 0;
    margin-bottom: -14px;
  }
  .sec__electric_explore .tab__main .mdc-tab-scroller__scroll-area--scroll {
    overflow-x: hidden;
  }
  .sec__electric_explore .tab__main .mdc-tab {
    display: block;
    width: calc(100vw - 24px);
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_left,
  .sec__electric_explore .tab__main .mdc-tab-nav_right {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_left::before,
  .sec__electric_explore .tab__main .mdc-tab-nav_right::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_left.disabled,
  .sec__electric_explore .tab__main .mdc-tab-nav_right.disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_left {
    left: 0;
    margin-left: -16px;
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_left::before {
    transform: rotate(-135deg);
  }
  .sec__electric_explore .tab__main .mdc-tab-nav_right {
    right: 0;
    margin-right: -16px;
  }
}
.sec__electric_explore .tab__empty {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .sec__electric_explore .tab__empty_message {
    max-width: 75%;
  }
}
.brand__technology {
  padding-bottom: 18%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .brand__technology {
    padding-bottom: 20%;
  }
}
@media (max-width: 599px) {
  .brand__technology {
    padding-bottom: 30%;
  }
}
.brand__technology .brand__full_bg img {
  min-height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}
.brand__technology .brand__full_bg img.lazy {
  opacity: 0;
}
.brand__technology .brand__full_bg img.lazy.loaded {
  opacity: 1;
}
.brand__technology
  .technology_main_slider
  > .swiper-wrapper
  > .swiper-slide.swiper-slide-active {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.brand__technology
  .technology_main_slider
  > .swiper-wrapper
  > .swiper-slide:not(.swiper-slide-active)
  .brand__technology_tile_inner {
  overflow: hidden;
}
.brand__technology .brand__technology_default .layout_grid {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .brand__technology .brand__technology_default .layout_grid_inner {
    grid-gap: 32px;
    grid-template-columns: auto;
  }
  .brand__technology
    .brand__technology_default
    .layout_grid_inner
    .layout_grid_cell_4,
  .brand__technology
    .brand__technology_default
    .layout_grid_inner
    .layout_grid_cell_8 {
    grid-column-end: auto;
  }
}
.brand__technology .brand__technology_default h3 {
  margin-bottom: 16px;
}
.brand__technology .brand__technology_list > div {
  padding: 16px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: background-color 0.35s ease;
}
.brand__technology .brand__technology_list > div:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.brand__technology .brand__technology_list > div:hover * {
  color: #000 !important;
}
.brand__technology .brand__technology_list > div + div {
  border-top: 0;
}
.brand__technology .brand__technology_list h4 {
  margin: 0;
}
.brand__technology .brand__technology_tile {
  margin-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .brand__technology .brand__technology_tile {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand__technology .brand__technology_tile .layout_grid_inner {
    grid-row-gap: 80px;
  }
  .brand__technology .brand__technology_tile .layout_grid_cell_4,
  .brand__technology .brand__technology_tile .layout_grid_cell_8 {
    grid-column-end: span 8;
  }
  .brand__technology .brand__technology_tile .layout_grid_cell_4 {
    order: 2;
  }
}
@media (max-width: 599px) {
  .brand__technology .brand__technology_tile {
    padding-top: 16px;
  }
}
.brand__technology .brand__technology_tile .brand__technology_tile_inner {
  position: relative;
}
.brand__technology .brand__technology_tile .technology_content_slider {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .brand__technology .brand__technology_tile .technology_content_slider {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand__technology
    .brand__technology_tile
    .technology_content_slider
    .swiper {
    width: 100%;
  }
}
.brand__technology .brand__technology_tile .technology_image_slider {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.brand__technology .brand__technology_tile .technology_image_slider > div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.brand__technology .brand__technology_tile .technology_image_slider .swiper {
  transform: translateY(100%);
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: scale(1, 1) translate(0%, 0%);
  transition: transform 0.25s linear;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-active,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next {
  cursor: pointer;
  z-index: 1;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev
  picture,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next
  picture {
  opacity: 0.4;
  transition: opacity 0.25s;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev
  > div,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next
  > div {
  position: relative;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev
  > div::after,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next
  > div::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 40px;
  transform: rotate(-45deg) translate(9px, 4px);
  transition: transform 0.25s;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev::after,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 40px;
  transition: transform 0.25s;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev:hover
  picture,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next:hover
  picture {
  opacity: 0.6;
}
@media (min-width: 1280px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev::after {
    margin-top: -10px;
  }
}
@media (max-width: 1023px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev::after {
    margin-left: 80px;
    margin-top: -20px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev::after {
    margin-left: 80px;
    margin-top: -30px;
  }
}
@media (max-width: 599px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev::after {
    margin-left: 16px;
    margin-top: -20px;
  }
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev::after {
  transform: rotate(180deg) translate(0, 0);
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev:hover
  > div::after {
  transform: rotate(-45deg) translate(9px, -1px);
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev:hover::after {
  transform: rotate(180deg) translate(5px, 5px);
}
@media (max-width: 599px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev
    > div::after {
    transform: rotate(-45deg) translate(9px, 4px) scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev::after {
    transform: rotate(180deg) translate(0, 0) scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev:hover
    > div::after {
    transform: rotate(-45deg) translate(9px, -1px) scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev:hover::after {
    transform: rotate(180deg) translate(5px, 5px) scale(0.6, 0.6);
  }
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next
  > div::after,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next::after {
  margin-top: 10px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next::after {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next
    > div::after,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next::after {
    margin-left: 20px;
  }
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next:hover
  > div::after {
  transform: rotate(-45deg) translate(9px, 10px);
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next:hover::after {
  transform: translate(5px, 5px);
}
@media (max-width: 599px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next
    > div::after {
    transform: rotate(-45deg) translate(9px, 4px) scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next::after {
    transform: scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next:hover
    > div::after {
    transform: rotate(-45deg) translate(9px, 10px) scale(0.6, 0.6);
  }
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next:hover::after {
    transform: translate(5px, 5px) scale(0.6, 0.6);
  }
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-active,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(3, 3) translate(0%, 0%);
  z-index: 2;
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-duplicate-prev,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-prev-prev {
  transform: translate(-80px, calc(-100% - 60px));
}
@media (max-width: 1023px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-duplicate-prev,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev-prev {
    transform: translate(-80px, calc(-100% - 80px));
  }
}
@media (max-width: 599px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-duplicate-prev,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-prev-prev {
    transform: translate(-16px, calc(-100% - 48px));
  }
}
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-duplicate-next,
.brand__technology
  .brand__technology_tile
  .technology_image_slider
  .swiper-slide.swiper-slide-next-next {
  transform: translate(80px, calc(100% + 80px));
}
@media (max-width: 599px) {
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-duplicate-next,
  .brand__technology
    .brand__technology_tile
    .technology_image_slider
    .swiper-slide.swiper-slide-next-next {
    transform: translate(16px, calc(100% + 48px));
  }
}
.brand__technology .brand__technology_tile_back {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
  padding-left: 18px;
  z-index: 10;
}
.brand__technology .brand__technology_tile_back::before {
  content: url(../img/resources/icon-arrow-down-w.svg);
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
@media (max-width: 1023px) {
  .brand__technology .brand__technology_tile_back {
    left: auto;
    right: 0;
    margin-top: -80px;
  }
}
@media (max-width: 599px) {
  .brand__technology .brand__technology_tile_back {
    left: auto;
    right: 0;
    margin-top: -52px;
  }
}
.sec__brand_alt_tiles {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.sec__brand_alt_tiles .brand__full_bg_sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec__brand_alt_tiles .brand__full_bg {
  transform: none;
}
.sec__brand_alt_tiles .brand__full_bg picture,
.sec__brand_alt_tiles .brand__full_bg .videos__cont {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec__brand_alt_tiles .brand__full_bg picture img,
.sec__brand_alt_tiles .brand__full_bg picture video,
.sec__brand_alt_tiles .brand__full_bg .videos__cont img,
.sec__brand_alt_tiles .brand__full_bg .videos__cont video {
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec__brand_alt_tiles .no_padding_top {
  padding-top: 0 !important;
}
.sec__brand_alt_tiles .no_padding_bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 600px) {
  .sec__brand_alt_tiles
    .brand_alt_tiles:nth-child(even)
    .layout_grid_cell_6:first-child {
    order: 2;
  }
  .sec__brand_alt_tiles
    .brand_alt_tiles:nth-child(even)
    .brand_alt_tiles_content {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .sec__brand_alt_tiles .brand_alt_tiles_content {
    max-width: 75%;
  }
}
.masthead__anim {
  opacity: 0;
  transition: opacity 1s;
}
.animated .masthead__anim {
  opacity: 1;
  transition-delay: 3.75s;
}
.masthead__anim > span:nth-child(1) {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  animation: flashing 3s alternate infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 599px) {
  .masthead__anim > span:nth-child(1) {
    width: 80vw;
    height: 80vw;
    top: -5%;
    left: -5%;
  }
}
.brand__masthead.v2 .masthead__media:after {
  z-index: 2;
}
.brand__masthead.v2 .masthead__media .videos__cont {
  opacity: 0;
  filter: brightness(25%);
  transform: scaleX(-1);
  transform-origin: 50% 50%;
  transition: opacity 1s;
  mix-blend-mode: screen;
}
.brand__masthead.v2 .masthead__media.animated .videos__cont {
  opacity: 1;
  transition-delay: 3.75s;
}
.brand__masthead.v2 .masthead__media video {
  transform: translate(0, 0);
}
@media (max-width: 599px) {
  .brand__masthead.v2 .masthead__media video {
    width: 150%;
    height: 110%;
    margin-left: -50%;
    top: -10%;
    left: 50%;
  }
}
@media (min-width: 600px) {
  .brand__masthead.v2 .masthead__media video {
    width: 120%;
    height: 115%;
    top: -15%;
    left: -20%;
  }
}
@keyframes flashing {
  0% {
    background-color: hsla(0, 0%, 100%, 0.175);
    filter: drop-shadow(10rem 5rem 2rem rgba(255, 255, 255, 0.5)) blur(1.85rem);
    box-shadow: 0 0 1rem #000;
  }
  100% {
    background-color: hsla(0, 0%, 100%, 0.0035);
    filter: drop-shadow(5rem 2.5rem 1rem white) blur(0.75rem);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  }
}
.brand__introduction + section.sec__bg_white .sec__wrapper,
.brand__introduction + section.sec__bg_white .layout_grid,
.brand__introduction + section .sec__bg_white .sec__wrapper,
.brand__introduction + section .sec__bg_white .layout_grid {
  padding-top: 0;
}
.brand__tiles_2_bg_flex {
  overflow: hidden;
}
.brand__tiles_2_bg_flex.sec__bg_grad_gray:before {
  background-image: linear-gradient(
    #829fac,
    #829fac 72.5%,
    #443b36 87.5%,
    #443b36
  );
}
.brand__tiles_2_bg_flex > .sec__wrapper {
  padding-bottom: 0;
}
.brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(1) .brand__tile_bg {
  top: auto;
  bottom: 0;
}
@media (max-width: 599px) {
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) .brand__tile_bg {
    position: static;
  }
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) > .sec__wrapper {
    margin-top: -54.5%;
  }
}
@media (min-width: 600px) {
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) {
    height: 0;
    padding-bottom: 42.7%;
  }
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) > .sec__wrapper,
  .brand__tiles_2_bg_flex
    > .brand__sec_tile_bg:nth-of-type(2)
    > .sec__wrapper
    .layout_grid {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) > .sec__wrapper,
  .brand__tiles_2_bg_flex
    > .brand__sec_tile_bg:nth-of-type(2)
    > .sec__wrapper
    .layout_grid {
    padding-top: 0;
  }
  .brand__tiles_2_bg_flex
    > .brand__sec_tile_bg:nth-of-type(2)
    .has_extra_padding_right {
    padding-right: 15%;
  }
}
@media (min-width: 1280px) {
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(2) > .sec__wrapper {
    padding-top: 4rem;
  }
  .brand__tiles_2_bg_flex > .brand__sec_tile_bg:nth-of-type(3) > .sec__wrapper,
  .brand__tiles_2_bg_flex
    > .brand__sec_tile_bg:nth-of-type(3)
    > .sec__wrapper
    .layout_grid {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .brand__tiles_2_bg_flex .has_extra_padding_right.layout_grid_cell_6 {
    padding-right: 25%;
  }
}
.brand__explore_models .add-comma:not(:last-of-type):after {
  content: ", ";
}
@media (max-width: 599px) {
  .sec_offcanvas_tiles {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 600px) {
  .sec_offcanvas_tiles {
    padding-bottom: 3rem;
  }
}
@media (max-width: 599px) {
  .sec_offcanvas_tiles .layout_grid_cell_6 {
    margin-top: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec_offcanvas_tiles .layout_grid_cell_6 {
    margin-top: 2rem;
  }
  .sec_offcanvas_tiles .layout_grid_cell_6:nth-child(odd) {
    padding-right: 1rem;
  }
  .sec_offcanvas_tiles .layout_grid_cell_6:nth-child(even) {
    padding-left: 1rem;
  }
  .sec_offcanvas_tiles .layout_grid_cell_6 .tile__cont {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .sec_offcanvas_tiles .layout_grid_cell_6 {
    margin-top: 2rem;
  }
  .sec_offcanvas_tiles .layout_grid_cell_6:nth-child(odd) {
    padding-right: 1.5rem;
  }
  .sec_offcanvas_tiles .layout_grid_cell_6:nth-child(even) {
    padding-left: 1.5rem;
  }
}
.overflow_visible {
  overflow: visible;
}
#hybrid-vehicles {
  padding-bottom: 30.5%;
}
#hybrid-vehicles:before {
  background-color: #4793d1;
}
#hybrid-vehicles .brand__full_bg:not(.is_light_mode):after {
  content: none;
}
#hybrid-vehicles .brand__full_bg img {
  min-height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}
.brand__electrified_benefits {
  position: relative;
  overflow: hidden;
}
.brand__electrified_benefits .brand__full_bg:after {
  content: none;
}
.brand__electrified_benefits .brand__full_bg img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand__electrified_benefits .benefit_tiles {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.brand__electrified_benefits .benefit_tiles > div {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  position: relative;
}
@media (max-width: 599px) {
  .brand__electrified_benefits .benefit_tiles {
    flex-direction: column;
  }
  .brand__electrified_benefits
    .benefit_tiles
    .benefit_tile.active
    + .benefit_cta_close {
    display: block;
  }
}
.brand__electrified_benefits .benefit_cta_close {
  width: 44px;
  height: 44px;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.brand__electrified_benefits .benefit_cta_close:before,
.brand__electrified_benefits .benefit_cta_close:after {
  height: 40px;
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  left: calc(50% - 1px);
}
.brand__electrified_benefits .benefit_cta_close:before {
  transform: rotate(45deg);
}
.brand__electrified_benefits .benefit_cta_close:after {
  transform: rotate(-45deg);
}
.brand__electrified_benefits .benefit_cta_close .mdc-ripple-surface {
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .brand__electrified_benefits .benefit_cta_close:before,
  .brand__electrified_benefits .benefit_cta_close:after {
    height: 32px;
    top: 6px;
  }
}
@media (min-width: 600px) {
  .brand__electrified_benefits .benefit_cta_close:before,
  .brand__electrified_benefits .benefit_cta_close:after {
    height: 40px;
    top: 2px;
  }
}
.brand__electrified_benefits .benefit_tile {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.brand__electrified_benefits .benefit_tile > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.brand__electrified_benefits .benefit_tile:hover .benefit_tile_img::after {
  opacity: 1;
}
.brand__electrified_benefits .benefit_tile:hover .benefit_tile_img img {
  transform: scale(1.05, 1.05);
}
.brand__electrified_benefits .benefit_tile:hover h4 {
  transform: translateY(-1.25rem);
}
.brand__electrified_benefits .benefit_tile:hover .benefit_tile_text {
  opacity: 1;
  max-height: 999px;
}
.brand__electrified_benefits .benefit_tile:hover .benefit_tile_text > div {
  opacity: 1;
  transform: translateY(0%);
}
@media (max-width: 599px) {
  .brand__electrified_benefits .benefit_tile.active .benefit_tile_img::after {
    opacity: 1;
  }
  .brand__electrified_benefits .benefit_tile.active .benefit_tile_img img {
    transform: scale(1.05, 1.05);
  }
  .brand__electrified_benefits .benefit_tile.active h4 {
    transform: translateY(-1.25rem);
  }
  .brand__electrified_benefits .benefit_tile.active .benefit_tile_text {
    opacity: 1;
    max-height: 999px;
  }
  .brand__electrified_benefits .benefit_tile.active .benefit_tile_text > div {
    opacity: 1;
    transform: translateY(0%);
  }
}
.brand__electrified_benefits .benefit_tile_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.brand__electrified_benefits .benefit_tile_img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.5s ease;
}
.brand__electrified_benefits .benefit_tile_body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.brand__electrified_benefits .benefit_tile_body h4 {
  margin-bottom: 0;
  transform: translateY(0%);
  transition: transform 0.5s ease;
}
.brand__electrified_benefits .benefit_tile_text {
  max-height: 0px;
  opacity: 0;
  transition: none;
}
.brand__electrified_benefits .benefit_tile_text > div {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.brand__introduction_bg:after {
  background: none;
}
.brand__introduction_bg picture:after {
  background: none;
}
.brand_expandable_tiles .bgImg_wrapper {
  position: relative;
  max-width: 100%;
  background-color: #7b948d;
}
.brand_expandable_tiles > .sec__wrapper:not(.layout_grid) {
  position: relative;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #7b948d;
}
.brand_expandable_tiles > .sec__wrapper:not(.layout_grid) .brand__tile_bg {
  bottom: 0;
}
.brand_expandable_tiles
  > .sec__wrapper:not(.layout_grid)
  .brand__tile_bg
  picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.brand_expandable_tiles
  > .sec__wrapper:not(.layout_grid)
  .brand__tile_bg
  picture
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.brand_expandable_tiles.expandable_tiles .accordion__body_wrp {
  background-color: #ccc;
  background-image: linear-gradient(
    #ebebeb 0%,
    #ebebeb calc(100% - 6rem),
    #ccc 100%
  );
  margin-top: 42px;
}
.brand_expandable_tiles.expandable_tiles .accordion__body_wrp::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ebebeb !important;
}
.brand_expandable_tiles .accordion__body_wrp div > picture {
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .brand_expandable_tiles
    .accordion__body_wrp
    .layout_grid_cell_8
    div
    > picture {
    display: none;
  }
}
@media (max-width: 599px) {
  .brand_expandable_tiles .accordion__body_wrp .layout_grid_cell_4 {
    display: none;
  }
}
#the-electrified-evolution .brand__introduction_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#the-electrified-evolution .brand__introduction_bg picture {
  height: auto;
}
#the-electrified-evolution .brand__introduction_bg picture img {
  -o-object-fit: cover;
  object-fit: cover;
}
#the-electrified-evolution .layout_grid_cell_8 {
  padding-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  #the-electrified-evolution .layout_grid_cell_8 {
    grid-column-end: span 8;
  }
}
#the-electrified-evolution.brand__introduction .sec__wrapper {
  padding-bottom: 56.25%;
}
@media (min-width: 600px) {
  #the-electrified-evolution.brand__introduction .sec__wrapper {
    padding-bottom: 42.25%;
  }
}
@media (max-width: 599px) {
  #the-electrified-evolution .ar__16_9 {
    padding-bottom: 90%;
  }
}
@media (max-width: 599px) {
  #the-electrified-evolution.brand__introduction.has_continuous_bg:after {
    display: none;
  }
}
#hybrid-vehicles:before {
  background-color: #345066;
}
#hybrid-vehicles #electrified-powertrains .sec__cont.no_padding {
  padding: 0;
}
#hybrid-vehicles .tile__block_cont ul {
  padding-left: 1em;
}
#hybrid-vehicles .tile__block_cont ul li {
  list-style-type: disc;
}
@media (max-width: 599px) {
  #hybrid-vehicles {
    padding-bottom: 62.5%;
  }
  #hybrid-vehicles .brand__layout_3_col.sml_2_col .tile__block_cont,
  #hybrid-vehicles .brand__layout_3_col.sml_2_col .tile__block_img {
    width: 100%;
  }
  #hybrid-vehicles .brand__layout_3_col.sml_2_col .tile__block_cont {
    padding-left: 8px;
    margin-top: 20px;
  }
  #hybrid-vehicles .brand__full_bg img {
    padding-bottom: 14%;
  }
}
.mdc-touch-target-wrapper {
  display: inline;
}
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%,
  50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%,
  68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%,
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 12px;
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
  padding: 8px;
}
.mdc-checkbox
  .mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background::before,
.mdc-checkbox
  .mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background::before {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox
    .mdc-checkbox__native-control:checked
    ~ .mdc-checkbox__background::before,
  .mdc-checkbox
    .mdc-checkbox__native-control:indeterminate
    ~ .mdc-checkbox__background::before {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
  opacity: 0.08;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
  .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
  .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
  .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-checkbox .mdc-checkbox__background::before {
  top: -9px;
  left: -9px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox .mdc-checkbox__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #fff;
  border-color: var(--mdc-theme-secondary, #fff);
  background-color: #fff;
  background-color: var(--mdc-theme-secondary, #fff);
}
@keyframes mdc-checkbox-fade-in-background-uz0bltf {
  0% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
@keyframes mdc-checkbox-fade-out-background-uz0bltf {
  0%,
  80% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
  100% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.mdc-checkbox--anim-unchecked-checked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-uz0bltf;
}
.mdc-checkbox--anim-checked-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-uz0bltf;
}
.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.26);
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__background .mdc-checkbox__background::before {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox__background .mdc-checkbox__background::before {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}
.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 2.08px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}
.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 0.5px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none !important;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),
    background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-checkbox__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  will-change: opacity, transform;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}
.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}
.mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}
.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox .mdc-checkbox__ripple::before,
  .mdc-checkbox .mdc-checkbox__ripple::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox:hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
  content: none;
}
@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
  }
  100% {
    transform: translateX(200.611057%);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }
  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }
  100% {
    transform: translateX(160.277782%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(
      0.205028,
      0.057051,
      0.57661,
      0.453971
    );
    transform: scaleX(0.08);
  }
  19.15% {
    animation-timing-function: cubic-bezier(
      0.152313,
      0.196432,
      0.648374,
      1.004315
    );
    transform: scaleX(0.457104);
  }
  44.15% {
    animation-timing-function: cubic-bezier(
      0.257759,
      -0.003163,
      0.211762,
      1.38179
    );
    transform: scaleX(0.72796);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-buffering {
  to {
    transform: translateX(-10px);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
  }
  100% {
    transform: translateX(-200.611057%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
  }
  100% {
    transform: translateX(-160.277782%);
  }
}
@keyframes mdc-linear-progress-buffering-reverse {
  to {
    transform: translateX(10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  height: 4px;
  transform: translateZ(0);
  outline: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  animation: none;
  border-top: 4px solid;
}
.mdc-linear-progress__buffering-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  animation: mdc-linear-progress-buffering 250ms infinite linear;
}
.mdc-linear-progress__buffer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}
.mdc-linear-progress__secondary-bar {
  visibility: hidden;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__primary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  visibility: visible;
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__secondary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite
    linear;
}
.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
  right: 0;
  transform-origin: center right;
}
.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
}
.mdc-linear-progress--closed {
  opacity: 0;
  animation: none;
}
.mdc-linear-progress__bar-inner {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-linear-progress__buffering-dots {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23ccc%27/%3E%3C/svg%3E");
}
.mdc-linear-progress__buffer {
  background-color: #ccc;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}
.mdc-radio {
  padding: 7px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  cursor: pointer;
  will-change: opacity, transform, border-color, color;
}
.mdc-radio
  .mdc-radio__native-control:enabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #ccc;
}
.mdc-radio
  .mdc-radio__native-control:enabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  .mdc-radio__native-control:enabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio
  .mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  background-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  top: -7px;
  left: -7px;
  width: 28px;
  height: 28px;
}
.mdc-radio .mdc-radio__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}
.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}
.mdc-radio--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-radio--touch .mdc-radio__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}
.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-radio.mdc-ripple-upgraded--foreground-activation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-radio.mdc-ripple-upgraded--foreground-deactivation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  background-color: #292929;
}
.mdc-radio:hover .mdc-radio__ripple::before {
  opacity: 0.04;
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded--background-focused
  .mdc-radio__background::before {
  content: none;
}
.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-floating-label {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  left: 0;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
}
[dir="rtl"] .mdc-floating-label,
.mdc-floating-label[dir="rtl"] {
  right: 0;
  left: auto;
  transform-origin: right top;
  text-align: right;
}
.mdc-floating-label--float-above {
  cursor: auto;
}
.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2;
}
.mdc-line-ripple--active {
  transform: scaleX(1);
  opacity: 1;
}
.mdc-line-ripple--deactivating {
  opacity: 0;
}
.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
[dir="rtl"] .mdc-notched-outline,
.mdc-notched-outline[dir="rtl"] {
  text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}
.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
[dir="rtl"] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir="rtl"] {
  border-left: none;
  border-right: 1px solid;
}
.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}
[dir="rtl"] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir="rtl"] {
  border-left: 1px solid;
  border-right: none;
}
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: 133.3333333333%;
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}
.mdc-text-field-helper-text {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity;
}
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}
.mdc-text-field-character-counter {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 50px;
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
}
.mdc-text-field::before,
.mdc-text-field::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-text-field::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-text-field.mdc-ripple-upgraded::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-text-field.mdc-ripple-upgraded--unbounded::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field::before,
.mdc-text-field::after {
  background-color: #292929;
}
.mdc-text-field:hover::before {
  opacity: 0.04;
}
.mdc-text-field.mdc-ripple-upgraded--background-focused::before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-text-field::before,
.mdc-text-field::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-text-field.mdc-ripple-upgraded::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #292929;
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #1f3fcf;
  caret-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #292929;
}
.mdc-text-field .mdc-line-ripple {
  background-color: #1f3fcf;
  background-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: #fff;
}
.mdc-text-field .mdc-floating-label {
  left: 16px;
  right: auto;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
[dir="rtl"] .mdc-text-field .mdc-floating-label,
.mdc-text-field .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-text-field--textarea .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
  left: 40px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above[dir="rtl"] {
  left: auto;
  left: initial;
  right: 40px;
}
.mdc-text-field__input {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mdc-text-field__input::-moz-placeholder {
  -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field__input::placeholder {
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field__input:focus {
  outline: none;
}
.mdc-text-field__input:invalid {
  box-shadow: none;
}
.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(
    .mdc-text-field--textarea
  )
  .mdc-text-field__input {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}
.mdc-text-field--outlined {
  border: none;
  overflow: visible;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-34.25px) scale(1);
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) scale(0.75);
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-text-field--outlined::before,
.mdc-text-field--outlined::after {
  content: none;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined .mdc-text-field__input {
  border: none !important;
}
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  padding: 12px 16px 14px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.mdc-text-field--outlined .mdc-text-field__icon {
  z-index: 2;
}
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--outlined.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px;
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) scale(1);
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) scale(0.8);
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-dense
    250ms 1;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 7px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  top: 14px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
  top: 12px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  transform: translateY(-34.25px) translateX(-32px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-34.25px) translateX(32px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) translateX(-32px) scale(0.75);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-31.75px) translateX(32px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) translateX(-21px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-134%) translateX(21px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) translateX(-21px) scale(0.8);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-120%) translateX(21px) scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label {
  left: 32px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 32px;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  bottom: 16px;
  transform: scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
  left: 12px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 44px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  left: 44px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 44px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: 12px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 44px;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-70%) scale(0.8);
}
.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
}
.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0;
}
.mdc-text-field--dense .mdc-floating-label {
  font-size: 0.813rem;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.813rem;
}
.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required
  ~ .mdc-notched-outline
  .mdc-floating-label::after {
  margin-left: 1px;
  content: "*";
}
.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  transition: none;
  overflow: visible;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--textarea .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--textarea::before,
.mdc-text-field--textarea::after {
  content: none;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  transform: translateY(-144%) scale(1);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-130%) scale(0.75);
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--textarea .mdc-text-field-character-counter {
  left: auto;
  left: initial;
  right: 16px;
  position: absolute;
  bottom: 13px;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter,
.mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--textarea .mdc-text-field__input {
  align-self: auto;
  box-sizing: border-box;
  height: auto;
  margin: 8px 1px 1px 0;
  padding: 0 16px 16px;
  border: none;
  line-height: 1.75rem;
}
.mdc-text-field--textarea
  .mdc-text-field-character-counter
  + .mdc-text-field__input {
  margin-bottom: 28px;
  padding-bottom: 0;
}
.mdc-text-field--textarea .mdc-floating-label {
  top: 17px;
  width: auto;
  pointer-events: none;
}
.mdc-text-field--textarea
  .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--fullwidth {
  width: 100%;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
  display: block;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
  content: none;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(
    .mdc-text-field--disabled
  ) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  padding: 0;
}
.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
  resize: vertical;
}
.mdc-text-field--fullwidth.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--textarea) {
  border-bottom-color: #f44336;
}
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mdc-text-field--dense + .mdc-text-field-helper-line {
  margin-bottom: 4px;
}
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 0;
  padding-left: 0;
}
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #292929;
}
.mdc-text-field--focused
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
  background-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  color: #f44336;
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(
    .mdc-text-field--with-leading-icon
  ):not(.mdc-text-field--disabled)
  .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(
    .mdc-text-field--disabled
  )
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--disabled {
  background-color: hsl(0, 0%, 98%);
  border-bottom: none;
  pointer-events: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom-color: #ebebeb;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}
.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
}
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
}
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
.mdc-text-field__input::-moz-placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
.mdc-text-field__input::placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
.mdc-text-field__input:disabled {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.75;
}
input[type="email"][readonly]:not(.flatpickr-input),
input[type="tel"][readonly]:not(.flatpickr-input),
input[type="text"][readonly]:not(.flatpickr-input),
.mdc-text-field__input[readonly]:not(.flatpickr-input) {
  pointer-events: none;
}
.form__cont {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .form__cont {
    grid-gap: 32px 24px;
  }
}
@media (max-width: 599px) {
  .form__cont {
    grid-gap: 24px 16px;
  }
}
.input__wrp {
  width: auto;
  grid-column-end: span 8;
}
.input__wrp.inline *:not(:last-child),
.input__wrp .inline *:not(:last-child) {
  margin-right: 0.2rem;
}
.input__wrp .inline {
  flex-flow: row wrap;
}
.input__wrp .inline ~ .inline {
  margin-top: 0.75rem;
}
.input__wrp .inline label {
  display: flex;
}
.input__wrp .inline .mdc-checkbox {
  margin-right: 0.2rem !important;
}
.input__wrp .inline .mdc-checkbox {
  width: calc(28px + 0.2rem);
}
.input__wrp .inline .mdc-checkbox + label {
  width: calc(100% - 28px - 0.4rem);
}
.input__wrp .inline .mdc-checkbox + label small {
  margin-top: 0.25rem;
}
.input__wrp .inline .mdc-checkbox + label div {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp .inline .mdc-checkbox + label small {
    margin-top: 0.35rem;
  }
  .input__wrp .inline .mdc-checkbox + label div {
    margin-top: 0.225rem;
  }
}
.input__wrp .inline > div {
  display: flex;
}
.input__wrp
  .inline
  > div:not(:last-child):not(.mdc-checkbox):not(.mdc-radio):not(
    .mdc-text-field-helper-line
  ) {
  margin-right: 1rem;
}
.input__wrp .inline .mdc-text-field-helper-line {
  width: 100%;
}
.input__wrp label {
  font-weight: 700;
  display: block;
}
.input__wrp label + .inline {
  margin-top: 0.75rem;
}
.input__wrp label.mdc-button {
  display: inline-flex;
  font-weight: normal;
}
@media (max-width: 599px) {
  .input__wrp.col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 8;
  }
}
@media (min-width: 600px) {
  .input__wrp.col_2 {
    grid-column-end: span 4;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 2;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 3;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 3;
  }
}
.input__wrp_checkgroup small {
  font-size: 1rem;
}
.input__wrp_checkgroup .inline .mdc-checkbox + label small {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp_checkgroup .inline .mdc-checkbox + label small {
    margin-top: 0.2rem;
  }
}
.input__wrp_checkgroup + .input__wrp_checkgroup {
  margin-top: -1rem;
}
.mdc-checkbox {
  padding: 8px;
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #292929;
}
.mdc-checkbox__checkmark {
  width: 16px;
  height: 16px;
  top: -5px;
  left: 0;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-checkbox + label {
  font-weight: 300;
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-linear-progress__bar-inner {
  border-color: #bc8420;
}
.mdc-radio__background {
  vertical-align: top;
}
.mdc-radio__outer-circle {
  border-width: 1px;
}
.mdc-radio__inner-circle {
  border-width: 6px;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.4);
}
.mdc-radio + label {
  font-weight: 300;
  line-height: 28px;
}
textarea {
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}
html.desktop textarea {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop textarea::-webkit-scrollbar {
  width: 6px;
}
html.desktop textarea::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop textarea::-webkit-scrollbar-thumb:active,
html.desktop textarea::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.mdc-text-field {
  display: flex;
  overflow: visible;
  z-index: 1;
}
.mdc-text-field--textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.2s;
}
.mdc-text-field--textarea:hover {
  border-color: #292929;
}
.mdc-text-field--textarea.mdc-text-field--invalid,
.mdc-text-field--textarea.mdc-text-field--is-invalid {
  border-color: #f44336;
}
.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.3;
  margin-top: 1px;
  padding: 8px 0.75rem;
}
.mdc-text-field:before {
  content: none;
}
label + .mdc-text-field {
  margin-top: 4px;
}
.mdc-text-field__input {
  font-weight: 300;
  transition: border-bottom-color 0.2s;
  padding: 0;
}
.mdc-text-field-helper-line {
  flex-flow: column wrap;
}
.mdc-text-field-helper-text {
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 0.5rem;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  opacity: 1;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  opacity: 1;
  display: none;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  color: #000;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-text-field--is-error .mdc-text-field__input {
  border-bottom-color: #f44336 !important;
}
.mdc-text-field.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.text__file_field,
.input__file_field {
  display: flex;
}
.text__file_field .input__wrp,
.input__file_field .input__wrp {
  position: relative;
  flex-grow: 1;
}
.text__file_field input[type="file"],
.input__file_field input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text__file_field .mdc-button,
.text__file_field .mdc-button__remove,
.input__file_field .mdc-button,
.input__file_field .mdc-button__remove {
  margin-left: 0.75rem;
}
.text__file_field + .input__file_field,
.input__file_field + .input__file_field {
  margin-top: 16px;
}
.input__file_add {
  margin-top: 16px;
}
.input_file_placeholder {
  background-color: #fff;
  border-bottom: 0;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.text__file_label {
  line-height: 50px;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.input__service_group > label {
  margin-top: 2.25rem;
  margin-bottom: 32px;
}
.input__service_group .input__service_package {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  border: 1px solid #ccc;
  padding: 24px 24px 32px;
}
.input__service_group .input__service_package:first-child {
  margin-top: 0;
}
.input__service_group .input__service_package:hover,
.input__service_group .input__service_package.active {
  border-color: #292929;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(235, 235, 235, 0.5) 50%,
    #ebebeb 100%
  );
}
.input__service_group .label__service {
  position: relative;
  flex-grow: 1;
}
.input__service_group .label__service_package {
  width: calc(100% - 28px - 0.2rem);
}
.input__service_group .label__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
  font-weight: 700;
}
.input__service_group .label__heading.checkbox {
  padding-top: 3px;
}
.input__service_group .label__heading span:first-child {
  padding-right: 8px;
}
@media (max-width: 599px) {
  .input__service_group .label__heading {
    flex-direction: column;
  }
  .input__service_group .label__heading span:last-child {
    padding-top: 16px;
  }
  .input__service_group .label__heading span:first-child {
    padding-top: 0;
  }
}
@media (min-width: 600px) {
  .input__service_group .label__heading .price {
    min-width: 150px;
    text-align: right;
  }
}
.input__service_group .label__body .desc,
.input__service_group .label__body .summary {
  margin-bottom: 16px;
}
.input__service_group .label__body ul,
.input__service_group .label__body ol {
  margin-bottom: 16px;
}
.input__service_group .label__body ul[type="1"],
.input__service_group .label__body ol[type="1"] {
  padding-left: 16px;
}
.input__service_group .mdc-radio,
.input__service_group .mdc-checkbox {
  margin-right: 0.2rem;
}
.input__service_group .cta__dialog_cont {
  cursor: pointer;
  margin-left: auto;
  width: calc(100% - 28px - 0.2rem);
}
.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field-helper-text--validation-msg *,
.mdc-text-field-helper-text--error-msg * {
  color: #f44336;
}
.button__wrp {
  margin-top: 1.5rem;
}
.button__wrp .mdc-linear-progress {
  position: absolute;
  bottom: 0;
  left: 0;
}
.form__cont .button__wrp {
  grid-column-end: span 8;
}
.sec_global_form_dealers li {
  display: none;
}
.sec_global_form_dealers li.is_selected {
  margin-top: 1rem;
  display: block;
}
.sec_global_form_dealers li > div {
  margin-top: 0.75rem;
}
@media (min-width: 600px) {
  .sec_form_dealer_others {
    padding-right: 15%;
  }
}
.dialog_form .form_paragraph {
  margin-bottom: 2.25rem;
}
.dialog_form .mdc-dialog--scrollable .mdc-dialog__content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
  border-color: rgba(0, 0, 0, 0);
}
.switch__field {
  display: none;
}
.switch__field.is_selected {
  display: block;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  padding-right: 44px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px 0 12px;
}
.iti__arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__country.iti__highlight {
  background-color: #ebebeb;
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 12px;
  padding-left: 66px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 8px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 0px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../img/resources/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/resources/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: rgba(0, 0, 0, 0);
}
.tel-input-field {
  z-index: 305;
}
.tel-input-field.country-open {
  z-index: 405;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag {
  background-color: #f5f5f5;
  background-image: url(../img/resources/flags@2x.png);
  background-size: 5652px 15px;
  box-shadow: 0 0 0 1px #d7d7d7;
  transform: scale(1.25);
  transform-origin: 100% 50%;
}
.iti__arrow {
  width: 8px;
  height: 8px;
  border: 0 none;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.iti__arrow--up {
  transform: rotate(225deg) translate(-50%, -3px);
}
html.desktop .iti__country-list {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop .iti__country-list::-webkit-scrollbar {
  width: 6px;
}
html.desktop .iti__country-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb:active,
html.desktop .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.iti__country {
  padding: 8px 12px 8px 16px;
}
.iti-mobile .iti__country {
  padding-right: 12px;
  padding-left: 16px;
}
.iti__country-name {
  color: #292929;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__selected-flag {
  padding: 0 12px 0 16px;
}
.iti__selected-flag:focus {
  outline: none;
}
.iti-mobile .iti--container {
  top: 3rem;
  bottom: 3rem;
  z-index: 10001;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-chip__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-chip__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-chip__icon--trailing:hover {
  color: rgba(0, 0, 0, 0.62);
}
.mdc-chip__icon--trailing:focus {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.mdc-chip__icon.mdc-chip__icon--trailing {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.mdc-chip__icon--trailing {
  margin-left: 4px;
  margin-right: -4px;
}
[dir="rtl"] .mdc-chip__icon--trailing,
.mdc-chip__icon--trailing[dir="rtl"] {
  margin-left: -4px;
  margin-right: 4px;
}
.mdc-chip {
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #292929;
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  height: 24px;
  display: inline-flex;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1rem;
  border-width: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.mdc-chip .mdc-chip__ripple {
  border-radius: 12px;
}
.mdc-chip:hover {
  color: #292929;
}
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
  margin-left: -4px;
  margin-right: 4px;
}
[dir="rtl"] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir="rtl"],
[dir="rtl"]
  .mdc-chip
  .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
.mdc-chip
  .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir="rtl"] {
  margin-left: 4px;
  margin-right: -4px;
}
.mdc-chip::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-chip:hover {
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-chip .mdc-chip__touch {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 48px;
  transform: translateY(-50%);
}
.mdc-chip--exit {
  transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1),
    width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear,
    margin 100ms linear;
  opacity: 0;
}
.mdc-chip__text {
  white-space: nowrap;
}
.mdc-chip__icon {
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}
.mdc-chip__checkmark {
  height: 20px;
}
.mdc-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke-width: 2px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}
.mdc-chip__text:focus {
  outline: none;
}
.mdc-chip--selected .mdc-chip__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
  position: relative;
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
  color: #1f3fcf;
  color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
  color: rgba(31, 63, 207, 0.54);
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
  color: #1f3fcf;
  color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
  stroke: #1f3fcf;
  stroke: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-chip-set--choice .mdc-chip--selected {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
}
.mdc-chip__checkmark-svg {
  width: 0;
  height: 20px;
  transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-chip--selected .mdc-chip__checkmark-svg {
  width: 20px;
}
.mdc-chip-set--filter .mdc-chip__icon--leading {
  transition: opacity 75ms linear;
  transition-delay: -50ms;
  opacity: 1;
}
.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark {
  transition: opacity 75ms linear;
  transition-delay: 80ms;
  opacity: 0;
}
.mdc-chip-set--filter
  .mdc-chip__icon--leading
  + .mdc-chip__checkmark
  .mdc-chip__checkmark-svg {
  transition: width 0ms;
}
.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
  opacity: 0;
}
.mdc-chip-set--filter
  .mdc-chip--selected
  .mdc-chip__icon--leading
  + .mdc-chip__checkmark {
  width: 0;
  opacity: 1;
}
.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
  width: 0;
  opacity: 0;
}
.mdc-chip-set--filter
  .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading
  + .mdc-chip__checkmark {
  width: 20px;
}
.mdc-chip {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-chip .mdc-chip__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-chip.mdc-ripple-upgraded--foreground-deactivation
  .mdc-chip__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
  background-color: #292929;
}
.mdc-chip:hover .mdc-chip__ripple::before {
  opacity: 0.04;
}
.mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip.mdc-ripple-upgraded[focus-within] .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded)[focus-within] .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-chip:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-chip.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-chip .mdc-chip__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before {
  opacity: 0.08;
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
  background-color: #1f3fcf;
}
@supports not (-ms-ime-align: auto) {
  .mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,
  .mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
    background-color: #1f3fcf;
    background-color: var(--mdc-theme-primary, #1f3fcf);
  }
}
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:hover
  .mdc-chip__ripple::before {
  opacity: 0.12;
}
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded[focus-within]
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)[focus-within]
  .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
}
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus
  .mdc-chip__ripple::before,
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within
  .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
}
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)
  .mdc-chip__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-chip-set--choice
  .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active
  .mdc-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
}
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.2;
}
@keyframes mdc-chip-entry {
  from {
    transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.mdc-chip-set {
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mdc-chip-set .mdc-chip {
  margin: 4px;
}
.mdc-chip-set .mdc-chip--touch {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mdc-chip-set--input .mdc-chip {
  animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-chip {
  font-weight: 300;
  border: 1px solid #292929;
  pointer-events: none;
}
.mdc-chip-set {
  margin-bottom: calc(0.75rem - 4px);
  padding: 0;
}
.mdc-chip-set .mdc-chip {
  margin-top: 0;
  margin-left: 0;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
article
  .sec__bg_white
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
  .sec__bg_grad_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
  .sec__bg_gray_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
article
  .sec__bg_white
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
  .sec__bg_grad_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
  .sec__bg_gray_light
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  .sec__bg_grad_dark_gray
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  color: inherit;
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
.theme__light
  article
  section:not(.sec__bg_black):not(.sec__bg_grad_dark)
  .sec__bg_grad_dark_gray
  a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
a[download]:not(.no_txt_link),
a.link_download:not(.no_txt_link) {
  margin-left: 1.5em;
  position: relative;
}
a[download]:not(.no_txt_link):before,
a.link_download:not(.no_txt_link):before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url(../img/resources/icon-download.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 1em 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
}
a[download].download_all,
a.link_download.download_all {
  margin-left: 1.75em;
}
a[download].download_all::before,
a.link_download.download_all::before {
  height: 100%;
  background: url(../img/resources/icon-download-all.svg) no-repeat left center;
  left: -1.75em;
}
.sec__bg_grad_dark a[target="_blank"]:not(.no_icon):after,
.sec__bg_grad_gray a[target="_blank"]:not(.no_icon):after {
  content: url(../img/resources/icon-external-w.svg);
}
a.no_txt_link img {
  transform: scale(1, 1);
  transition: transform 0.25s;
}
a.no_txt_link:hover img {
  transform: scale(1.06, 1.06);
}
.link_back_to {
  margin-left: calc(0.66667rem + 6px);
  position: relative;
  display: inline-flex;
}
header .link_back_to {
  margin-bottom: 2rem;
}
.link_back_to:before {
  width: 0.66667rem;
  height: 100%;
  content: "";
  background: url(../img/resources/icon-arrow-next-b.svg) no-repeat left center;
  background-size: 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: calc(-0.66667rem - 6px);
}
header h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  header h1 {
    font-size: 2.667rem;
  }
}
.sec__header h2,
.sec__header h3 {
  scroll-margin-top: 50px;
}
.sec__header h2 + h4,
.sec__header h3 + h4 {
  margin-top: 2rem;
}
.sec__header h2 ~ p,
.sec__header h3 ~ p {
  margin-top: 1rem;
}
.sec__header + .layout_grid,
.sec__header + .sec__cont {
  padding-top: 0;
}
.sec__subheader {
  margin-bottom: 2rem;
}
.sec__subheader h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .sec__subheader h3 {
    font-size: 1.66667rem;
  }
}
.sec__subheader h3 + h4 {
  margin-top: 0.75rem;
}
@media (max-width: 599px) {
  .sec__subheader {
    margin-bottom: 1.5rem;
  }
}
.link_img img,
.link_video img {
  transform: scale(1, 1);
  will-change: transform;
  pointer-events: none;
}
.link_img img.lazy,
.link_video img.lazy {
  transition: opacity 0.5s, transform 0.5s;
}
.link_img:hover picture:after,
.link_video:hover picture:after {
  opacity: 0.75;
}
.link_img:hover img,
.link_video:hover img {
  transform: scale(1.015, 1.015);
}
.link_img {
  cursor: zoom-in;
}
.link_video {
  cursor: pointer;
}
.link_video picture:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.667rem 0 1.667rem 2.444rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.picture_full_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.picture_full_screen:after {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.picture_full_screen img {
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.has_aspect_ratio {
  height: 0;
  overflow: hidden;
  position: relative;
}
.has_aspect_ratio img {
  position: absolute;
  top: 0;
  left: 0;
}
.has_aspect_ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ar__2_1 {
  padding-bottom: 50%;
}
.ar__16_9 {
  padding-bottom: 56.25%;
}
.ar__16_10 {
  padding-bottom: 62.5%;
}
.ar__3_2 {
  padding-bottom: 66.66667%;
}
.ar__4_3 {
  padding-bottom: 75%;
}
.ar__1_1 {
  padding-bottom: 100%;
}
.ar__3_4 {
  padding-bottom: 133.33333%;
}
.ar__car_thumb {
  padding-bottom: 39.5%;
  overflow: visible;
}
.layout_flex {
  display: flex;
}
.layout_flex.align_bottom {
  height: 100%;
  align-items: flex-end;
}
.layout_flex.justify_center {
  justify-content: center;
}
.layout_flex.justify_between {
  justify-content: space-between;
}
.layout_flex.justify_right {
  justify-content: flex-end;
}
.layout_flex.vertical_space_btwn {
  min-height: 100%;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .layout_flex.justify_center,
  .layout_flex.justify_between {
    flex-flow: column wrap;
  }
  .layout_flex.justify_center > *:not(:first-child),
  .layout_flex.justify_between > *:not(:first-child) {
    margin-top: 1.5rem;
  }
  .layout_flex.justify_center {
    align-items: center;
  }
}
.sec__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec__wrapper.no_padding_top {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .sec__wrapper {
    padding-bottom: 40px;
  }
  .sec__wrapper:not(.layout_grid) {
    padding-top: 20px;
  }
  .sec__hva .sec__wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .sec__wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.iframe__wrapper {
  position: relative;
}
.iframe__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.iframe__wrapper.iframe__wrapper_yt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after,
.iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  opacity: 1;
  pointer-events: all;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDQzNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNDM3LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTIyNy4xLDQzNy4xaC04LjVDOTgsNDM3LjEsMCwzMzkuMSwwLDIxOC41QzAsOTgsOTgsMCwyMTguNSwwYzExNy42LDAsMjEzLjksOTMuNCwyMTguNCwyMTBsNzUuMSwwTDM4MC4xLDM2MC44TDI0OC4yLDIxMGw3NC42LDBjLTQuNC01My43LTQ5LjQtOTYtMTA0LjItOTZDMTYwLjksMTE0LDExNCwxNjAuOSwxMTQsMjE4LjVjMCw1Ny42LDQ2LjksMTA0LjUsMTA0LjUsMTA0LjVoOC41VjQzNy4xeiBNMjE4LjUsMTcuMWMtMTExLjEsMC0yMDEuNCw5MC40LTIwMS40LDIwMS40YzAsMTA4LjIsODUuOCwxOTYuOCwxOTIuOSwyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM2MwLTY3LjEsNTQuNi0xMjEuNiwxMjEuNi0xMjEuNmM2Ny4xLDAsMTIxLjYsNTQuNiwxMjEuNiwxMjEuNnY4LjVsLTU0LjMsMGw5NC4yLDEwNy43bDk0LjItMTA3LjdsLTU0LjMsMHYtOC41QzQyMCwxMDcuNSwzMjkuNiwxNy4xLDIxOC41LDE3LjF6Ii8+PC9zdmc+);
  background-size: 64px;
}
.iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: 44px;
  transition-delay: 0.5s;
}
.lcpo_img + .tile__cont,
.media_lightbox_min + .tile__cont,
picture + .tile__cont {
  padding-top: 1.25rem;
}
.tile__cont h4 {
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .tile__cont {
    margin-bottom: 1rem;
  }
}
.sec__has_bg {
  position: relative;
}
.sec__has_bg:before {
  width: calc(100vw + 2px);
  height: 100%;
  content: "";
  opacity: var(--opacity);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.sec__has_bg .sec__cont {
  position: relative;
}
.sec__bg_black:before {
  background-color: #000;
}
.sec__bg_grad_black:before {
  background-image: linear-gradient(#000 0%, #292929 75%);
}
.sec__bg_grad_dark:before {
  background-image: linear-gradient(#000 0%, #444 100%);
}
.sec__bg_gray_light:before {
  background-color: #f5f5f5;
  background-image: linear-gradient(
    #ebebeb 0%,
    rgba(255, 255, 255, 0.5) 6rem,
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #ebebeb 100%
  );
}
.sec__bg_grad_gray:before {
  background-image: linear-gradient(
    #898989 0%,
    #898989 calc(100% - 6rem),
    #757575 100%
  );
}
.sec__bg_grad_light:before {
  background-color: #fff;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #f5f5f5 100%
  );
}
.sec__bg_grad_dark_gray:before {
  background-color: #ccc;
  background-image: linear-gradient(#ccc 0%, #959595 100%);
}
.sec__bg_grad_dark_gray * {
  color: #fff;
}
.sec__bg_gray_light *,
.sec__bg_grad_light *,
.sec__bg_white * {
  color: #292929;
}
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
  color: #fff;
}
.sec__bg_white:before {
  background-color: #fff;
}
.sec__bg_white.sec__keep_me_informed:before {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #f5f5f5 100%
  );
}
.sec__parallax {
  perspective: 250;
  perspective-origin: 50% 0%;
}
@media (max-width: 599px) {
  .sec__parallax {
    perspective-origin: 50% 100%;
  }
}
.el__parallax {
  transform: scaleZ(1) translateY(var(--translateY));
  transition: opacity 0.5s, transform 0.5s;
}
.el__parallax_bg {
  transform: translateY(var(--translateY));
  transition: transform 0.25s;
}
.el__shuffle {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0.68, -0.55, 0.265, 2);
}
.animated .el__shuffle {
  opacity: 1;
  transform: scale(1, 1);
}
.footer__hero {
  height: 0;
  position: relative;
  overflow: hidden;
}
.footer__hero picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 599px) {
  .footer__hero {
    padding-bottom: 116.667%;
  }
}
@media (min-width: 600px) {
  .footer__hero {
    padding-bottom: 33.33333%;
  }
}
.sec__hva:not(.all_shown) ul li {
  display: none;
}
.sec__hva ul li a {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.sec__hva ul li a:hover p {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .sec__hva ul li a:hover p {
  background-size: 100% 1pt;
}
.sec__hva ul li svg {
  display: block;
}
.sec__hva ul li p {
  margin-left: 0.75rem;
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
.dpr-modified .sec__hva ul li p {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.sec__bg_black .sec__hva ul li p {
  background-image: linear-gradient(
    to left,
    rgba(235, 235, 235, 0) 0%,
    #ebebeb 50%,
    rgba(235, 235, 235, 0) 100%
  );
}
@media (max-width: 599px) {
  .sec__hva ul {
    margin-right: -1rem;
    margin-left: -1rem;
    display: block;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1rem;
  }
  .sec__hva ul li svg {
    width: 36px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    flex-flow: row wrap;
  }
  .sec__hva ul li {
    width: 50%;
    flex: 0 0 50%;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    justify-content: space-around;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .block__hva ul li {
    width: 50%;
  }
}
.block__hva ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
}
.block__hva ul li a:hover span {
  background-size: 100% 1px;
  background-image: linear-gradient(
    to left,
    rgba(188, 132, 32, 0) 0%,
    #bc8420 50%,
    rgba(188, 132, 32, 0) 100%
  );
}
.dpr-modified .block__hva ul li a:hover span {
  background-size: 100% 1pt;
}
.block__hva ul li a > div {
  display: block;
}
.block__hva ul li a > div:last-child {
  padding-left: 0.75rem;
}
.block__hva ul li a[target="_blank"]:not(.no_icon)::after {
  display: none;
}
.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child {
  display: inline-block;
  position: relative;
}
.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child::after {
  width: 0.75em;
  content: url(../img/resources/icon-external.svg);
  margin-left: 0.35em;
  display: inline-block;
}
.block__hva ul li svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 599px) {
  .block__hva ul li svg {
    width: 24px;
    height: 24px;
  }
}
.block__hva ul li span {
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to left,
    rgba(41, 41, 41, 0) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0) 100%
  );
}
.dpr-modified .block__hva ul li span {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.svg__mask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.theme__light {
  color: #292929;
  background-color: #fff;
}
.theme__light .nav__pageIndicator {
  border-left: solid 1px #292929;
}
.cpl-no-gradient {
  transform: none !important;
}
.cpl-no-gradient::before,
.cpl-no-gradient::after {
  display: none !important;
}
.mdc-touch-target-wrapper {
  display: inline;
}
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%,
  50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%,
  68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%,
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 12px;
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
  padding: 8px;
}
.mdc-checkbox
  .mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background::before,
.mdc-checkbox
  .mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background::before {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox
    .mdc-checkbox__native-control:checked
    ~ .mdc-checkbox__background::before,
  .mdc-checkbox
    .mdc-checkbox__native-control:indeterminate
    ~ .mdc-checkbox__background::before {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
  opacity: 0.08;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
  .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
  .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
  .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::after {
  background-color: #fff;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
    .mdc-checkbox__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-checkbox .mdc-checkbox__background::before {
  top: -9px;
  left: -9px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox .mdc-checkbox__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #fff;
  border-color: var(--mdc-theme-secondary, #fff);
  background-color: #fff;
  background-color: var(--mdc-theme-secondary, #fff);
}
@keyframes mdc-checkbox-fade-in-background-uz0blrt {
  0% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
}
@keyframes mdc-checkbox-fade-out-background-uz0blrt {
  0%,
  80% {
    border-color: #fff;
    border-color: var(--mdc-theme-secondary, #fff);
    background-color: #fff;
    background-color: var(--mdc-theme-secondary, #fff);
  }
  100% {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.mdc-checkbox--anim-unchecked-checked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-uz0blrt;
}
.mdc-checkbox--anim-checked-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked
  .mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-uz0blrt;
}
.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate
  ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.26);
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox__native-control:disabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  border-color: #292929;
}
@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__background .mdc-checkbox__background::before {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox__background .mdc-checkbox__background::before {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}
.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 2.08px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}
.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 0.5px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none !important;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),
    background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.mdc-checkbox__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  will-change: opacity, transform;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}
.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-checkbox--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.mdc-checkbox__native-control:checked
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:indeterminate
  ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden;
}
.mdc-ripple-surface--test-edge-var-bug::before {
  border: var(--mdc-ripple-surface-test-edge-var);
}
.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation
  .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
}
@supports not (-ms-ime-align: auto) {
  .mdc-checkbox .mdc-checkbox__ripple::before,
  .mdc-checkbox .mdc-checkbox__ripple::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000);
  }
}
.mdc-checkbox:hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
  content: none;
}
@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
  }
  100% {
    transform: translateX(200.611057%);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }
  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }
  100% {
    transform: translateX(160.277782%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(
      0.205028,
      0.057051,
      0.57661,
      0.453971
    );
    transform: scaleX(0.08);
  }
  19.15% {
    animation-timing-function: cubic-bezier(
      0.152313,
      0.196432,
      0.648374,
      1.004315
    );
    transform: scaleX(0.457104);
  }
  44.15% {
    animation-timing-function: cubic-bezier(
      0.257759,
      -0.003163,
      0.211762,
      1.38179
    );
    transform: scaleX(0.72796);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-buffering {
  to {
    transform: translateX(-10px);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
  }
  100% {
    transform: translateX(-200.611057%);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
  }
  100% {
    transform: translateX(-160.277782%);
  }
}
@keyframes mdc-linear-progress-buffering-reverse {
  to {
    transform: translateX(10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  height: 4px;
  transform: translateZ(0);
  outline: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  animation: none;
  border-top: 4px solid;
}
.mdc-linear-progress__buffering-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  animation: mdc-linear-progress-buffering 250ms infinite linear;
}
.mdc-linear-progress__buffer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}
.mdc-linear-progress__secondary-bar {
  visibility: hidden;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__primary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  visibility: visible;
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite
    linear;
}
.mdc-linear-progress--indeterminate
  .mdc-linear-progress__secondary-bar
  > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite
    linear;
}
.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
  right: 0;
  transform-origin: center right;
}
.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
}
.mdc-linear-progress--closed {
  opacity: 0;
  animation: none;
}
.mdc-linear-progress__bar-inner {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-linear-progress__buffering-dots {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23ccc%27/%3E%3C/svg%3E");
}
.mdc-linear-progress__buffer {
  background-color: #ccc;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
  .mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}
.mdc-radio {
  padding: 7px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
  cursor: pointer;
  will-change: opacity, transform, border-color, color;
}
.mdc-radio
  .mdc-radio__native-control:enabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #ccc;
}
.mdc-radio
  .mdc-radio__native-control:enabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  .mdc-radio__native-control:enabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:not(:checked)
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:disabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  border-color: #292929;
}
.mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio
  .mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  background-color: #292929;
}
.mdc-radio .mdc-radio__background::before {
  top: -7px;
  left: -7px;
  width: 28px;
  height: 28px;
}
.mdc-radio .mdc-radio__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
}
.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}
.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
    border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}
.mdc-radio--touch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.mdc-radio--touch .mdc-radio__native-control {
  top: -10px;
  right: -10px;
  left: -10px;
  width: 48px;
  height: 48px;
}
.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}
.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),
    transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-radio.mdc-ripple-upgraded--foreground-activation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-radio.mdc-ripple-upgraded--foreground-deactivation
  .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  top: var(--mdc-ripple-top, calc(50% - 50%));
  left: calc(50% - 50%);
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  background-color: #292929;
}
.mdc-radio:hover .mdc-radio__ripple::before {
  opacity: 0.04;
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-radio.mdc-ripple-upgraded--background-focused
  .mdc-radio__background::before {
  content: none;
}
.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mdc-floating-label {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  left: 0;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
}
[dir="rtl"] .mdc-floating-label,
.mdc-floating-label[dir="rtl"] {
  right: 0;
  left: auto;
  transform-origin: right top;
  text-align: right;
}
.mdc-floating-label--float-above {
  cursor: auto;
}
.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2;
}
.mdc-line-ripple--active {
  transform: scaleX(1);
  opacity: 1;
}
.mdc-line-ripple--deactivating {
  opacity: 0;
}
.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
[dir="rtl"] .mdc-notched-outline,
.mdc-notched-outline[dir="rtl"] {
  text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}
.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}
[dir="rtl"] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir="rtl"] {
  border-left: none;
  border-right: 1px solid;
}
.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}
[dir="rtl"] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir="rtl"] {
  border-left: 1px solid;
  border-right: none;
}
.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}
.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: 133.3333333333%;
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
  padding-left: 8px;
  padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}
.mdc-text-field-helper-text {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity;
}
.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}
.mdc-text-field-character-counter {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}
.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir="rtl"] {
  padding-left: 0;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}
.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 50px;
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
}
.mdc-text-field::before,
.mdc-text-field::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-text-field::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-text-field.mdc-ripple-upgraded::before {
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-text-field.mdc-ripple-upgraded--unbounded::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-text-field::before,
.mdc-text-field::after {
  background-color: #292929;
}
.mdc-text-field:hover::before {
  opacity: 0.04;
}
.mdc-text-field.mdc-ripple-upgraded--background-focused::before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-text-field::before,
.mdc-text-field::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-text-field.mdc-ripple-upgraded::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #292929;
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #1f3fcf;
  caret-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #292929;
}
.mdc-text-field .mdc-line-ripple {
  background-color: #1f3fcf;
  background-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: #ccc;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: #fff;
}
.mdc-text-field .mdc-floating-label {
  left: 16px;
  right: auto;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
[dir="rtl"] .mdc-text-field .mdc-floating-label,
.mdc-text-field .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mdc-text-field--textarea .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 4px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
  left: 40px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above[dir="rtl"] {
  left: auto;
  left: initial;
  right: 40px;
}
.mdc-text-field__input {
  font-family: "Nobel", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mdc-text-field__input::-moz-placeholder {
  -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field__input::placeholder {
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}
.mdc-text-field__input:focus {
  outline: none;
}
.mdc-text-field__input:invalid {
  box-shadow: none;
}
.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(
    .mdc-text-field--textarea
  )
  .mdc-text-field__input {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}
.mdc-text-field--outlined {
  border: none;
  overflow: visible;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-34.25px) scale(1);
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) scale(0.75);
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 1px;
}
.mdc-text-field--outlined::before,
.mdc-text-field--outlined::after {
  content: none;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined .mdc-text-field__input {
  border: none !important;
}
.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  padding: 12px 16px 14px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.mdc-text-field--outlined .mdc-text-field__icon {
  z-index: 2;
}
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
  padding-top: 2px;
}
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--outlined.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px;
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) scale(1);
}
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) scale(0.8);
}
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-dense
    250ms 1;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 7px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  top: 14px;
}
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
  top: 12px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: auto;
  right: initial;
}
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  transform: translateY(-34.25px) translateX(-32px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-34.25px) translateX(32px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-31.75px) translateX(-32px) scale(0.75);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-31.75px) translateX(32px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label {
  left: 36px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 36px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  transform: translateY(-134%) translateX(-21px) scale(1);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-134%) translateX(21px) scale(1);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above {
  font-size: 0.8rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-120%) translateX(-21px) scale(0.8);
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"] {
  transform: translateY(-120%) translateX(21px) scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense
    250ms 1;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"]
  .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl
    250ms 1;
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label {
  left: 32px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 32px;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__icon[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon {
  left: 16px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 48px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 48px;
  padding-right: 48px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  bottom: 16px;
  transform: scale(0.8);
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
  left: 12px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  left: initial;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 16px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 16px;
  padding-right: 44px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  left: 44px;
  right: auto;
  right: initial;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
  left: auto;
  left: initial;
  right: 44px;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: auto;
  left: initial;
  right: 12px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: 12px;
  right: auto;
  right: initial;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 16px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon {
  left: 12px;
  right: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon[dir="rtl"] {
  left: auto;
  right: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  right: 12px;
  left: auto;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon
  ~ .mdc-text-field__icon[dir="rtl"] {
  right: auto;
  left: 12px;
}
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input {
  padding-left: 44px;
  padding-right: 44px;
}
[dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
  padding-left: 44px;
  padding-right: 44px;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  transform: translateY(-70%) scale(0.8);
}
.mdc-text-field--dense .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
}
.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0;
}
.mdc-text-field--dense .mdc-floating-label {
  font-size: 0.813rem;
}
.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.813rem;
}
.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required
  ~ .mdc-notched-outline
  .mdc-floating-label::after {
  margin-left: 1px;
  content: "*";
}
.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  transition: none;
  overflow: visible;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(
    .mdc-text-field--focused
  )
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--textarea .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading[dir="rtl"] {
  border-radius: 0 4px 4px 0;
}
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"]
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing[dir="rtl"] {
  border-radius: 4px 0 0 4px;
}
.mdc-text-field--textarea::before,
.mdc-text-field--textarea::after {
  content: none;
}
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  transform: translateY(-144%) scale(1);
}
.mdc-text-field--textarea .mdc-floating-label--float-above {
  font-size: 0.75rem;
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  transform: translateY(-130%) scale(0.75);
}
.mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
.mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  font-size: 1rem;
}
.mdc-text-field--textarea .mdc-text-field-character-counter {
  left: auto;
  left: initial;
  right: 16px;
  position: absolute;
  bottom: 13px;
}
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter,
.mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
  left: 16px;
  right: auto;
  right: initial;
}
.mdc-text-field--textarea .mdc-text-field__input {
  align-self: auto;
  box-sizing: border-box;
  height: auto;
  margin: 8px 1px 1px 0;
  padding: 0 16px 16px;
  border: none;
  line-height: 1.75rem;
}
.mdc-text-field--textarea
  .mdc-text-field-character-counter
  + .mdc-text-field__input {
  margin-bottom: 28px;
  padding-bottom: 0;
}
.mdc-text-field--textarea .mdc-floating-label {
  top: 17px;
  width: auto;
  pointer-events: none;
}
.mdc-text-field--textarea
  .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-width: 2px;
}
.mdc-text-field--fullwidth {
  width: 100%;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
  display: block;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
  content: none;
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(
    .mdc-text-field--disabled
  ) {
  background-color: rgba(0, 0, 0, 0);
}
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  padding: 0;
}
.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
  resize: vertical;
}
.mdc-text-field--fullwidth.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--textarea) {
  border-bottom-color: #f44336;
}
.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mdc-text-field--dense + .mdc-text-field-helper-line {
  margin-bottom: 4px;
}
.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 0;
  padding-left: 0;
}
.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #292929;
}
.mdc-text-field--focused
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #1f3fcf;
  border-color: var(--mdc-theme-primary, #1f3fcf);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input:hover {
  border-bottom-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
  background-color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #f44336;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  color: #f44336;
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(
    .mdc-text-field--with-leading-icon
  ):not(.mdc-text-field--disabled)
  .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(
    .mdc-text-field--disabled
  )
  .mdc-text-field__icon
  ~ .mdc-text-field__icon {
  color: #f44336;
}
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__input:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ):not(.mdc-text-field--focused)
  .mdc-text-field__icon:hover
  ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #f44336;
}
.mdc-text-field--disabled {
  background-color: hsl(0, 0%, 98%);
  border-bottom: none;
  pointer-events: none;
}
.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom-color: #ebebeb;
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled
  + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.37);
}
.mdc-text-field--disabled .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}
.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
}
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
  border-bottom: none;
}
@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0)) translateY(-31.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0)) translateY(-31.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0)) translateY(-31.75px) scale(0.75);
  }
}
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }
  100% {
    transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
  }
}
@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
  }
}
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
.mdc-text-field__input::-moz-placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
.mdc-text-field__input::placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
.mdc-text-field__input:disabled {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.75;
}
input[type="email"][readonly]:not(.flatpickr-input),
input[type="tel"][readonly]:not(.flatpickr-input),
input[type="text"][readonly]:not(.flatpickr-input),
.mdc-text-field__input[readonly]:not(.flatpickr-input) {
  pointer-events: none;
}
.form__cont {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .form__cont {
    grid-gap: 32px 24px;
  }
}
@media (max-width: 599px) {
  .form__cont {
    grid-gap: 24px 16px;
  }
}
.input__wrp {
  width: auto;
  grid-column-end: span 8;
}
.input__wrp.inline *:not(:last-child),
.input__wrp .inline *:not(:last-child) {
  margin-right: 0.2rem;
}
.input__wrp .inline {
  flex-flow: row wrap;
}
.input__wrp .inline ~ .inline {
  margin-top: 0.75rem;
}
.input__wrp .inline label {
  display: flex;
}
.input__wrp .inline .mdc-checkbox {
  margin-right: 0.2rem !important;
}
.input__wrp .inline .mdc-checkbox {
  width: calc(28px + 0.2rem);
}
.input__wrp .inline .mdc-checkbox + label {
  width: calc(100% - 28px - 0.4rem);
}
.input__wrp .inline .mdc-checkbox + label small {
  margin-top: 0.25rem;
}
.input__wrp .inline .mdc-checkbox + label div {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp .inline .mdc-checkbox + label small {
    margin-top: 0.35rem;
  }
  .input__wrp .inline .mdc-checkbox + label div {
    margin-top: 0.225rem;
  }
}
.input__wrp .inline > div {
  display: flex;
}
.input__wrp
  .inline
  > div:not(:last-child):not(.mdc-checkbox):not(.mdc-radio):not(
    .mdc-text-field-helper-line
  ) {
  margin-right: 1rem;
}
.input__wrp .inline .mdc-text-field-helper-line {
  width: 100%;
}
.input__wrp label {
  font-weight: 700;
  display: block;
}
.input__wrp label + .inline {
  margin-top: 0.75rem;
}
.input__wrp label.mdc-button {
  display: inline-flex;
  font-weight: normal;
}
@media (max-width: 599px) {
  .input__wrp.col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 8;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 8;
  }
}
@media (min-width: 600px) {
  .input__wrp.col_2 {
    grid-column-end: span 4;
  }
  .input__wrp.input__salutation {
    grid-column-end: span 2;
  }
  .input__wrp.input__salutation + .col_2 {
    grid-column-end: span 3;
  }
  .input__wrp.input__salutation + .col_2 + .col_2 {
    grid-column-end: span 3;
  }
}
.input__wrp_checkgroup small {
  font-size: 1rem;
}
.input__wrp_checkgroup .inline .mdc-checkbox + label small {
  margin-top: 0.15rem;
}
@media (max-width: 599px) {
  .input__wrp_checkgroup .inline .mdc-checkbox + label small {
    margin-top: 0.2rem;
  }
}
.input__wrp_checkgroup + .input__wrp_checkgroup {
  margin-top: -1rem;
}
.mdc-checkbox {
  padding: 8px;
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #292929;
}
.mdc-checkbox__checkmark {
  width: 16px;
  height: 16px;
  top: -5px;
  left: 0;
}
.mdc-checkbox__native-control:enabled
  ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
  color: #292929;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-checkbox--is-invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-checkbox--invalid
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-checkbox--is-error
  ~ .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-checkbox + label {
  font-weight: 300;
}
.mdc-checkbox .mdc-checkbox__background {
  top: 8px;
  left: 8px;
}
.mdc-linear-progress__bar-inner {
  border-color: #bc8420;
}
.mdc-radio__background {
  vertical-align: top;
}
.mdc-radio__outer-circle {
  border-width: 1px;
}
.mdc-radio__inner-circle {
  border-width: 6px;
}
.mdc-radio__native-control:checked
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  transform: scale(0.4);
}
.mdc-radio + label {
  font-weight: 300;
  line-height: 28px;
}
textarea {
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}
html.desktop textarea {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop textarea::-webkit-scrollbar {
  width: 6px;
}
html.desktop textarea::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop textarea::-webkit-scrollbar-thumb:active,
html.desktop textarea::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.mdc-text-field {
  display: flex;
  overflow: visible;
  z-index: 1;
}
.mdc-text-field--textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.2s;
}
.mdc-text-field--textarea:hover {
  border-color: #292929;
}
.mdc-text-field--textarea.mdc-text-field--invalid,
.mdc-text-field--textarea.mdc-text-field--is-invalid {
  border-color: #f44336;
}
.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.3;
  margin-top: 1px;
  padding: 8px 0.75rem;
}
.mdc-text-field:before {
  content: none;
}
label + .mdc-text-field {
  margin-top: 4px;
}
.mdc-text-field__input {
  font-weight: 300;
  transition: border-bottom-color 0.2s;
  padding: 0;
}
.mdc-text-field-helper-line {
  flex-flow: column wrap;
}
.mdc-text-field-helper-text {
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 0.5rem;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  opacity: 1;
}
.mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  opacity: 1;
  display: none;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
  color: #000;
}
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: block;
}
.mdc-text-field--is-invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid-min
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--validation-msg {
  display: none;
}
.mdc-text-field--is-error
  + .mdc-text-field-helper-line
  .mdc-text-field-helper-text--error-msg {
  display: block;
}
.mdc-text-field--is-error .mdc-text-field__input {
  border-bottom-color: #f44336 !important;
}
.mdc-text-field.mdc-text-field--disabled {
  background-color: rgba(0, 0, 0, 0);
}
.text__file_field,
.input__file_field {
  display: flex;
}
.text__file_field .input__wrp,
.input__file_field .input__wrp {
  position: relative;
  flex-grow: 1;
}
.text__file_field input[type="file"],
.input__file_field input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text__file_field .mdc-button,
.text__file_field .mdc-button__remove,
.input__file_field .mdc-button,
.input__file_field .mdc-button__remove {
  margin-left: 0.75rem;
}
.text__file_field + .input__file_field,
.input__file_field + .input__file_field {
  margin-top: 16px;
}
.input__file_add {
  margin-top: 16px;
}
.input_file_placeholder {
  background-color: #fff;
  border-bottom: 0;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.text__file_label {
  line-height: 50px;
}
.input__search {
  position: relative;
}
.input__search input {
  padding-right: calc(20px + 1rem);
}
.icon_search {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.input__service_group > label {
  margin-top: 2.25rem;
  margin-bottom: 32px;
}
.input__service_group .input__service_package {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  border: 1px solid #ccc;
  padding: 24px 24px 32px;
}
.input__service_group .input__service_package:first-child {
  margin-top: 0;
}
.input__service_group .input__service_package:hover,
.input__service_group .input__service_package.active {
  border-color: #292929;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(235, 235, 235, 0.5) 50%,
    #ebebeb 100%
  );
}
.input__service_group .label__service {
  position: relative;
  flex-grow: 1;
}
.input__service_group .label__service_package {
  width: calc(100% - 28px - 0.2rem);
}
.input__service_group .label__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
  font-weight: 700;
}
.input__service_group .label__heading.checkbox {
  padding-top: 3px;
}
.input__service_group .label__heading span:first-child {
  padding-right: 8px;
}
@media (max-width: 599px) {
  .input__service_group .label__heading {
    flex-direction: column;
  }
  .input__service_group .label__heading span:last-child {
    padding-top: 16px;
  }
  .input__service_group .label__heading span:first-child {
    padding-top: 0;
  }
}
@media (min-width: 600px) {
  .input__service_group .label__heading .price {
    min-width: 150px;
    text-align: right;
  }
}
.input__service_group .label__body .desc,
.input__service_group .label__body .summary {
  margin-bottom: 16px;
}
.input__service_group .label__body ul,
.input__service_group .label__body ol {
  margin-bottom: 16px;
}
.input__service_group .label__body ul[type="1"],
.input__service_group .label__body ol[type="1"] {
  padding-left: 16px;
}
.input__service_group .mdc-radio,
.input__service_group .mdc-checkbox {
  margin-right: 0.2rem;
}
.input__service_group .cta__dialog_cont {
  cursor: pointer;
  margin-left: auto;
  width: calc(100% - 28px - 0.2rem);
}
.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text--error-msg {
  color: #f44336;
}
.mdc-text-field-helper-text--validation-msg *,
.mdc-text-field-helper-text--error-msg * {
  color: #f44336;
}
.button__wrp {
  margin-top: 1.5rem;
}
.button__wrp .mdc-linear-progress {
  position: absolute;
  bottom: 0;
  left: 0;
}
.form__cont .button__wrp {
  grid-column-end: span 8;
}
.sec_global_form_dealers li {
  display: none;
}
.sec_global_form_dealers li.is_selected {
  margin-top: 1rem;
  display: block;
}
.sec_global_form_dealers li > div {
  margin-top: 0.75rem;
}
@media (min-width: 600px) {
  .sec_form_dealer_others {
    padding-right: 15%;
  }
}
.dialog_form .form_paragraph {
  margin-bottom: 2.25rem;
}
.dialog_form .mdc-dialog--scrollable .mdc-dialog__content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
  border-color: rgba(0, 0, 0, 0);
}
.switch__field {
  display: none;
}
.switch__field.is_selected {
  display: block;
}
.pg__form form.form__cont {
  opacity: 0;
  transition: opacity 0.3s;
}
.pg__form form.form__cont.is_shown {
  opacity: 1;
}
@media (min-width: 600px) {
  .form__cont {
    margin-top: 2.5rem;
  }
  .form__cont .form__cont {
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .form__cont {
    margin-top: 2rem;
  }
  .form__cont .form__cont {
    margin-top: 24px;
  }
}
.form__cont .mdc-button.mdc-button--outlined {
  color: #292929;
  border-color: #292929;
}
.form__cont_singpass .input__singpass ~ div {
  display: none;
}
.form__cont_singpass .input__singpass[style="display: none;"] ~ div {
  display: block;
}
.form__cont_singpass.active .input__singpass ~ div {
  display: block;
}
.form__cont_singpass a.no_txt_link {
  display: inline-block;
  padding-top: 8px;
  cursor: pointer;
}
.form__cont_singpass a.no_txt_link:hover img {
  transform: none;
}
@media (min-width: 1024px) {
  .form__cont_singpass a.no_txt_link {
    padding-top: 0;
  }
}
.form__cont_singpass .form-submit-btn.singpass {
  padding: 10px;
  background-color: #f4333d;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-family: "Swiss 721", Arial, sans-serif;
  color: #fff;
  cursor: pointer;
}
.pg__form.theme__light {
  background-color: #000;
}
.pg__form header h1 {
  text-transform: uppercase;
}
.pg__form header h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .pg__form header h1 {
    font-size: 2.667rem;
  }
}
.sec__form_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sec__form_bg:after {
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(
    to top,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.738) 19%,
    hsla(0, 0%, 0%, 0.541) 34%,
    hsla(0, 0%, 0%, 0.382) 47%,
    hsla(0, 0%, 0%, 0.278) 56.5%,
    hsla(0, 0%, 0%, 0.194) 65%,
    hsla(0, 0%, 0%, 0.126) 73%,
    hsla(0, 0%, 0%, 0.075) 80.2%,
    hsla(0, 0%, 0%, 0.042) 86.1%,
    hsla(0, 0%, 0%, 0.021) 91%,
    hsla(0, 0%, 0%, 0.008) 95.2%,
    hsla(0, 0%, 0%, 0.002) 98.2%,
    hsla(0, 0%, 0%, 0) 100%
  );
}
.sec__form {
  position: relative;
}
@media (min-width: 1024px) {
  .sec__form .sec__wrapper:before {
    height: calc(100% - 100px - 2rem);
  }
}
.sec__form .sec__cont {
  min-height: 70vh;
  position: relative;
}
.sec__form .sec__cont:before,
.sec__form .sec__cont:after {
  width: 100vw;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.sec__form .sec__cont:after {
  background-color: #fff;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) calc(100% - 6rem),
    #f5f5f5 100%
  );
}
@media (max-width: 599px) {
  .sec__form > .sec__wrapper:not(.layout_grid) {
    padding-top: calc(50px + 1.5rem);
  }
  .sec__form .sec__cont {
    width: calc(100% - 16px);
    padding-top: 32px;
  }
  .sec__form .sec__cont:after,
  .sec__form .sec__cont:before {
    bottom: -16px;
  }
  .sec__form .sec__cont:before {
    box-shadow: 0.75rem -0.5rem 0.75rem rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__form > .sec__wrapper:not(.layout_grid) {
    padding-top: calc(50px + 3rem);
  }
  .sec__form .sec__cont {
    width: calc(100% - 4rem);
    padding-top: 40px;
    padding-right: 4rem;
  }
  .sec__form .sec__cont:after,
  .sec__form .sec__cont:before {
    bottom: -16px;
  }
  .sec__form .sec__cont:before {
    box-shadow: 1.5rem -1rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .sec__form > .sec__wrapper:not(.layout_grid) {
    padding-top: calc(100px + 3rem);
  }
  .sec__form .sec__cont {
    width: 940px;
    padding-top: 60px;
    padding-right: 17.5%;
  }
  .sec__form .sec__cont:after,
  .sec__form .sec__cont:before {
    bottom: -40px;
  }
  .sec__form .sec__cont:before {
    box-shadow: 1.5rem -1rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  padding-right: 44px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px 0 12px;
}
.iti__arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__country.iti__highlight {
  background-color: #ebebeb;
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 12px;
  padding-left: 66px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #ebebeb;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 8px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 0px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../img/resources/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/resources/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: rgba(0, 0, 0, 0);
}
.tel-input-field {
  z-index: 305;
}
.tel-input-field.country-open {
  z-index: 405;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag {
  background-color: #f5f5f5;
  background-image: url(../img/resources/flags@2x.png);
  background-size: 5652px 15px;
  box-shadow: 0 0 0 1px #d7d7d7;
  transform: scale(1.25);
  transform-origin: 100% 50%;
}
.iti__arrow {
  width: 8px;
  height: 8px;
  border: 0 none;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.iti__arrow--up {
  transform: rotate(225deg) translate(-50%, -3px);
}
html.desktop .iti__country-list {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html.desktop .iti__country-list::-webkit-scrollbar {
  width: 6px;
}
html.desktop .iti__country-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb {
  background: linear-gradient(
    rgba(41, 41, 41, 0.8) 0%,
    #292929 50%,
    rgba(41, 41, 41, 0.8) 100%
  );
}
html.desktop .iti__country-list::-webkit-scrollbar-thumb:active,
html.desktop .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.iti__country {
  padding: 8px 12px 8px 16px;
}
.iti-mobile .iti__country {
  padding-right: 12px;
  padding-left: 16px;
}
.iti__country-name {
  color: #292929;
}
.iti__dial-code {
  color: #b3b3b3;
}
.iti__selected-flag {
  padding: 0 12px 0 16px;
}
.iti__selected-flag:focus {
  outline: none;
}
.iti-mobile .iti--container {
  top: 3rem;
  bottom: 3rem;
  z-index: 10001;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-input.input_readonly {
  pointer-events: none;
}
.flatpickr-calendar {
  font-size: 16px;
  border-radius: 0;
  box-shadow: 1px 0 0 #ccc, -1px 0 0 #ccc, 0 1px 0 #ccc, 0 -1px 0 #ccc,
    0 3px 13px rgba(0, 0, 0, 0.08);
  margin-top: -2px;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  content: none;
}
.flatpickr-days {
  padding-bottom: 6px;
}
.flatpickr-day {
  font-weight: 300;
  color: #292929;
}
.flatpickr-day:focus,
.flatpickr-day:hover {
  background: #ebebeb;
  border-color: #ebebeb;
}
.flatpickr-day.today {
  border-color: #ccc;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  background: #ccc;
  border-color: #ccc;
}
.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: #292929;
  border-color: #292929;
}
.flatpickr-months .flatpickr-month {
  height: 40px;
}
.flatpickr-months .flatpickr-month:before {
  width: calc(100% - 20px);
  content: "";
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #000;
}
.flatpickr-current-month {
  font-size: 1rem;
  height: 32px;
  padding-top: 8px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -moz-text-align-last: right;
  text-align-last: right;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #fff;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: #fff;
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  font-weight: 300;
  direction: rtl;
}
.flatpickr-weekdays {
  margin-top: 6px;
}
.flatpickr-time input {
  font-size: 16px;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 300;
}
span.flatpickr-weekday {
  font-size: 14px;
}
.numInputWrapper:hover {
  background: #fff;
}
.input__datepicker {
  position: relative;
}
.input__datepicker input {
  padding-right: calc(20px + 1rem);
}
.icon_calendar {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.sec_global_form_dealers li {
  display: none;
}
.sec_global_form_dealers li.is_selected {
  margin-top: 1rem;
  display: block;
}
.sec_global_form_dealers li > div {
  margin-top: 0.75rem;
}
.select__global_dealers.hide_dealerinfo .sec_global_form_dealers {
  display: none;
}
.input_button {
  font-size: 0;
  pointer-events: none;
}
.input__singpass .logo {
  position: relative;
  top: 3px;
}
@media (min-width: 1024px) {
  .input__singpass .sub-title {
    position: relative;
    top: -10px;
    margin-right: 8px;
  }
}
.input__singpass .mdc-button {
  border-radius: 4px;
}
.input__singpass .mdc-button.mdc-button--unelevated:not(:disabled) {
  background-color: #eb1c24;
}
.form_info__with_icon img,
.form_info__with_icon span {
  vertical-align: middle;
}
.form_info__with_icon img + span {
  display: inline;
  padding-left: 8px;
}
@media (max-width: 599px) {
  .form_info__with_icon {
    position: relative;
    padding-left: 35px;
  }
  .form_info__with_icon img {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .form_info__with_icon img + span {
    padding-left: 0;
  }
}
.sec__form_contact {
  padding: 48px 0;
  position: relative;
}
@media (max-width: 599px) {
  .sec__form_contact .layout_grid {
    padding: 0 16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__form_contact .layout_grid {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .sec__form_contact .layout_grid {
    padding: 0 40px;
  }
}
.sec__form_contact .layout_grid [class^="layout_grid_cell"] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.sec__form_contact > div {
  position: relative;
}
@media (min-width: 1024px) {
  .sec__form_contact > div {
    width: 1280px;
  }
}
.sec__form_contact h5 {
  margin-bottom: 1.25rem;
}
.sec__form_contact p:not(:last-of-type) {
  margin-bottom: 8px;
}
.input__label_group h4 {
  margin-top: 2.25rem;
}
.input__label_group h4 + p,
.input__label_group h4 + ol,
.input__label_group h4 + ul,
.input__label_group label + p,
.input__label_group label + ol,
.input__label_group label + ul,
.input__label_group p + p,
.input__label_group p + ol,
.input__label_group p + ul {
  margin-top: 16px;
}
.input__label_group ul li + li,
.input__label_group ol li + li {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .form_right_bg .sec__keep_me_informed_form {
    z-index: 0;
    padding-right: 15%;
    width: 1280px;
  }
  .form_right_bg > section {
    width: 65%;
  }
  .form_right_bg > aside {
    width: 35%;
  }
  .form_right_bg .sec__cont {
    padding-top: 140px;
  }
  .form_right_bg .sec__keep_me_informed_form {
    padding-top: 20px;
  }
}
.form_right_bg .sec__keep_me_informed_bg {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.form_right_bg .sec__keep_me_informed_bg picture {
  width: 100%;
  height: 100%;
}
.form_right_bg .sec__keep_me_informed_bg picture img {
  object-fit: cover;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
}
#dialog_form_singpass_error .mdc-dialog__scrim {
  pointer-events: none;
}
