.home-text{
    color: #808080 !important;
}

/*FILES & BOXES */
.file_gallery .file {
    position: relative;
	background: #203163 ;
	color: #fff !important;
    font-weight: 300;
    display: flex;
    padding: 8px 15px 5px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
 transition: all .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    color: white !important;
	text-decoration: none;
	background: #19264d;
}
.file_gallery .file::after{
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    font-weight: 900;
    margin-top: -3px;
    font-size: 20px;
    color: white;
}

.home-text #content .file_gallery .file {
    background: #203163;
	color: #fff !important;
}


.standard_box {
    position: relative;
	background: #235b92 ;
	color: #fff;
    display: flex;
    padding: 3px 15px 5px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
 transition: all .3s ease-in-out;
}

.standard_box:hover {
    color: #fff !important;
	text-decoration: none;
    background-color: #194067; 
}
.standard_box a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    position: absolute;
    right: 20px;
}

.standard_box p{
    width: 100%;
    color: #fff;
}


.work_list .standard_box a {
    color: #fff !important;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
    padding-bottom: 0;
    display: flex;
}
#content .standard_box p a{
    flex-grow: 1;
}
#content .standard_box:hover a, #content .standard_box:active a, #content .standard_box:hover p {
	color: #fff !important;
}

.work_list .standard_box a:hover {
	color: #fff;
}

.work_list .standard_box:hover::after, .work_list .standard_box:active::after {
	height: 100%;
}

/* CLASS LINKS */
#class_menu li {
	color: #fff !important;
    margin-right: 10px;
    border-radius: 25px;
    padding: 4px 8px;
 transition: background .3s ease-in-out;
    background: #203163;
}

#class_menu li:hover{
    background: #2c4287;
    text-decoration: none;
    color: #fff !important;
}
#class_menu li a{
    border: none;
    background: none;
    color: #fff;
    font-weight: 600;
}
#class_menu li:hover a{
    color: #fff;
}

#class_menu li a:hover{
    text-decoration: none;
}

.home-school, .discover-more-link, .read-more-welcome, .e-blocks .event-col, .latest-news .news-col {
	opacity: 0;
}
.show-opacity {
	opacity: 1;
}
.animate__animated.animate__ql1{
 animation-delay: 200ms !important;
}
.animate__animated.animate__ql2{
 animation-delay: 300ms !important;
}
.animate__animated.animate__ql3{
 animation-delay: 400ms !important;
}
.animate__animated.animate__ql4{
 animation-delay: 500ms !important;
}
#menu ul {
    display: none;
}
#menu, #menu li, #menu ul {
    list-style: none !important;
    list-style-image: none !important;
}

