@font-face {
  font-family: 'Calibre-Black';
  src: url("../eot/calibreweb-black.eot");
  src: url("../eot/calibreweb-blackd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/calibreweb-black.woff2") format("woff2"), url("../woff/calibreweb-black.woff") format("woff"), url("../calibreweb-black.html#Calibre-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

body * {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

@media screen and (min-width: 1451px) {
  html {
    font-size: 24px;
    line-height: 144%;
  }
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 38px;
  }
}

body {
  font-size: 18px;
}

@media screen and (min-width: 1451px) {
  body {
    font-size: 24px;
    line-height: 144%;
  }
}

@media screen and (min-width: 1921px) {
  body {
    font-size: 32px;
  }
}

@media screen and (min-width: 2561px) {
  body {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  body {
    height: calc(100% - 100px);
  }
}

.dark-violet-background {
  background-color: #282566;
  position: relative;
  min-height: 450px;
}

/* menu */
@media screen and (min-width: 1053px) {
  header.header .user-nav a.login {
    background: #282566;
  }
  header.header .header-inner .header-menu {
    display: block !important;
    width: auto !important;
    position: relative;
  }
}

@media screen and (max-width: 1052px) {
  header.header .header-inner .header-menu {
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 0px !important;
    max-width: 12px;
    position: fixed;
    z-index: 400;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
    display: none !important;
    padding: 15px !important;
    padding-bottom: 0 !important;
  }
  header.header .header-inner .header-menu.open {
    width: 300px !important;
    display: block !important;
    z-index: 5000;
  }
  header.header .header-inner a#toggle-collapsed-nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
}

/* hero */
#share {
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 7%;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  padding: 13px 33px;
  position: absolute;
  font: 14px 'Calibre Medium';
  letter-spacing: 0.78px;
  margin-top: 30px;
  right: 13%;
  z-index: 400;
}

#share a {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
}

#share a:first-child {
  margin-left: 40px;
}

#share a:hover {
  color: #eaeaea !important;
}

@media screen and (min-width: 2561px) {
  #share a {
    font-size: 0.8rem;
    margin-left: 50px;
  }
}

@media screen and (min-width: 1451px) {
  #share a {
    font-size: 1.2rem;
    margin-left: 30px;
  }
}

@media screen and (min-width: 2561px) {
  #share {
    border-radius: 1.3rem;
    font-size: 0.8rem;
    padding: 30px 100px;
  }
}

@media screen and (min-width: 1921px) {
  #share {
    border-radius: 1.3rem;
    font-size: 0.8rem;
    padding: 30px 2.5rem;
  }
}

@media screen and (min-width: 1451px) {
  #share {
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.9rem 3.4rem;
  }
}

@media screen and (max-width: 1023px) {
  #share {
    margin-bottom: 57px;
    bottom: 0;
    position: relative;
    right: auto;
    left: 6vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  #share {
    margin-top: 15px;
  }
}

.violet-background {
  background-color: #4543B4;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  color: #000;
}

p {
  color: #000;
  font: 18px/26px "Calibre Regular";
}

p.intro-text {
  color: #fff;
  max-width: 1000px;
  width: 50%;
  position: relative;
  z-index: 400;
}

@media screen and (max-width: 768px) {
  p.intro-text {
    -webkit-margin-after: 23px;
            margin-block-end: 23px;
  }
}

@media screen and (max-width: 425px) {
  p.intro-text {
    width: 100%;
    max-width: 252px;
  }
}

@media screen and (min-width: 1451px) {
  p {
    font-size: 24px;
    line-height: 144%;
  }
}

@media screen and (min-width: 1921px) {
  p {
    font-size: 32px;
    line-height: 144%;
  }
}

