#unifiedConnected {margin: -140px 0 0 0;padding: 140px 0 0 0;background: #fff;}#unifiedConnected .animationWrapper {position: relative;width: 600px;height: 600px;margin: 150px auto 80px auto;}#unifiedConnected .box {position: absolute;}#unifiedConnected .box {position: absolute;width: 120px;height: 120px;background: linear-gradient(134.35deg, #EAEAEA 3.19%, #FFFFFF 96.95%);border-radius: 17px;box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);}#unifiedConnected .box .innerBox {position: absolute;width: 100%;height: 100%;display: flex;align-content: center;flex-wrap: wrap;justify-content: center;}#unifiedConnected .box .innerBox label {font-weight: 900;color: #8520af;width: 100%;text-align: center;font-size: 22px;line-height: 22px;padding-bottom: 10px;}#unifiedConnected .box .innerBox span {font-size: 14px;text-align: center;width: 100%;font-weight: 700;}#unifiedConnected .box.one {top: 0;left: -20px;}#unifiedConnected .box.two {top: -80px;left: 190px;}#unifiedConnected .box.three {top: 30px;left: 420px;}#unifiedConnected .box.four {top: 185px;left: 470px;}#unifiedConnected .box.five {top: 355px;left: 410px;}#unifiedConnected .box.six {top: 455px;left: 190px;}#unifiedConnected .box.seven {top: 355px;left: -50px;}#unifiedConnected .box.eight {top: 175px;left: -130px;}.rotating-rect-first {animation: rotateLoopSecond 10s linear infinite;transform-origin: center;position: absolute;top: 0;width: 500px;height: 500px;border-radius: 100px;background: rgb(127 17 154 / 10%);}.rotating-rect-second {animation: rotateLoop 8s linear infinite;transform-origin: center;position: absolute;top: -20px;left: -30px;width: 540px;height: 540px;border-radius: 100px;background: rgb(127 17 154 / 10%);}.rotating-rect-fourth {animation: rotateLoopThird 12s linear infinite;transform-origin: center;position: absolute;top: -60px;left: -80px;width: 640px;height: 640px;border-radius: 100px;background: rgb(127 17 154 / 10%);}.rotating-rect-third {animation: rotateLoopThird 10s linear infinite;transform-origin: center;position: absolute;top: 80px;left: 80px;width: 340px;height: 340px;border-radius: 100px;background: rgb(127 17 154 / 10%);}.middle-circle {position: absolute;top: 125px;left: 125px;width: 250px;height: 250px;color: #000;display: flex;align-content: center;flex-wrap: wrap;justify-content: center;}.middle-circle .icon {z-index: 1;}.middle-circle h4 {font-family: "Nunito Sans", sans-serif;font-weight: 800;font-size: 19px;color: #800080;padding: 10px 40px 0 40px;text-align: center;position: relative;z-index: 1;}.middle-circle:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/middle-circle-bg.png) no-repeat;background-size: cover;border-radius: 100%;animation: rotateMiddleLoopSecond 14s linear infinite;transform-origin: center;box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);}#unifiedConnected .contentWrapper {margin: 0;padding: 80px 0;display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}#unifiedConnected .contentWrapper label {margin: 0;padding: 0;font-weight: 700;font-size: 26px;line-height: 36px;color: #595959;text-align: right;}#unifiedConnected .contentWrapper h3 {margin: 0;padding: 0 0 30px 0;font-weight: 800;font-size: 70px;line-height: 80px;animation: unifiedHeadingText 6s ease-in-out infinite;text-align: right;}#unifiedConnected .contentWrapper h3 sup {animation: unifiedHeadingText 6s ease-in-out infinite;text-align: right;}#unifiedConnected .contentWrapper p {font-weight: 500;font-size: 22px;line-height: 34px;text-align: right;color: #393939;margin: 0;padding: 0 0 50px 0;}#unifiedConnected .contentWrapper a {padding: 14px 30px;background: linear-gradient(90deg, #701893 0%, #590F77 50%, #1308AD 100%);border-radius: 100px;display: inline-flex;align-content: center;flex-wrap: wrap;position: relative;transition: all ease-in-out 0.3s;max-width: 550px;}#unifiedConnected .contentWrapper a label {font-weight: 300;font-size: 20px;line-height: 30px;color: #fff;margin: 0;padding: 0;width: 100%;text-align: left;}#unifiedConnected .contentWrapper a span {font-weight: 600;font-size: 32px;line-height: 32px;color: #fff;padding: 4px 0 0 0;width: 100%;}#unifiedConnected .contentWrapper a i.linkArrow {width: 80px;height: 80px;position: absolute;right: 9px;top: 7px;background: #fff;border-radius: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;transition: all ease-in-out 0.3s;}#unifiedConnected .contentWrapper a i.linkArrow svg path {fill: #5431B9;transition: all ease-in-out 0.3s;}#unifiedConnected .contentWrapper a:hover {background: linear-gradient(90deg, #590F77 0%, #1308AD 50%, #701893 100%);}#unifiedConnected .strokeAnimationWrapper {width: 100%;margin-top: -60px;height: 75px;margin-bottom: 30px;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 400px;height: 75px;top: -15px;right: 0;left: inherit;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper svg path {stroke: #11dfef;stroke-width: 8px;}.yellow-stroke {clip-path: url(#YellowSvgPath);position: relative;background: white;transform-origin: left top;}#yellow-stroke {width: 100%;position: absolute;top: -56px;right: 0;stroke-dasharray: 1800;stroke-dashoffset: -1800;animation: stroke 2s;animation-fill-mode: forwards;animation-timing-function: ease-in-out;}

