@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?iefix") format("eot");
  src: url("../fonts/Roboto-Light.woff") format("woff");
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-display: fallback;
  font-weight: 300;
  font-style: light; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?iefix") format("eot");
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: fallback;
  font-weight: 500;
  font-style: regular; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

html {
  font-size: 16px; }

body {
  font-family: "Roboto";
  font-weight: 500;
  overflow: hidden; }

input, label, img, p, a, button, fieldset, ul {
  margin: 0;
  padding: 0; }

img {
  display: block;
  width: 100%; }

/* Input styles */
input, textarea {
  width: 100%;
  border: 1px solid #5A5A5A;
  font-family: "Roboto";
  font-size: 1.125rem;
  background-color: transparent;
  padding: 2.5rem 1.25rem 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: "Roboto";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #5A5A5A;
    font-size: 0.875rem; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: "Roboto";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #5A5A5A;
    font-size: 0.875rem; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-family: "Roboto";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #5A5A5A;
    font-size: 0.875rem; }
  input::placeholder, textarea::placeholder {
    font-family: "Roboto";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #5A5A5A;
    font-size: 0.875rem; }
  input:focus, textarea:focus {
    outline: none;
    background: #fff !important;
    border: 1px solid #fff !important; }

.input-box {
  position: relative; }
  .input-box span {
    position: absolute;
    top: 2.5rem;
    left: 1.25rem;
    font-family: "Roboto";
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #5A5A5A; }

/* Position styles */
.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

/* Element styles */
.screen {
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.grid-box {
  display: grid; }

.grid-box.two-columns {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }

.grid-box.column-3 {
  grid-template-columns: minmax(175px, 1fr) minmax(175px, 1fr) minmax(350px, 2fr); }

.grid-box.column-4 {
  grid-template-columns: minmax(175px, 1fr) minmax(175px, 1fr) minmax(175px, 1fr) minmax(175px, 1fr); }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible !important; }

/* Button and links style */
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button {
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap; }
  button span {
    font-family: "Roboto";
    color: #707070;
    font-size: 1rem;
    font-weight: 500; }
  button:focus {
    outline: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 21.875rem;
  width: 100%;
  height: 5.625rem;
  font-family: "Roboto";
  color: #707070;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  .btn .bg-btn {
    background: #F0EBE7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn .text-btn {
    font-size: 1rem;
    font-weight: 500;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn:hover .bg-btn {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background: #999B94; }
  .btn:hover .text-btn {
    color: #fff; }

.link--line {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  color: #BEB8A4;
  text-decoration: none;
  position: relative; }
  .link--line:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #beb8a4;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .link--line:hover {
    color: #5a5a5a; }
  .link--line:hover:after {
    width: 140%;
    background: #5a5a5a; }

.link--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.375rem;
  height: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .link--arrow svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.125rem;
    width: auto; }
  .link--arrow .cls-1 {
    fill: #BEB8A4; }
  .link--arrow:hover {
    width: 2.625rem; }
  .link--arrow:hover .cls-1 {
    fill: #5a5a5a; }

.close .cls-1 {
  fill: #999b94; }

/* Text styles */
.uppercase {
  text-transform: uppercase; }

.plain-text {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.44em; }
  .plain-text p {
    margin-bottom: 1.25em; }
    .plain-text p:last-child {
      margin-bottom: 0; }

.clarifying-text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.44em; }
  .clarifying-text p {
    margin-bottom: 1.25em; }
    .clarifying-text p:last-child {
      margin-bottom: 0; }

.color--grey {
  color: #9EA4AC; }

.description {
  line-height: 1.5;
  letter-spacing: 0.009375rem; }

.scroll-top {
  width: 100%;
  z-index: 3;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 2.5rem; }
  .scroll-top .top--btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .scroll-top .top--btn .symbol {
      display: none;
      width: 3.125rem;
      margin-bottom: 0.75rem; }
    .scroll-top .top--btn .logo-img {
      width: 17.125rem; }

.b24-widget-button-position-bottom-left.b24-widget-button-wrapper {
  display: none; }

/* Preloader styles */
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: #BEB8A4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-animation: preloader 1s linear 3s 1, del-box 0.3s linear 4s 1;
          animation: preloader 1s linear 3s 1, del-box 0.3s linear 4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .preloader .symbol {
    width: 5rem;
    -webkit-animation: rotate 1s linear infinite, hidden-box 1s linear 1s 1;
            animation: rotate 1s linear infinite, hidden-box 1s linear 1s 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .preloader .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    width: 45rem;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: show-box 1s ease 1s 1, logo 1s ease 2s 1;
            animation: show-box 1s ease 1s 1, logo 1s ease 2s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .preloader .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: #f0ebe7;
    -webkit-animation: bg-animate-width 1s linear 1, bg-animate-height 1s ease 1s 1;
            animation: bg-animate-width 1s linear 1, bg-animate-height 1s ease 1s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@-webkit-keyframes bg-animate-width {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes bg-animate-width {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
@-webkit-keyframes bg-animate-height {
  from {
    height: 0.5rem; }
  to {
    height: 100%; } }
@keyframes bg-animate-height {
  from {
    height: 0.5rem; }
  to {
    height: 100%; } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes hidden-box {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@keyframes hidden-box {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@-webkit-keyframes show-box {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes show-box {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@-webkit-keyframes preloader {
  to {
    height: 0; } }
@keyframes preloader {
  to {
    height: 0; } }
@-webkit-keyframes logo {
  to {
    width: 17.5rem;
    top: 4.4375rem; } }
@keyframes logo {
  to {
    width: 17.5rem;
    top: 4.4375rem; } }
@-webkit-keyframes del-box {
  to {
    opacity: 0;
    visibility: hidden;
    display: none; } }
@keyframes del-box {
  to {
    opacity: 0;
    visibility: hidden;
    display: none; } }
/* Header styles */
header {
  background: #F0EBE7;
  padding: 3.4375rem 1.5vw 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 3; }
  header .logo {
    max-width: 17.5rem;
    min-width: 200px;
    margin: 0 auto; }
    header .logo svg {
      width: 100%; }
      header .logo svg .cls-1 {
        fill: #bdb8a6;
        fill-rule: evenodd;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .logo svg .cls-1:hover .cls-1 {
          fill: #5A5A5A; }
  header nav {
    margin-top: 9.5rem;
    margin-bottom: 5.25rem;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    header nav .link--line {
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 1.875rem;
      color: #BEB8A4; }
      header nav .link--line:last-child {
        margin-bottom: 0; }
  header .close-menu {
    display: none;
    width: 30px;
    margin: 0 auto; }
    header .close-menu .cls-1 {
      fill: #999B94; }

/* Hero screen */
.screen--hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4.25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* Screen two */
.screen--two {
  padding-top: 11.45vw;
  padding-bottom: 11.45vw;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 59%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .screen--two .title {
    font-size: 6.125rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #5A5A5A;
    max-width: 65vw; }
  .screen--two .text-box {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.07;
    margin-bottom: 6rem;
    color: #BEB8A4;
    max-width: 65vw; }

/* Screen thri */
.screen--thri {
  padding-top: 3.65%;
  padding-bottom: 7.3%;
  background: #beb8a4;
  position: relative; }
  .screen--thri .text-box {
    width: 60.4vw;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.2; }
  .screen--thri .symbol {
    width: 5rem;
    margin-bottom: 12.5%; }
  .screen--thri .autograph {
    width: 18.125rem;
    position: absolute;
    right: 30vw;
    bottom: 4vw; }

/* Screen fourth */
.screen--fourth {
  padding-top: 17.7vw;
  padding-bottom: 2.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .screen--fourth .title {
    width: 54%;
    margin: 0 auto;
    margin-bottom: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .screen--fourth .title svg {
      width: 100%; }
    .screen--fourth .title .cls-1 {
      isolation: isolate;
      font-size: 127px;
      fill: #fff;
      font-family: "Roboto";
      font-weight: 300;
      letter-spacing: 0.29em; }
  .screen--fourth .symbol {
    width: 5rem;
    margin: 0 auto; }

/* Screen collections */
.collections {
  padding-left: 1.5vw;
  padding-top: 4.5vw;
  padding-bottom: 2.5vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto; }
  .collections .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1em;
    letter-spacing: 0.3em; }
  .collections .box {
    display: block;
    width: 100%;
    overflow-x: auto; }
  .collections .grid-box {
    margin-right: 1.5vw; }
  .collections .column-3 .item {
    overflow: hidden; }
  .collections .column-4 {
    padding-top: 2.5vw; }
    .collections .column-4 .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-right: 1.875rem; }
  .collections .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.625rem;
    font-weight: 300;
    color: #000;
    line-height: 1.07;
    margin-bottom: 0.75rem; }
  .collections .text {
    line-height: 1.1875;
    color: #ACACAC;
    margin-bottom: auto; }
  .collections .link--line {
    margin-top: 2rem;
    margin-bottom: 0.55rem; }

/* Buyers screen */
.buyers {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  position: relative; }
  .buyers .left {
    padding: 4vw 5.2vw 3.15vw 1.5vw;
    background: #beb8a4;
    color: #fff; }
    .buyers .left svg {
      width: 140%;
      z-index: 2;
      position: relative; }
    .buyers .left .cls-1 {
      isolation: isolate;
      font-size: 130px;
      fill: #fff;
      font-family: "Roboto";
      font-weight: 300;
      letter-spacing: 0.3em; }
    .buyers .left .text-box {
      padding-right: 10rem;
      margin-top: 3.25rem; }
    .buyers .left .btn {
      margin-top: 3.25rem; }
  .buyers .right {
    z-index: 1;
    position: relative; }
    .buyers .right .symbol {
      width: 8%;
      min-width: 25px;
      position: absolute;
      top: 6%;
      left: 7%; }

.contact.absolute {
  bottom: 2.5rem;
  left: 1.5vw; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact .headline {
    font-size: 2.375rem;
    color: #808080;
    font-weight: 300;
    letter-spacing: 0.3em; }
  .contact .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6.25rem; }
    .contact .mail span {
      width: 1.75rem;
      margin-right: 2.5rem; }
    .contact .mail .link--text {
      text-decoration: none;
      color: #000000;
      font-size: 1.625rem; }
      .contact .mail .link--text:hover {
        color: #BEB8A4; }
  .contact .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 7.8125vw;
    padding-bottom: 5.2vw; }
  .contact .title {
    font-size: 1.625rem;
    color: #9EA4AC;
    font-weight: 300;
    margin-right: 40px; }
  .contact .link--social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1.875rem; }
    .contact .link--social path {
      fill: #9ea4ac;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .contact .link--social:last-child {
      margin-right: 0; }
    .contact .link--social:hover path {
      fill: #BEB8A4; }
  .contact .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: auto; }
  .contact #facebook, .contact #instagram {
    width: 2.5rem; }
    .contact #facebook .cls-1, .contact #instagram .cls-1 {
      fill: none; }
    .contact #facebook .cls-2, .contact #instagram .cls-2 {
      fill: #9ea4ac; }

/* Footer styles */
footer {
  background: #fff;
  padding: 1rem 0;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  footer .logo-box svg {
    width: 13.625rem; }
  footer .logo-box .cls-1 {
    fill: #bdb8a6;
    fill-rule: evenodd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  footer .logo-box:hover .cls-1 {
    fill: #5A5A5A; }
  footer .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    footer .flex-box a {
      font-size: 1.625rem;
      color: #BEB8A4;
      margin-right: 5.625rem; }
    footer .flex-box .copywrite {
      margin-left: auto; }

/* Modals */
.modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6vw 19vw 4vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: #F0EBE7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 5; }
  .modal .logo {
    width: 22rem;
    margin: 0 auto; }
  .modal .symbol {
    width: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0; }
    .modal .symbol .cls-1 {
      fill: #999B94;
      isolation: isolate; }

#modal--ask .close {
  width: 1.875rem;
  position: absolute;
  top: 6vw;
  right: 5.2vw;
  cursor: pointer; }
#modal--ask .flex-box {
  width: 100%; }
#modal--ask form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #modal--ask form .input-box {
    width: 31%;
    margin-right: 3.5%; }
    #modal--ask form .input-box:last-of-type {
      margin-right: 0; }
  #modal--ask form .input-box, #modal--ask form textarea {
    margin-top: 3.5%; }
  #modal--ask form .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 2.5%;
    padding: 2rem 6.5rem;
    background: #fff;
    color: #707070; }
    #modal--ask form .submit:hover {
      background: #999b94;
      color: #fff; }
/*# sourceMappingURL=style.css.map */