@import url(https://use.typekit.net/rde5nke.css);
.button {
  margin-left: 15px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #aaacbc;
  color: #aaacbc;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 3px;
}
.button:hover {
  border: 1px solid #2f89fc;
  color: #2f89fc;
}
#login {
  border: none !important;
}

.header {
  padding: 35px 0;
}
.header .flex .logo {
  height: 30px;
  width: 155px;
}
.header .flex .logo img {
  width: 100%;
  height: 100%;
}
.header .flex .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: space-around;
}
@media only screen and (min-width: 577px) {
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .flex .buttons {
    padding-top: 25px;
  }
}

.logoWrap {
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.logoWrap .logoContainer {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px 0px 50px;
}
.logoWrap .companyLogos {
  border-radius: 5px 5px 0 0;
  padding: 20px 0;
  display: none;
}
.logoWrap .companyLogos .sliderPropClass > div:first-child > div:first-child {
  display: flex;
}
.logoWrap .companyLogos .company-item {
  display: inline-block;
  width: min-content;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.logoWrap .companyLogos .company-item img {
  margin: auto;
  height: auto;
}
@media (max-width: 945px) {
  .logoWrap {
    position: relative !important;
  }
  .logoContainer {
    display: none !important;
  }
  .companyLogos {
    display: block !important;
  }
}
@media only screen and (min-width: 991px) {
  .logoWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .logoWrap {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
  }
}

.main .heading-title {
  font-size: 40px;
  color: #2c3454;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 68px;
  margin-top: 10px;
}
.main .flexitem-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main .flexitem-wrap .flexitem .content-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 575px;
  position: relative;
}
.main .flexitem-wrap .flexitem .content-wrap:after {
  content: "";
  background-image: url("https://static-fastly.hackerearth.com/newton/production/static//images/homepage/square-motif-bg.svg");
  height: 105px;
  width: 105px;
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 1;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner {
  flex: 0 0 36%;
  background: #fff;
  border-radius: 5px;
  padding: 35px;
  position: relative;
  z-index: 2;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner.active {
  -webkit-box-shadow: 0 13px 25px rgba(153,160,181,0.149);
  -moz-box-shadow: 0 13px 25px rgba(153,160,181,0.149);
  box-shadow: 0 13px 25px rgba(153,160,181,0.149);
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner.active .title {
  color: #2f89fc;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner.active .link:hover {
  background-color: #293f88;
  color: #fff !important;
  border: 1px solid #293f88 !important;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner .title {
  font-size: 20px;
  color: #2c3454;
  margin: 0 0 20px;
  line-height: 1.4;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner .description {
  font-weight: 400;
  margin: 0 0 10px;
}
.main .flexitem-wrap .flexitem .content-wrap .flexiteminner .link {
  border: 1px solid #293f88;
  color: #293f88;
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 30px;
  margin-top: 18px;
  display: inline-block;
  font-weight: 500;
}
.main .flexitem-wrap .flexitem .content-wrap #for-dev.active .link {
  border: 1px solid #2f89fc;
  color: #2f89fc;
}
.main .flexitem-wrap .flexitem .content-wrap #for-business.active .title {
  color: #2f89fc;
}
.main .flexitem-wrap .flexitem .content-wrap #for-business.active .link {
  background-color: #293f88;
  color: #fff !important;
  border: 1px solid #293f88 !important;
}
.main #prod-animation {
  text-align: right;
}
.main #prod-animation svg {
  max-width: 90%;
  margin-right: -10px;
  margin-top: 10px;
}
@media (min-width: 1440px) {
  .main {
    height: calc(100vh - 170px);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flexitem-wrap #leftwrap {
    flex: 0 0 50%;
  }
  .flexitem-wrap #rightwrap {
    flex: 0 0 48%;
  }
  #prod-animation svg {
    margin-top: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  #main {
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
  }
  .flexitem-wrap #leftwrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .header-wrap {
    padding: 20px 0;
  }
  .heading-title {
    margin-bottom: 30px !important;
    font-size: 30px !important;
  }
  .flexitem .title {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  .flexitem .content-wrap div {
    padding: 25px !important;
    flex: 0 0 38% !important;
  }
  .flexitem .description {
    font-size: 15px !important;
  }
  .flexitem .link {
    padding: 5px 20px !important;
    margin-top: 10px !important;
  }
  .logoContainer {
    padding: 0;
  }
  #prod-animation svg {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .heading-title {
    line-height: 1.2em !important;
    margin-bottom: 40px !important;
    text-align: center;
  }
  #prod-animation svg {
    max-width: 82%;
  }
  .logoContainer {
    padding: 5px 50px;
  }
  .flexitem-wrap {
    flex-direction: column;
  }
  .logo-wrap {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
  }
  .heading-title br,
  .flexitem .description br {
    display: none;
  }
  .flexitem .img-wrap img {
    margin: 25px 0;
    max-width: 100%;
  }
  .flexitem .content-wrap {
    flex-direction: column;
    display: block;
    margin: 0 auto;
  }
  .flexitem .content-wrap div {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .flexitem .content-wrap > div:first-child {
    margin-right: 0;
  }
  #prod-animation {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header-wrap {
    flex-direction: column;
  }
  .logo {
    text-align: center;
  }
  .menu .link-wrap {
    margin-top: 25px;
    text-align: center;
    padding-left: 0;
  }
  .heading-title {
    font-size: 30px !important;
    text-align: center !important;
  }
  .flexitem .content-wrap::after {
    content: none;
  }
  .flexitem-wrap #rightwrap {
    display: none;
  }
}