/* SIDE MENU */
    #menu li a{
        color: white;
        font-size: 18px;

    }
    #menu li{
        margin: 20px 0 0 10px;
        padding: 5px 0;
        border-bottom: 2px solid rgba(0,0,0,0);
        transition: all .3s ease-in-out;
    }

    #menu li li{
        margin-left: 20px;
    }
    #menu li:hover{
        border-bottom-color: white;    
    }

    #menu li a:hover {
        color: #fcd616;
        text-decoration: none;
    }
    .fas{
        margin-right: 10px;
    }


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {
    #menu li a {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 0 15px 15px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #fff !important;
    }

    #menu li{
        color: #3a2050;
        margin: 0;
        padding: 0;
        border: none;
    }
    #menu li li{
        margin: 0;
        text-transform: none;
    }
    #menu .topItem{
        position: relative;
    }

    #menu .subItem a {
        display: block;
        width: 300px;
        padding: 10px 15px;
        border: 0;
    }

    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 18px;
    }

    #menu ul{
        position: absolute;
        width: 300px;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        z-index: 997;
    }

    #menu ul ul{
        margin-left: 300px;
        margin-top: -47px !important;
        
    }

    #menu li:hover > ul{
        display: flex;
        flex-wrap: wrap;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }

    ul#menu .topItem::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fcd616;
        content: '';
        opacity: 0;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        /*transform: translateY(-17px) translate(-50%);*/
        transform: translateY(-17px) translate(0);
    }
    ul#menu .topItem:hover::after,
    ul#menu .topItem:focus::after {
        height: 5px;
        border-radius: 5px;
        opacity: 1;
        transform: translateY(-8px) translate(0);
    }
    ul#menu .topItem:hover .topLink {
        color: #fcd616!important;
        /* background: #1f2a4a; */
    }
    /*first layer*/
    #menu ul{
        background: #203163;
    }
    #menu ul li a{
        color: white;
        text-align: left;
        text-transform: none !important;
    }
    #menu ul li a:hover{
        
        color: #fcd616 !important;
    }

    /*Second & third layers*/
    #menu ul ul{
        background: #253974;

    }
    #menu ul ul li a{
        color: white;
    }

    #menu ul ul li a:hover{
        color: #fcd616 !important;
        
    }

    /*Fourth + layers*/
    #menu ul ul ul ul {
    background: #cddfb7;
    }
    #menu ul ul ul ul li a{
        color: #464646;
    }

    #menu ul ul ul ul li a:hover{
        color: white !important;
        background: #203163;
    }


    /* STICKY NAV */
    .sticky-nav{
        background: #203163 !important;

    }
    /*
    .sticky-nav > div{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sticky-nav #menu {
        padding-top: 0 !important;
    }
*/
    .sticky-nav ul#menu ul {
	border-bottom: 6px solid #fcd616;
 box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
    }

    .sticky-nav img{
        height: 55px !important;
        min-width: auto !important;
    }
    .sticky-nav h1{
        font-size: 22px !important;
    }
    .sticky-nav h2{
        font-size: 16px !important;
    }
    


    /* LONG DROPDOWN HANDLING*/
    #menu li:hover>ul.long-dropdown{
        width: 600px !important;
        display: flex!important;
        flex-wrap: wrap;
    }
    .long-dropdown-subItem {
        width: 300px !important;
        
    }
    .long-dropdown-subItem ul{
        width: 300px !important;
        margin-left: -300px;
    }
}
/*.goog-logo-link{
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    width: 80px;
}

.goog-te-gadget{
    display: flex;
    flex-wrap: wrap;
    color: white !important;
}
.goog-te-combo{
    font-size: 16px !important;
    width: 244px !important;
    padding: 6px;
    color: initial;
}*/
/*#side_buttons {
	position: relative;
	z-index: 998;
	top: 50px;
	right: 10px;
	width: 100%;
	display: none;
}*/
#side_buttons.other-page {
	position: absolute;
	top: 190px;
	/*z-index: 2;
	right: 10px;
	display: none;*/
}
#side_buttons .welcome-btn {
	/*position: absolute;
	right: 0;
	cursor: pointer;
	border-radius: 50%;
	height: 61px;
	width: 61px;
	background: #6e3e98;
	color: #fff;
	border: 3px solid #fff;
	z-index: 9;*/
}
/*#side_buttons .welcome-btn a {
	color: #fff;
	text-decoration: none;
}*/
#side_buttons .translate-btn.active-btn.active {
	background: #19264d;
}
/*#side_buttons .welcome-btn:hover, */#side_buttons .active-btn.active {
	background: #194067;
}
/*#side_buttons .wel {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#side_buttons .translate-btn{
	padding: 11px 12px;
	font-size: 28px;
}*/
/*#side_buttons .login-btn{
	top: 64px;
	padding: 11px 14px;
	font-size: 27px;
}
#side_buttons .login-btn .offset-text {
	font-size: 0;
	text-indent: -9999em;
}
#side_buttons .search-btn{
	top: 128px;
	padding: 11px 12px;
	font-size: 27px;
}*/

