main {
  overflow: hidden;
}

body, html {
  background-color: #f5f5f5;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}

.margin {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 30px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button, textarea {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  font-family: "Onest", sans-serif;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: none;
}

.header__wrap {
  height: 108px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .header__wrap {
    height: 65px;
  }
}
.header svg {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: 45px;
}
@media (max-width: 576px) {
  .header svg {
    width: 135px;
    height: 41px;
  }
}

.banner {
  background-image: linear-gradient(to bottom right, #005ca9 0%, #0abbef 100%);
  padding: 150px 0;
  margin-bottom: 25px;
}
.banner__wrap {
  padding: 0 120px;
}
@media (max-width: 990px) {
  .banner__wrap {
    padding: 0 20px;
  }
}
.banner h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #fff;
  margin: 5px 0;
}
.banner h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer-bottom-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #005CA9;
  min-height: 84px;
}
#footer-bottom-wrapper p, #footer-bottom-wrapper a, #footer-bottom-wrapper span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

#footer-bottom {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  flex-flow: row wrap;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0 8%;
  padding: 20px 0;
}
#footer-bottom .logo,
#footer-bottom #copy,
#footer-bottom #footer-nav-meta,
#footer-bottom #footer-social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  flex-grow: 0;
  align-items: center;
  box-sizing: border-box;
  min-height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  #footer-bottom .logo,
  #footer-bottom #copy,
  #footer-bottom #footer-nav-meta,
  #footer-bottom #footer-social {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  #footer-bottom .logo,
  #footer-bottom #copy,
  #footer-bottom #footer-nav-meta,
  #footer-bottom #footer-social {
    width: 100%;
    margin-right: 0;
  }
}
#footer-bottom #footer-social {
  margin-right: 0;
}
#footer-bottom .logo > .logo-placeholder,
#footer-bottom .logo > a {
  white-space: nowrap;
  width: 126px;
  height: 38px;
  display: block;
  background-image: url("../../images/sedo-logo.svg");
  background-size: 126px 38px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 568px) {
  #footer-nav-meta {
    width: 100%;
  }
}
#footer-nav-meta ul {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}
#footer-nav-meta li {
  box-sizing: border-box;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer-nav-meta li:last-child {
  margin-right: 0;
}
#footer-nav-meta li:last-child > a:last-child {
  border: 0 none;
}
#footer-nav-meta li a {
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding-right: 10px;
  cursor: pointer;
}
#footer-nav-meta li a:hover {
  text-decoration: underline;
}

#footer-social span {
  margin-right: 15px;
  white-space: nowrap;
  font-weight: 600;
  position: relative;
  top: 6px;
}
#footer-social ul {
  display: flex;
  flex-flow: row wrap;
}
#footer-social ul li {
  margin-right: 8px;
}
#footer-social ul li a {
  text-decoration: none;
}
#footer-social ul li a:hover {
  text-decoration: none;
}
#footer-social .s-font {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

#back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
#back-to-top:hover {
  cursor: pointer;
}
#back-to-top::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 0.5em;
  position: absolute;
  right: 12px;
  top: -5px;
  z-index: 900;
}
#back-to-top::after {
  content: " ";
  background: #005CA9;
  width: 50px;
  height: 50px;
  right: 0;
  box-shadow: 0 0 8px rgba(45, 45, 45, 0.5019607843);
  position: absolute;
  display: inline-block;
  top: -27px;
  border-radius: 4px;
}

.sedo-contact-us {
  background: #fff;
  padding: 1.5em;
  text-align: center;
}

#sedo-contact-us-headline {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 990px) {
  #sedo-contact-us-headline {
    font-size: 1.2rem;
  }
}
.sedo-contact-us-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.sedo-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sedo-contact-us a {
  margin: 0 10px;
  color: #005ca9;
  font-size: 16px;
  font-weight: 700;
}

.sedo-contact-us svg {
  margin: 0 8px;
}

.info-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 990px) {
  .info-top {
    grid-template-columns: 1fr;
  }
}
.seller {
  padding: 1.5em;
  background: #fff;
}

.info-steps {
  padding: 1.5em;
  background: #fff;
}

.stats {
  padding: 1.5em;
  background: #fff;
}

.sedo-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}

.sedo-title {
  color: #4c4c4c;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.step-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media (max-width: 990px) {
  .step-list {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.step-list .circle {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  width: 20px;
  height: 20px;
  padding: 8px;
  box-sizing: content-box;
  align-self: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #005ca9;
}

.step-list .circ-dark {
  color: #fff;
  background: #005ca9;
}

.step-content h3 {
  text-align: center;
  color: #4c4c4c;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.step-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4c4c4c;
}

.seller-box {
  display: flex;
  align-items: center;
}

.seller-box .meta {
  color: #4c4c4c;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.svgs svg {
  object-fit: contain;
  height: 15px;
  width: 15px;
}

.svgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 2px solid #005ca9;
  padding: 5px;
  border-radius: 50%;
}

.seller-box .nums {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #4c4c4c;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.seller-box .num {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #005ca9;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}

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