@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf");font-weight:200}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-Light.ttf");font-weight:300}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-Regular.ttf");font-weight:400}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-SemiBold.ttf");font-weight:600}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-Bold.ttf");font-weight:700}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf");font-weight:800}
@font-face{font-family:"Nunito Sans";src:url(".././fonts/Nunito_Sans/NunitoSans-Black.ttf");font-weight:900}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-ExtraLight.ttf");font-weight:200}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-Light.ttf");font-weight:300}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-Regular.ttf");font-weight:400}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-SemiBold.ttf");font-weight:600}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-Bold.ttf");font-weight:700}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-ExtraBold.ttf");font-weight:800}
@font-face{font-family:"Raleway";src:url(".././fonts/Raleway/Raleway-Black.ttf");font-weight:900}
.animated-wheel .section-headings .headlines{text-align:center}
.animated-wheel .wheel-container .wheel-outer{width:100%}
.animated-wheel .wheel-container .wheel-outer .wheel-inner{background-repeat:no-repeat;background-position:center;background-size:unset}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item{width:50%;position:relative;display:flex;justify-content:center;align-items:center;margin:0}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a{display:block}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-label{position:absolute;left:0;right:0;margin:auto;max-width:132px;top:50%;transform:translateY(-50%)}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon{position:absolute}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-1{top:-20%;left:-10%}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-2{top:-20%;right:-10%}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-3{bottom:-20%;left:-10%}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-4{bottom:-20%;right:-10%}
.animated-wheel .wheel-container .wheel-content-container{width:100%;margin-top:60px}
.animated-wheel .wheel-container .wheel-content-container .wheel-card{box-shadow:0 0 15.4786px rgba(28,69,92,0.15);border-radius:12px;padding:28px 30px;opacity:0;display:none}
.animated-wheel .wheel-container .wheel-content-container .wheel-card.active{display:block;-webkit-animation:fadeIn ease 3s;animation:fadeIn ease 3s;opacity:1}
.animated-wheel .wheel-container .wheel-content-container .wheel-card p.title{color:#1c455c;font-weight:600;font-size:28px;font-size:1.75rem;line-height:34px}
.animated-wheel .wheel-container .wheel-content-container .wheel-card p.content{font-family:"Nunito Sans",sans-serif;font-size:18px;font-size:1.125rem;font-weight:400;line-height:26px;color:#666}
.animated-wheel .wheel-container .wheel-content-container .wheel-card a{text-decoration:none;padding:12px 20px;border:1px solid #1c455c;border-radius:30px;color:#1c455c;font-family:"Nunito Sans",sans-serif;font-weight:700;font-size:14px;font-size:.875rem;line-height:14px;margin-top:25px;display:inline-block}
@media screen and (min-width:578px) and (max-width:768px){.animated-wheel .wheel-container .wheel-outer{width:104%}
}@media(min-width:768px){.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item{margin:5px}
}@media(min-width:992px){.animated-wheel .wheel-container .wheel-outer{width:60%}
.animated-wheel .wheel-container .wheel-content-container{width:40%;margin-top:0}
}@media(min-width:1200px){.animated-wheel .wheel-container .wheel-outer{width:50%}
.animated-wheel .wheel-container .wheel-content-container{width:50%}
}@media(max-width:767.98px){.animated-wheel .wheel-container .wheel-outer .wheel-inner{background-size:50px}
}@media(max-width:575.98px){.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item{flex-basis:48%;margin:0 5px 5px 0}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon{max-width:50px}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-1{left:0}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-2{right:0}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-3{left:0}
.animated-wheel .wheel-container .wheel-outer .wheel-inner .wheel-item a .wheel-icon-4{right:0}
}@-webkit-keyframes fadeIn{0%{opacity:0}
100%{opacity:1}
}@keyframes fadeIn{0%{opacity:0}
100%{opacity:1}
}