@keyframes stroke {
    from {stroke-dashoffset: -1800;}
    to {stroke-dashoffset: 0;}
}

@keyframes draw {
    0% {width: 0;}
    100% {width: 200px;}
}

@keyframes rotateLoop {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@keyframes rotateLoopSecond {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@keyframes rotateLoopThird {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@keyframes rotateMiddleLoopSecond {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

/* @keyframes unitedGradientText { */
    /* 0% {background-position: 0% 50%;} */
    /* 25% {background-position: 100% 50%;} */
	/* 75% {background-position: 100% 50%;} */
    /* 100% {background-position: 0% 50%;} */
/* } */

@keyframes unitedGradientText {
	0% {background-position: 0% 50%;}
	100% {background-position: 100% 50%;}
}

@keyframes unifiedHeadingText {
	0% {color: blue;}
	25% {color: purple;}
	50% {color: #0bc3c3;}
	75% {color: purple;}
	100% {color: blue;}
}

/**** media queries ****/
@media only screen and (min-width: 0px) and (max-width: 575px) {
    .animationWrapper {width: 350px !important;height: 350px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 320px;height: 320px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 280px;height: 280px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 340px;height: 340px;}.animationWrapper .middle-circle {top: 46px;left: 101px;width: 150px;height: 150px;}.animationWrapper .middle-circle .icon {max-width: 60px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 15px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 90px;height: 90px;}#unifiedConnected .box .innerBox label {font-size: 16px;line-height: 16px;}#unifiedConnected .box .innerBox span {font-size: 12px;line-height: 15px;}#unifiedConnected .box.two {top: -70px;left: 132px;}#unifiedConnected .box.three {top: -35px;left: 245px;}#unifiedConnected .box.four {top: 75px;left: 260px;}#unifiedConnected .box.five {top: 185px;left: 245px;}#unifiedConnected .box.six {top: 220px;left: 132px;}#unifiedConnected .box.seven {top: 180px;left: 20px;}#unifiedConnected .box.eight {top: 75px;left: 0;}#unifiedConnected .box.one {top: -35px;left: 20px;}#unifiedConnected .contentWrapper {padding: 40px 0 0 0;}#unifiedConnected .contentWrapper label {font-size: 18px;line-height: 28px;text-align: center;}#unifiedConnected .contentWrapper h3 {padding: 20px 0;font-size: 40px;line-height: 50px;text-align: center;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 100%;}.strokeAnimationWrapper .svg-wrapper svg {width: 200px;height: 100px;}#unifiedConnected .contentWrapper p {font-size: 16px;line-height: 26px;text-align: center;}#unifiedConnected .contentWrapper a {padding: 14px 30px 7px 30px;max-width: 340px;margin: 0 auto;}#unifiedConnected .contentWrapper a label {font-size: 16px;line-height: 12px;}#unifiedConnected .contentWrapper a span {font-size: 18px;line-height: 28px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 50px;height: 50px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}#unifiedConnected {padding: 30px 0 50px 0;margin: 0;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .animationWrapper {width: 450px !important;height: 450px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 420px;height: 420px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 380px;height: 380px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 440px;height: 440px;}.animationWrapper .middle-circle {top: 100px;left: 140px;width: 190px;height: 190px;}.animationWrapper .middle-circle .icon {max-width: 90px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 18px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 110px;height: 110px;}#unifiedConnected .box .innerBox label {font-size: 20px;line-height: 20px;}#unifiedConnected .box .innerBox span {font-size: 14px;line-height: 18px;}#unifiedConnected .box.two {top: -50px;left: 180px;}#unifiedConnected .box.three {top: -5px;left: 340px;}#unifiedConnected .box.four {top: 145px;left: 380px;}#unifiedConnected .box.five {top: 300px;left: 340px;}#unifiedConnected .box.six {top: 330px;left: 180px;}#unifiedConnected .box.seven {top: 300px;left: 20px;}#unifiedConnected .box.eight {top: 145px;left: -40px;}#unifiedConnected .box.one {top: -5px;left: 20px;}#unifiedConnected .contentWrapper {padding: 40px 0;}#unifiedConnected .contentWrapper label {font-size: 18px;line-height: 28px;text-align: center;}#unifiedConnected .contentWrapper h3 {padding: 20px 0;font-size: 40px;line-height: 50px;text-align: center;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 100%;}.strokeAnimationWrapper .svg-wrapper svg {width: 200px;height: 100px;}#unifiedConnected .contentWrapper p {font-size: 16px;line-height: 26px;text-align: center;}#unifiedConnected .contentWrapper a {padding: 14px 30px 7px 30px;max-width: 340px;margin: 0 auto;}#unifiedConnected .contentWrapper a label {font-size: 16px;line-height: 12px;}#unifiedConnected .contentWrapper a span {font-size: 18px;line-height: 28px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 50px;height: 50px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}#unifiedConnected {padding: 30px 0 50px 0;margin: 0;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .animationWrapper {width: 450px !important;height: 450px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 420px;height: 420px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 380px;height: 380px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 440px;height: 440px;}.animationWrapper .middle-circle {top: 100px;left: 140px;width: 190px;height: 190px;}.animationWrapper .middle-circle .icon {max-width: 90px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 18px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 110px;height: 110px;}#unifiedConnected .box .innerBox label {font-size: 20px;line-height: 20px;}#unifiedConnected .box .innerBox span {font-size: 14px;line-height: 18px;}#unifiedConnected .box.two {top: -50px;left: 180px;}#unifiedConnected .box.three {top: -5px;left: 340px;}#unifiedConnected .box.four {top: 145px;left: 380px;}#unifiedConnected .box.five {top: 300px;left: 340px;}#unifiedConnected .box.six {top: 330px;left: 180px;}#unifiedConnected .box.seven {top: 300px;left: 20px;}#unifiedConnected .box.eight {top: 145px;left: -40px;}#unifiedConnected .box.one {top: -5px;left: 20px;}#unifiedConnected .contentWrapper label {text-align: center;font-size: 22px;padding: 0 50px;}#unifiedConnected .contentWrapper h3 {text-align: center;font-size: 50px;line-height: 60px;padding: 20px 0;}#unifiedConnected .strokeAnimationWrapper {width: 300px;margin: -60px auto 0 auto;height: 75px;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 100%;}#unifiedConnected .contentWrapper p {font-size: 18px;line-height: 30px;padding: 20px 0 50px 0;text-align: center;}#unifiedConnected .contentWrapper a {padding: 14px 30px 7px 30px;max-width: 400px;margin: 0 auto;}#unifiedConnected .contentWrapper a label {font-size: 18px;line-height: 22px;}#unifiedConnected .contentWrapper a span {font-size: 20px;line-height: 28px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 60px;height: 60px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}#unifiedConnected {margin: 0;padding: 80px 0 0 0;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .animationWrapper {width: 350px !important;height: 350px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 320px;height: 320px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 280px;height: 280px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 340px;height: 340px;}.animationWrapper .middle-circle {top: 46px;left: 101px;width: 150px;height: 150px;}.animationWrapper .middle-circle .icon {max-width: 60px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 15px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 90px;height: 90px;}#unifiedConnected .box .innerBox label {font-size: 16px;line-height: 16px;}#unifiedConnected .box .innerBox span {font-size: 12px;line-height: 15px;}#unifiedConnected .box.two {top: -70px;left: 132px;}#unifiedConnected .box.three {top: -35px;left: 245px;}#unifiedConnected .box.four {top: 75px;left: 260px;}#unifiedConnected .box.five {top: 185px;left: 245px;}#unifiedConnected .box.six {top: 220px;left: 132px;}#unifiedConnected .box.seven {top: 180px;left: 20px;}#unifiedConnected .box.eight {top: 75px;left: 0;}#unifiedConnected .box.one {top: -35px;left: 20px;}#unifiedConnected .contentWrapper label {font-size: 18px;line-height: 28px;}#unifiedConnected .contentWrapper h3 {padding: 20px 0 30px 0;font-size: 40px;line-height: 50px;}#unifiedConnected .strokeAnimationWrapper {width: 270px;margin-top: -60px;margin-bottom: 15px;height: 75px;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 100%;}#unifiedConnected .contentWrapper p {font-size: 16px;line-height: 26px;padding-bottom: 30px;}#unifiedConnected .contentWrapper a {padding: 6px 30px;max-width: 380px;}#unifiedConnected .contentWrapper a label {font-size: 16px;line-height: 26px;}#unifiedConnected .contentWrapper a span {font-size: 22px;line-height: 32px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 60px;height: 60px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
     .animationWrapper {width: 350px !important;height: 350px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 320px;height: 320px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 280px;height: 280px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 340px;height: 340px;}.animationWrapper .middle-circle {top: 46px;left: 101px;width: 150px;height: 150px;}.animationWrapper .middle-circle .icon {max-width: 60px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 15px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 90px;height: 90px;}#unifiedConnected .box .innerBox label {font-size: 16px;line-height: 16px;}#unifiedConnected .box .innerBox span {font-size: 12px;line-height: 15px;}#unifiedConnected .box.two {top: -70px;left: 132px;}#unifiedConnected .box.three {top: -35px;left: 245px;}#unifiedConnected .box.four {top: 75px;left: 260px;}#unifiedConnected .box.five {top: 185px;left: 245px;}#unifiedConnected .box.six {top: 220px;left: 132px;}#unifiedConnected .box.seven {top: 180px;left: 20px;}#unifiedConnected .box.eight {top: 75px;left: 0;}#unifiedConnected .box.one {top: -35px;left: 20px;}#unifiedConnected .contentWrapper label {padding: 0 0 0 140px;font-size: 16px !important;line-height: 26px !important;}#unifiedConnected .contentWrapper h3 {padding: 10px 0 20px 0;font-size: 36px;line-height: 42px;}#unifiedConnected .strokeAnimationWrapper {margin-bottom: 10px;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 180px;top: -20px;}#unifiedConnected .contentWrapper p {font-size: 14px;line-height: 22px;padding-bottom: 30px;}#unifiedConnected .contentWrapper a {max-width: 340px;padding: 8px 20px;}#unifiedConnected .contentWrapper a label {font-size: 14px !important;line-height: 20px !important;}#unifiedConnected .contentWrapper a span {font-size: 20px;line-height: 20px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 50px;height: 50px;top: 5px;right: 5px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    #unifiedConnected {padding: 140px 0 30px 0;}.animationWrapper {width: 450px !important;height: 450px !important;margin: 150px auto 0 auto !important;}.animationWrapper .rotating-rect-first {width: 420px;height: 420px;left: 20px;top: -30px;}.animationWrapper .rotating-rect-second {width: 380px;height: 380px;left: 40px;top: 0;}.animationWrapper .rotating-rect-third {top: -50px;left: 0px;width: 440px;height: 440px;}.animationWrapper .middle-circle {top: 100px;left: 140px;width: 190px;height: 190px;}.animationWrapper .middle-circle .icon {max-width: 90px;}.animationWrapper .middle-circle .icon img {max-width: 100%;}.animationWrapper .middle-circle h4 {font-size: 18px;padding: 10px 5px 0 5px;}#unifiedConnected .box {width: 110px;height: 110px;}#unifiedConnected .box .innerBox label {font-size: 20px;line-height: 20px;}#unifiedConnected .box .innerBox span {font-size: 14px;line-height: 18px;}#unifiedConnected .box.two {top: -50px;left: 180px;}#unifiedConnected .box.three {top: -5px;left: 340px;}#unifiedConnected .box.four {top: 145px;left: 380px;}#unifiedConnected .box.five {top: 300px;left: 340px;}#unifiedConnected .box.six {top: 330px;left: 180px;}#unifiedConnected .box.seven {top: 300px;left: 20px;}#unifiedConnected .box.eight {top: 145px;left: -40px;}#unifiedConnected .box.one {top: -5px;left: 20px;}#unifiedConnected .contentWrapper label {padding: 0 0 0 140px;font-size: 20px !important;line-height: 30px !important;}#unifiedConnected .contentWrapper h3 {padding: 20px 0 30px 0;font-size: 42px;line-height: 42px;}#unifiedConnected .strokeAnimationWrapper {margin-bottom: 10px;}#unifiedConnected .strokeAnimationWrapper .svg-wrapper {width: 220px;top: -20px;}#unifiedConnected .contentWrapper p {font-size: 16px;line-height: 26px;padding-bottom: 30px;}#unifiedConnected .contentWrapper a {padding: 6px 30px;max-width: 440px;}#unifiedConnected .contentWrapper a label {font-size: 18px !important;line-height: 26px !important;padding-left: 0 !important;}#unifiedConnected .contentWrapper a span {font-size: 26px;line-height: 26px;}#unifiedConnected .contentWrapper a i.linkArrow {width: 56px;height: 56px;right: 7px;top: 6px;}#unifiedConnected .contentWrapper a i.linkArrow svg {width: 30px;}
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    #unifiedConnected .animationWrapper {width: 460px;}
}
