@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* custom */
#header {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #FFFDFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 1000px) {
  #header {
    grid-template-columns: 1fr auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header .logowrap {
  height: 100%;
  display: grid;
  align-items: center;
}
#header .logo {
  max-width: 225px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
#header .menuwrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1000px) {
  #header .menuwrap {
    display: none;
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}
#header .menuwrap.active {
  display: grid;
}
#header .mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1000px) {
  #header .mainmenu {
    width: 100%;
  }
}
#header .mainmenu .mainmenu-item {
  display: inline-block;
  position: relative;
  padding: 21px;
  box-sizing: border-box;
  padding-right: 0px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #header .mainmenu .mainmenu-item {
    display: block;
  }
}
#header .mainmenu .mainmenu-item:hover .hsubmenu {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  align-items: center;
  justify-self: start;
}
#header .mainmenu .mainmenu-item .mgrid img {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid .triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
#header .mainmenu .hsubmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 7px;
  min-width: 180px;
}
@media (max-width: 1000px) {
  #header .mainmenu .hsubmenu {
    position: relative;
    top: 0;
    border: none;
  }
}
#header .mainmenu .hsubmenu li {
  padding: 7px;
  color: #1B1816;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 180px;
}
#header .mainmenu .hsubmenu li img {
  display: block;
}
#header .mainmenu .hsubmenu li a {
  text-decoration: none;
  color: #1B1816;
}
#header .hbutton {
  box-sizing: border-box;
  text-align: center;
  display: grid;
  align-items: center;
  padding: 15px;
}
#header .hbutton a {
  color: #FFFDFF;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
  background: #4A208C;
  display: block;
  border-radius: 23px;
  justify-self: center;
  padding: 0.5rem 1rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
#header .burger {
  display: none;
  cursor: pointer;
}
#header .burger img {
  max-width: 34px;
  display: block;
}
@media (max-width: 1000px) {
  #header .burger {
    display: block;
  }
}

body {

  color: #1f1b2c;
  background-color: #f5f5fb;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-left: 1px solid rgba(67, 29, 127, 0.07);
}

.header {
  display: grid;
  grid-template-columns: 1fr 576px;
  
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .header {
    grid-template-columns: 1fr;
  }
}
.header .col1 {
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 193px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .header .col1 {
    padding-right: 32px;
  }
}
@media (max-width: 400px) {
  .header .col1 {
    order: 2;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.header .col1 h1 {
  color: #1B1816;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .header .col1 h1 {
    font-size: 32px;
  }
}
.header .col1 p {
  color: #54504D;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.header .col2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 400px) {
  .header .col2 {
    height: 200px;
    order: 1;
  }
}

.menu {
  display: grid;
  grid-template-columns: 1fr 576px;
}
@media (max-width: 768px) {
  .menu {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-rows: 56px;
  }
}
.menu .col1 {
  position: relative;
}
.menu .col1 .icon {
  position: absolute;
  top: 24px;
  left: 16px;
}
@media (max-width: 768px) {
  .menu .col1 .icon {
    top: 19px;
  }
}
.menu .col1 input {
  padding: 4px 12px 4px 47px;
  height: 100%;
  border: 1px solid rgba(27, 24, 22, 0.07);
  border-radius: 0;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  color: #54504D;
  font-size: 16px;
  font-weight: 700;
}
.menu .col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 400px) {
  .menu .col2 ul {
    grid-template-columns: 1fr;
  }
}
.menu .col2 ul li {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFDFF;
}
.menu .col2 ul li.active {
  border-bottom: 4px solid #4A208C;
  background: #C7BADB;
}
.menu .col2 ul li a {
  color: #1B1816;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  padding: 24px;
  display: block;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 400px) {
  .menu .col2 ul li a {
    text-align: left;
  }
}

.submenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .submenu {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.submenu div {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFD;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFD;
  padding-top: 24px;
  padding-left: 32px;
  padding-bottom: 24px;
  padding-right: 32px;
}
.submenu div img {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .submenu div img {
    margin-bottom: 10px;
  }
}
.submenu div h3 {
  margin-bottom: 12px;
  color: #1B1816;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .submenu div h3 {
    margin-bottom: 15px;
  }
}
.submenu div p {
  color: #54504D;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  margin: 0;
}