@media screen and (min-width: 2561px) {
  p {
    font-size: 38px;
    line-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  p {
    line-height: 21px;
  }
}

.header-button {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .header-button {
    max-width: 170px;
  }
  .header-button a {
    padding: 15px;
  }
}

.panel {
  width: 100%;
  margin: 0 auto;
  padding: 34px;
}

.border {
  background: url(../png/new-border-gradient.png) right bottom/100% 4px no-repeat;
}

@media screen and (max-width: 768px) {
  .border {
    background: url(../png/new-border-gradient.png) right bottom/100% 2px no-repeat;
  }
}

.button-purple {
  background-color: #4840BB;
  color: #fff;
  width: 238px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 39.69px;
}

.button-purple:hover {
  color: #fff !important;
  background-color: #342d8d;
  border-color: #342d8d;
}

@media screen and (min-width: 2500px) {
  .button-purple {
    font-size: 0.9rem;
    padding: 25px 125px;
  }
}

a.button-white {
  background-color: #fff;
  color: #4840BB;
  width: 192px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 52px;
}

a.button-white:hover {
  color: #fff !important;
  background-color: #4840BB;
  border-color: #4840BB;
}

.page-template-career-launching-companies div.footer section {
  max-width: 85vw;
}

@media screen and (max-width: 1450px) {
  .page-template-career-launching-companies div.footer section {
    max-width: 75vw;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-career-launching-companies div.footer section {
    max-width: 90vw;
  }
}

header.header {
  background: #282566;
}

@media screen and (min-width: 768px) {
  header.header {
    height: 76px;
  }
}

header.header .header-inner {
  max-width: 2614px;
}

header.header #toggle-collapsed-nav .fa {
  font-size: 24px;
}

header.header #toggle-collapsed-nav:hover .fa {
  color: #999 !important;
}

header.header .logo a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../svg/logo.svg) no-repeat center center;
  background-size: contain;
}

header.header .logo img {
  display: none;
}

.dropdown:after {
  display: none;
}

.c-btn--white {
  display: inline-block;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  background-color: white;
  color: #4840BB;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
}

@media screen and (min-width: 2561px) {
  .c-btn--white {
    font-size: 0.9rem;
    padding: 25px 155px;
  }
}

@media screen and (min-width: 1921px) {
  .c-btn--white {
    font-size: 0.9rem;
    padding: 25px 4.2rem;
  }
}

@media screen and (min-width: 1451px) {
  .c-btn--white {
    font-size: 0.9rem;
    padding: 20px 4.4rem;
  }
}

.c-btn--white.c-intro-btn {
  padding: 15px 75px;
  font-weight: 700;
}

@media screen and (min-width: 2500px) {
  .c-btn--white.c-intro-btn {
    font-size: 0.9rem;
    padding: 25px 155px;
  }
}

@media screen and (min-width: 1921px) {
  .c-btn--white.c-intro-btn {
    font-size: 0.9rem;
    padding: 25px 4.2rem;
  }
}

@media screen and (min-width: 1451px) {
  .c-btn--white.c-intro-btn {
    font-size: 0.9rem;
    padding: 20px 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btn--white.c-intro-btn {
    min-width: 170px;
    padding: 15px;
    width: 170px;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.hero #share {
  z-index: 20;
  right: 100px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .hero #share {
    right: auto;
    left: 25px;
  }
}

main {
  overflow-x: hidden;
}

.section2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35vw 46vw 17vw;
      grid-template-columns: 35vw 46vw 17vw;
      grid-template-areas: ". right-column .";
  padding-top: 63px;
  padding-bottom: 0;
  z-index: 2;
  position: relative;
  background-color: white;
}

.section2 .white-bg-text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: right-column;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section2 {
    max-width: 100%;
    padding-right: 46px;
  }
}

@media screen and (max-width: 768px) {
  .section2 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "right-column";
    padding: 30px 46px 23px 25px;
  }
}

.section3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9vw 1fr 12vw 26vw;
      grid-template-columns: 9vw 1fr 12vw 26vw;
      grid-template-areas: ". quote . image";
  padding-right: 0;
  padding-bottom: 0;
}

.section3 .quote {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: quote;
}

