.fb-button {
  border-radius: 2.1rem;
  box-sizing: border-box;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.1rem 2rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-decoration: none;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
}
.fb-button::before {
  content: "";
  position: absolute;
  background: #333;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 2.1rem;
  z-index: 1;
  transform: scale(0, 0);
  transition: transform 0.2s;
}
.fb-button:hover::before, .fb-button:active::before, .fb-button:focus::before {
  transform: scale(1, 1);
}
.fb-button span {
  position: relative;
  z-index: 3;
}

.fb-center {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 32px;
  min-height: 100%;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}
h1.fb-highlight, h2.fb-highlight, h3.fb-highlight, h4.fb-highlight, h5.fb-highlight, h6.fb-highlight {
  background-clip: text;
  -webkit-background-clip: text;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
  background-size: 100%;
  color: transparent;
}
.html-browser-ie h1.fb-highlight, .html-browser-ie h2.fb-highlight, .html-browser-ie h3.fb-highlight, .html-browser-ie h4.fb-highlight, .html-browser-ie h5.fb-highlight, .html-browser-ie h6.fb-highlight {
  background: transparent;
  color: #ff7e5f;
}

h2 {
  font-size: 2.6rem;
  font-size: calc(2rem + 1vw);
}

h3 {
  font-size: 2.4rem;
  font-size: calc(1.8rem + 0.9vw);
}

p {
  font-size: 1.2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-space {
  height: 96px;
}

.col-3 {
  width: 25%;
  flex: 1 1 25%;
}

.col-4 {
  width: 33.333%;
  flex: 1 1 33.333%;
}

.col-6 {
  width: 50%;
  flex: 1 1 50%;
}

.col-8 {
  width: 66.666%;
  flex: 1 1 66.666%;
}

.col-12 {
  width: 100%;
  flex: 1 1 100%;
}

@media (max-width: 720px) {
  .col-xs-12 {
    width: 100%;
    flex: 1 1 100%;
  }

  .col-xs-hide {
    display: none;
  }
}
sup a {
  text-decoration: none;
  color: #ff7e5f;
}
sup a:hover {
  text-decoration: underline;
}

.fb-backtotop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: #bbb;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s, opacity 0.2s;
  cursor: pointer;
}
.fb-backtotop.active {
  opacity: 1;
  visibility: visible;
}
.fb-backtotop img {
  width: 60%;
  margin: 20%;
  height: auto;
}

.fb-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  visibility: hidden;
  z-index: 10;
  transition: visibility 0.6s, background-color 0.6s;
}
.fb-popup.active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.fb-popup.active .fb-popup-window {
  transform: translateY(-50%);
  opacity: 1;
}
.fb-popup .fb-popup-window {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-200%);
  max-width: 512px;
  min-height: 450px;
  background: #fff;
  margin: 0 auto;
  opacity: 0;
  border-radius: 10px;
  padding-bottom: 5.4rem;
  transition: transform 0.6s, opacity 0.3s;
}
.fb-popup .fb-popup-window .fb-popup-title {
  width: 100%;
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0 1.3rem;
  box-sizing: border-box;
  margin-bottom: 16px;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
  color: #fff;
  font-size: 1.4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fb-popup .fb-popup-window .fb-popup-title .fb-popup-title-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  padding: 17px;
  cursor: pointer;
}
.fb-popup .fb-popup-window .fb-popup-content {
  padding: 0 1.3rem;
  margin: -24px 0 0;
}
.fb-popup .fb-popup-window .fb-popup-submit {
  border: 0;
  margin: 2rem auto 0;
  display: block;
  width: 200px;
  transition: color 0.2s;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.fb-popup .fb-popup-window .fb-popup-submit:hover, .fb-popup .fb-popup-window .fb-popup-submit:focus {
  color: rgba(0, 0, 0, 0.81);
}
.fb-popup .fb-popup-window .fb-popup-submit::before {
  background: #fff;
}

.fb-notification {
  position: fixed;
  left: 0;
  right: 0;
  top: 48px;
  padding: 16px 24px;
  /* background: #666; */
  display: table;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 10px;
  width: 300px;
  color: rgba(0, 0, 0, 0.81);
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s, visibility 0.6s;
}
.fb-notification.fb-notification-error {
  width: 400px;
  background: #ed213a;
  background: linear-gradient(to right, #ed213a, #93291e);
}
.fb-notification.fb-notification-error .fb-notification-text {
  color: #fff;
  background: transparent;
  background-clip: border-box;
}
.fb-notification.fb-notification-success .fb-notification-icon {
  top: 14px;
  width: 28px;
  right: 18px;
}
.fb-notification.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.fb-notification .fb-notification-text {
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
  background-clip: text;
  color: transparent;
}
.fb-notification .fb-notification-icon {
  position: absolute;
  right: 16px;
  top: 13px;
  width: 32px;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
  background-clip: text;
}
.fb-notification .fb-notification-icon.fb-loading {
  animation: spinning 1s linear infinite;
}

@keyframes spinning {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
header.fb-top {
  min-height: 720px;
  height: 100vh;
  max-height: 1080px;
  background: #333;
  position: relative;
  overflow: hidden;
}
header.fb-top .fb-top-menu-button {
  display: none;
}
header.fb-top .fb-top-menu {
  position: absolute;
  right: 32px;
  top: 10%;
}
header.fb-top .fb-top-menu .fb-top-menu-list {
  margin: 0;
  padding: 0;
  position: relative;
  top: 4px;
}
header.fb-top .fb-top-menu .fb-top-menu-list li {
  display: inline-block;
}
header.fb-top .fb-top-menu .fb-top-menu-list li a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  outline: none;
}
header.fb-top .fb-top-menu .fb-top-menu-list li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #fff;
  left: -16px;
  top: 50%;
  transform: scale(0, 0);
  transition: transform 0.3s;
}
header.fb-top .fb-top-menu .fb-top-menu-list li:hover a::after {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.32, 1.17, 0.52, 2.2);
}
header.fb-top .fb-top-logo {
  position: absolute;
  left: 32px;
  top: 10%;
  color: #fff;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
}
header.fb-top .fb-top-text {
  position: absolute;
  left: 32px;
  top: 40%;
  color: #fff;
  font-size: 4rem;
}
header.fb-top .fb-top-text span {
  width: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
  white-space: nowrap;
}
header.fb-top .fb-top-description {
  position: absolute;
  left: 34px;
  top: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
header.fb-top .fb-top-cta {
  position: absolute;
  left: 32px;
  top: 60%;
}
header.fb-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  height: 200px;
  background-image: url(../img/transition-top.svg);
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fb-section-white {
  padding-top: 106px;
  padding-bottom: 106px;
}

.fb-section-dark {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #333;
  color: #fff;
}

.fb-section-color {
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
  position: relative;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
}
.fb-section-color:not(.fb-flat)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -122px;
  height: 200px;
  background-image: url(../img/transition-top.svg);
  transform: rotateZ(180deg);
}
.fb-section-color:not(.fb-flat)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -132px;
  height: 200px;
  background-image: url(../img/transition-top.svg);
}

