body {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 18px;
}
section, main, .inner-footer {
   display: block;
   max-width: 1920px;
   margin: auto;
}
.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video:before {
    content: "";
    display: block;
    padding-top: 56.5%;
    width: 100%;
}
.responsive-video {
    position: relative;
}
@media (min-width:1280px) {
	.h-screen {min-height: 880px;}
}
.font-extended {
    font-family: "aktiv-grotesk-extended", sans-serif;
}
.heading-primary {
    font-size: 36px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 46px;
}
.heading-tertiary {
    font-size: 22px;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-weight: 400; 
    font-style: normal;
    line-height: 32px;
}
.heading-tertiary-reg {
  font-size: 22px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

@media(max-width:767px) {
  .heading-primary {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-tertiary, .heading-tertiary-reg {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
#primary-nav, #primary-inner-nav {
    background: linear-gradient(89deg, #2896fa, #1932c8);
}
#mobile-nav {
  background: linear-gradient(89deg, #1932c8, #2896fa);
}
#mobile-nav:before {
   content: "";
   position: absolute;
}
.grey-bg-banner {
   position: relative;
}
.grey-bg-banner:before {
    content: "";
    width: 500%;
    background: var(--color-dynex-pale-blue);
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
div#hero-nav:before {
    content: "";
    display: block;
    position: absolute;
    width: 530px;
    height: 125%;
    top: 50%;
    left: 0;
    background: radial-gradient(circle, #2795f9, #1c4ad4);
    border-radius: 0 1000px 1000px 0;
    transform: translateY(-50%);
    padding: 0 0 0 200px;
    box-sizing: content-box;
    margin-left: -200px;
}

div#hero-nav > div {
    position: relative;
    z-index: 10;
}
span.menu-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 8px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: text-top;
}
.responsive-iframe-map {
    position: relative;
}
.responsive-iframe-map:before {
    content: "";
    padding-top: 75%;
    display:    block;
    position:   relative;
}
.responsive-iframe-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
}
.circle-info-wrap {
    background: rgba(255,255,255,0.8) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    z-index: 100;
    bottom: 100px;
    left: 380px;
    padding: 0px;
    border-radius: 300px;
    height: 250px;
    //width: 980px;
    width: 250px;
    transition: width .4s;
    overflow: hidden;
}

.circle-info-wrap.active {
    width: 980px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), white)
}
.circle-info {
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 15px;
    flex: 0 0 250px;
    cursor: pointer;
}
.cc-img {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
}
.cc-img img{
    height: auto;
}
.circle-content {
    width: 650px;
}
.cc-content {
    width: 420px;
    flex: 0 0 420px;
}
.circle-arrow {
    cursor: pointer;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all .4s;
}
.circle-arrow.active {
    transform: rotate(180deg);
}
@media(min-width:1280px) and (max-width:1400px) {
    .circle-info-wrap {
        bottom: 20px;
    }
    .circle-info-wrap.active {
        width: 860px;
    }
    .cc-img {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }
    .cc-content {
        width: 345px;
        flex: 0 0 345px;
    }
}
@media(max-width:1279px) {
    .circle-info-wrap {
        z-index: 100;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-70px);
        bottom: initial;
        transition: none;
    }
    .circle-arrow {
        transform: rotate(90deg);
    }
    .circle-arrow.active {
        transform: rotate(-90deg);
    }
    .circle-info-wrap.active {
        width: 90%;
        height: auto;
        border-radius: 50px;
        background: rgba(255,255,255,1) 0% 0% no-repeat padding-box;
        box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    }
    .cc-img {
        width: 40%;
        height: auto;
        flex: 0 0 40%;
    }
    .cc-img img{
        height: 260px;
    }
    .circle-content {
        width: 100%;
            padding: 0 20px 20px;
    }
    .cc-content {
        width: 60%;
        flex: 0 0 60%;
    }
    .active .circle-info {
        height: auto;
        padding-top: 30px;
    }
    .cc-img img {
        margin: auto;
    }
}
@media(max-width:767px) {
    .cc-content {
        width: 100%;
        flex: 0 0 100%;
    }
    .cc-img {
        width: 100%;
        height: auto;
        flex: 0 0 100%;
    }
    
    .active .circle-info {
        height: auto;
    }
}
.system-tooltip-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-tooltip-wrap {
    position: relative;
    max-width: 480px;
    margin: auto;
}
main {
overflow: hidden;
}
@media(max-width:1350px) and (min-width:1200px) {
	.logo {
    	max-height: 2rem;
    }
}
body, p {
    color: #19283C;
}
.news-single p, .news-single img{
  margin-bottom: 15px;
}
.news-single a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(25 50 200 / var(--tw-text-opacity));
}
.btn {
  display: inline-block;
  font-size: 16px;
}
#mobile-nav > div {
	overflow: auto;
}
p a:hover {
   opacity: 0.7;
}
#mobile-nav > div::-webkit-scrollbar {
  width: 3px; /* Set the width of the scrollbar */
}

#mobile-nav > div::-webkit-scrollbar-track {
  background: transparent; /* Set the background color of the scrollbar track */
}