#google_translate_element {
	/*position: absolute;
	top: 0px;
	right: 31px;
	background: #f0f;*/
	/*border: 3px solid #fff;
	line-height: 1.42857143;
	padding: 6px 70px 6px 10px;
	transition: 0.3s;
	display: none;*/
}
#google_translate_element.toggled{
	display: block !important;
 animation: fadeIn .25s;
}
.search-content {
	/*position: absolute;
	top: 128px;
	font-size: 19px;
	border: 3px solid #fff;
	background: #f0f;*/
	/*right: 31px;
	padding: 13px 42px 13px 12px;
	transition: 0.3s;
	display: none;*/
}
.search-content.toggled{
	display: block !important;
 animation: fadeIn .25s;
}
/*#search_button{
	color: #fff;
}
#search_button:hover{
	color: #b1b1b1;
}*/
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo {
	color: #666 !important;
	margin: 4px 0 6px !important;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget a {
	color: #fff !important;
}
.goog-te-gadget img {
	display: inline-block;
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@media(min-width: 1024px){
	/*#side_buttons{
	display: block;
	}*/
	/*#side_buttons.other-page {
		display: block;
	}*/
}
/* SOCIAL */
.custom-social-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 15px auto 0;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-social-dots li{
    color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 5px;
    transition: all .3s ease-in-out;
}
.custom-social-dots li:hover {
    background-color: #d8e3f3;
}
.custom-social-dots button{
    width: 14px;
    height: 14px;
}
.custom-social-dots .slick-active{
    background-color: #fcd616;
    width: 14px;
    height: 14px;
}
.custom-social-dots .slick-active:hover{
    background-color: #fcd616 !important;
}

#social-component .slick-arrow{
    top: 300px;
    z-index: 400;
}

#social-component .slick-prev{
    left: 40px;
}
#social-component .slick-next{
    right: 40px;
}

#social-component .slick-prev::before, #social-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #fcd616;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

#social-component .slick-prev:hover::before, #social-component .slick-next:hover::before{
    color: #97c354;
}

#social-component .slick-disabled::before, #social-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #fcd616;
    cursor: initial;
}

#social-component .slick-prev::before{
    content: '\f060';
}

#social-component .slick-next::before{
    content: '\f061';
}
@media(min-width: 640px) {
	.custom-social-dots {
        bottom: -60px;
        position: absolute;
        display: block !important;
        text-align: left;
    }
    .custom-social-dots li {
        display: inline-block;
    }
}
@media(min-width: 1024px) {
	.custom-social-dots {
        text-align: center;
    }
}

/* NEWS */
.custom-news-dots{
  display: flex !important;
  width: 100%;
  height: 21px;
  margin: 24px auto 0;
  justify-content: center;
  align-items: center;
}
.custom-news-dots li{
  color: rgba(0,0,0,0);
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all .3s ease-in-out;
}
.custom-news-dots li:hover {
  background-color: #d8e3f3;
}
.custom-news-dots button{
  width: 14px;
  height: 14px;
}
.custom-news-dots .slick-active{
  background-color: #fcd616;
  width: 14px;
  height: 14px;
}
.custom-news-dots .slick-active:hover{
  background-color: #fcd616 !important;
}

#news-component .slick-arrow {
  top: 420px;
  z-index: 400
}
#news-component .slick-prev {
  left: 40px
}
#news-component .slick-next {
  right: 40px
}
#news-component .slick-next:before,#news-component .slick-prev:before {
  color: #203163;
  font-family: Font Awesome\ 5 Pro;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  transition: all .3s ease-in-out
}
#news-component .slick-next:hover:before,#news-component .slick-prev:hover:before {
  color: #fff
}
#news-component .slick-disabled:before,#news-component .slick-disabled:hover:before {
  color: #fff;
  cursor: auto;
  opacity: .5
}
#news-component .slick-prev:before {
  content: "\f060"
}
#news-component .slick-next:before {
  content: "\f061"
}

@media (min-width: 768px) {
  #news-component .slick-prev {
      left:calc(50% - 90px)
  }
  #news-component .slick-next {
      right: calc(50% - 90px)
  }
}
@media (min-width: 1024px) {
  /*#news-component .slick-prev {
    left:calc(50% - 60px)
  }
  #news-component .slick-next {
    right: calc(50% - 60px)
  }*/
}
@media (min-width: 1280px) {
  #news-component .slick-prev {
      left:calc(50% - 80px)
  }
  #news-component .slick-next {
      right: calc(50% - 80px)
  }
}
@media (min-width: 1536px) {
  /*#news-component .slick-prev {
      left:calc(50% - 60px)
  }
  #news-component .slick-next {
      right: calc(50% - 60px)
  }*/
}