.fb-short .fb-short-item {
  padding: 0 16px;
}
.fb-short .fb-short-item h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.fb-short .fb-short-item img {
  width: 64px;
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}

.fb-offer {
  padding: 0;
  margin-bottom: 64px;
}
.fb-offer .fb-center {
  width: 100%;
}
.fb-offer .fb-offer-title {
  text-align: center;
  margin-top: 96px;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
.fb-offer .fb-offer-item {
  min-height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*&.fb-offer-item-web {
    background-image: url(/img/iPad.png);
    background-size: 256px + 128px;
    background-position: right 240px top 60%;
  }

  &.fb-offer-item-application {
    background-image: url(/img/notebook.png);
    background-size: 512px;
    background-position: left 190px top 53%;
  }

  &.fb-offer-item-mobile {
    background-image: url(/img/smartphone.png);
    background-position: right 256px top 55%;
  }*/
}
.fb-offer .fb-offer-item .fb-offer-item-content {
  max-width: 50%;
}
.fb-offer .fb-offer-item .fb-offer-item-image {
  position: absolute;
  left: 75%;
  height: 512px;
  width: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fb-offer .fb-offer-item:nth-child(2n+1) {
  min-height: 600px;
}
.fb-offer .fb-offer-item:nth-child(2n+1) .fb-offer-item-content {
  float: right;
}
.fb-offer .fb-offer-item:nth-child(2n+1) .fb-offer-item-image {
  right: 55%;
  transform: translateY(-50%);
  max-height: 40vw;
  left: auto;
}

.fb-contact-title {
  font-size: 3.4rem;
}

.fb-contact .col-6 {
  max-width: 496px;
  margin: 0 auto;
  box-sizing: border-box;
}
.fb-contact .col-6:first-child {
  padding-right: 16px;
}
.fb-contact .col-6:nth-child(2) {
  padding-left: 16px;
}
.fb-contact .fb-contact-label {
  display: inline-block;
  margin-top: 32px;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.fb-contact .fb-contact-label::after {
  content: "";
  height: 2px;
  /*background-image: linear-gradient(150deg, #21D4FD 0%, #B721FF 100%);
  background-image: linear-gradient(to right, #dce35b, #45b649);
  background-image: linear-gradient(to right, #ee0979, #ff6a00);
  background-image: linear-gradient(320deg, #fc00ff, #00dbde);
  background-image: linear-gradient(150deg, #00bf8f, #001510);
  background-image: linear-gradient(to right, #232526, #414345);
  background-image: linear-gradient(to right, #ffe259, #ffa751);*/
  background-color: #ff7e5f;
  background-image: linear-gradient(320deg, #ff7e5f, #feb47b);
  /*background-image: linear-gradient(149deg, #FBDA61 0%, #FF5ACD 100%);
  background-image: linear-gradient(135deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(150deg, #08AEEA 0%, #2AF598 100%);*/
  display: block;
}
.fb-contact .fb-contact-dropdown {
  position: relative;
}
.fb-contact .fb-contact-dropdown select {
  cursor: pointer;
  background-image: url(/img/dropdown.svg);
  background-size: 24px 24px;
  background-position: right 16px top 14px;
  background-repeat: no-repeat;
}
.fb-contact .fb-contact-phone a, .fb-contact .fb-contact-ico a {
  color: #fff;
  text-decoration: none;
}
.fb-contact textarea, .fb-contact input, .fb-contact select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  border: 2px solid #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 0.5rem;
  margin-top: 16px;
  box-shadow: none;
  -webkit-appearance: none;
}
label + .fb-contact textarea, label + .fb-contact input, label + .fb-contact select {
  margin-top: 0;
}
.fb-contact textarea:focus:required:invalid, .fb-contact input:focus:required:invalid, .fb-contact select:focus:required:invalid {
  border-color: red;
  outline: none;
  box-shadow: none;
}
.fb-contact input {
  padding: 0.5rem 0.5rem 0.5rem 3.4rem;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.fb-contact input[name=name] {
  background-image: url(/img/avatar.png);
}
.fb-contact input[name=email] {
  background-image: url(/img/email.png);
}
.fb-contact textarea {
  resize: vertical;
  min-height: 160px;
  padding: 0.8rem;
  font-size: 1.2rem;
  border-bottom-right-radius: 10px;
  overflow: auto;
}
.fb-contact select {
  padding-left: 1rem;
}
.fb-contact .fb-contact-submit {
  border: 0;
  margin: 2rem auto 0;
  display: block;
  width: 200px;
}
.fb-contact .fb-contact-submit:focus, .fb-contact .fb-contact-submit:active {
  outline: none;
  border: none;
  -moz-outline-style: none;
}

@media (max-width: 976px) {
  header.fb-top .fb-top-menu-button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 32px;
    top: 32px;
    margin-top: 8px;
    cursor: pointer;
    display: block;
    z-index: 6;
  }
  header.fb-top .fb-top-menu {
    display: none;
  }
  header.fb-top .fb-top-menu.active {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 5;
    position: fixed;
  }
  header.fb-top .fb-top-menu.active ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    top: 20%;
    height: 80%;
    text-align: center;
  }
  header.fb-top .fb-top-logo {
    top: 32px;
    z-index: 6;
  }
  header.fb-top .fb-top-text {
    font-size: 2.2rem;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30vh;
    right: auto;
    font-size: calc(1rem + 6vw);
    width: 95vw;
    text-align: center;
    position: relative;
  }
  header.fb-top .fb-top-description {
    font-size: 1.6rem;
    left: 32px;
    right: 32px;
    text-align: center;
    top: 40%;
    padding-top: 10%;
    position: relative;
    left: 0;
    right: 0;
  }
  header.fb-top .fb-top-cta {
    margin: 0 auto;
    top: 70%;
    left: 0;
    right: 0;
    width: 260px;
    text-align: center;
  }
}
@media (max-width: 720px) {
  section.fb-section-white {
    padding: 54px 0 40px;
    z-index: 2;
    position: relative;
  }

  .fb-offer .fb-offer-title {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .fb-offer .fb-offer-item .fb-offer-item-content {
    max-width: 100%;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 64px;
  }
  .fb-offer .fb-offer-item .fb-offer-item-content::after {
    content: "";
    clear: both;
    display: table;
  }

  .fb-offer .fb-offer-item {
    height: auto;
    max-height: unset;
    min-height: unset;
  }

  .fb-offer .fb-offer-item .fb-offer-item-image {
    position: relative;
    left: 0;
    right: 0 !important;
    top: unset;
    margin: 0 auto;
    transform: none;
    padding: 32px 0;
    display: none;
  }

  .fb-short .fb-short-item img {
    margin-top: 48px;
  }

  .fb-short .col-4:first-child .fb-short-item img {
    margin-top: 0;
  }

  .fb-contact .row {
    flex-direction: column-reverse;
  }
  .fb-contact .row .col-6 {
    padding: 0;
  }
  .fb-contact .row .col-6:last-child {
    margin-bottom: 64px;
  }
}
body {
  margin: 0;
  background: #f4f4f4;
  width: 100%;
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}

body, a, p {
  font-family: "Open Sans", sans-serif;
}

/*# sourceMappingURL=main.css.map */
