html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f6;
}
.calendly-inline-widget {
  height: calc(100vh - 120px);
}
.cw-clendly-form {
  padding: 60px 0;
  position: relative;
  background-color: #ffffff;
  margin: 0;
  margin-right: -15px;
}
.cw-status__logo {
  margin-top: 60px;
  max-width: 38px;
  margin-bottom: 16px;
}

.cw-status__title {
  font-family: var(--ff_primary);
  color: #00000a;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 24px;
  letter-spacing: -0.6px;
}

.cw-status__desc {
  color: #00001e;
  font-size: 18px;
  margin-bottom: 48px;
  max-width: 480px;
}
.cw-btn {
  font-family: var(--ff_primary);
  background: #6200ea;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.cw-btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url(../images/home/jan-2019/arrow/button-arrow.svg) center/contain no-repeat;
}
.cw-btn:hover,
.cw-btn:focus {
  background: #6200ea;
  color: #fff;
  -webkit-box-shadow:
    0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow:
    0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: transparent;
}
.cw-btn:hover:after,
.cw-btn:focus:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.cw-status__label {
  max-width: 360px;
  font-size: 14px;
}
.cw-status__footer {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendly-inline-widget {
    height: 640px;
    max-width: 600px;
    margin: auto;
  }
  .cw-clendly-form {
    margin: 60px -15px 0 -15px;
    border-top: 1px solid #ededee;
  }
}
@media (max-width: 767px) {
  .calendly-inline-widget {
    height: 580px;
  }
  .cw-status__logo {
    margin-top: 30px;
  }
  .cw-clendly-form {
    margin: 60px -15px 0 -15px;
    border-top: 1px solid #ededee;
  }
  .cw-status__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .calendly-inline-widget,
  .cw-status__body {
    width: 100%;
    max-width: 540px;
    margin: auto;
  }
  .cw-status__label {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .cw-clendly-form {
    border-left: 1px solid #ededee;
  }
  .cw-status__footer {
    margin-top: 90px;
    align-items: normal;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 20px;
    align-items: end;
    z-index: 1;
  }
}
.cw-link {
  color: #000ff0;
  font-family:
    basis-grotesque,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
}
.cw-link:hover,
.cw-link:focus {
  color: #000ff0;
  text-decoration: none;
}
.cw-link--icon:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-left: 4px;
  background: url("../images/home/jan-2019/arrow/arrow.svg") center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}
.cw-link--icon:hover:after {
  margin-left: 6px;
}