/* EVENTS */
.custom-events-dots{
  display: flex !important;
  width: 100%;
  height: 21px;
  margin: 34px auto 0;
  justify-content: center;
  align-items: center;
}
.custom-events-dots li{
  color: rgba(0,0,0,0);
  background-color: #7ea1d6;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all .3s ease-in-out;
}
.custom-events-dots li:hover {
  background-color: #d8e3f3;
}
.custom-events-dots button{
  width: 14px;
  height: 14px;
}
.custom-events-dots .slick-active{
  background-color: #fcd616;
  width: 14px;
  height: 14px;
}
.custom-events-dots .slick-active:hover{
  background-color: #fcd616 !important;
}

#events-component .slick-arrow {
  top: 244px;
  z-index: 400
}
#events-component .slick-prev {
  left: 40px
}
#events-component .slick-next {
  right: 40px
}
#events-component .slick-next:before,#events-component .slick-prev:before {
  color: #203163;
  font-family: Font Awesome\ 5 Pro;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  transition: all .3s ease-in-out
}
#events-component .slick-next:hover:before,#events-component .slick-prev:hover:before {
  color: #7ea1d6
}
#events-component .slick-disabled:before,#events-component .slick-disabled:hover:before {
  color: #7ea1d6;
  cursor: auto;
  opacity: .5
}
#events-component .slick-prev:before {
  content: "\f060"
}
#events-component .slick-next:before {
  content: "\f061"
}