.menubar {
  display: grid;
  grid-template-columns: 1fr 385px;
  background: #C7BADB;
  align-items: center;
}
@media (max-width: 400px) {
  .menubar {
    grid-template-columns: 1fr;
  }
}
.menubar .col1 {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  padding-top: 12px;
  padding-left: 24px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.menubar p {
  color: #1B1816;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.menubar .col2 {
  padding-top: 12px;
  padding-left: 24px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.violetbar {
  background-color: #C7BADB;
  height: 43px;
  width: 100%;
}

.blogpost {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #FFF;
}
@media (max-width: 400px) {
  .blogpost {
    grid-template-columns: 1fr;
  }
}
.blogpost .blog-post-post {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
}
.blogpost .blogpost-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 272px;
}
.blogpost .blogpost-wrap {
  padding: 32px;
}
.blogpost .blogpost-wrap h3 {
  color: #1B1816;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .blogpost .blogpost-wrap h3 {
    font-size: 18px;
  }
}
.blogpost .blogpost-wrap p {
  color: #54504D;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.32px;
  margin: 0;
}
@media (max-width: 400px) {
  .blogpost .blogpost-wrap p {
    font-size: 14px;
  }
}

.updates {
  display: grid;
  grid-template-columns: 1fr 385px;
  border-top: 1px solid rgba(67, 29, 127, 0.07);
}
@media (max-width: 400px) {
  .updates {
    grid-template-columns: 1fr;
  }
}
.updates .col1 .title {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFDFF;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFDFF;
  padding: 12px 18px;
}
.updates .col1 .title h2 {
  color: #351763;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.updates .col1 .announcement {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(27, 24, 22, 0.07);
  border-right: 1px solid rgba(27, 24, 22, 0.07);
  background: #FFF;
}
.updates .col1 .announcement h4 {
  color: #1B1816;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5.5px;
}
.updates .col1 .announcement p {
  color: #54504D;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.92px;
  margin: 0;
  margin-bottom: 6px;
}
.updates .col1 .announcement .date {
  color: #8C8784;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.updates .col1 .announcement span {
  padding: 4.5px 6.945px 3px 8px;
  color: #FFFDFF;

  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  border-radius: 4px;
  background: #4A208C;
  display: grid;
  align-items: center;
}
.updates .col1 .announcement span.resource {
  background-color: rgba(27, 24, 22, 0.07);
  color: #54504D;
}
.updates .col2 {
  background: #FFF;
}
.updates .col2 .title {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFDFF;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFFDFF;
  padding: 12px 18px;
}
.updates .col2 .title h2 {
  color: #351763;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.updates .col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.updates .col2 ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 64px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background: #FFF;
}
.updates .col2 ul li p {
  margin: 0;
  color: #1B1816;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
.updates .col2 .ad {
  background: #FFF;
  text-align: center;
}
.updates .col2 .ad svg {
  margin-bottom: 4px;
}
.updates .col2 .ad h6 {
  color: #1B1816;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  margin-bottom: 4px;
}
.updates .col2 .ad p {
  color: #54504D;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
}

.section-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}
@media (max-width: 400px) {
  .section-2 {
    grid-template-columns: 1fr;
  }
}
.section-2 .col1 {
  background: #4A208C;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.section-2 .col1 p a {
  color: #FFFDFF;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}
.section-2 .col2 {
  background: #C7BADB;
  color: #351763;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.section-2 .col2 p a {

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section-7 {
    grid-template-columns: 1fr;
  }
}
.section-7 .post {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
}
.section-7 .post .post-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
}
.section-7 .post-content {
  padding: 32px;
}
.section-7 .post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-7 .post-content ul li {
  margin-right: 5px;
  display: inline;
}
.section-7 .post-content ul li span {
  color: #1B1816;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-7 .post-content ul li span::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-7 .post-content ul li.date span::after {
  color: #FF816F;
}
.section-7 .post-content h4 {
  color: #1B1816;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .section-7 .post-content h4 {
    font-size: 18px;
  }
}
.section-7 .post-content p {
  color: #8C8784;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
  margin: 0;
}
@media (max-width: 400px) {
  .section-7 .post-content p {
    font-size: 12px;
  }
}

