body {
  padding-top: 88px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  font-family: 'Baloo Thambi 2', sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 9.6rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 24px;
}

a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: rgba(0, 0, 0, 0.7);
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 2rem;
}

li {
  margin-bottom: 6px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px 30px;
  border: 4px solid #000;
  background-color: #c4c4c4;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.site-container {
  z-index: 100;
  margin: 64px 20px 20px;
  background-image: url('../images/Xi06.gif');
  background-position: 0px 0px;
  background-size: 300px;
}

.header {
  position: fixed;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 4px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #000;
}

.button-circles-wrap {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.button-circle {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 4px solid #000;
  border-radius: 10px;
  background-color: #eb505e;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 20px;
  border: 5px solid transparent;
  border-radius: 12px;
  background-color: #227db6;
  color: #000;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: transparent;
  color: #fff;
}

.nav-link.w--current:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.n2 {
  background-color: #eb505e;
}

.nav-link.n2:hover {
  background-color: #000;
}

.nav-link.n2.w--current {
  background-color: transparent;
}

.nav-link.n3 {
  background-color: #ffe100;
}

.nav-link.n3:hover {
  background-color: #000;
}

.nav-link.n3.w--current {
  background-color: transparent;
}

.nav-link.n4 {
  display: none;
  background-color: #80e5f7;
}

.nav-link.n4:hover {
  background-color: #000;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 4px solid #000;
}

.section.hero-section {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 196, 167, 0.9)), to(rgba(247, 196, 167, 0.9)));
  background-image: linear-gradient(180deg, rgba(247, 196, 167, 0.9), rgba(247, 196, 167, 0.9));
  background-position: 0px 0px;
  background-size: auto;
}

.section.projects {
  position: relative;
  display: block;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 225, 0, 0.9)), to(rgba(255, 225, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(255, 225, 0, 0.9), rgba(255, 225, 0, 0.9));
  background-position: 0px 0px;
}

.section.faq {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 146px;
  background-image: url('../images/Fichier-2b.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(235, 80, 94, 0.9)), to(rgba(235, 80, 94, 0.9)));
  background-image: url('../images/Fichier-2b.svg'), linear-gradient(180deg, rgba(235, 80, 94, 0.9), rgba(235, 80, 94, 0.9));
  background-position: 0px 0px, 0px 0px;
  background-size: 120px, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}

.section._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 196, 167, 0.9)), to(rgba(247, 196, 167, 0.9)));
  background-image: linear-gradient(180deg, rgba(247, 196, 167, 0.9), rgba(247, 196, 167, 0.9));
  background-position: 0px 0px;
}

.grid-hero {
  display: -ms-grid;
  display: grid;
  min-height: 70vh;
  margin-bottom: 30px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  -ms-grid-columns: minmax(200px, 1.25fr) 0.75fr;
  grid-template-columns: minmax(200px, 1.25fr) 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #000;
  font-size: 3.4rem;
  line-height: 0.9;
}

.subhead {
  font-size: 3rem;
  line-height: 3.6rem;
}

.subhead.space-bottom-36 {
  color: #000;
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.franklin {
  width: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
  color: #eb505e;
}

.logo-wrapper:hover {
  background-color: #000;
  color: #fff;
}

.logo-wrapper.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.quick-links-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-bottom: -40px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: #c4c4c4;
}

.ql-link {
  display: inline-block;
  padding: 20px;
  border-right: 4px solid #000;
  background-color: #227db6;
  background-image: url('../images/arrow-link.svg');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
}

.ql-link:hover {
  background-color: #000;
  background-image: url('../images/arrow-link-white.svg');
  color: #fff;
}

.ql-link.last {
  border-right-style: none;
  background-color: #ffe100;
}

.ql-link.last:hover {
  background-color: #000;
}

.ql-link.q2 {
  background-color: #eb505e;
}

.ql-link.q2:hover {
  background-color: #000;
}

.ql-link.q3 {
  display: none;
  background-color: #ffe100;
}

.ql-link.q3:hover {
  background-color: #000;
}

.modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #000;
  background-color: #fff;
  box-shadow: 8px 8px 0 0 #000;
}

.modal-wrapper.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
}

.modal-wrapper.project-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 12px;
}

.modal-wrapper.project-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
}

.modal-header {
  position: relative;
  padding: 14px 20px;
  border-bottom: 4px solid #000;
  background-color: #227db6;
  font-weight: 600;
  text-align: center;
}

.modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projects-container {
  position: -webkit-sticky;
  position: sticky;
  top: 7vh;
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  width: 100%;
  min-width: 200px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  border-radius: 12px;
  background-color: #eb505e;
  background-image: url('../images/arrow-link.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}

.button:hover {
  background-color: #000;
  background-image: url('../images/arrow-link-white.svg');
  color: #fff;
}

.button.btndisabled {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
  box-shadow: inset 3px 3px 13px 2px #000;
  opacity: 0.24;
}

.button.btndisabled:hover {
  color: #000;
}

.space-bottom-36 {
  margin-bottom: 36px;
}

.hero-image-wrapper {
  position: relative;
}

.eye-circle {
  position: absolute;
  left: 41.1%;
  top: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  height: 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: url('../images/franklin-fixed-eye.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.eye-pupil {
  overflow: hidden;
  width: 40%;
  border-radius: 100%;
}

.modal-thumbnail {
  width: 100%;
  height: 240px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 5px solid #000;
  background-image: url('../images/Fichier-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #fff;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo {
  width: 44px;
  height: 44px;
}

.footer-section {
  padding-bottom: 20px;
  background-color: #eb505e;
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.input-new {
  width: 50%;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: #fff;
  font-size: 2rem;
  text-transform: lowercase;
}

.input-new:focus {
  border-color: #000;
  background-color: #fff;
}

.input-new::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 2.6rem;
}

.input-new:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 2.6rem;
}

.input-new::-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 2.6rem;
}

.input-new::placeholder {
  color: #c4c4c4;
  font-size: 2.6rem;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.domainname {
  display: none;
  margin-left: 10px;
  color: #000;
  font-size: 2.6rem;
}

.bold-text {
  color: #eb505e;
  font-size: 7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.link {
  color: #eb505e;
}

.link:hover {
  color: #000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span {
  padding-right: 2px;
  padding-left: 2px;
  color: #eb505e;
}

.text-span-2 {
  padding-right: 2px;
  padding-left: 2px;
  color: #227db6;
}

.text-span-3 {
  padding-right: 2px;
  padding-left: 2px;
}

.text-span-4 {
  padding-right: 2px;
  padding-left: 2px;
}

.logotype {
  margin-bottom: -4px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 2.8rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.bold-text-2 {
  color: #227db6;
  font-weight: 800;
  text-transform: uppercase;
}

.body {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.button-circle-copy {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 4px solid #000;
  border-radius: 10px;
  background-color: #ffe100;
}

.html {
  color: #000;
}

.div-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.number {
  color: #80e5f7;
  font-weight: 800;
  text-transform: uppercase;
}

.h3 {
  color: #eb505e;
  line-height: 4rem;
}

.link-2 {
  color: #227db6;
}

.link-2:hover {
  color: #000;
}

.link-3 {
  color: #ffe100;
}

.link-3:hover {
  color: #000;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 100%;
  background-color: #f7c4a7;
}

.topleftcorner {
  position: fixed;
  left: 20px;
  top: 84px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.toprightcorner {
  position: fixed;
  left: auto;
  top: 84px;
  right: 20px;
  bottom: auto;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin-top-right.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bottomrightcorner {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin-bottom-right.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bottomleftcorner {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin-bottom-left.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  height: 20px;
  background-color: #000;
}

.franklin-for-mobile {
  display: none;
}

.social-link {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #eb505e;
  background-image: url('../images/twitter-fill-white.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.social-link:hover {
  background-color: transparent;
  background-image: url('../images/twitter-fill-white.svg');
}

.social-link-mobile {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/twitter-fill.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.social-link-mobile:hover {
  background-color: transparent;
  background-image: url('../images/twitter-fill-white.svg');
}

.sociallink-new {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/twitter-fill.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.sociallink-new:hover {
  background-color: transparent;
  background-image: url('../images/twitter-fill-white.svg');
}

.selectdomainname {
  display: block;
  width: 50%;
  height: 80px;
  margin-left: 10px;
  padding-right: 32px;
  padding-left: 10px;
  border-style: none none dashed;
  border-width: 4px;
  border-color: #000;
  background-color: transparent;
  background-image: url('../images/arrow-down.svg');
  background-position: 88% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 2.6rem;
}

.selectdomainname:hover {
  border-bottom-color: #227db6;
  background-image: url('../images/arrow-down-hover.svg');
  color: #227db6;
}

.receipt {
  display: block;
  overflow: auto;
  margin-top: 30px;
  padding: 12px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  line-height: 1.2rem;
}

.quick-title {
  margin-bottom: 10px;
  font-size: 3.6rem;
}

.lottie-animation {
  width: 140%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.error-modal {
  position: relative;
  display: none;
  height: 100px;
  margin-top: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #eb505e;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 3px 3px 18px 2px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7000;
  width: 30px;
  height: 30px;
  margin-top: -2px;
  margin-right: -2px;
  background-image: url('../images/close-circle-fill-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.close-btn:hover {
  background-image: url('../images/close-circle-fill-hover.svg');
}

.lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid #000;
}

.success-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 3px 3px 18px 2px rgba(0, 0, 0, 0.3);
}

.franklin-error {
  display: none;
  width: 100%;
}

.franklin-success {
  display: none;
  width: 100%;
}

.alert {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #000;
  color: #eb505e;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
}

.alert.displaynone {
  display: none;
}

.alert-icon {
  width: 16px;
  margin-right: 5px;
  float: left;
}

.bold-highlight {
  color: #fff;
}

.transaction-status {
  height: 30px;
  margin-bottom: 4px;
  padding: 4px 20px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

.modal-ui {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-left: 100px;
}

.alert-small {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.tooltip-trigger {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/information-fill.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.tooltip-trigger:hover {
  background-image: url('../images/information-fill-red.svg');
}

.tooltip {
  position: absolute;
  left: -12px;
  top: auto;
  right: 0%;
  bottom: 32px;
  z-index: 9000;
  display: block;
  min-width: 280px;
  padding: 4px 12px;
  border-radius: 12px;
  background-color: #000;
  box-shadow: 3px 3px 18px 2px rgba(0, 0, 0, 0.3);
  color: #eb505e;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: left;
}

.infobul-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.triangle {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: -10px;
  width: 20px;
  height: 10px;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.alert-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
}

.alert-txt {
  display: inline;
}

.tooltip-strong {
  color: #eb505e;
}

.descriptive-link {
  display: none;
}

._404-title {
  font-size: 3rem;
}

.site-container-404 {
  position: fixed;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  height: 100vh;
  background-image: url('../images/Xi06.gif');
  background-size: 300px;
}

.body404 {
  padding-top: 0px;
}

.topleftcorner-404 {
  position: fixed;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.toprightcorner-404 {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 2000;
  width: 30px;
  height: 30px;
  background-image: url('../images/round-coin-top-right.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 72px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .site-container {
    margin-top: 64px;
  }

  .header {
    border-top-width: 0px;
  }

  .container {
    width: 85vw;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px none #000;
    border-radius: 0px;
    font-size: 3.5rem;
  }

  .nav-link.n1 {
    background-color: #227db6;
  }

  .nav-link.n2 {
    background-color: #eb505e;
  }

  .nav-link.n3 {
    background-color: #ffe100;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.projects {
    height: auto;
  }

  .section.faq {
    height: auto;
  }

  .grid-hero {
    min-height: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-jumbo {
    font-size: 5rem;
  }

  .subhead {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .subhead.space-bottom-36 {
    font-size: 2rem;
  }

  .franklin {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    display: block;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: #c4c4c4;
    color: #fff;
  }

  .quick-links-wrapper {
    margin-bottom: -32px;
  }

  .ql-link {
    width: 100%;
    padding: 12px;
    border-right-style: none;
    background-position: 95% 50%;
    background-size: 16px;
    font-size: 2rem;
  }

  .ql-link.w--current {
    border-right-style: none;
    background-position: 95% 50%;
  }

  .ql-link.last {
    background-position: 95% 50%;
  }

  .ql-link.q2 {
    border-right-style: none;
    background-position: 95% 50%;
  }

  .modal-wrapper.project {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .modal-wrapper.project-copy {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .modal-wrapper.project-new {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .modal-body {
    padding: 36px;
  }

  .projects-container {
    width: 85vw;
  }

  .button {
    padding: 12px 20px;
  }

  .hero-image-wrapper {
    display: none;
  }

  .eye-circle {
    display: none;
  }

  .menu-button {
    display: block;
    height: 66px;
    margin-left: auto;
    padding: 8px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eb505e;
    font-size: 4rem;
    line-height: 1;
  }

  .menu-button:hover {
    background-color: #000;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
    color: #fff;
  }

  .footer-section {
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topleftcorner {
    z-index: 100;
  }

  .toprightcorner {
    z-index: 100;
  }

  .icon {
    height: 40px;
    margin-top: 6px;
  }

  .franklin-for-mobile {
    display: block;
    overflow: hidden;
    width: 240px;
    height: 240px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
  }

  .mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .franklin-mobile {
    height: 240px;
    padding: 20px;
  }

  .social-link {
    display: none;
  }

  .social-link-mobile {
    position: absolute;
    top: 14px;
    right: 80px;
    display: block;
    background-color: #eb505e;
    background-image: url('../images/twitter-fill-white.svg');
  }

  .sociallink-new {
    position: absolute;
    top: 14px;
    right: 80px;
    display: block;
    background-color: #eb505e;
    background-image: url('../images/twitter-fill-white.svg');
  }

  .franklin-error {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .franklin-success {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .tooltip {
    left: -252px;
  }

  .triangle {
    left: auto;
    right: 10px;
  }

  .topleftcorner-404 {
    z-index: 200;
  }

  .toprightcorner-404 {
    z-index: 200;
  }

  .container-404 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 68px;
    padding-right: 8px;
    padding-left: 8px;
  }

  h1 {
    font-size: 7rem;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-hero {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-jumbo {
    margin-bottom: 6px;
    font-size: 3rem;
  }

  .subhead.space-bottom-36 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -76px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-body {
    padding: 28px;
  }

  .button {
    padding: 12px 18px;
  }

  .input-new {
    height: 54px;
  }

  .bold-text {
    font-size: 5rem;
  }

  .utility-page-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bold-text-2 {
    line-height: 1.1;
  }

  .franklin-for-mobile {
    width: 180px;
    height: 180px;
    margin-bottom: 0px;
  }

  .mobile-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .franklin-mobile {
    height: 180px;
  }

  .social-link-mobile {
    top: 22px;
    right: 70px;
    width: 40px;
    height: 40px;
  }

  .sociallink-new {
    top: 22px;
    right: 70px;
    width: 40px;
    height: 40px;
  }

  .selectdomainname {
    height: 54px;
  }

  .alert {
    width: 100%;
    min-width: auto;
  }

  .alert-icon {
    width: 12px;
  }

  .tooltip {
    left: -122px;
    width: 100%;
    min-width: 150px;
  }

  .alert-txt {
    display: block;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .image-6 {
    width: 220px;
  }
}

@media screen and (max-width: 479px) {
  .button-circles-wrap {
    display: none;
  }

  .container {
    width: 80vw;
  }

  .heading-jumbo {
    margin-top: -40px;
    margin-bottom: 4px;
    font-size: 3rem;
  }

  .subhead.space-bottom-36 {
    font-size: 1.6rem;
  }

  .quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ql-link {
    width: 100%;
    border-bottom: 4px solid #000;
    border-right-style: none;
  }

  .ql-link.last {
    border-bottom-style: none;
  }

  .modal-body {
    padding: 20px;
  }

  .projects-container {
    width: 80vw;
  }

  .input-new {
    width: 100%;
    margin-bottom: 5px;
  }

  .form-wrapper {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bold-text {
    font-size: 4.4rem;
    line-height: 0.8;
  }

  .bold-text-2 {
    line-height: 1;
  }

  .h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .franklin-for-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .mobile-flex {
    display: block;
    text-align: center;
  }

  .social-link-mobile {
    right: 70px;
    display: none;
  }

  .sociallink-new {
    left: auto;
    top: 94px;
    right: 30px;
    bottom: auto;
    z-index: 200;
  }

  .sociallink-new:hover {
    background-color: #000;
  }

  .selectdomainname {
    width: 100%;
    margin-left: 0px;
  }

  .lottie-wrapper {
    width: 60px;
    height: auto;
  }

  .modal-ui {
    margin-left: 60px;
  }

  .container-404 {
    width: 80vw;
  }
}

#w-node-_4627d557-4442-a4d0-51e1-80c75fa1ce52-3cf0fba3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9bdb0e1f-f815-1ba6-880f-7cb594ab0ad6-3cf0fba3 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_9bdb0e1f-f815-1ba6-880f-7cb594ab0ad6-77a5a4da {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

@media screen and (max-width: 991px) {
  #w-node-_2fb4acda-b349-983e-c03a-bb4a412195e6-3cf0fba3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2fb4acda-b349-983e-c03a-bb4a412195e6-77a5a4da {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