.auth-container {
  background: #fff;
  padding: 0 30px 30px 30px;
  box-shadow: 0 0 10px #444;
  font-family: Proxima Nova Regular;
}
.modalHeader {
  font-size: 22px;
  font-family: Proxima Nova Bold;
}
.separator {
  margin: 24px 0px 10px;
  text-align: center;
  width: 100%;
}
.separator .text {
  color: #9ca3a8;
  font-size: 1rem;
  background: #fff;
  padding: 0 10px;
}
.form .inputField {
  width: 100%;
  border-radius: 3px;
  line-height: 40px;
  height: 28px;
  font-size: 0.9rem;
  border: 1px solid #bbb;
  box-sizing: border-box;
  color: #252c33;
  margin: 12px 0;
  outline: 0;
  padding: 7px 8px;
  font-family: Proxima Nova Regular;
}
.form .passwordResetLink {
  font-size: 12px;
  color: #2f89fc;
  text-decoration: none;
  cursor: pointer;
}
.form .passwordResetLink:hover {
  text-decoration: underline;
}
.form .errorMsg {
  color: #b11616;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.form .resetPassword {
  font-size: 14px;
}
.form .clear {
  clear: both;
}
.form .buttonContainer {
  margin: 20px 0 0 0;
}
.form .buttonContainer .submitButton {
  background: #2f89fc;
  border: 1px solid #2f89fc;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  min-width: 60px;
  padding: 4px 16px;
  border-radius: 3px;
  font-weight: bold;
}
.form .buttonContainer .submitButton:disabled {
  background-color: #f5f6f6;
  border: 1px solid #f5f6f6;
  color: #666;
}
.resetPasswordConfirm {
  font-family: Proxima Nova Regular;
}
.resetPasswordConfirm .checkIcon {
  text-align: center;
  color: #73b369;
  font-size: 50px;
}
.resetPasswordConfirm .successMsg {
  text-align: center;
  margin: 20px 0 0 0;
}
.resetPasswordConfirm .successMsg .emailAddress {
  font-weight: 600;
}
.resetPasswordConfirm .notes {
  margin: 50px 0 0 0;
  color: #9ca3a8;
  font-size: 10px;
  text-align: left;
}
.signupForm .nameInfo {
  display: flex;
  justify-content: space-between;
}
.signupForm .nameInfo .inputField {
  flex-basis: 48%;
}
.signupForm .buttonContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  margin: 24px 0 0 0;
}
.signupForm .buttonContainer .link {
  color: #2f89fc;
}
.login-form .buttonContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
}
.login-form .buttonContainer .link {
  color: #2f89fc;
}
.reset-password-form .buttonContainer {
  display: flex;
}
.reset-password-form .buttonContainer .submitButton {
  line-height: 20px;
}
.reset-password-form .buttonContainer .login-link {
  padding: 4px 16px;
  margin-left: 12px;
  line-height: 20px;
  color: #2f89fc;
  border-radius: 4px;
  border: 1px solid #2f89fc;
}
.footerLink {
  text-align: center;
  margin: 30px 0 0 0;
  color: #46535e;
  font-size: 14px;
}
.footerLink .link {
  color: #4c9cdf;
  cursor: pointer;
}
.sociallinks {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 100%;
  padding: 0 0 12px 0;
}
.sociallinks .linkContainer {
  height: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.sociallinks .link {
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
  height: 28px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
.sociallinks .link .socialLogo {
  margin: 0 5px -3px 5px;
}
.sociallinks .linkFb {
  background: #3a5795;
  color: #fff;
}
.sociallinks .linkFb i {
  margin-right: 5px;
}
.sociallinks .linkGithub {
  background: #444;
  color: #fff;
}
.sociallinks .linkGithub i {
  margin-right: 5px;
}
.sociallinks .linkGoogle {
  width: 100%;
  background: #fff;
  color: #444;
  margin-top: 24px;
  border: 1px solid #d8dde6;
}
.policyPanel {
  font-size: 16px;
  padding: 0 25px 5px;
  line-height: 22px;
}
.policyPanel .checkbox {
  margin-top: 25px;
}
.policyPanel .form .buttonContainer {
  text-align: left;
}
.recaptchaDeclaration {
  font-size: small;
  margin: 0 auto;
  color: #666;
}
.recaptchaDeclaration .link {
  color: #2f89fc;
}
.centerText {
  text-align: center;
}
.inlineBlock {
  display: inline-block;
}
.password-wrapper {
  position: relative;
}
.password-tooltip {
  font-family: 'proxima-nova';
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 200px;
  min-height: 140px;
  margin-left: 16px;
  box-sizing: border-box;
  border-left: 4px solid #2f89fc;
  left: 100%;
  border-radius: 0px 4px 4px 0;
  box-shadow: 8px -9px 30px -4px rgba(0,0,0,0.1);
}
.password-tooltip ul {
  font-size: 12px;
  margin: 0 0 0 32px;
  padding: 0;
}
.password-tooltip ul li {
  display: block;
  color: #000;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  list-style: none;
}
.password-tooltip ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 16px;
  margin-top: 3px;
  border-radius: 50%;
}
.password-tooltip:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 16px solid #2f89fc;
  border-color: transparent #2f89fc transparent transparent;
}
.password-tooltip .tooltip-heading {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.disabled:before {
  background-color: #d8d8d8;
}
.error-disabled:before {
  background-color: #d41f00;
}
.enabled:before {
  background-color: #0f8f10;
}
@media only screen and (min-width: 768px) {
  .auth-container {
    width: 390px;
  }
  .auth-container .sociallinks .linkContainer {
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
  }
  .auth-container .sociallinks .linkContainer .linkFb {
    width: 49%;
  }
  .auth-container .sociallinks .linkContainer .linkGithub {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .auth-container {
    width: 250px;
    height: auto;
    overflow-y: scroll;
  }
  .auth-container .sociallinks .linkContainer {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
  }
  .auth-container .sociallinks .linkContainer .linkFb {
    width: 100%;
  }
  .auth-container .sociallinks .linkContainer .linkGithub {
    width: 100%;
  }
}

.modalOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  position: fixed;
  z-index: 9999;
  display: flex;
}
.modalOverlay .modalContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: fit-content;
  height: fit-content;
  position: relative;
  margin: auto;
}
.modalOverlay .closeIcon {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #9ca3a8;
  cursor: pointer;
}

