* {
  box-sizing: border-box;
}

@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir-next-regular.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir-next-medium.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir-next-bold.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont_v-4.7.0.eot");
  src: url("../fonts/fontawesome-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff") format("woff2"),
    url("../fonts/fontawesome-webfont_v-4.7.0.woff") format("woff"),
    url("../fonts/fontawesome-webfont_v-4.7.0.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.margin-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.margin-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.margin-32-64 {
  margin-top: 32px;
  margin-bottom: 64px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-128 {
  margin-bottom: 128px;
}
.margin-top-128 {
  margin-top: 128px;
}
.margin-top-64 {
  margin-top: 64px;
}
.margin-top-32 {
  margin-top: 32px;
}
.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.toasted .primary.error,
.toasted.toasted-primary.error {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 16px;
  background: #ec117c !important;
}

.toasted .primary.success,
.toasted.toasted-primary.primary.success {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 16px;
  background: #12a2dc !important;
}

body {
  background-color: #ffffff;
  font-family: "avenir";
  font-weight: 300;
}

p {
  font-family: "avenir";
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}

div {
  font-family: "avenir";
}

p.card-text {
  font-size: 3vw;
  line-height: 4.5vw;
  font-weight: 500;
}

p.bold {
  font-weight: 500;
}
span.bold {
  font-weight: 500;
}

p.heading {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

p.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}

p.text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}

p.text-bold {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

p.text-grey,
span.text-grey {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

p.info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

a.link {
  color: #ec117c;
}
span.link {
  color: #ec117c;
}
p.link {
  color: #ec117c;
}

.modal-box {
  border-radius: 16px 16px 0 0;
  width: 100% !important;
  left: 0 !important;
  background-color: #ffffff;
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  height: auto !important;
}

/* --------- */
.width-image {
  width: 100%;
}
.width-video {
  width: 100%;
  top: 0;
  left: 0;
}
.width-col {
  padding-right: 0;
  padding-left: 0;
}

.dil {
  display: inline;
}
.dilb {
  display: inline-block;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.top-bar-icon {
  text-align: center;
}

.top-bar-title {
  padding-left: 0;
}

.btn-one {
  width: calc(100vw - 30px);
  border-radius: 8px !important;
  height: 48px;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  background-color: #403a95 !important;
  border: none !important;
  box-shadow: none !important;
}
.btn-one:hover {
  background-color: #332e77;
}
.btn-one:active {
  background-color: #332e77 !important;
  border: none;
}
.btn-one:focus {
  outline: none;
}

.btn-two {
  width: calc(100vw - 30px);
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff;
  color: #12a2dc;
  border: 1px solid #12a2dc;
}
.btn-two:hover {
  background-color: #12a2dc;
  color: #ffffff;
  border: 1px solid #12a2dc;
}
.btn-two:active {
  background-color: #12a2dc !important;
  color: #ffffff;
  border: 1px solid #12a2dc !important;
}
.btn-two:focus {
  outline: none;
}

.btn-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;

  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 32px;
}

input {
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 300;
}
input:hover {
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}
input:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}
input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
textarea {
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: none;
  height: 100px;
  border-radius: 8px;
  padding-left: 16px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 300;
}
textarea:hover {
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}
textarea:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.06);
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.tab-button {
  margin-right: 16px;
}

.tab-active {
  font-size: 16px;
  color: #12a2dc;
  font-weight: 500;
  line-height: 22px;
}
.tab-inactive {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  line-height: 22px;
}

.tab-divider {
  width: 100%;
  margin-top: 0;
  border: 0.4px solid rgba(0, 0, 0, 0.1);
}

.tab-icon {
  background-color: #12a2dc;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  bottom: 0;
  left: 0;
}

.pop {
  display: none;
}

.pop-back {
  width: 100vw;
  height: 100vh;
  background-color: #403a9533;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-front {
  width: 100vw;
  height: 160px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 20;
  border-radius: 8px 8px 0px 0px;
}

.pop-title {
  font-size: 18px;
  font-weight: 500;
  color: #403a95;
  padding: 16px;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.pop-subtitle {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.btn-danger,
.btn-danger:active {
  margin-top: 16px;
  margin-left: 16px;
  background-color: #ec117c !important;
  border-color: #ec117c !important;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ec117c !important;
  border-color: #ec117c !important;
}
.btn-success,
.btn-success:active {
  margin-top: 16px;
  border: solid 1px #ec117c !important;
  color: #ec117c !important;
  background-color: #ffffff !important;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  border: solid 1px #ec117c !important;
  color: #ec117c !important;
  background-color: #ffffff !important;
}