@import url('https://fonts.googleapis.com/css2?family=Kreon&family=Open+Sans&display=swap');

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-8{
  top: 2rem;
}

.right-8{
  right: 2rem;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.float-right{
  float: right;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-40{
  margin-top: 10rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-20{
  margin-top: 5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.ml-4{
  margin-left: 1rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.-ml-8{
  margin-left: -2rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[1000px\]{
  height: 1000px;
}

.h-\[132px\]{
  height: 132px;
}

.h-\[150px\]{
  height: 150px;
}

.h-full{
  height: 100%;
}

.h-8{
  height: 2rem;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-\[255px\]{
  width: 255px;
}

.w-6{
  width: 1.5rem;
}

.w-auto{
  width: auto;
}

.w-\[132px\]{
  width: 132px;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[100\%\]{
  width: 100%;
}

.w-8{
  width: 2rem;
}

.w-2\/12{
  width: 16.666667%;
}

.w-6\/12{
  width: 50%;
}

.min-w-full{
  min-width: 100%;
}

.min-w-\[800px\]{
  min-width: 800px;
}

.max-w-\[410px\]{
  max-width: 410px;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-none{
  max-width: none;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-\[2000px\]{
  max-width: 2000px;
}

.flex-none{
  flex: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-grow{
  flex-grow: 1;
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-6{
  gap: 1.5rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.\!border-2{
  border-width: 2px !important;
}

.border-t-\[100px\]{
  border-top-width: 100px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-\[\#3a3b8c\]{
  --tw-border-opacity: 1;
  border-color: rgb(58 59 140 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(241 246 249 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-\[\#3a3b91\]{
  --tw-border-opacity: 1;
  border-color: rgb(58 59 145 / var(--tw-border-opacity));
}

.border-\[\#cccccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.\!border-\[\#424394\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 67 148 / var(--tw-border-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff15\]{
  background-color: #ffffff15;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-\[\#0D0D3D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 61 / var(--tw-bg-opacity));
}

.bg-\[\#f67416\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 116 22 / var(--tw-bg-opacity));
}

.bg-\[\#f1f6f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity));
}

.bg-\[\#3a3b8c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 140 / var(--tw-bg-opacity));
}

.bg-\[\#3A3B8C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 140 / var(--tw-bg-opacity));
}

.bg-\[\#00000025\]{
  background-color: #00000025;
}

.bg-\[\#ff9600\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity));
}

.bg-\[\#CCD1E3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 209 227 / var(--tw-bg-opacity));
}

.bg-\[\#983384\]{
  --tw-bg-opacity: 1;
  background-color: rgb(152 51 132 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#424394\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 148 / var(--tw-bg-opacity));
}

.\!bg-\[\#F1F6F9\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity)) !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#7375c6\]{
  --tw-gradient-from: #7375c6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(115 117 198 / 0));
}

.via-\[\#3A3B8C\]{
  --tw-gradient-stops: var(--tw-gradient-from), #3A3B8C, var(--tw-gradient-to, rgb(58 59 140 / 0));
}

.to-\[\#0D0D3D\]{
  --tw-gradient-to: #0D0D3D;
}

.fill-white{
  fill: #f1f6f9;
}

.fill-\[\#3A3B8C\]{
  fill: #3A3B8C;
}

.stroke-white{
  stroke: #f1f6f9;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-20{
  padding-top: 5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-64{
  padding-top: 16rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.font-title{
  font-family: "Kreon", serif;
}

.font-default{
  font-family: "Open Sans", serif;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-extrabold{
  font-weight: 800;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-semibold{
  font-weight: 600;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(241 246 249 / var(--tw-text-opacity));
}

.text-\[\#0d0c3d\]{
  --tw-text-opacity: 1;
  color: rgb(13 12 61 / var(--tw-text-opacity));
}

.text-\[\#3a3b8c\]{
  --tw-text-opacity: 1;
  color: rgb(58 59 140 / var(--tw-text-opacity));
}

.text-\[\#3A3B8C\]{
  --tw-text-opacity: 1;
  color: rgb(58 59 140 / var(--tw-text-opacity));
}

.text-\[\#a1a2e5\]{
  --tw-text-opacity: 1;
  color: rgb(161 162 229 / var(--tw-text-opacity));
}

.text-\[\#983384\]{
  --tw-text-opacity: 1;
  color: rgb(152 51 132 / var(--tw-text-opacity));
}

.\!text-\[\#424394\]{
  --tw-text-opacity: 1 !important;
  color: rgb(66 67 148 / var(--tw-text-opacity)) !important;
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50{
  opacity: 0.5;
}

.\!opacity-60{
  opacity: 0.6 !important;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #718096;
}

article > *:not(.entry-content), .entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.entry-content h1,.block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-content h2,.block-editor-block-list__layout h2{
    font-size: 1.25rem;
  }

.entry-content h3,.block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.entry-content p a:hover,.entry-content ul a:hover,.entry-content ol a:hover,.block-editor-block-list__layout p a:hover,.block-editor-block-list__layout ul a:hover,.block-editor-block-list__layout ol a:hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
      }

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
  }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-position: inside;
    }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-type: disc;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-position: inside;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-type: decimal;
    }

#menu-primary-menu .menu-item a{
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }

#menu-primary-menu .menu-item a{
      border-radius: 9999px;
    }

#menu-primary-menu .menu-item a{
      padding-left: 2rem;
      padding-right: 2rem;
    }

#menu-primary-menu .menu-item a{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

#menu-primary-menu .menu-item a{
      --tw-text-opacity: 1;
      color: rgb(241 246 249 / var(--tw-text-opacity));
    }

#menu-primary-menu .menu-item:last-child a{
      border-width: 2px;
    }

#menu-primary-menu .menu-item:last-child a{
      --tw-border-opacity: 1;
      border-color: rgb(241 246 249 / var(--tw-border-opacity));
    }

.tab-nav li a.active{
      --tw-bg-opacity: 1;
      background-color: rgb(58 59 140 / var(--tw-bg-opacity));
    }

.styling-content p{
  padding-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.styling-content h3{
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Kreon", serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.styling-content ul li{
  padding-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.styling-content ul li:before {
  content: '•';
  margin-right: 0.75em;
}

.mouse {
  width: 22px;
  height: 42px;
  margin-top: 16px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
          animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 6px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
          animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

#input_1_14{
  display: flex;
}

#input_1_14 .gchoice{
  width: 50%;
  text-align: center;
}

#input_1_14 {
}

#input_1_14 label{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

.ginput_container input, .ginput_container select{
  border-radius: 0.375rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ginput_container label, label.gfield_label{
  cursor: pointer;
}

.ginput_container input:focus-visible, .ginput_container select:focus-visible{
  outline-color: #424394;
}

.gform_page_footer{
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px !important;
}

.gform_page_footer .gform_next_button{
  margin-bottom: 0px !important;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 148 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 246 249 / var(--tw-text-opacity));
}

.gform_button{
  margin-bottom: 0px !important;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 148 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 246 249 / var(--tw-text-opacity));
}

.gform_previous_button.button{
  margin-bottom: 0px !important;
  border-radius: 0.375rem;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 67 148 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(66 67 148 / var(--tw-text-opacity)) !important;
}

.gsection_title{
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
}

#field_1_21 .gsection_title{
  margin-top: 0px;
}

.gfield_description{
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

#field_1_35 legend.gfield_label{
  margin: 0px;
  padding-top: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#field_1_35 .gfield_description{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:bg-\[\#ffffff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#3A3B8C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 140 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#4648a4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(70 72 164 / var(--tw-bg-opacity));
}

.hover\:text-\[\#3a3b8c\]:hover{
  --tw-text-opacity: 1;
  color: rgb(58 59 140 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(241 246 249 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.group:hover .group-hover\:fill-\[\#3a3b8c\]{
  fill: #3a3b8c;
}

.group:hover .group-hover\:stroke-\[\#3a3b8c\]{
  stroke: #3a3b8c;
}

@media (prefers-reduced-motion: no-preference){
  .motion-safe\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (min-width: 782px){
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .md\:-mt-\[180px\]{
    margin-top: -180px;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:min-h-\[130px\]{
    min-height: 130px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 960px){
  .lg\:mb-\[110px\]{
    margin-bottom: 110px;
  }

  .lg\:-mt-\[200px\]{
    margin-top: -200px;
  }

  .lg\:min-h-\[100px\]{
    min-height: 100px;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