.section3 .quote .quote-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section3 .quote .quote-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Calibre Regular";
  font-weight: 600;
  font-size: 65px;
  line-height: 53px;
  letter-spacing: -2.5px;
  margin: 0;
}

.section3 .quote .quote-text .more-image {
  max-width: 170px;
}

@media screen and (min-width: 1025px) {
  .section3 .quote .quote-text .more-image {
    max-width: 190px;
  }
}

@media screen and (min-width: 1451px) {
  .section3 .quote .quote-text .more-image {
    max-width: 230px;
  }
}

@media screen and (min-width: 2500px) {
  .section3 .quote .quote-text .more-image {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .section3 .quote .quote-text .more-image {
    max-width: 130px;
  }
}

.section3 .quote .quote-text .choice-image {
  max-width: 221px;
}

@media screen and (min-width: 1025px) {
  .section3 .quote .quote-text .choice-image {
    max-width: 241px;
  }
}

@media screen and (min-width: 1451px) {
  .section3 .quote .quote-text .choice-image {
    max-width: 300px;
  }
}

@media screen and (min-width: 2500px) {
  .section3 .quote .quote-text .choice-image {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .section3 .quote .quote-text .choice-image {
    max-width: 170px;
  }
}

@media screen and (min-width: 1025px) {
  .section3 .quote .quote-text {
    font-size: 80px;
    line-height: 81%;
  }
}

@media screen and (min-width: 1451px) {
  .section3 .quote .quote-text {
    font-size: 3.6rem;
    line-height: 81%;
  }
}

@media screen and (max-width: 768px) {
  .section3 .quote .quote-text {
    font-size: 46px;
    line-height: 42px;
    font-weight: 600;
  }
}

@media screen and (max-width: 400px) {
  .section3 .quote .quote-text {
    font-size: 46px;
  }
}

.section3 .quote .signature {
  margin-left: 17%;
}

@media screen and (max-width: 768px) {
  .section3 .quote .signature {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section3 .quote {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section3 .quote {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section3 .image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: image;
}

@media screen and (max-width: 768px) {
  .section3 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 .image img {
    width: 70vw;
    max-width: 367px;
  }
}

@media screen and (max-width: 768px) {
  .section3 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "quote" "image";
    padding: 0;
  }
}

.violet-background .rectangle {
  right: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: -200px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media screen and (max-width: 2599px) {
  .violet-background .rectangle {
    top: -100px;
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle {
    top: 0;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.violet-background .rectangle .rectangle-content {
  position: absolute;
  width: 58vw;
  right: 10vw;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-content {
    position: relative;
    right: 0;
    width: 90%;
    padding: 40px 30px;
    border-left: 2px solid #8f53d7;
    border-top: 2px solid #8f53d7;
  }
}

.violet-background .rectangle .rectangle-content .button-purple {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 52px;
  margin: 0 auto;
  text-transform: uppercase;
  width: 270px;
}

@media screen and (min-width: 1451px) {
  .violet-background .rectangle .rectangle-content .button-purple {
    font-size: 0.9rem;
    padding: 0.4rem;
    width: 100%;
    max-width: 16rem;
  }
}

@media screen and (min-width: 1921px) {
  .violet-background .rectangle .rectangle-content .button-purple {
    padding: 0.7rem 4rem;
  }
}

@media screen and (min-width: 2561px) {
  .violet-background .rectangle .rectangle-content .button-purple {
    font-size: 0.9rem;
    padding: 0.8rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-content .button-purple {
    width: 210px;
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .violet-background .rectangle .rectangle-content .button-purple {
    margin-top: 10px;
  }
}

.violet-background .rectangle .rectangle-content .rectangle-inner {
  padding: 0 15%;
}

@media screen and (max-width: 950px) {
  .violet-background .rectangle .rectangle-content .rectangle-inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-content .rectangle-inner {
    padding: 0;
  }
}

.violet-background .rectangle .rectangle-content .text {
  font-family: "Calibre Medium";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 30px 0;
}

@media screen and (min-width: 1451px) {
  .violet-background .rectangle .rectangle-content .text {
    font-size: 1.2rem;
    line-height: 127%;
  }
}

@media screen and (max-width: 950px) {
  .violet-background .rectangle .rectangle-content .text {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-content .text {
    font-size: 18px;
    font-family: "Calibre Regular";
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .violet-background .rectangle .rectangle-content {
    padding-top: 20px;
  }
}

.violet-background .rectangle .rectangle-image {
  position: relative;
  z-index: -2;
  width: 68vw;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .violet-background .rectangle .rectangle-image {
    max-height: 580px;
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-image {
    display: none;
  }
}

.violet-background .rectangle .rectangle-image-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle .rectangle-image-mobile {
    display: block;
    max-height: 280px;
    width: 90%;
    position: absolute;
    top: calc(100% - 20vh);
  }
}

@media screen and (max-width: 768px) {
  .violet-background .rectangle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    position: relative;
    padding-bottom: 20vh;
  }
}

.section4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9vw 26vw 46vw 17vw;
      grid-template-columns: 9vw 26vw 46vw 17vw;
      grid-template-areas: ". victory-image white-bg-text " ". victory-image .";
  padding-bottom: 0;
  padding-right: 0;
}

.section4 .victory-image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: victory-image;
}

@media screen and (max-width: 768px) {
  .section4 .victory-image {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 46px;
  }
}

.section4 .victory-image img {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .section4 .victory-image img {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .section4 .victory-image img {
    width: 40%;
    max-width: 210px;
  }
}

.section4 .white-bg-text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: white-bg-text;
}

@media screen and (max-width: 2300px) and (min-width: 769px) {
  .section4 .white-bg-text {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .section4 .white-bg-text {
    padding-right: 46px;
  }
}

@media screen and (max-width: 768px) {
  .section4 .white-bg-text {
    padding-left: 25px;
  }
  .section4 .white-bg-text p:first-child {
    margin-top: 0;
  }
}

.section4 .rectangle {
  right: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section4 .rectangle .rectangle-content {
  padding: 70px;
  position: absolute;
  width: 86%;
}

.section4 .rectangle .rectangle-content .button-purple {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 52px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 270px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section4 .rectangle .rectangle-content .button-purple {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section4 .rectangle .rectangle-content .button-purple {
    width: 210px;
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .section4 .rectangle .rectangle-content .button-purple {
    margin-top: 10px;
  }
}

.section4 .rectangle .rectangle-content .text {
  padding-top: 10%;
  font-family: "Calibre Regular";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto;
  max-width: 552px;
  text-align: center;
}

@media screen and (min-width: 2500px) {
  .section4 .rectangle .rectangle-content .text {
    font-size: 1.2rem;
    line-height: 127%;
  }
}

@media screen and (max-width: 768px) {
  .section4 .rectangle .rectangle-content .text {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    text-align: left;
  }
}

@media screen and (max-width: 541px) {
  .section4 .rectangle .rectangle-content {
    width: calc(100% - 75px);
    padding: 70px 40px;
  }
}

@media screen and (max-width: 541px) {
  .section4 .rectangle .rectangle-content {
    width: calc(100% - 45px);
    padding: 70px 40px;
  }
}

@media screen and (max-width: 415px) {
  .section4 .rectangle .rectangle-content {
    width: calc(100% - 30px);
    padding: 40px 20px;
  }
}

@media screen and (max-width: 320px) {
  .section4 .rectangle .rectangle-content {
    padding-top: 20px;
  }
}

.section4 .rectangle .rectangle-image {
  min-height: 680px;
  position: relative;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .section4 .rectangle .rectangle-image {
    display: none;
  }
}

.section4 .rectangle .rectangle-image-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .section4 .rectangle .rectangle-image-mobile {
    display: block;
    max-height: 800px;
    width: 90%;
    position: absolute;
    top: calc(100% - 20vh);
  }
}

@media screen and (max-width: 768px) {
  .section4 .rectangle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .section4 {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section4 {
    grid-column-gap: 0;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "white-bg-text" "victory-image" "rectangle";
    padding-left: 0;
    padding-right: 0;
  }
}

.section6 {
  border: 5px solid #8D53D7;
  margin: 0 auto;
  padding: 0 53px 20px;
}

.section6 p {
  color: #fff;
}

@media screen and (min-width: 2500px) {
  .section6 {
    padding: 97px 110px 100px;
    border: 10px solid #8D53D7;
  }
}

@media screen and (max-width: 768px) {
  .section6 {
    padding: 0 25px;
    border-left: 0;
  }
}

.section5 {
  background-color: #4543B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px;
}

.section5 h2 {
  font-family: "Calibre-Black";
  font-weight: 900;
  font-size: 78.7339px;
  line-height: 78.5%;
  letter-spacing: -1.87431px;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  z-index: 400;
}

@media screen and (min-width: 1451px) {
  .section5 h2 {
    font-size: 4.3rem;
    line-height: 78.5%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .section5 h2 {
    font-size: 65px;
    line-height: 78.5%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 320px) {
  .section5 h2 {
    font-size: 60px;
  }
}

.section5 .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section5 .map {
    margin-top: 0;
  }
}

.section5 .map img {
  max-width: 75vw;
}

@media screen and (max-width: 1450px) {
  .section5 .map img {
    max-width: 69vw;
  }
}

@media screen and (max-width: 1024px) {
  .section5 .map img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section5 .map img {
    max-width: 100vw;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .section5 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .section5 {
    padding-top: 100px;
  }
}

.sub-nav-breadcrumbs {
  display: none;
}

.page-template-career-launching-companies.logged-in header.header {
  top: 34px;
}

.hero {
  position: relative;
  background-color: #282566;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 170px;
}

@media screen and (min-width: 2500px) {
  .hero {
    padding-top: 17vh;
  }
}

@media screen and (max-width: 1751px) {
  .hero {
    padding-top: 10vh;
  }
}

@media screen and (max-width: 1023px) {
  .hero {
    height: 100%;
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    height: 100%;
    padding-top: 80px;
  }
}

.hero .slogan-container {
  width: 75%;
}

@media screen and (min-width: 769px) and (max-width: 1023px) and (min-height: 1180px) {
  .hero .slogan-container {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .hero .slogan-container {
    width: 100%;
    position: relative;
  }
}

.hero .text-above-image {
  margin-left: 10%;
}

@media screen and (max-width: 1023px) {
  .hero .text-above-image {
    margin-left: 6%;
  }
}

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

@media screen and (max-width: 1023px) {
  .hero .image-container .header-desktop {
    display: none;
  }
}

.hero .image-container .header-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .hero .image-container .header-mobile {
    display: block;
  }
}

.hero .text-container {
  position: absolute;
  top: 42%;
  left: 10%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .hero .text-container {
    left: 6%;
    top: 29%;
  }
}

.hero .logo {
  margin: 5px auto 40px;
  text-align: center;
}

.hero .logo a {
  background: url(../wealthfront-logo-white.html) 0 0/100% auto no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
}

.hero .logo a img {
  visibility: hidden;
}

.hero h1 {
  font: 900 100px/1 "Calibre Medium";
  color: transparent;
}

.hero h4 {
  color: #fff;
  font: 79px/1 "Calibre-Black";
  letter-spacing: -3.37431px;
  font-weight: 900;
  margin: 0;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1451px) {
  .hero h4 {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 768px) {
  .hero h4 {
    margin-left: 0px;
  }
}

.hero .scroll {
  cursor: pointer;
  text-align: center;
  font: 12px 'Calibre Medium';
  text-transform: uppercase;
  width: 100%;
  margin-top: 65px;
}

.hero .scroll a {
  color: #fff;
  padding-bottom: 20px;
  background: url(../png/arrow-down.png) center bottom/12px auto no-repeat;
}

.hero .scroll a:hover {
  color: #eaeaea !important;
  padding-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .hero {
    bottom: 5vh;
    bottom: 0;
  }
  .hero h4 {
    font-size: 30px;
    line-height: 65%;
    letter-spacing: -0.005em;
    position: relative;
    z-index: 400;
  }
}

.hero-content {
  margin-top: 40px;
}

.hero-content p {
  max-width: 550px;
  color: white;
}

@media screen and (max-width: 768px) {
  .hero .hero-container {
    background: none;
    background-size: 100%;
    padding-left: 0;
    width: 100%;
  }
}

.hero-img--desktop {
  display: none;
}

.panel4 {
  background: #4840BB;
  color: #fff;
}

.panel4 h2 {
  font: 900 44px/44px "Glosa Display";
  color: #fff;
  margin: 0;
  padding: 0 0 12px;
}

.panel4 h3 {
  font: 14px/18px "Calibre Medium";
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.78px;
}

@media screen and (min-width: 1451px) {
  .panel4 h3 {
    font-size: 1rem;
  }
}

.panel4 h4 {
  font: 60px/78.5% "Calibre-Black";
  padding-bottom: 24px;
  color: #fff;
  padding-left: 35px;
}

@media screen and (min-width: 1451px) {
  .panel4 h4 {
    font-size: 3.3rem;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .panel4 h4 {
    font-size: 32px;
    padding-left: 0;
    font-family: "Calibre Medium";
  }
}

.panel4 hr {
  margin: 30px auto 30px;
}

@media screen and (min-width: 2500px) {
  .panel4 hr {
    margin: 75px auto 85px;
  }
}

.panel4 .companies {
  color: #fff;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  padding: 80px 25px;
  font: 18px/20px "Calibre Medium";
}

.panel4 .companies a {
  color: #fff;
}

.panel4 .companies hr {
  background: rgba(255, 255, 255, 0.3);
}

.panel4 .companies .description {
  font-family: "Calibre Regular";
}

@media screen and (min-width: 1451px) {
  .panel4 .companies {
    font-size: 1rem;
    line-height: 111%;
  }
}

@media screen and (max-width: 768px) {
  .panel4 .companies {
    padding-bottom: 30px;
    padding-top: 0;
    max-width: 100%;
  }
}

.panel4 .url {
  padding-bottom: 7px;
}

.panel4 .url a {
  background: url(../png/icon-arrow-url.png) right 6px/10px auto no-repeat;
  padding-right: 17px;
  font: 18px/20px "Calibre Medium";
}

@media screen and (min-width: 1451px) {
  .panel4 .url a {
    font-size: 1rem;
    line-height: 100%;
  }
}

.panel4 .location {
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 6px;
}

.panel4 .company_name {
  font-size: 32px;
  line-height: 42px;
}

@media screen and (min-width: 2500px) {
  .panel4 .company_name {
    font-size: 1.8rem;
    line-height: 131%;
  }
}

.panel5 {
  position: relative;
  padding-bottom: 0px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4840BB), to(#8F53D7));
  background: linear-gradient(180deg, #4840BB 30%, #8F53D7 100%);
}

.panel5 strong {
  font: 500 18px/26px "Calibre Medium";
}

.panel5 .button-white {
  margin: 0 0 30px;
}

.panel5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75vw;
  padding: 100px 20px 170px 20px;
  margin: 0 auto;
  position: relative;
}

.panel5 .container .phone-pic-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .panel5 .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .panel5 .container {
    padding-top: 86px;
    padding-bottom: 200px;
    padding-right: 46px;
    padding-left: 25px;
    max-width: 100vw;
  }
  .panel5 .container .phone-pic-mobile {
    display: block;
  }
}

.panel5 h1 {
  color: #fff;
  font-family: "Calibre-Black";
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: -1.87431px;
  line-height: 58px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media screen and (min-width: 1451px) {
  .panel5 h1 {
    font-size: 3.9rem;
    line-height: 83%;
  }
}

@media screen and (max-width: 768px) {
  .panel5 h1 {
    font-size: 65px;
    line-height: 79%;
  }
}

.panel5 p {
  color: #fff;
}

.panel5 .phone-text {
  width: 55%;
}

.panel5 .phone-text a {
  margin-right: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .panel5 .phone-text {
    width: 100%;
    margin: 0 auto;
  }
}

.panel5 .phone-pic {
  width: 50%;
}

.panel5 .phone-pic img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .panel5 .phone-pic {
    display: none;
  }
}

.phone-text--nobreak {
  white-space: nowrap;
}

sub {
  line-height: 1;
}

.gradient-logo h1 {
  color: #fff;
}

.gradient-logo h2 {
  color: #fff;
}

.gradient-logo p {
  color: #fff;
}

@media screen and (min-width: 2500px) {
  .gradient-logo {
    padding-top: 200px;
  }
}

.panel6 {
  background-color: #4840BB;
  max-width: 75vw;
}

@media screen and (min-width: 769px) {
  .panel6 {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .panel6 {
    max-width: 100vw;
  }
}

.panel6 p:last-child {
  padding-bottom: 30px;
}

.panel6 h3 {
  font-family: "Calibre-Black";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 53px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

@media screen and (min-width: 1451px) {
  .panel6 h3 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .panel6 h3 {
    margin-top: 59px;
  }
}

.panel6 span {
  font-family: "Calibre Medium";
  font-weight: 600;
}

.panel6 a {
  color: #FFFFFF;
  font-family: "Calibre Regular";
  font-weight: normal;
  margin-right: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .panel6 {
    padding-bottom: 0;
  }
}

.featured-posts-container {
  display: none;
}

.footer .signup {
  display: none;
}

section.promo {
  display: none;
}

@media screen and (min-width: 1024px) {
  h1 {
    font: 900 80px "Glosa Display", Georgia, "Times New Roman", Times, serif;
  }
  .panel {
    padding: 3% 0;
  }
  .hero .scroll {
    margin-top: 110px;
  }
  .hero .logo {
    margin: 10px auto 50px;
  }
  .panel4 .companies {
    padding: 130px 25px;
  }
  .panel4 hr {
    margin: 39px auto 30px;
  }
}

@media screen and (max-width: 768px) {
  h1 span {
    color: #83E4C8;
  }
}

@media screen and (min-width: 769px) {
  .panel4 .companies {
    padding: 30px 25px;
  }
  .panel4 .location {
    padding: 0 35px 16px 0;
  }
  .panel4 .company_name {
    padding-left: 35px;
  }
  .panel4 .url {
    padding-left: 35px;
  }
  .panel4 h2 {
    padding-left: 35px;
  }
  .panel4 h3 {
    padding-left: 35px;
  }
  .panel4 .description {
    padding-right: 35px;
  }
  .panel5 {
    margin-bottom: 0;
  }
  .panel5 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .panel5 .phone-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .panel5 .phone-text p {
    max-width: 80%;
  }
  .gradient-logo {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 768px) {
  .page-template-career-launching-companies header.header .header-inner .logo a {
    display: inline-block !important;
    background: url(../png/logo-transparent-bg.png) 0 0/100% auto no-repeat;
    width: 40px;
    height: 37px;
  }
}

@media (min-width: 769px) {
  .page-template-career-launching-companies header.header {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1111;
    width: 85vw;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background: transparent;
  }
  .hero-container {
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 1;
  }
  .hero-img--desktop {
    display: block;
  }
}

@media (min-width: 410px) {
  .hero #share {
    background-color: transparent;
  }
}

@media screen and (min-width: 520px) {
  .hero h1 {
    max-width: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .panel5 .phone-pic img {
    width: 100%;
    margin-left: -20px;
    margin-top: -25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .panel5 .phone-text {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .panel5 .phone-text {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .panel6 {
    padding-left: 0;
  }
  .panel6 span {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    top: -100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1052px) {
  header.header .header-inner a#toggle-collapsed-nav {
    display: none;
  }
}
/*# sourceMappingURL=career-launching-companies.css.map */