@font-face {
  font-family: Hack Bold;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/hack/bold/hack-bold-webfont.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/hack/bold/hack-bold-webfont.woff2") format('woff2'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/hack/bold/hack-bold-webfont.ttf") format('truetype');
}
@font-face {
  font-family: Hack Regular;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/hack/regular/hack-regular-webfont.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/hack/regular/hack-regular-webfont.woff2") format('woff2');
}
@font-face {
  font-family: Proxima Nova Medium;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/medium/proxima-nova-medium.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/medium/proxima-nova-medium.woff2") format('woff2');
}
@font-face {
  font-family: Proxima Nova Regular;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/regular/proximanova-regular-webfont.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/regular/proximanova-regular-webfont.woff2") format('woff2'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/regular/proximanova-regular-webfont.ttf") format('truetype');
}
@font-face {
  font-family: Proxima Nova Semibold;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/semibold/proximanova-semibold-webfont.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/semibold/proximanova-semibold-webfont.woff2") format('woff2');
}
@font-face {
  font-family: Proxima Nova Bold;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/bold/proximanova-bold-webfont.woff") format('woff'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/bold/proximanova-bold-webfont.eot") format('eot'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/proxima-nova/bold/proximanova-bold-webfont.ttf") format('truetype');
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2") format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2") format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2") format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2") format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2") format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2") format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2") format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2") format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2") format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2") format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2") format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2") format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/opensans/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@charset "UTF-8";
@font-face {
  font-family: unicons;
  font-display: swap;
  src: url("https://static-fastly.hackerearth.com/newton/production/static//fonts/unicons/unicons.eot") format('eot'), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/unicons/unicons.eot?#iefix") format("embedded-opentype"), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/unicons/unicons.woff") format("woff"), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/unicons/unicons.ttf") format("truetype"), url("https://static-fastly.hackerearth.com/newton/production/static//fonts/unicons/unicons.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ui-"],
[class*=" ui-"] {
  vertical-align: middle;
}
[data-icon]:before {
  font-family: "unicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="ui-"]:before,
[class*=" ui-"]:before {
  font-family: "unicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-activity:before {
  content: "\61";
}
.ui-address-book:before {
  content: "\62";
}
.ui-add-to-queue:before {
  content: "\63";
}
.ui-airplane-off:before {
  content: "\64";
}
.ui-airplane-on:before {
  content: "\65";
}
.ui-airplay:before {
  content: "\66";
}
.ui-alarm:before {
  content: "\67";
}
.ui-alarm-check:before {
  content: "\68";
}
.ui-alarm-off:before {
  content: "\69";
}
.ui-alarm-plus:before {
  content: "\6a";
}
.ui-album:before {
  content: "\6b";
}
.ui-align-bottom:before {
  content: "\6d";
}
.ui-align-left:before {
  content: "\6e";
}
.ui-align-right:before {
  content: "\6f";
}
.ui-align-top:before {
  content: "\70";
}
.ui-anchor:before {
  content: "\71";
}
.ui-announcement:before {
  content: "\72";
}
.ui-aperture-s:before {
  content: "\73";
}
.ui-archive:before {
  content: "\74";
}
.ui-arrow-bottom:before {
  content: "\75";
}
.ui-arrow-bottom-o:before {
  content: "\76";
}
.ui-arrow-left:before {
  content: "\77";
}
.ui-arrow-left-bottom:before {
  content: "\78";
}
.ui-arrow-left-o:before {
  content: "\79";
}
.ui-arrow-left-top:before {
  content: "\7a";
}
.ui-arrow-right:before {
  content: "\41";
}
.ui-arrow-right-bottom:before {
  content: "\42";
}
.ui-arrow-right-o:before {
  content: "\43";
}
.ui-arrow-right-top:before {
  content: "\44";
}
.ui-arrow-top:before {
  content: "\45";
}
.ui-arrow-top-o:before {
  content: "\46";
}
.ui-arrow-key-left:before {
  content: "\47";
}
.ui-arrow-key-bottom:before {
  content: "\48";
}
.ui-arrow-key-right:before {
  content: "\49";
}
.ui-arrow-key-top:before {
  content: "\4a";
}
.ui-asterisk:before {
  content: "\4b";
}
.ui-at:before {
  content: "\4c";
}
.ui-attach:before {
  content: "\4d";
}
.ui-backspace:before {
  content: "\4e";
}
.ui-backup:before {
  content: "\4f";
}
.ui-badge:before {
  content: "\50";
}
.ui-bag-cross:before {
  content: "\51";
}
.ui-bag-minus:before {
  content: "\52";
}
.ui-bag-plus:before {
  content: "\53";
}
.ui-bar-chart:before {
  content: "\54";
}
.ui-basket:before {
  content: "\55";
}
.ui-battery-off:before {
  content: "\56";
}
.ui-battery-on:before {
  content: "\57";
}
.ui-battery-charge:before {
  content: "\58";
}
.ui-bell-on:before {
  content: "\59";
}
.ui-bell-off:before {
  content: "\5a";
}
.ui-bike:before {
  content: "\30";
}
.ui-binocular:before {
  content: "\31";
}
.ui-block:before {
  content: "\32";
}
.ui-bluetooth:before {
  content: "\33";
}
.ui-bolt:before {
  content: "\34";
}
.ui-bomb:before {
  content: "\35";
}
.ui-book-close:before {
  content: "\36";
}
.ui-bookmark:before {
  content: "\37";
}
.ui-book-open:before {
  content: "\38";
}
.ui-bookmark-cross:before {
  content: "\39";
}
.ui-bookmark-minus:before {
  content: "\21";
}
.ui-bookmark-plus:before {
  content: "\22";
}
.ui-bookmark-bk:before {
  content: "\23";
}
.ui-box-open:before {
  content: "\24";
}
.ui-briefcase:before {
  content: "\25";
}
.ui-brightness:before {
  content: "\26";
}
.ui-brightness-half:before {
  content: "\27";
}
.ui-brightness-minus:before {
  content: "\28";
}
.ui-brightness-plus:before {
  content: "\29";
}
.ui-browser:before {
  content: "\2a";
}
.ui-browser-s:before {
  content: "\2b";
}
.ui-bug:before {
  content: "\2c";
}
.ui-bug-o:before {
  content: "\2d";
}
.ui-build:before {
  content: "\2e";
}
.ui-building:before {
  content: "\2f";
}
.ui-building-group:before {
  content: "\3a";
}
.ui-building-group-slant:before {
  content: "\3b";
}
.ui-butterfly:before {
  content: "\3d";
}
.ui-calculator:before {
  content: "\3e";
}
.ui-calendar:before {
  content: "\3f";
}
.ui-calendar-check:before {
  content: "\40";
}
.ui-calendar-cross:before {
  content: "\5b";
}
.ui-calendar-minus:before {
  content: "\5d";
}
.ui-calendar-off:before {
  content: "\5e";
}
.ui-calendar-plus:before {
  content: "\5f";
}
.ui-call-forward:before {
  content: "\60";
}
.ui-call-incoming:before {
  content: "\7b";
}
.ui-call-missed:before {
  content: "\7c";
}
.ui-call-on:before {
  content: "\7d";
}
.ui-call-ongoing:before {
  content: "\7e";
}
.ui-call-split:before {
  content: "\5c";
}
.ui-camera-off:before {
  content: "\e000";
}
.ui-camera-on:before {
  content: "\e001";
}
.ui-cart:before {
  content: "\e002";
}
.ui-cart-check:before {
  content: "\e003";
}
.ui-cart-cross:before {
  content: "\e004";
}
.ui-cart-minus:before {
  content: "\e005";
}
.ui-cart-plus:before {
  content: "\e006";
}
.ui-cast:before {
  content: "\e007";
}
.ui-celebration:before {
  content: "\e008";
}
.ui-chair:before {
  content: "\e009";
}
.ui-chat:before {
  content: "\e00a";
}
.ui-chat-check:before {
  content: "\e00b";
}
.ui-chat-cross:before {
  content: "\e00c";
}
.ui-chat-group:before {
  content: "\e00d";
}
.ui-chat-minus:before {
  content: "\e00e";
}
.ui-chat-o:before {
  content: "\e00f";
}
.ui-chat-plus:before {
  content: "\e010";
}
.ui-chat-language:before {
  content: "\e011";
}
.ui-check:before {
  content: "\e012";
}
.ui-check-o:before {
  content: "\e013";
}
.ui-check-s:before {
  content: "\e014";
}
.ui-chevron-arrow-bottom:before {
  content: "\e015";
}
.ui-chevron-arrow-left:before {
  content: "\e016";
}
.ui-chevron-arrow-right:before {
  content: "\e017";
}
.ui-chevron-arrow-top:before {
  content: "\e018";
}
.ui-chip:before {
  content: "\e019";
}
.ui-chip-s:before {
  content: "\e01a";
}
.ui-clock:before {
  content: "\e01b";
}
.ui-cloud:before {
  content: "\e01c";
}
.ui-cloud-download:before {
  content: "\e01d";
}
.ui-cloud-off:before {
  content: "\e01e";
}
.ui-cloud-upload:before {
  content: "\e01f";
}
.ui-code:before {
  content: "\e020";
}
.ui-code-magic:before {
  content: "\e021";
}
.ui-code-editor:before {
  content: "\e022";
}
.ui-code-editor-s:before {
  content: "\e023";
}
.ui-coffee-cup:before {
  content: "\e024";
}
.ui-coffee-cup-s:before {
  content: "\e025";
}
.ui-college:before {
  content: "\e026";
}
.ui-colour-drop:before {
  content: "\e027";
}
.ui-colour-drop-off:before {
  content: "\e028";
}
.ui-colour-picker:before {
  content: "\e029";
}
.ui-compass:before {
  content: "\e02a";
}
.ui-compass-east:before {
  content: "\e02b";
}
.ui-compass-north:before {
  content: "\e02c";
}
.ui-compass-o:before {
  content: "\e02d";
}
.ui-compass-s:before {
  content: "\e02e";
}
.ui-compass-south:before {
  content: "\e02f";
}
.ui-compass-west:before {
  content: "\e030";
}
.ui-connect:before {
  content: "\e031";
}
.ui-contact:before {
  content: "\e032";
}
.ui-copyright:before {
  content: "\e034";
}
.ui-credit-card:before {
  content: "\e035";
}
.ui-crop:before {
  content: "\e036";
}
.ui-crown:before {
  content: "\e037";
}
.ui-cube:before {
  content: "\e038";
}
.ui-cube-in:before {
  content: "\e039";
}
.ui-cube-out:before {
  content: "\e03a";
}
.ui-cycle:before {
  content: "\e03b";
}
.ui-dashboard:before {
  content: "\e03c";
}
.ui-data-usage:before {
  content: "\e03d";
}
.ui-developer-board:before {
  content: "\e03e";
}
.ui-developer-mode:before {
  content: "\e03f";
}
.ui-diamond:before {
  content: "\e040";
}
.ui-dice:before {
  content: "\e041";
}
.ui-dining:before {
  content: "\e042";
}
.ui-direction:before {
  content: "\e043";
}
.ui-disk:before {
  content: "\e044";
}
.ui-domain:before {
  content: "\e045";
}
.ui-double-arrows-bottom:before {
  content: "\e046";
}
.ui-double-arrows-left:before {
  content: "\e047";
}
.ui-double-arrows-right:before {
  content: "\e048";
}
.ui-double-arrow-stop:before {
  content: "\e049";
}
.ui-download:before {
  content: "\e04a";
}
.ui-drop-down:before {
  content: "\e04b";
}
.ui-drop-up:before {
  content: "\e04c";
}
.ui-drum:before {
  content: "\e04d";
}
.ui-earphone:before {
  content: "\e04e";
}
.ui-edit:before {
  content: "\e04f";
}
.ui-edit-s:before {
  content: "\e050";
}
.ui-eject:before {
  content: "\e051";
}
.ui-encryption:before {
  content: "\e052";
}
.ui-envelope:before {
  content: "\e053";
}
.ui-envelope-letter:before {
  content: "\e054";
}
.ui-envelope-check:before {
  content: "\e055";
}
.ui-envelope-cross:before {
  content: "\e056";
}
.ui-envelope-open:before {
  content: "\e057";
}
.ui-envelope-plus:before {
  content: "\e058";
}
.ui-equalizer:before {
  content: "\e059";
}
.ui-eraser:before {
  content: "\e05a";
}
.ui-exchange:before {
  content: "\e05b";
}
.ui-exclamation:before {
  content: "\e05c";
}
.ui-exclamation-o:before {
  content: "\e05d";
}
.ui-exit:before {
  content: "\e05e";
}
.ui-export:before {
  content: "\e05f";
}
.ui-external-link:before {
  content: "\e060";
}
.ui-eye-off:before {
  content: "\e061";
}
.ui-eye-on:before {
  content: "\e062";
}
.ui-factory:before {
  content: "\e063";
}
.ui-file:before {
  content: "\e064";
}
.ui-file-code:before {
  content: "\e065";
}
.ui-file-download:before {
  content: "\e066";
}
.ui-file-empty:before {
  content: "\e067";
}
.ui-file-group:before {
  content: "\e068";
}
.ui-file-horizontal:before {
  content: "\e069";
}
.ui-file-horizontal-group:before {
  content: "\e06a";
}
.ui-file-minus:before {
  content: "\e06b";
}
.ui-file-photo:before {
  content: "\e06c";
}
.ui-file-plus:before {
  content: "\e06d";
}
.ui-file-upload:before {
  content: "\e06e";
}
.ui-file-video:before {
  content: "\e06f";
}
.ui-file-search:before {
  content: "\e070";
}
.ui-film-roll:before {
  content: "\e071";
}
.ui-filter:before {
  content: "\e072";
}
.ui-flag:before {
  content: "\e073";
}
.ui-flag-triangle:before {
  content: "\e074";
}
.ui-flame:before {
  content: "\e075";
}
.ui-flash-off:before {
  content: "\e076";
}
.ui-flash-on:before {
  content: "\e077";
}
.ui-folder:before {
  content: "\e078";
}
.ui-folder-open:before {
  content: "\e079";
}
.ui-folder-video:before {
  content: "\e07a";
}
.ui-folder-photo:before {
  content: "\e07b";
}
.ui-food:before {
  content: "\e07c";
}
.ui-fork:before {
  content: "\e07d";
}
.ui-game:before {
  content: "\e07e";
}
.ui-gift:before {
  content: "\e07f";
}
.ui-gift-card:before {
  content: "\e080";
}
.ui-globe:before {
  content: "\e081";
}
.ui-golf:before {
  content: "\e082";
}
.ui-gps-off:before {
  content: "\e083";
}
.ui-gps-on:before {
  content: "\e084";
}
.ui-graph-decreasing:before {
  content: "\e085";
}
.ui-graph-increasing:before {
  content: "\e086";
}
.ui-headset:before {
  content: "\e087";
}
.ui-health:before {
  content: "\e088";
}
.ui-heart:before {
  content: "\e089";
}
.ui-high-priority:before {
  content: "\e08a";
}
.ui-history:before {
  content: "\e08b";
}
.ui-home:before {
  content: "\e08c";
}
.ui-hot-pot:before {
  content: "\e08d";
}
.ui-hub:before {
  content: "\e08e";
}
.ui-inbox:before {
  content: "\e08f";
}
.ui-inbox-download:before {
  content: "\e090";
}
.ui-inbox-upload:before {
  content: "\e091";
}
.ui-industry:before {
  content: "\e092";
}
.ui-judge:before {
  content: "\e093";
}
.ui-jug:before {
  content: "\e094";
}
.ui-juice-cup:before {
  content: "\e095";
}
.ui-key:before {
  content: "\e096";
}
.ui-key-hole:before {
  content: "\e097";
}
.ui-key-lock:before {
  content: "\e098";
}
.ui-keyboard:before {
  content: "\e099";
}
.ui-keyboard-dismiss:before {
  content: "\e09a";
}
.ui-lab:before {
  content: "\e09b";
}
.ui-ladder:before {
  content: "\e09c";
}
.ui-lamp:before {
  content: "\e09d";
}
.ui-layers:before {
  content: "\e09e";
}
.ui-layout-s:before {
  content: "\e09f";
}
.ui-link:before {
  content: "\e0a0";
}
.ui-link-broken:before {
  content: "\e0a1";
}
.ui-list:before {
  content: "\e0a2";
}
.ui-location:before {
  content: "\e0a3";
}
.ui-location-add:before {
  content: "\e0a4";
}
.ui-location-check:before {
  content: "\e0a5";
}
.ui-location-minus:before {
  content: "\e0a6";
}
.ui-location-off:before {
  content: "\e0a7";
}
.ui-lock:before {
  content: "\e0a8";
}
.ui-lock-open:before {
  content: "\e0a9";
}
.ui-low-priority:before {
  content: "\e0aa";
}
.ui-magic-hat:before {
  content: "\e0ab";
}
.ui-magic-stick:before {
  content: "\e0ac";
}
.ui-magnet:before {
  content: "\e0ad";
}
.ui-male-gender:before {
  content: "\e0ae";
}
.ui-map:before {
  content: "\e0af";
}
.ui-maximise:before {
  content: "\e0b0";
}
.ui-medal:before {
  content: "\e0b1";
}
.ui-media-player:before {
  content: "\e0b2";
}
.ui-medical-bed:before {
  content: "\e0b3";
}
.ui-medical-briefcase:before {
  content: "\e0b4";
}
.ui-medical-capsule:before {
  content: "\e0b5";
}
.ui-medical-symbol:before {
  content: "\e0b6";
}
.ui-menu:before {
  content: "\e0b7";
}
.ui-mic-off:before {
  content: "\e0b8";
}
.ui-mic-on:before {
  content: "\e0b9";
}
.ui-minimise:before {
  content: "\e0ba";
}
.ui-minus:before {
  content: "\e0bb";
}
.ui-minus-o:before {
  content: "\e0bc";
}
.ui-mirror:before {
  content: "\e0bd";
}
.ui-mobile:before {
  content: "\e0be";
}
.ui-money-bag:before {
  content: "\e0bf";
}
.ui-moniter:before {
  content: "\e0c0";
}
.ui-moon:before {
  content: "\e0c1";
}
.ui-mountain-top:before {
  content: "\e0c2";
}
.ui-mouse:before {
  content: "\e0c3";
}
.ui-mouse-pointer:before {
  content: "\e0c4";
}
.ui-music:before {
  content: "\e0c5";
}
.ui-network:before {
  content: "\e0c6";
}
.ui-new-tab:before {
  content: "\e0c7";
}
.ui-open-in-browser:before {
  content: "\e0c8";
}
.ui-paint:before {
  content: "\e0c9";
}
.ui-panorama:before {
  content: "\e0ca";
}
.ui-paper-clip:before {
  content: "\e0cb";
}
.ui-paper-flight:before {
  content: "\e0cc";
}
.ui-password-protection:before {
  content: "\e0cd";
}
.ui-pen:before {
  content: "\e0ce";
}
.ui-pencil:before {
  content: "\e0cf";
}
.ui-pendrive:before {
  content: "\e0d0";
}
.ui-percentage:before {
  content: "\e0d1";
}
.ui-percentage-o:before {
  content: "\e0d2";
}
.ui-petrol:before {
  content: "\e0d3";
}
.ui-phone:before {
  content: "\e0d4";
}
.ui-phone-off:before {
  content: "\e0d5";
}
.ui-pie-chart:before {
  content: "\e0d6";
}
.ui-pin:before {
  content: "\e0d7";
}
.ui-pin-needle:before {
  content: "\e0d8";
}
.ui-planet:before {
  content: "\e0d9";
}
.ui-play:before {
  content: "\e0da";
}
.ui-player-backward:before {
  content: "\e0db";
}
.ui-player-forward:before {
  content: "\e0dc";
}
.ui-player-pause:before {
  content: "\e0dd";
}
.ui-player-skip-backward:before {
  content: "\e0de";
}
.ui-player-skip-forward:before {
  content: "\e0df";
}
.ui-player-stop:before {
  content: "\e0e0";
}
.ui-plug:before {
  content: "\e0e1";
}
.ui-plus:before {
  content: "\e0e2";
}
.ui-plus-o:before {
  content: "\e0e3";
}
.ui-podcast:before {
  content: "\e0e4";
}
.ui-postbox:before {
  content: "\e0e5";
}
.ui-postbox-flag:before {
  content: "\e0e6";
}
.ui-power:before {
  content: "\e0e7";
}
.ui-print:before {
  content: "\e0e8";
}
.ui-puzzle:before {
  content: "\e0e9";
}
.ui-question-mark-o:before {
  content: "\e0eb";
}
.ui-radio:before {
  content: "\e0ec";
}
.ui-rain:before {
  content: "\e0ed";
}
.ui-recycle:before {
  content: "\e0ee";
}
.ui-refresh:before {
  content: "\e0ef";
}
.ui-registered:before {
  content: "\e0f0";
}
.ui-reorder-bottom:before {
  content: "\e0f1";
}
.ui-reorder-top:before {
  content: "\e0f2";
}
.ui-repeat:before {
  content: "\e0f3";
}
.ui-reply:before {
  content: "\e0f4";
}
.ui-reply-to-all:before {
  content: "\e0f5";
}
.ui-rocket:before {
  content: "\e0f6";
}
.ui-room-service:before {
  content: "\e0f7";
}
.ui-rotate-left:before {
  content: "\e0f8";
}
.ui-rotate-right:before {
  content: "\e0f9";
}
.ui-router:before {
  content: "\e0fa";
}
.ui-rssfeed:before {
  content: "\e0fb";
}
.ui-satellite:before {
  content: "\e0fc";
}
.ui-save:before {
  content: "\e0fd";
}
.ui-scale:before {
  content: "\e0fe";
}
.ui-scale-balance:before {
  content: "\e0ff";
}
.ui-scanner:before {
  content: "\e100";
}
.ui-scissors:before {
  content: "\e101";
}
.ui-scooter:before {
  content: "\e102";
}
.ui-sdcard:before {
  content: "\e103";
}
.ui-seal:before {
  content: "\e104";
}
.ui-search:before {
  content: "\e105";
}
.ui-select:before {
  content: "\e106";
}
.ui-select-all:before {
  content: "\e107";
}
.ui-server-download:before {
  content: "\e108";
}
.ui-server-upload:before {
  content: "\e109";
}
.ui-servers:before {
  content: "\e10a";
}
.ui-settings-check:before {
  content: "\e10c";
}
.ui-share:before {
  content: "\e10d";
}
.ui-shield-check:before {
  content: "\e10e";
}
.ui-shield-cross:before {
  content: "\e10f";
}
.ui-shield-plus:before {
  content: "\e110";
}
.ui-shopping-bag:before {
  content: "\e111";
}
.ui-shuffle:before {
  content: "\e112";
}
.ui-snapshot:before {
  content: "\e113";
}
.ui-snowflare:before {
  content: "\e114";
}
.ui-solution:before {
  content: "\e115";
}
.ui-speaker-cross:before {
  content: "\e116";
}
.ui-speaker-minus:before {
  content: "\e117";
}
.ui-speaker-mute:before {
  content: "\e118";
}
.ui-speaker-on:before {
  content: "\e119";
}
.ui-speaker-plus:before {
  content: "\e11a";
}
.ui-spectacles:before {
  content: "\e11b";
}
.ui-speedometer:before {
  content: "\e11c";
}
.ui-star:before {
  content: "\e11d";
}
.ui-status-bar:before {
  content: "\e11e";
}
.ui-steps:before {
  content: "\e11f";
}
.ui-submit:before {
  content: "\e120";
}
.ui-sun:before {
  content: "\e121";
}
.ui-swap:before {
  content: "\e122";
}
.ui-swap-horizontal:before {
  content: "\e123";
}
.ui-swap-vertical:before {
  content: "\e124";
}
.ui-symbols-maths:before {
  content: "\e125";
}
.ui-tag:before {
  content: "\e126";
}
.ui-target:before {
  content: "\e127";
}
.ui-task:before {
  content: "\e128";
}
.ui-task-s:before {
  content: "\e129";
}
.ui-tech-connect:before {
  content: "\e12a";
}
.ui-television:before {
  content: "\e12b";
}
.ui-text-align-justify:before {
  content: "\e12c";
}
.ui-text-align-center:before {
  content: "\e12d";
}
.ui-text-align-left:before {
  content: "\e12e";
}
.ui-text-align-right:before {
  content: "\e12f";
}
.ui-thumb-down:before {
  content: "\e130";
}
.ui-thumb-up:before {
  content: "\e131";
}
.ui-timeline:before {
  content: "\e132";
}
.ui-timer:before {
  content: "\e133";
}
.ui-toggle:before {
  content: "\e134";
}
.ui-tool:before {
  content: "\e135";
}
.ui-torch:before {
  content: "\e136";
}
.ui-train:before {
  content: "\e137";
}
.ui-trash:before {
  content: "\e138";
}
.ui-travel-bag:before {
  content: "\e139";
}
.ui-tree:before {
  content: "\e13a";
}
.ui-trophy:before {
  content: "\e13b";
}
.ui-truck:before {
  content: "\e13c";
}
.ui-upload:before {
  content: "\e13e";
}
.ui-usb:before {
  content: "\e13f";
}
.ui-user:before {
  content: "\e140";
}
.ui-user-chat:before {
  content: "\e141";
}
.ui-user-check:before {
  content: "\e142";
}
.ui-user-code:before {
  content: "\e143";
}
.ui-user-cross:before {
  content: "\e144";
}
.ui-user-edit:before {
  content: "\e145";
}
.ui-user-group:before {
  content: "\e146";
}
.ui-user-heart:before {
  content: "\e147";
}
.ui-user-key:before {
  content: "\e148";
}
.ui-user-lock:before {
  content: "\e149";
}
.ui-user-minus:before {
  content: "\e14a";
}
.ui-user-off:before {
  content: "\e14b";
}
.ui-user-plus:before {
  content: "\e14c";
}
.ui-user-protection:before {
  content: "\e14d";
}
.ui-user-search:before {
  content: "\e14e";
}
.ui-user-settings:before {
  content: "\e14f";
}
.ui-user-star:before {
  content: "\e150";
}
.ui-user-arrow-bottom:before {
  content: "\e151";
}
.ui-user-arrow-left:before {
  content: "\e152";
}
.ui-user-arrow-right:before {
  content: "\e153";
}
.ui-user-arrow-top:before {
  content: "\e154";
}
.ui-video-off:before {
  content: "\e155";
}
.ui-video-on:before {
  content: "\e156";
}
.ui-voice-mail:before {
  content: "\e157";
}
.ui-volume-setting:before {
  content: "\e158";
}
.ui-wallet:before {
  content: "\e159";
}
.ui-photo-image:before {
  content: "\e15a";
}
.ui-watch:before {
  content: "\e15b";
}
.ui-whistle:before {
  content: "\e15c";
}
.ui-widget:before {
  content: "\e15d";
}
.ui-wifi-off:before {
  content: "\e15e";
}
.ui-wifi-on:before {
  content: "\e15f";
}
.ui-wine-bar:before {
  content: "\e160";
}
.ui-women-gender:before {
  content: "\e161";
}
.ui-zoom-minus:before {
  content: "\e162";
}
.ui-zoom-plus:before {
  content: "\e163";
}
.ui-question-mark:before {
  content: "\e0ea";
}
.ui-settings:before {
  content: "\e10b";
}
.ui-arrow:before {
  content: "\3c";
}
.ui-back-arrow:before {
  content: "\e033";
}
.ui-bold:before {
  content: "\e164";
}
.ui-bow-arrow:before {
  content: "\e165";
}
.ui-buzzer:before {
  content: "\e166";
}
.ui-camp:before {
  content: "\e167";
}
.ui-campaign:before {
  content: "\e168";
}
.ui-car:before {
  content: "\e169";
}
.ui-chef:before {
  content: "\e16a";
}
.ui-chess-rook:before {
  content: "\e16b";
}
.ui-circle:before {
  content: "\e16c";
}
.ui-clear-formatting:before {
  content: "\e16d";
}
.ui-copy:before {
  content: "\e16e";
}
.ui-court:before {
  content: "\e16f";
}
.ui-decrease-font:before {
  content: "\e170";
}
.ui-drag-horizontally:before {
  content: "\e171";
}
.ui-drag-vertically:before {
  content: "\e172";
}
.ui-education:before {
  content: "\e173";
}
.ui-equalizer-h:before {
  content: "\e174";
}
.ui-facebook:before {
  content: "\e175";
}
.ui-facebook-o:before {
  content: "\e176";
}
.ui-fast-download:before {
  content: "\e177";
}
.ui-fast-upload:before {
  content: "\e178";
}
.ui-feather:before {
  content: "\e179";
}
.ui-feather-ink:before {
  content: "\e17a";
}
.ui-exclamation-t:before {
  content: "\e17b";
}
.ui-find-and-replace:before {
  content: "\e17c";
}
.ui-functions:before {
  content: "\e17d";
}
.ui-front-arrow:before {
  content: "\e17e";
}
.ui-google-plus-o:before {
  content: "\e17f";
}
.ui-google-plus:before {
  content: "\e180";
}
.ui-github-o:before {
  content: "\e181";
}
.ui-github:before {
  content: "\e182";
}
.ui-hammer:before {
  content: "\e183";
}
.ui-hash-tag:before {
  content: "\e184";
}
.ui-icecream-o:before {
  content: "\e185";
}
.ui-icecream:before {
  content: "\e186";
}
.ui-italic:before {
  content: "\e187";
}
.ui-indent-right:before {
  content: "\e188";
}
.ui-indent-left:before {
  content: "\e189";
}
.ui-increase-font:before {
  content: "\e18a";
}
.ui-idea-plus:before {
  content: "\e18b";
}
.ui-idea-cross:before {
  content: "\e18c";
}
.ui-idea-check:before {
  content: "\e18d";
}
.ui-idea-bulb:before {
  content: "\e18e";
}
.ui-hot-tub:before {
  content: "\e18f";
}
.ui-laptop:before {
  content: "\e190";
}
.ui-linkedin-o:before {
  content: "\e191";
}
.ui-linkedin:before {
  content: "\e192";
}
.ui-line-spacing:before {
  content: "\e193";
}
.ui-library:before {
  content: "\e194";
}
.ui-locker:before {
  content: "\e195";
}
.ui-lowercase:before {
  content: "\e196";
}
.ui-magic-wand:before {
  content: "\e197";
}
.ui-memory:before {
  content: "\e198";
}
.ui-percentage-down:before {
  content: "\e199";
}
.ui-percentage-up:before {
  content: "\e19a";
}
.ui-more:before {
  content: "\e19b";
}
.ui-more-horizontal:before {
  content: "\e19c";
}
.ui-more-info:before {
  content: "\e19d";
}
.ui-more-vertical:before {
  content: "\e19e";
}
.ui-paragraph:before {
  content: "\e19f";
}
.ui-paste:before {
  content: "\e1a0";
}
.ui-piggy-bank:before {
  content: "\e1a1";
}
.ui-rename:before {
  content: "\e1a3";
}
.ui-quotes-right:before {
  content: "\e1a4";
}
.ui-quotes-left:before {
  content: "\e1a5";
}
.ui-publish:before {
  content: "\e1a6";
}
.ui-podium-speaker:before {
  content: "\e1a7";
}
.ui-resume:before {
  content: "\e1a8";
}
.ui-ruler:before {
  content: "\e1a9";
}
.ui-select-all-1:before {
  content: "\e1aa";
}
.ui-safety-locker:before {
  content: "\e1ab";
}
.ui-ship:before {
  content: "\e1ac";
}
.ui-spell-check:before {
  content: "\e1ad";
}
.ui-spinner-loader:before {
  content: "\e1ae";
}
.ui-spy:before {
  content: "\e1af";
}
.ui-square:before {
  content: "\e1b0";
}
.ui-strikethrough-01:before {
  content: "\e1b1";
}
.ui-temperature-down:before {
  content: "\e1b2";
}
.ui-temperature-up:before {
  content: "\e1b3";
}
.ui-text-align-justify-c:before {
  content: "\e1b4";
}
.ui-text-align-justify-l:before {
  content: "\e1b5";
}
.ui-text-align-justify-r:before {
  content: "\e1b6";
}
.ui-text-colour:before {
  content: "\e1b7";
}
.ui-text-curser:before {
  content: "\e1b8";
}
.ui-touch-box:before {
  content: "\e1b9";
}
.ui-touch:before {
  content: "\e1ba";
}
.ui-twitter:before {
  content: "\e1bb";
}
.ui-thermometer:before {
  content: "\e1bc";
}
.ui-twitter-o:before {
  content: "\e1bd";
}
.ui-type:before {
  content: "\e1be";
}
.ui-type-height:before {
  content: "\e1bf";
}
.ui-type-width:before {
  content: "\e1c0";
}
.ui-unisex:before {
  content: "\e13d";
}
.ui-umbrella:before {
  content: "\e1c1";
}
.ui-underline:before {
  content: "\e1c2";
}
.ui-uppercase:before {
  content: "\e1c3";
}
.ui-unpublish:before {
  content: "\e1c4";
}
.ui-wheel:before {
  content: "\e1c5";
}
.ui-wind:before {
  content: "\e1c6";
}
.ui-witch-hat:before {
  content: "\e1c7";
}
.ui-youtube:before {
  content: "\e1c8";
}
.ui-youtube-o:before {
  content: "\e1c9";
}
.ui-close:before {
  content: "\6c";
}
.ui-close-o:before {
  content: "\e1a2";
}
.ui-close-s:before {
  content: "\e1ca";
}
.ui-divide:before {
  content: "\e1cb";
}
.ui-divide-o:before {
  content: "\e1cc";
}
.ui-divide-s:before {
  content: "\e1cd";
}
.ui-minus-s:before {
  content: "\e1ce";
}
.ui-plus-s:before {
  content: "\e1cf";
}
.ui-band-aid:before {
  content: "\e1d0";
}
.ui-goggle:before {
  content: "\e1d1";
}
.ui-goggles-o:before {
  content: "\e1d2";
}
.ui-layout:before {
  content: "\e1d3";
}
.ui-kid-cart:before {
  content: "\e1d4";
}
.ui-neutral-gender:before {
  content: "\e1d5";
}
.ui-play-court:before {
  content: "\e1d6";
}
.ui-sign-board-b:before {
  content: "\e1d7";
}
.ui-sign-board-l:before {
  content: "\e1d8";
}
.ui-sign-board-r:before {
  content: "\e1d9";
}
.ui-sign-board-t:before {
  content: "\e1da";
}
.ui-solution-1:before {
  content: "\e1db";
}
.ui-solution-o:before {
  content: "\e1dc";
}
.ui-ticket:before {
  content: "\e1dd";
}
.ui-ambulance:before {
  content: "\e1de";
}
.ui-life-saver:before {
  content: "\e1df";
}
body {
  margin: 0;
}
.baseButton {
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.buttonLight {
  composes: baseButton;
  border: 1px solid #1f99fa;
  color: #1f99fa;
  background: transparent;
}
.buttonDark {
  composes: baseButton;
  background: #1f99fa;
  color: #fff;
}
.noStyle {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .isMobile {
    display: none;
  }
  .isWeb {
    display: block;
  }
  .baseButton {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .isMobile {
    display: block;
  }
  .isWeb {
    display: none;
  }
  .baseButton {
    font-size: 1.5rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.app-container {
  font-family: 'Open-Sans', sans-serif;
}
.large-20 {
  font-size: 20px;
}
.no-margin {
  margin: 0;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.largest {
  font-size: 40px;
}
.font-30 {
  font-size: 30px;
}
.larger {
  font-size: 25px;
}
.large-20 {
  font-size: 20px;
}
.large-18 {
  font-size: 18px;
}
.large {
  font-size: 16px;
}
.regular {
  font-size: 14px;
}
.small {
  font-size: 12px;
}
.small-11 {
  font-size: 11px;
}
.smaller {
  font-size: 10px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-top {
  vertical-align: top;
}
.v-align-bottom {
  vertical-align: bottom;
}
.pointer {
  cursor: pointer;
}
a {
  cursor: pointer;
}
strong,
b {
  font-weight: 600;
}
.clear {
  clear: both;
}
.clear-both {
  clear: both;
}
.forced-hidden {
  display: none !important;
}
.not-visible {
  visibility: hidden;
}
.forced-not-visible {
  visibility: hidden !important;
}
.caps {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.strike {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none !important;
}
.yes-underline {
  text-decoration: underline !important;
}
.lineh-21 {
  line-height: 21px;
}
.no-border {
  border: none;
}
.hover-link {
  text-decoration: none;
}
.hover-link:hover {
  text-decoration: underline;
}
.tags-blue-box {
  background-color: #e0f2f6;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  color: #5d6586;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.homepage-wrapper {
  background-color: #f7f8fa;
  min-height: 100vh;
}
.homepage-wrapper .homepage-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