@media (min-width: 768px) {
  #events-component .slick-prev {
      left:calc(50% - 150px)
  }
  #events-component .slick-next {
      right: calc(50% - 150px)
  }
}
@media (min-width: 1024px) {
  /*#events-component .slick-prev {
    left:calc(50% - 60px)
  }
  #events-component .slick-next {
    right: calc(50% - 60px)
  }*/
}
@media (min-width: 1280px) {
  #events-component .slick-prev {
      left:calc(50% - 80px)
  }
  #events-component .slick-next {
      right: calc(50% - 80px)
  }
}
@media (min-width: 1536px) {
  /*#events-component .slick-prev {
      left:calc(50% - 60px)
  }
  #events-component .slick-next {
      right: calc(50% - 60px)
  }*/
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    html, body {
      font-family: 'Quicksand', sans-serif;
    }
    *{
      box-sizing: border-box;
    }

.container {
  width: 100%;
}

@media (min-width: 470px) {

  .container {
    max-width: 470px;
  }
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.prose {
  color: #737373;
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #235b92;
  text-decoration: none;
  font-weight: 500;
}

.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 2.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 3em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: #203163;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: #203163;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 18px;
  margin: 0 0 10px;
  color: #333;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(table:not(.fc table)):not(:where([class~="not-prose"] *)) {
  font-size: 18px;
  border: initial;
}

.prose :where(tr:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}

.prose :where(th:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}

.prose :where(td:not(.fc-widget-content)):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.bottom-\[-25px\] {
  bottom: -25px;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[340px\] {
  bottom: 340px;
}
.bottom-\[35px\] {
  bottom: 35px;
}
.bottom-\[38px\] {
  bottom: 38px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-200px\] {
  left: -200px;
}
.left-\[-20px\] {
  left: -20px;
}
.left-\[-302px\] {
  left: -302px;
}
.left-\[-5px\] {
  left: -5px;
}
.left-\[-84px\] {
  left: -84px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[230px\] {
  left: 230px;
}
.left-\[240px\] {
  left: 240px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[680px\] {
  left: 680px;
}
.left-\[740px\] {
  left: 740px;
}
.left-\[calc\(50\%-28px\)\] {
  left: calc(50% - 28px);
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[-25px\] {
  right: -25px;
}
.right-\[-280px\] {
  right: -280px;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[395px\] {
  right: 395px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[4px\] {
  right: 4px;
}
.right-\[61px\] {
  right: 61px;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[-280px\] {
  top: -280px;
}
.top-\[-48px\] {
  top: -48px;
}
.top-\[-56px\] {
  top: -56px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[122px\] {
  top: 122px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[183px\] {
  top: 183px;
}
.top-\[200px\] {
  top: 200px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[250px\] {
  top: 250px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[380px\] {
  top: 380px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[42px\] {
  top: 42px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[61px\] {
  top: 61px;
}
.top-\[62px\] {
  top: 62px;
}
.top-\[65px\] {
  top: 65px;
}
.top-\[90px\] {
  top: 90px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-\[15px\] {
  margin: 15px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[65px\] {
  margin-left: 65px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[326px\] {
  height: 326px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[96px\] {
  height: 96px;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-20 {
  width: 5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[193px\] {
  width: 193px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[249px\] {
  width: 249px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[326px\] {
  width: 326px;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(100\%\+8px\)\] {
  width: calc(100% + 8px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[12px\] {
  border-width: 12px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(32 49 99 / var(--tw-border-opacity, 1));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(126 161 214 / var(--tw-border-opacity, 1));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(252 214 22 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#19264d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 38 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#788fd3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 143 211 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d8e3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 227 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(32 49 99 / var(--tw-bg-opacity, 1));
}
.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 91 146 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(126 161 214 / var(--tw-bg-opacity, 1));
}
.bg-septenary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 64 103 / var(--tw-bg-opacity, 1));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 214 22 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\.\.\/\.\.\/img\/values-bg\.jpg\'\)\] {
  background-image: url('../../img/values-bg.jpg');
}
.bg-\[url\(\'\/img\/hero-pattern\.svg\'\)\] {
  background-image: url('/img/hero-pattern.svg');
}
.bg-contact-bg {
  background-image: url('../img/contact-curve.png');
}
.bg-contact-logo {
  background-image: url('../img/logo_02.png');
}
.bg-contact-speech {
  background-image: url('../img/low-speech.png');
}
.bg-contact-speech-high {
  background-image: url('../img/high-speech.png');
}
.bg-events-bg {
  background-image: url('../img/event-corner.png');
}
.bg-map-text {
  background-image: url('../img/discover-text.png');
}
.bg-news-bg {
  background-image: url('../img/news-curve.png');
}
.bg-quick-circle {
  background-image: url('../img/quick-circle.png');
}
.bg-welcome-bg {
  background-image: url('../img/welcome-curve.png');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-pacif {
  font-family: Pacifico, cursive;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[65px\] {
  font-size: 65px;
}
.text-\[66px\] {
  font-size: 66px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[1\.42857143\] {
  line-height: 1.42857143;
}
.leading-\[2\.1\] {
  line-height: 2.1;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#213264\] {
  --tw-text-opacity: 1;
  color: rgb(33 50 100 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(32 49 99 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(126 161 214 / var(--tw-text-opacity, 1));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(252 214 22 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-70 {
  opacity: 0.7;
}
.brightness-75 {
  --tw-brightness: brightness(.75);
  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);
}
.brightness-\[0\.65\] {
  --tw-brightness: brightness(0.65);
  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-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-outline {
  -webkit-text-stroke: 1px #00602d !important;
}
.text-outline-white {
  -webkit-text-stroke: 1px #fff !important;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-\[\#19264d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 38 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#648ece\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 142 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-octonary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 3 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 49 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-septenary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 64 103 / var(--tw-bg-opacity, 1));
}
.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 214 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(126 161 214 / var(--tw-text-opacity, 1));
}
.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(252 214 22 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.active\:bg-\[\#19264d\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(25 38 77 / var(--tw-bg-opacity, 1));
}
.group\/arrow:hover .group-hover\/arrow\:left-\[30px\] {
  left: 30px;
}
.group:hover .group-hover\:left-4 {
  left: 1rem;
}
.group:hover .group-hover\:left-8 {
  left: 2rem;
}
.group:hover .group-hover\:left-\[30px\] {
  left: 30px;
}
.group:hover .group-hover\:right-\[3px\] {
  right: 3px;
}
.group:hover .group-hover\:top-0 {
  top: 0px;
}
.group:hover .group-hover\:top-4 {
  top: 1rem;
}
.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(126 161 214 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#194067\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 64 103 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#648ece\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 142 206 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#e2bd03\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 189 3 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 91 146 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(126 161 214 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 214 22 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:pt-\[25px\] {
  padding-top: 25px;
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(32 49 99 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
@media (min-width: 340px) {

  .min-\[340px\]\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 470px) {

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

  .vs\:text-\[16px\] {
    font-size: 16px;
  }

  .vs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .vs\:group-hover\:pt-\[40px\] {
    padding-top: 40px;
  }
}
@media (min-width: 640px) {

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:block {
    display: block;
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:pb-\[15px\] {
    padding-bottom: 15px;
  }

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

  .sm\:pt-\[30px\] {
    padding-top: 30px;
  }

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

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[65px\] {
    font-size: 65px;
  }

  .sm\:text-\[70px\] {
    font-size: 70px;
  }

  .sm\:leading-\[1\.95\] {
    line-height: 1.95;
  }

  @media not all and (min-width: 1024px) {

    .sm\:max-lg\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }

    .sm\:max-lg\:w-\[360px\] {
      width: 360px;
    }
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:w-20 {
    width: 5rem;
  }

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

  @media not all and (min-width: 1280px) {

    .md\:max-xl\:w-\[300px\] {
      width: 300px;
    }
  }

  @media not all and (min-width: 1024px) {

    .md\:max-lg\:top-\[7px\] {
      top: 7px;
    }

    .md\:max-lg\:mb-5 {
      margin-bottom: 1.25rem;
    }

    .md\:max-lg\:ml-\[80px\] {
      margin-left: 80px;
    }

    .md\:max-lg\:h-\[110px\] {
      height: 110px;
    }

    .md\:max-lg\:w-\[110px\] {
      width: 110px;
    }

    .md\:max-lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

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

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

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

    .md\:max-lg\:text-\[21px\] {
      font-size: 21px;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[-300px\] {
    top: -300px;
  }

  .lg\:top-\[408px\] {
    top: 408px;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:ml-\[65px\] {
    margin-left: 65px;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

  .lg\:w-16 {
    width: 4rem;
  }

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

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

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

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

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[19px\] {
    font-size: 19px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:leading-none {
    line-height: 1;
  }

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

  @media not all and (min-width: 1280px) {

    .lg\:max-xl\:mb-2 {
      margin-bottom: 0.5rem;
    }

    .lg\:max-xl\:w-\[300px\] {
      width: 300px;
    }

    .group:hover .lg\:max-xl\:group-hover\:pt-\[25px\] {
      padding-top: 25px;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[30px\] {
    left: 30px;
  }

  .xl\:left-\[980px\] {
    left: 980px;
  }

  .xl\:right-\[-30px\] {
    right: -30px;
  }

  .xl\:right-\[445px\] {
    right: 445px;
  }

  .xl\:right-\[55px\] {
    right: 55px;
  }

  .xl\:top-\[453px\] {
    top: 453px;
  }

  .xl\:top-\[5px\] {
    top: 5px;
  }

  .xl\:top-\[80px\] {
    top: 80px;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-\[100px\] {
    margin-left: 100px;
  }

  .xl\:mr-\[20px\] {
    margin-right: 20px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-\[-110px\] {
    margin-top: -110px;
  }

  .xl\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .xl\:w-full {
    width: 100%;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:left-\[-120px\] {
    left: -120px;
  }

  .\32xl\:left-\[-254px\] {
    left: -254px;
  }

  .\32xl\:left-\[0\] {
    left: 0;
  }

  .\32xl\:left-\[1080px\] {
    left: 1080px;
  }

  .\32xl\:left-\[40px\] {
    left: 40px;
  }

  .\32xl\:left-\[740px\] {
    left: 740px;
  }

  .\32xl\:left-\[9\%\] {
    left: 9%;
  }

  .\32xl\:right-\[45px\] {
    right: 45px;
  }

  .\32xl\:right-\[55px\] {
    right: 55px;
  }

  .\32xl\:right-\[5px\] {
    right: 5px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:h-\[334px\] {
    height: 334px;
  }

  .\32xl\:h-\[800px\] {
    height: 800px;
  }

  .\32xl\:w-\[1340px\] {
    width: 1340px;
  }

  .\32xl\:w-\[300px\] {
    width: 300px;
  }

  .\32xl\:w-\[334px\] {
    width: 334px;
  }

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

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