#mobile-nav > div::-webkit-scrollbar-thumb {
  background: #fff; /* Set the color of the scrollbar thumb */
}

#mobile-nav > div::-webkit-scrollbar-thumb:hover {
  background: #fff; /* Set the color of the scrollbar thumb on hover */
}
.inner-footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, var(--unnamed-color-2896fa) 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #2896FA 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
}

.inner-footer {
    position: relative;
}
@media(min-width:981px) {
  .scale-1-2 {
    transform: scale(1.2);
    margin-top: 5%;
    margin-bottom: 5%;
    transform-origin: center right;
  }
}
.system-tooltip-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.system-tooltip-wrap {
    position: relative;
	max-width: 480px;
    margin: auto;
}
[id*=tooltip_] {
    display: none;
}
[id*=point_] {
    cursor:pointer;
}
.hex-bg-right > div {
    position: relative;
    z-index: 100;
}

.hex-bg-right {
    position: relative;
}
.hex-bg-right:before {
    background-image: url(/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top right;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hex-blue-gradient > div {
	position: relative;
    z-index: 10;
}
.hex-blue-gradient:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .1;
    z-index: 1;
}
.hex-blue-gradient {
    background-image: linear-gradient(45deg, #1933c8, #2895fa);
    position: relative;
}
header a {
    border-bottom: 2px solid transparent;
}
header a.active {
    border-bottom: 2px solid var(--color-dynex-pink);
}
#map {
			width: 100%;
			max-width: 1200px;
			margin: 50px auto 0;
		}
		a.btn-web {
    color: #fff;
    background: #dc149b;
    text-decoration: none;
        padding-left: 2rem;
    padding-right: 2rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 100px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
		a {
		  color: #dc149b;
		  }
		  .plc-title {
		    color: #19283c;
			}
		  .tt_name_sm {
    float: left;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    opacity: 1;
	color: #19283c;
	
}
.tt_sm {
	opacity: 1 !Important;
	padding: 20px !important;
	}
    
figure.accordion-toggle-icon span:nth-of-type(2) {
    position: absolute;
    width: 4px;
    height: 20px;
    background: var(--color-dynex-dark-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
figure.accordion-toggle-icon span:nth-of-type(1) {
    position: absolute;
    width: 20px;
    height: 4px;
    background: var(--color-dynex-dark-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
figure.accordion-toggle-icon.pink span:nth-of-type(2) {
    background: var(--color-dynex-pink);
}
figure.accordion-toggle-icon.pink span:nth-of-type(1) {
    background: var(--color-dynex-pink);
}
figure.accordion-toggle-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    flex: 0 0 40px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-toggle.active figure.accordion-toggle-icon span:nth-of-type(2) {
  opacity: 0;
}
.accordion-content {
display: none;
}
.rounded-image-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
    padding: 5px 5px 5px 0;
    border-radius: 0 300px 300px 0;
    overflow: hidden;
}
.rounded-image-wrap img {
   border-radius: 0 300px 300px 0;
}
.rounded-video-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
    padding: 5px 5px 5px 0;
    border-radius: 0 300px 300px 0;
    overflow: hidden;
}
video.round-video {
    border-radius: 0 300px 300px 0;
}
.mw-800 {
	max-width: 800px;
    width: 100%;
}
.mw-900 {
	max-width: 900px;
    width: 100%;
}
.hex-blue-gradient-right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/images/dynex-light-blue-hexagon-shapes.svg);
    background-size: auto 360px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .1;
    z-index: 1;
    transform: rotate(180deg);
}
.shadowbox-inner {
    position: relative;
    overflow: hidden;
}
.shadowbox-inner > * {
    position: relative;
    z-index: 10;
}
.shadowbox-inner:before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFf 0%, rgb(222 222 222) 100%) 0% 0% no-repeat padding-box;
}
@media(max-width:980px) {
	.shadowbox-inner:before {
    	height: 50px;
    }
}
a.dynex-map-link:hover {
    opacity: .7;
}
a.dynex-map-link img {
    display: block;
    width: 100%;
}
a.dynex-map-link {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    max-width: 320px;
    transform-origin: center;
    transition: all .4s;
}
.hero-slider-item {
   transition: opacity .6s;
}
.circle-info-wrap {
    transition: all .6s;
    z-index: 100;
}
@media(min-width:981px) {
.circle-info-wrap.opacity-0 {
    z-index: 1;
}
}
@media(max-width:980px) {
.circle-info-wrap.opacity-0 {
    z-index: 1;
}
}
.hero-hex-bg {
    background-image: url(/images/dynex-light-blue-hexagon-shapes.svg);
    background-position: bottom right;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
.section-hex-bg {
    background-image: url(/images/dynex-light-blue-hexagon-shapes.svg);
    background-position: top right;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
.load-more-button {
	display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background: #dc149b;
}
.load-more-button:hover {
    opacity: .7;
}
.circle-logo {
    height: 60px;
}
.topic-breaks {
	display: none;
}
@media(max-width:1580px) {
	.topic-breaks {
      	display: block;
  	}
}
span.hs-form-required {
    color: #ff0000;
    font-weight: bold;
    margin-left: 2px;
}
label.hs-error-msg {
    color: #ff0000;
}