<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.table3 {
		background-color: #add8e6 !important;
		padding: 15px;
		border-radius: 5px;
		box-shadow: 0 5px 5px #00000033;
		font-weight: 500;
		gap: 15px;
		overflow: hidden;
		border: 1px solid #28998b;
	}
	.table3 span {
		font-size: 18px;
		/*color: #5d6672 !important;*/
		line-height: 1.6;
	}
	a {
		text-decoration: none;
	}
	.wrapper {
		width: 95%;
		max-width: 1003px;
		margin: 30px auto;
	}
	.table1 h2 {
		font-size: 1.5em;
		padding: 35px 10px;
		margin: 0;
	}
	.table2 {
		margin-top: 20px;
		font-size: 0.85em;
		padding: 0 40px;
		font-style: italic;
	}

	.table2 {
		margin-top: 20px;
		font-size: 0.85em;
		padding: 0 40px;
		font-style: italic;
	}
	.table1,
	.table1-box {
		-webkit-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}
	.table12 {
		background: #1A4263;
		color: #fff;
		font-size: 1.7em;
		font-weight: 600;
		position: relative;
		padding: 14px 10px;
		display: block;
	}

	.table13 {
		background: #30707D;
		color: #fff;
		font-size: 1.7em;
		font-weight: 600;
		position: relative;
		padding: 14px 10px;
		display: block;
	}

	.table1-box:nth-child(2) .table12 {
		background: #1A4263;
	}
	.table1-box:nth-child(3) .table12 {
		background: #1A4263;
	}

	.table1-box:nth-child(2) .table13 {
		background: #30707D;
	}
	.table1-box:nth-child(3) .table13 {
		background: #30707D;
	}
	.table1-box:hover .table12 {
		background: #30707D;
		box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.3);
		color: #fff;
	}
	.table1-box:hover .table13 {
		background: #1A4263;
		box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.3);
		color: #fff;
	}
	.btn2 {
		background: rgb(255, 153, 0);
		border: 1px solid #d9d909;
		color: #000;
		-webkit-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
		border-radius: 30px;
		padding: 7px 40px;
		display: inline-block;
		margin-top: 20px;
	}
	.btn2:hover {
		background: #093e64;
		border: 1px solid #093e64;
		color: #fff !important;
	}
	.table1-table-divider {
		display: block;
		height: 1px;
		background: rgba(0, 0, 0, 0.08);
		max-width: 80%;
		margin: 20px auto 0;
	}
	.table1 {
		border-radius: 3px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		text-align: center;
	}

	.table11 {
		border-radius: 3px;
		display: -ms-flex;
		display: flex;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		text-align: center;
	}

	.table1-box {
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
		border: 2px solid rgba(10, 123, 183, 0.14);
	}
	.table1-box:hover {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}
	.table1 ul li {
		padding: 3px 0;
		font-size: 0.95em;
	}
	.table1 ul {
		color: #000;
		padding: 15px 50px;
		text-align: left;
	}
	@media (max-width: 750px) {
		.table1 {
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
		}
		.table1 {
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
		}
		.table1 &gt; div:nth-child(3) {
			-ms-grid-row: 1;
			grid-row-start: 1;
		}
		.table1 &gt; div:nth-child(2) {
			-ms-grid-row: 2;
			grid-row-start: 2;
		}
		.table1 &gt; div {
			-ms-flex-item-align: top;
			-ms-grid-row-align: top;
			align-self: top;
		}
	}
	@media (max-width: 1023px) and (min-width:727px){
		.table1 ul {
			padding: 15px 6px;
		}
	}

	/*Resources buttons*/
	.button-52 {
		font-size: 16px;
		font-weight: 200;
		letter-spacing: 1px;
		padding: 13px 20px 13px;
		outline: 0;
		border: 1px solid black;
		cursor: pointer;
		position: relative;
		background-color: rgba(0, 0, 0, 0);
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	}

	.button-52:after {
		content: "";
		background-color: #FDF0C3;
		width: 100%;
		z-index: -1;
		position: absolute;
		height: 100%;
		top: 7px;
		left: 7px;
		transition: 0.2s;
	}

	.button-52:hover:after {
		top: 0px;
		left: 0px;
	}

	@media (min-width: 768px) {
		.button-52 {
			padding: 13px 50px 13px;
		}
	}

	@media (max-width: 960px) {
		.button-52 {
			font-size: 12px;
		}
	}

	.button-51 {
		background-color: transparent;
		border: 1px solid #266DB6;
		box-sizing: border-box;
		color: #00132C;
		font-family: "Avenir Next LT W01 Bold",sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		padding: 16px 23px;
		position: relative;
		text-decoration: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	}

	.button-51:hover,
	.button-51:active {
		outline: 0;
	}

	.button-51:hover {
		background-color: transparent;
		cursor: pointer;
	}

	.button-51:before {
		background-color: #D5EDF6;
		content: "";
		height: calc(100% + 3px);
		position: absolute;
		right: 0px;
		top: 0px;
		transition: background-color 300ms ease-in;
		width: 100%;
		z-index: -1;
	}

	.button-51:hover:before {
		background-color: #6DCFF6;
	}

	@media (min-width: 751px) and (max-width:882px) {
		.button-51 {
			padding: 16px 5px !important;
			font-size: 13px;
		}
	}

	@media (min-width: 883px) and (max-width:933px) {
		.button-51 {
			padding: 16px 5px !important;
			font-size: 13px;
		}
	}

	@media (min-width: 934px) and (max-width:1012px) {
		.button-51 {
			padding: 16px 12px !important;
			font-size: 14px;
		}
	}

	@media (max-width: 768px) {
		.button-52 {
			padding: 13px 0px 13px
		}

		/*#slider1{
			display: none !important;
		}*/

		.wrapper{
			margin:0 auto;
		}
	}

	@media (max-width: 568px) {
		#slider1{
			display: none !important;
		}
	}

	@media (min-width: 750px) and (max-width: 1050px){
		.padding-ending{padding: 16px 12px !important;}
	}

    .close{
        color:#fff !important;
    }

    .close:hover{
        color:#000
    }

    .btn {
        border-radius: 5px !important;
    }
	/*=================*/
	.button-86 {
		all: unset;
		width: 100px;
		height: 30px;
		font-size: 16px;
		background: transparent;
		border: none;
		position: relative;
		color: #f0f0f0;
		cursor: pointer;
		z-index: 1;
		padding: 10px 20px;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	  }
	  
	  .button-86::after,
	  .button-86::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -99999;
		transition: all .4s;
	  }
	  
	  .button-86::before {
		transform: translate(0%, 0%);
		width: 100%;
		height: 100%;
		background: #1A4263;
		border-radius: 10px;
	  }
	  
	  .button-86::after {
		transform: translate(10px, 10px);
		width: 35px;
		height: 35px;
		background: #ffffff15;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border-radius: 50px;
	  }
	  
	  .button-86:hover::before {
		transform: translate(5%, 20%);
		width: 110%;
		height: 110%;
		color: #f0f0f0 !important;
	  }
	  
	  .button-86:hover::after {
		border-radius: 10px;
		transform: translate(0, 0);
		width: 100%;
		height: 100%;
	  }
	  
	  .button-86:active::after {
		transition: 0s;
		transform: translate(0, 5%);
	  }	
	/**/

	/*Button version 85*/
	.button-85 {
		padding: 0.6em 2em;
		border: none;
		outline: none;
		color: rgb(255, 255, 255);
		background: #111;
		cursor: pointer;
		position: relative;
		z-index: 0;
		border-radius: 10px;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	  }
	  
	  .button-85:before {
		content: "";
		background: linear-gradient(
		  45deg,
		  #ff0000,
		  #ff7300,
		  #fffb00,
		  #48ff00,
		  #00ffd5,
		  #002bff,
		  #7a00ff,
		  #ff00c8,
		  #ff0000
		);
		position: absolute;
		top: -2px;
		left: -2px;
		background-size: 400%;
		z-index: -1;
		filter: blur(5px);
		-webkit-filter: blur(5px);
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		animation: glowing-button-85 20s linear infinite;
		transition: opacity 0.3s ease-in-out;
		border-radius: 10px;
	  }
	  
	  @keyframes glowing-button-85 {
		0% {
		  background-position: 0 0;
		}
		50% {
		  background-position: 400% 0;
		}
		100% {
		  background-position: 0 0;
		}
	  }
	  
	  .button-85:after {
		z-index: -1;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #222;
		left: 0;
		top: 0;
		border-radius: 10px;
	  }
	/**/


	/*Button css 53*/
	.button-53 {
		background-color: #266DB6;
		border: 0 solid #E5E7EB;
		box-sizing: border-box;
		color: #000000;
		display: flex;
		font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		font-size: 1rem;
		font-weight: 700;
		justify-content: center;
		line-height: 1.75rem;
		padding: .75rem 1.65rem;
		position: relative;
		text-align: center;
		margin: 0 auto;
		text-decoration: none #000000 solid;
		text-decoration-thickness: auto;
		width: 100%;
		max-width: 260px;
		position: relative;
		cursor: pointer;
		transform: rotate(-.5deg);
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	  }
	  
	  .button-53:focus {
		outline: 0;
	  }
	  
	  .button-53:after {
		content: '';
		position: absolute;
		border: 1px solid #000000;
		bottom: 4px;
		left: 4px;
		width: calc(100% - 1px);
		height: calc(100% - 1px);
	  }
	  
	  .button-53:hover:after {
		bottom: 2px;
		left: 2px;
	  }
	  
	  @media (min-width: 768px) {
		.button-53 {
		  padding: .75rem 3rem;
		  font-size: 1.25rem;
		}
	  }
	/**/

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

	.accordion .card-header.collapsed:after {
		content: "\f067";
	}	

	.accordion .card-header:after {
		font-family: 'FontAwesome';
		content: "\f068";
		float: right;
		color: #fff;
	}

	@media (max-width:568px){
		.m-5 {
			margin: 0rem!important;
		}
	}

	/*===== Carousel CSS =====*/
	.slider, 
	.slider &gt; div {
		/* Images default to Center Center. Maybe try 'center top'? */
		background-position: center center;
		display: block;
		width: 100%;
		height: 300px;
		/* height: 100vh; *//* If you want fullscreen */
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #000;
		overflow: hidden;
		-moz-transition: transform .4s;
		-o-transition: transform .4s;
		-webkit-transition: transform .4s;
		transition: transform .4s;
	}

	.slider &gt; div {
		position: absolute;
	}

	.slider &gt; i {
		color: #5bbd72;
		position: absolute;
		font-size: 60px;
		margin: 20px;
		top: 40%;
		text-shadow: 0 10px 2px #223422;
		transition: .3s;
		width: 18px;
		padding: 10px 13px;
		background: #fff;
		background: rgba(255, 255, 255, .3);
		cursor: pointer;
		line-height: 0;
		box-sizing: content-box;
		border-radius: 3px;
		z-index: 4;
	}

	.slider &gt; i svg {
		margin-top: 3px;
	}

	.slider &gt; .left {
		left: -100px;
	}
	.slider &gt; .right {
		right: -100px;
	}
	.slider:hover &gt; .left {
		left: 0;
	}
	.slider:hover &gt; .right {
		right: 0;
	}

	.slider &gt; i:hover {
		background:#fff;
		background: rgba(255, 255, 255, .8);
		transform: translateX(-2px);
	}

	.slider &gt; i.right:hover {
		transform: translateX(2px);
	}

	.slider &gt; i.right:active,
	.slider &gt; i.left:active {
		transform: translateY(1px);
	}

	.slider:hover &gt; div {
		transform: scale(1.01);
	}

	.hoverZoomOff:hover &gt; div {
		transform: scale(1);
	}

	.slider &gt; ul {
		position: absolute;
		bottom: 10px;
		left: 50%;
		z-index: 4;
		padding: 0;
		margin: 0;
		transform: translateX(-50%);
	}

	.slider &gt; ul &gt; li {
		padding: 0;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		list-style: none;
		float: left;
		margin: 10px 10px 0;
		cursor: pointer;
		border: 1px solid #fff;
		-moz-transition: .3s;
		-o-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.slider &gt; ul &gt; .showli {
		background-color: #D5EDF6;
		-moz-animation: boing .5s forwards;
		-o-animation: boing .5s forwards;
		-webkit-animation: boing .5s forwards;
		animation: boing .5s forwards;
	}

	.slider &gt; ul &gt; li:hover {
		background-color: #D5EDF6;
	}

	.slider &gt; .show {
		z-index: 1;
	}

	.hideDots &gt; ul {
		display: none;
	}

	.showArrows &gt; .left {
		left: 0;
	}

	.showArrows &gt; .right {
		right: 0;
	}

	.titleBar {
		z-index: 2;
		display: inline-block;
		background: rgba(0,0,0,.5);
		position: absolute;
		width: 100%;
		bottom: 0;
		transform: translateY(100%);
		padding: 20px 30px;
		transition: .3s;
		color: #fff;
	}

	.titleBar * {
		transform: translate(-20px, 30px);
		transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
		opacity: 0;
	}

	.titleBarTop .titleBar * {
		transform: translate(-20px, -30px);
	}

	.slider:hover .titleBar,
	.slider:hover .titleBar * {
		transform: translate(0);
		opacity: 1;
	}

	.titleBarTop .titleBar {
		top: 0;
		bottom: initial;
		transform: translateY(-100%);
	}

	.slider &gt; div span {
		display: block;
		background: rgba(0,0,0,.5);
		position: absolute;
		bottom: 2px;
		color: #fff;
		text-align: center;
		padding: 18px 18px 30px 18px;
		width: 100%;
	}


	@keyframes boing {
		0% {
			transform: scale(1.2);
		}
		40% {
			transform: scale(.6);
		}
		60% {
			transform: scale(1.2);
		}
		80% {
			transform: scale(.8);
		}
		100% {
			transform: scale(1);
		}
	}

	@media (max-width:599px) and (min-width:569px){
		.slider, .slider &gt; div{
			height: 175px;
			margin-bottom:20px;
		}
	}

	@media (max-width:619px) and (min-width:600px){
		.slider, .slider &gt; div{
			height: 182px;
			margin-bottom:20px;
		}
	}

	@media (max-width:639px) and (min-width:620px){
		.slider, .slider &gt; div{
			height: 188px;
			margin-bottom:20px;
		}
	}

	@media (max-width:679px) and (min-width:640px){
		.slider, .slider &gt; div{
			height: 195px;
			margin-bottom:20px;
		}
	}

	@media (max-width:699px) and (min-width:680px){
		.slider, .slider &gt; div{
			height: 202px;
			margin-bottom:20px;
		}
	}

	@media (max-width:744px) and (min-width:700px){
		.slider, .slider &gt; div{
			height: 209px;
			margin-bottom:20px;
		}
	}

	@media (max-width:744px) and (min-width:700px){
		.slider, .slider &gt; div{
			height: 209px;
			margin-bottom:20px;
		}
	}

	@media (max-width:768px) and (min-width:745px){
		.slider, .slider &gt; div{
			height: 219px;
			margin-bottom:20px;
		}
	}

	@media (max-width:794px) and (min-width:769px){
		.slider, .slider &gt; div{
			height: 193px;
			margin-bottom:20px;
		}
	}

	@media (max-width:832px) and (min-width:795px){
		.slider, .slider &gt; div{
			height: 203px; 	
		}
	}

	@media (max-width:862px) and (min-width:833px){
		.slider, .slider &gt; div{
			height: 213px;
		}
	}

	@media (max-width:895px) and (min-width:863px){
		.slider, .slider &gt; div{
			height: 223px;
		}
	}

	@media (max-width:919px) and (min-width:896px){
		.slider, .slider &gt; div{
			height: 233px;
		}
	}

	@media (max-width:959px) and (min-width:920px){
		.slider, .slider &gt; div{
			height: 240px;
		}
	}

	@media (max-width:1022px) and (min-width:960px){
		.slider, .slider &gt; div{
			height: 260px;
		}
	}
	/*=======================*/

	.card.shadow-animate {
		box-shadow: 0px 0px 20px 10px #48abe0;
		animation: shadows 2.5s infinite;
	  }
	  
	  @keyframes shadows {
		0% {
		  box-shadow: 0px 0px 2px 1px #48abe0;
		}
		50% {
		  box-shadow: 0px 0px 2px 1px blueviolet;
		}
		75% {
		  box-shadow: 0px 0px 2px 1px rebeccapuprle;
		}
		100% {
		  box-shadow: 0px 0px 2px 1px #48abe0;
		}
	  }
	
	.card{ border-radius: 5px !important; }

	.graph-shadow{
		box-shadow: 10px 10px 5px #ccc;
		-moz-box-shadow: 10px 10px 5px #ccc;
		-webkit-box-shadow: 10px 10px 5px #ccc;
		-khtml-box-shadow: 10px 10px 5px #ccc;
	}

	.iframe-close{
		position: relative;
		text-align: right;
		top: 4%;
		right: 8px;
		font-size: 23px;
		color: #000;
		font-weight: bold;
		cursor: pointer;
	}

	.iframe-close2, .iframe-close3{
		position: relative;
		text-align: right;
		top: 9.4%;
		right: 18%;
		font-size: 23px;
		color: #000 !important;
		font-weight: bold;
		cursor: pointer;
		z-index: 10;
	}

	@media(max-width:768px){
		.iframe-close{
			top: 7%;
		}

		.iframe-close2, .iframe-close3{
			top: 14.4%;
		}
	}</pre></body></html>