.section-8 {
  padding: 48px;
  background: #C7BADB;
  text-align: center;
}
.section-8 a {
  color: #351763;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}

.section-9 {
  text-align: center;
  padding-top: 64px;
  background-color: #fff;
  padding-bottom: 1px;
}
.section-9 .eyebrow {
  color: #1B1816;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-9 .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-9 h2 {
  color: #1B1816;
  text-align: center;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 64px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media (max-width: 400px) {
  .section-9 h2 {
    font-size: 28px;
  }
}

.footer {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/img/dashfooter.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
  display: grid;
  grid-template-columns: 591px auto;
}
@media (max-width: 400px) {
  .footer {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.footer .col1 {
  background-color: #FFFDFF;
}
.footer .col1 .col1-wrap {
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 48px;
  max-width: 464px;
}
.footer .col1 h3 {
  color: #1B1816;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .footer .col1 h3 {
    font-size: 32px;
  }
}
.footer .col1 p {
  color: #54504D;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.footer .col1 .footer-col1-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 400px) {
  .footer .col1 .footer-col1-links {
    grid-template-columns: 1fr;
  }
}
.footer .col1 .footer-col1-links .footer-col1-links-1 {
  padding: 48px;
  background: #4A208C;
  text-align: center;
}
.footer .col1 .footer-col1-links .footer-col1-links-1 a {
  color: #FFFDFF;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-align: center;
  text-decoration: none;
}
.footer .col1 .footer-col1-links .footer-col1-links-2 {
  padding: 48px;
  background: #C7BADB;
  text-align: center;
}
.footer .col1 .footer-col1-links .footer-col1-links-2 a {
  color: #351763;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-align: center;
  text-decoration: none;
}

.mainfooter {
  background: #351763;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mainfooter p {
  text-align: center;
  color: #C7BADB;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}

/**
 * GENERAL
 */

.sec2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec2col {
    grid-template-columns: 1fr;
  }
}
.sec2col.lit {
  grid-template-columns: 412px 1fr;
}
@media (max-width: 768px) {
  .sec2col.lit {
    grid-template-columns: 1fr;
  }
}
.sec2col.lit .text {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sec2col.lit2 {
  grid-template-columns: 1fr 412px;
}
@media (max-width: 768px) {
  .sec2col.lit2 {
    grid-template-columns: 1fr;
  }
}
.sec2col.lit2 .text {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sec2col.lessp .text {
  padding-top: 32px;
  padding-bottom: 32px;
}
.sec2col .image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .sec2col .image {
    height: 500px;
    order: 1;
  }
}
.sec2col .text {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .sec2col .text {
    order: 2;
  }
}
.sec2col .text h2 {
  color: #1B1816;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 400px) {
  .sec2col .text h2 {
    font-size: 28px;
  }
}
.sec2col .text h2 {
  color: #1B1816;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 400px) {
  .sec2col .text h2 {
    font-size: 28px;
  }
}
.sec2col .text p {
  color: #1B1816;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media (max-width: 400px) {
  .sec2col .text p {
    font-size: 16px;
  }
}

.sec1col {
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background-color: #fff;
}
.sec1col .text {
  padding-top: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.sec1col .text h2 {
  color: #1B1816;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 400px) {
  .sec1col .text h2 {
    font-size: 28px;
  }
}
.sec1col .text p {
  color: #1B1816;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
@media (max-width: 400px) {
  .sec1col .text p {
    font-size: 16px;
  }
}


/**
 * CONTACTUS-SENT
 */


.section-v {
  padding: 160px;
  background-color: #4A208C;
}
@media (max-width: 768px) {
  .section-v {
    padding: 40px;
  }
}
.section-v.contactform .maincontainer {
  padding: 0;
  padding-top: 32px;
}
.section-v.contactform .maincontainer .insideformwrap {
  padding-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-v .maincontainer {
  background-color: #fff;
  text-align: center;
}
.section-v .maincontainer .eyebrow {
  color: #1B1816;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.section-v .maincontainer .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.section-v .maincontainer .form-group {
  margin-bottom: 32px;
  text-align: left;
}
.section-v .maincontainer .form-group label {
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.36px;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.section-v .maincontainer .form-group .form-style {
  padding: 32px;
  border: 1px solid #4A208C;
  background: rgba(67, 29, 127, 0.02);
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  width: 100%;
  box-sizing: border-box;
}
.section-v .maincontainer .form-group .twocols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .section-v .maincontainer .form-group .twocols {
    grid-template-columns: 1fr;
  }
}
.section-v .maincontainer .form-group textarea.form-style {
  height: 264px;
}
.section-v .maincontainer .submit {
  padding: 48px;
  background: #C7BADB;
  width: 100%;
  border: none;
  margin: 0;
  color: #351763;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
}
.section-v .maincontainer h2 {
  color: #1B1816;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 400px) {
  .section-v .maincontainer h2 {
    font-size: 28px;
  }
}
.section-v.contact .maincontainer {
  height: 100vh;
  display: grid;
  align-items: center;
  padding: 0;
}
.section-v.contact h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #1B1816;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}
.section-v.contact p {
  margin: 0;
  color: #54504D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
}


/**
 * CONTENTS
 */


.contents {
  background-color: #fff;
}
.contents h2 {
  color: #1B1816;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 32px;
  margin: 0;
}
@media (max-width: 400px) {
  .contents h2 {
    font-size: 28px;
  }
}
.contents .explorecontent { 
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents .explorecontent li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 15px;
  align-items: center;
  padding: 38px;
  color: #1B1816;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 1px solid #8C8784;
  background: rgba(67, 29, 127, 0.02);
  cursor: pointer;
}
@media (max-width: 400px) {
  .contents .explorecontent li {
    font-size: 23px;
  }
}

.content {
  background: rgba(67, 29, 127, 0.06);
  padding: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.content .submenu-content {
  margin-bottom: 24px;
  padding: 5px;
  background: #FFF;
}
.content .submenu-content.mt {
  margin-top: 24px;
}
.content .submenu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1000px) {
  .content .submenu-content ul {
    grid-template-columns: 1fr;
  }
}
.content .submenu-content ul li {
  padding: 0;
  display: inline-block;
  border: none;
}
.content .submenu-content ul li.active a {
  background: #351763;
  color: #fff;
}
.content .submenu-content ul li a {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  padding: 20px;
  text-decoration: none;
  border: none;
  display: block;
  text-align: center;
  background: #FFF6FF;
}
@media (max-width: 1000px) {
  .content .submenu-content ul li a {
    text-align: left;
  }
}
.content .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 12px;
}
@media (max-width: 1003px) {
  .content .content-grid {
    grid-template-columns: 1fr;
  }
}
.content .content-grid div {
  border-left: 1px solid #000;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: center;
  padding: 12px;
}
.content .content-grid div p {
  color: #54504D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.content .content-grid div p a {
  color: #54504D;
  text-decoration: none;
}
@media (max-width: 700px) {
  .content .content-grid div p {
    font-size: 14px;
  }
}

/**
 * COLLEGE
 */

.collegesubheader {
  display: grid;
  grid-template-columns: 1fr 576px;
  background-color: #fff;
}
@media (max-width: 920px) {
  .collegesubheader {
    grid-template-columns: 1fr;
  }
}
.collegesubheader .col1 {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
}
.collegesubheader .col1 h3 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-bottom: 12px;
}
.collegesubheader .col1 p {
  color: #54504D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  margin: 0;
}
.collegesubheader .col2 {
  background: #4A208C;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  column-gap: 15px;
}
@media (max-width: 600px) {
  .collegesubheader .col2 {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
}
.collegesubheader .col2 p {
  color: #FFF6FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
  text-align: center;
}
.collegesubheader .col2 p.number {
  color: #FFFDFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 12px;
}

.collegesubmenu {
  width: 100%;
  border-top: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  background-color: #fff;
}
.collegesubmenu.pt {
  padding-top: 20px;
}
.collegesubmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 920px) {
  .collegesubmenu ul {
    grid-template-columns: 1fr;
  }
}
.collegesubmenu ul li {
  text-align: center;
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  padding: 24px;
}
@media (max-width: 920px) {
  .collegesubmenu ul li {
    text-align: left;
    border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  }
}
.collegesubmenu ul li.active {
  border-bottom: 4px solid #4A208C;
  background: #C7BADB;
}
.collegesubmenu ul li a {
  color: #1B1816;
  text-decoration: none;
}

.college-form-wrap {
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
}
.college-form-wrap.wp {
  padding: 0;
}
.college-form-wrap .twocolform {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 870px) {
  .college-form-wrap .twocolform {
    grid-template-columns: 1fr;
  }
}
.college-form-wrap .twocolform .col1 {
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  padding: 24px;
}
.college-form-wrap .twocolform .col2 {
  border-bottom: 1px solid rgba(67, 29, 127, 0.07);
  padding: 24px;
}
.college-form-wrap .twocolform h3 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 12px;
}
.college-form-wrap .twocolform p {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.college-form-wrap .college-from-wrap-title {
  margin-bottom: 24px;
}
.college-form-wrap .twooptions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #4A208C;
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  text-align: center;
  padding: 3px;
}
.college-form-wrap .twooptions div {
  height: 47px;
  display: grid;
  align-items: center;
  cursor: pointer;
}
.college-form-wrap .twooptions .active {
  background: #4A208C;
  color: #fff;
}
.college-form-wrap h4 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-bottom: 12px;
}
.college-form-wrap p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.college-form-wrap .form-group {
  margin-bottom: 18px;
}
.college-form-wrap .form-group label {
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.32px;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.college-form-wrap .form-group .form-style {
  padding: 18px;
  border: 1px solid #4A208C;
  background: rgba(67, 29, 127, 0.02);
  color: #54504D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  width: 100%;
  box-sizing: border-box;
}
.college-form-wrap .form-group textarea.form-style {
  height: 107px;
}
.college-form-wrap .form-group .checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8px;
  row-gap: 8px;
}
@media (max-width: 920px) {
  .college-form-wrap .form-group .checkbox-grid {
    grid-template-columns: 1fr;
  }
}
.college-form-wrap .form-group .checkbox-grid div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  border: 1px solid #4A208C;
  background: rgba(67, 29, 127, 0.02);
  padding: 18px;
}
.college-form-wrap .form-group .checkbox-grid div label {
  color: #54504D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}
.college-form-wrap .twocols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
@media (max-width: 870px) {
  .college-form-wrap .twocols {
    grid-template-columns: 1fr;
  }
}
.college-form-wrap .inputwrap {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
.college-form-wrap .inputwrap input {
  padding: 24px 24px;
  background: #4A208C;
  color: #FFFDFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  border: none;
  width: 100%;
}
.college-form-wrap .collegesubmenu {
  border: none;
  margin-top: 24px;
}
.college-form-wrap input, .college-form-wrap textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  color: #1B1816;
  padding: 8px 10px;
  box-sizing: border-box;
}
.college-form-wrap input::placeholder,
.college-form-wrap textarea::placeholder {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  opacity: 1;
}
.college-form-wrap input::-webkit-input-placeholder,
.college-form-wrap textarea::-webkit-input-placeholder {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  opacity: 1;
}
.college-form-wrap input::-moz-placeholder,
.college-form-wrap textarea::-moz-placeholder {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  opacity: 1;
}
.college-form-wrap input:-ms-input-placeholder,
.college-form-wrap textarea:-ms-input-placeholder,
.college-form-wrap input::-ms-input-placeholder,
.college-form-wrap textarea::-ms-input-placeholder {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  opacity: 1;
}

.freshman-wrap .freshman-title {
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: #C7BADB;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-top: 18px;
}
.freshman-wrap .freshman-title h3 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.freshman-wrap .freshman-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .freshman-wrap .freshman-grid {
    grid-template-columns: 1fr;
  }
}
.freshman-wrap .freshman-grid .fresman-grid-item {
  padding: 32px;
  box-sizing: border-box;
  border: 0.5px solid rgba(67, 29, 127, 0.07);
  background-color: #FFFDFF;
}
.freshman-wrap .freshman-grid .fresman-grid-item h4 {
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  margin: 0;
  margin-bottom: 24px;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades {
  width: 100%;
  padding: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(27, 24, 22, 0.02);
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 10px;
  align-items: center;
  box-sizing: border-box;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-title {
  border-left: 4px solid #4A208C;
  padding-left: 16px;
  height: 48px;
  display: grid;
  align-items: center;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-title input {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  border: none;
  background-color: transparent;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits p {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 9px;
  margin: 0;
  margin-bottom: 5px;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .gradebox {
  background: #4A208C;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 48px;
  height: 48px;
  display: grid;
  text-align: center;
  align-items: center;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .gradebox input {
  background-color: transparent;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  border: none;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .gradebox input::placeholder {
  color: #fff;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .creditsbox {
  background: #866AB2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 48px;
  height: 48px;
  display: grid;
  text-align: center;
  align-items: center;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .creditsbox input {
  background-color: transparent;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  border: none;
}
.freshman-wrap .freshman-grid .fresman-grid-item .grades .grades-credits .creditsbox input::placeholder {
  color: #fff;
}

/**
 * ACADEMIC REPORT
 */

.twocolslink {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 870px) {
  .twocolslink {
    grid-template-columns: 1fr;
  }
}
.twocolslink .col1 {
  background: #C7BADB;
  padding: 48px;
  text-align: center;
}
.twocolslink .col1 a {
  color: #351763;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  text-decoration: none;
}
.twocolslink .col2 {
  background: #4A208C;
  padding: 48px;
  text-align: center;
}
.twocolslink a {
  color: #FFFDFF;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  text-decoration: none;
}

/**
 * NEWS
 */

#applied {
  display: none;
}

.news-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 550px;
}
.news-1.d404 {
  min-height: 100vh;
}
@media (max-width: 870px) {
  .news-1.d404 .col1 {
    height: 180px;
  }
}
.news-1.d404 .col2 {
  display: grid;
  align-items: center;
}
@media (max-width: 870px) {
  .news-1.d404 .col2 .col2-sub1 {
    padding-top: 0;
  }
}
.news-1.d404 .col2 .col2-sub1 h1 {
  color: #1B1816;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 870px) {
  .news-1.d404 .col2 .col2-sub1 h1 {
    font-size: 32px;
  }
}
.news-1.d404 .col2 .col2-sub1 p {
  color: #54504D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
}
@media (max-width: 870px) {
  .news-1.d404 .col2 .col2-sub1 p {
    font-size: 20px;
  }
}
.news-1.inv .col1 {
  order: 2;
}
@media (max-width: 400px) {
  .news-1.inv .col1 {
    order: 1;
  }
}
.news-1.inv .col2 {
  order: 1;
}
@media (max-width: 400px) {
  .news-1.inv .col2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .news-1 {
    height: auto;
  }
}
@media (max-width: 400px) {
  .news-1 {
    grid-template-columns: 1fr;
  }
}
.news-1 .col1 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 400px) {
  .news-1 .col1 {
    height: 550px;
  }
}
.news-1 .col2 {
  display: grid;
  grid-template-rows: 1fr auto;
}
.news-1 .col2 .col2-sub1 {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 64px;
  padding-bottom: 17px;
}
.news-1 .eyebrow {
  color: #1B1816;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  padding: 8px 10px;
  border: 1px solid rgba(67, 29, 127, 0.07);
  background: rgba(67, 29, 127, 0.02);
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 0;
  margin-bottom: 20px;
}
.news-1 .eyebrow::after {
  content: "■";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 6px;
}
.news-1 h2 {
  color: #1B1816;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .news-1 h2 {
    font-size: 28px;
  }
}
.news-1 p {
  color: #54504D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
.news-1 .col2-sub2 {
  background: #C7BADB;
  padding: 48px;
  text-align: center;
}
.news-1 .col2-sub2 a {
  color: #351763;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}




.section-10 {
  background: #351763;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 768px) {
  .section-10 {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-10 .eyebrow {
  color: #FFFDFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.24px;
  text-align: center;
  margin: 0;
}
.section-10 h2 {
  color: #FFFDFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 400px) {
  .section-10 h2 {
    font-size: 35px;
  }
}
.section-10 .pricegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
@media (max-width: 768px) {
  .section-10 .pricegrid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.section-10 .pricegrid .box {
  background: #FFFDFF;
  border: 1px solid #fff;
}
.section-10 .pricegrid .box .boxwrap {
  padding: 32px;
}
.section-10 .pricegrid .box .boxwrap p {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 18px;
}
.section-10 .pricegrid .box .boxwrap .price {
  color: #1B1816;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  margin-bottom: 18px;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .boxwrap .price {
    font-size: 45px;
  }
}
.section-10 .pricegrid .box .boxwrap .subtitle {
  color: #8C8784;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
  margin-bottom: 24px;
}
.section-10 .pricegrid .box .boxwrap .winclu {
  color: #1B1816;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  margin: 0;
  margin-bottom: 16px;
}
.section-10 .pricegrid .box .boxwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-10 .pricegrid .box .boxwrap ul li {
  color: #54504D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-bottom: 12px;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .boxwrap ul li {
    font-size: 14px;
  }
}
.section-10 .pricegrid .box .boxwrap ul li:last-child {
  margin-bottom: 0;
}
.section-10 .pricegrid .box .linkbox {
  background: #4A208C;
  padding: 0px;
  text-align: center;
}
.section-10 .pricegrid .box .linkbox a {
  color: #FFFDFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
}
.section-10 .pricegrid .box .linkbox button,
.section-10 .pricegrid .box .linkbox .btn-link {
  color: #FFFDFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration: none;
  background: transparent;
  border: 1px solid #FFFDFF;
  cursor: pointer;
  width: 100%;
  padding: 24px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .section-10 .pricegrid .box .linkbox a {
    font-size: 20px;
  }
  .section-10 .pricegrid .box .linkbox button,
  .section-10 .pricegrid .box .linkbox .btn-link {
    font-size: 20px;
    padding: 20px 32px;
  }
}


.profilesec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}
@media (max-width: 800px) {
  .profilesec {
    grid-template-columns: 1fr;
  }
}
.profilesec .col1 {
  display: grid;
  align-items: center;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
}
@media (max-width: 800px) {
  .profilesec .col1 {
    padding: 32px;
  }
}
.profilesec .col1 h3 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.52px;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.profilesec .col1 p {
  color: #54504D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.92px;
  text-align: center;
}
.profilesec .col1 .profimage {
  width: 160px;
  height: 160px;
  border-radius: 16777200px;
  border: 4px solid rgba(67, 29, 127, 0.07);
  background: #4A208C;
  color: #FFFDFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  display: grid;
  text-align: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.profilesec .col1 button {
  border-radius: 4px;
  background: #4A208C;
  display: grid;
  grid-template-columns: 26px auto;
  column-gap: 8px;
  justify-content: center;
  color: #FFFDFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.92px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100%;
  max-width: 300px;
}
.profilesec .col1 .sub {
  color: #54504D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.36px;
  text-align: center;
}
.profilesec .col2 {
  padding: 32px;
}
.profilesec .col2 h4 {
  color: #1B1816;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.52px;
  margin: 0;
  margin-bottom: 11px;
}
.profilesec .col2 p {
  color: #1B1816;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.92px;
  margin-bottom: 25px;
}
.profilesec .col2 .profileformgrid .twocols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
@media (max-width: 800px) {
  .profilesec .col2 .profileformgrid .twocols {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.profilesec .col2 .profileformgrid .twocols div {
  margin: 0;
}
.profilesec .col2 .profileformgrid div {
  width: 100%;
  margin-bottom: 25px;
}
.profilesec .col2 .profileformgrid div label {
  color: #1B1816;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.56px;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}
.profilesec .col2 .profileformgrid div input {
  border-radius: 4px;
  border: 1px solid rgba(27, 24, 22, 0.07);
  background: #FFF;
  color: #54504D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
}


/**
 * FLOATS
 */

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/**
 * VIOLET BAR
 */

.violetbar {
  background-color: #4A208C;
  height: 43px;
  width: 100%;
}
.violetbar.h66 {
  height: 66px;
  padding-left: 24px;
  padding-right: 24px;
}
.violetbar #savebtn {
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

/**
 * JUMBOTRON
 */

.jumbotron {
  padding: 64px;
  background: #C7BADB;
  text-align: left;
}
.jumbotron span {
  color: #351763;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  text-decoration: none;
  padding-left: 16px;
 
}
