@charset "UTF-8";
html {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 600;
  line-height: 46px;
  font-size: 34px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1151px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 43px;
    line-height: 46px;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #1d5a9e;
}

h4 {
  font-size: 18px;
  line-height: 29.124px;
}

h5, h6 {
  font-size: 15px;
  line-height: 22.652px;
}

p {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  font-size: 17px;
  color: #161616;
  font-weight: 400;
}

li {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-size: 17px;
  color: #161616;
  font-weight: 400;
}

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}
.first-p {
  font-size: 20px;
  color: #161616;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  letter-spacing: 4px;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

section {
  float: left;
  width: 100%;
  padding: 60px 0 60px 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1450px;
  padding: 0 40px;
  clear: both;
}
@media screen and (min-width: 1500px) {
  .wrap {
    padding: 0 20px;
  }
}
.col {
  display: block;
  float: left;
  margin: 10px 0;
}
.col:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .col {
    margin: 10px 0 10px 20px;
  }
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .span_1_of_2 {
    width: calc(49.96% - 10px);
  }
}

.span_3_of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 8px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 13.3333333333px);
  }
}

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 8px);
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 15.3846153846px);
  }
}

.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_4_of_5 {
    width: 79.6%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_5 {
    width: 59.2%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_5 {
    width: 40.8%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_5 {
    width: 18.4%;
  }
}

.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_5_of_6 {
    width: 83%;
  }
}

@media only screen and (min-width: 768px) {
  .span_4_of_6 {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_6 {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_6 {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_6 {
    width: 15%;
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.clearfix {
  overflow: auto;
}

::selection {
  background: #4ba8ac;
}

html {
  overflow-x: hidden;
}

.First {
  margin-left: 0;
  clear: left;
}

.sitRight {
  float: right;
  clear: right;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  clear: both;
  padding-left: 20px;
  margin: 0;
}

.no-margin {
  margin: 4px 0;
}

a {
  color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
}

.page {
  margin-bottom: 0;
}

select {
  cursor: pointer;
  background-image: url(../images/icons/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.featherlight-content {
  padding: 5px 5px 0 !important;
}
.featherlight-content .featherlight-next,
.featherlight-content .featherlight-previous {
  top: auto;
  bottom: 0;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.featherlight-content .featherlight-next span,
.featherlight-content .featherlight-previous span {
  position: relative;
  top: 60px;
  text-shadow: none;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.featherlight-content .featherlight-next {
  right: 0;
  left: auto;
}
.featherlight-content .featherlight-next span {
  right: -5%;
}
.featherlight-content .featherlight-previous {
  left: 0;
}
.featherlight-content .featherlight-close-icon {
  font-size: 40px;
  color: #fff;
  width: auto;
  padding: 20px;
}

.owl-nav {
  width: 100px;
  margin: 20px auto 0;
}
.owl-nav div {
  position: absolute;
}
.owl-nav div i {
  font-weight: 800;
  font-size: 30px;
}
.owl-nav .owl-prev {
  left: 0;
  min-width: auto;
  float: left;
  color: #1d5a9e !important;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.owl-nav .owl-prev:after, .owl-nav .owl-prev:before {
  display: none;
}
.owl-nav .owl-next {
  right: 0;
  min-width: auto;
  float: right;
  color: #1d5a9e !important;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.owl-nav .owl-next:after, .owl-nav .owl-next:before {
  display: none;
}

.video-block iframe {
  width: 100% !important;
  height: 50.5vw;
}
@media screen and (min-width: 768px) {
  .video-block iframe {
    height: 35vw;
  }
}
@media screen and (min-width: 1024px) {
  .video-block iframe {
    height: 25.5vw;
  }
}

#breadcrumbs ul {
  font-size: 15px;
  line-height: 22.652px;
}
#breadcrumbs ul a {
  font-weight: 800;
}

#sticky {
  position: fixed;
  right: 0px;
  top: 240px;
  overflow: hidden;
  z-index: 9999;
}
#sticky ul {
  margin: 0;
  padding: 0;
}
#sticky ul li {
  list-style-type: none;
}
#sticky ul li a {
  margin-bottom: 4px;
  text-align: left;
  display: inline-block;
  width: 100px;
  background: #1d5a9e;
  text-decoration: none;
  position: relative;
  right: -62px;
  color: #FFF;
  line-height: 35px;
}
#sticky ul li a:hover {
  right: 0px;
}
#sticky ul li a span {
  height: 33px;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 13px;
  color: #fff;
  padding: 0 13px;
  line-height: 35px;
  width: auto;
}
#sticky ul li:nth-child(2) a {
  background: #2e1c84;
}
#sticky ul li:nth-child(3) a {
  background: #1d5a9e;
}

.button,
button,
.wpcf7-submit,
.directions-input,
.button-text,
.nav-links a,
.omsc-button,
.wp-block-search__button {
  padding: 10px 20px;
  color: #FFF;
  background: #1d5a9e;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  border-radius: 60px;
  position: relative;
}
.button:after,
button:after,
.wpcf7-submit:after,
.directions-input:after,
.button-text:after,
.nav-links a:after,
.omsc-button:after,
.wp-block-search__button:after {
  top: 11px;
  right: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  width: auto;
  font: var(--fa-font-solid);
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #FFF;
}
.button:hover,
button:hover,
.wpcf7-submit:hover,
.directions-input:hover,
.button-text:hover,
.nav-links a:hover,
.omsc-button:hover,
.wp-block-search__button:hover {
  background: #1d5a9e;
  color: #000000;
  text-decoration: none;
  padding: 10px 10px;
}
.button:hover:after,
button:hover:after,
.wpcf7-submit:hover:after,
.directions-input:hover:after,
.button-text:hover:after,
.nav-links a:hover:after,
.omsc-button:hover:after,
.wp-block-search__button:hover:after {
  color: #000000;
  right: 10px;
}

.button-alt {
  background: #FFF;
  color: #161616;
}
.button-alt:hover {
  background: #161616;
}

.button-text {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.equal .col-container {
  display: flex;
  width: 100%;
}
.equal .col {
  flex: 1;
  padding: 16px;
}

.intro {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.page-template-page-one-col h2,
.page-template-page-one-col h3 {
  position: relative;
}
.page-template-page-one-col h2:after,
.page-template-page-one-col h3:after {
  left: 0px;
  right: auto;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  background: #1d5a9e;
  width: 44px;
  bottom: -20px;
  content: "";
}

#fourofour h2:after,
#fourofour h3:after,
#fourofour h4:after,
#fourofour h5:after,
#fourofour h6:after {
  left: 0px;
  right: auto;
}

#cookie-law-info-again {
  right: 160px !important;
}

.intro p:first-of-type {
  padding-top: 0px;
  margin-top: 0;
}

.contact-col {
  float: left;
  width: 50%;
}
.contact-col input {
  width: 100%;
}

input[type=submit] {
  padding: 14px 30px;
  color: #FFF;
  background: #1d5a9e;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 15px;
  border: none;
}
input[type=submit]:hover {
  background: #2e1c84;
  color: #FFF;
  text-decoration: none;
}

.contact-list li {
  list-style-type: none;
}
.contact-list li a {
  color: #1d5a9e;
  line-height: 34px;
}
.contact-list li .fa-facebook {
  color: #0f5ae4;
}
.contact-list li .fa-twitter {
  color: #6fd1f3;
}
.contact-list li .fa-linkedin {
  color: #0086b4;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 14px;
}

.tri-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tri-bg img {
  height: 277px;
  object-fit: cover;
}

#rmp_menu_trigger-2003 {
  min-width: auto !important;
  right: 20px;
  top: 24px;
  border-radius: 9999px;
  background: #1d5a9e;
  position: absolute !important;
}
@media screen and (min-width: 1151px) {
  #rmp_menu_trigger-2003 {
    top: 15px;
  }
}

button.rmp_menu_trigger .rmp-trigger-box {
  vertical-align: top;
  padding-top: 7px;
}

.cta-subtitle span a {
  background: none;
}

#container {
  padding: 0;
}

.sjb-page {
  float: left;
}

.job-info h4 {
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0px !important;
}
.job-info h4 a {
  font-size: 22px;
}

.sjb-page .list-data .v1 .job-info h4 a {
  font-size: 22px;
  font-weight: 600;
}

.job-type,
.job-location,
.job-date {
  margin-top: 10px;
}

.sjb-page {
  padding-bottom: 40px;
}
.sjb-page .btn-primary {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  background: #1d5a9e;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.sjb-page .btn-primary:hover {
  background: #2e1c84;
  color: #FFF;
  text-decoration: none;
}
.sjb-page .col-sm-3 {
  padding-right: 0 !important;
}
.sjb-page .closed .v1,
.sjb-page .closed header {
  background: #fdf0f0;
}

.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
  border-radius: 10px !important;
}

.closed .job-date {
  display: none;
}

.single-jobpost .closed .v1,
.single-jobpost .closed header {
  background: #ffffff;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
  background: #4ba8ac;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover {
  border-color: #2e1c84;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover div {
  background: #2e1c84;
}

.sjb-page .flex-cols {
  text-align: left;
  padding: 0;
}

.sjb-page .list-data .v1 {
  border-radius: 10px;
}

.sjb-page .sjb-filters.sjb-filters-v1 {
  border-radius: 10px;
}

.sjb-page .col-sm-9 {
  width: 75%;
  float: left;
}

.post-type-archive-jobpost .sjb-listing .col-sm-3 {
  display: inline-block !important;
  width: 25%;
  float: left;
}

.sjb-page .list-data .v1 .company-logo img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    clear: both;
  }
}
.sjb-page .btn-primary:hover {
  background: #2e1c84 !important;
}

.page-id-330 #one-col h1 {
  margin: 20px 0;
  background: #1d5a9e;
  padding: 10px;
  color: #FFF;
}
.page-id-330 #one-col p {
  margin-bottom: 0;
}
.page-id-330 #one-col td {
  background: #f3f3f3;
  padding: 5px;
}

#faq {
  background: #f3f3f3;
  position: relative;
}
#faq .wrap {
  max-width: 1140px;
}
#faq .triangle,
#faq .triangle2 {
  background: #FFF;
}

#faq_container {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #FFF;
}

.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  display: table;
  font-size: 18px;
}

.question {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.accordion-button-icon {
  display: table-cell;
  line-height: inherit;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-left: 15px;
  vertical-align: middle;
}

.faq_answer span {
  font-weight: 400;
}

/* Jobs Widget */
#ja-jobs-widget {
  position: relative;
}

.ja-loading {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ja-loading.left {
  left: 10px;
  right: auto;
}

/* Forms */
.ja-form {
  margin-bottom: 3em;
}

.ja-form .ja-field-container {
  margin-bottom: 0.5em;
}

.ja-form .ja-field-container:before,
.ja-form .ja-field-container:after {
  content: "";
  display: table;
}

.ja-form .ja-field-container:after {
  clear: both;
}

.ja-form .ja-field-container {
  zoom: 1;
}

.ja-form .ja-field-container label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 6px;
}

.ja-form .ja-field-container .ja-field {
  float: left;
}

.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea,
.ja-form .ja-field-container input[type=text],
.ja-form .ja-field-container input[type=password],
.ja-form .ja-field-container input[type=datetime],
.ja-form .ja-field-container input[type=datetime-local],
.ja-form .ja-field-container input[type=date],
.ja-form .ja-field-container input[type=month],
.ja-form .ja-field-container input[type=time],
.ja-form .ja-field-container input[type=week],
.ja-form .ja-field-container input[type=number],
.ja-form .ja-field-container input[type=email],
.ja-form .ja-field-container input[type=url],
.ja-form .ja-field-container input[type=search],
.ja-form .ja-field-container input[type=tel],
.ja-form .ja-field-container input[type=color] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
}

.ja-form .ja-field-container select {
  width: 240px;
  padding: 2px;
}

.ja-form .ja-field-container textarea {
  width: 230px;
  padding: 3px 4px;
}

.ja-form .ja-field-container input[type=text],
.ja-form .ja-field-container input[type=password],
.ja-form .ja-field-container input[type=datetime],
.ja-form .ja-field-container input[type=datetime-local],
.ja-form .ja-field-container input[type=date],
.ja-form .ja-field-container input[type=month],
.ja-form .ja-field-container input[type=time],
.ja-form .ja-field-container input[type=week],
.ja-form .ja-field-container input[type=number],
.ja-form .ja-field-container input[type=email],
.ja-form .ja-field-container input[type=url],
.ja-form .ja-field-container input[type=search],
.ja-form .ja-field-container input[type=tel],
.ja-form .ja-field-container input[type=color] {
  width: 230px;
  padding: 3px 4px;
}

.ja-form .ja-field-container .checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ja-form .ja-field-container .checkbox {
  display: block;
  margin-left: 95px;
}

.ja-form .ja-field-container .checkbox br {
  clear: left;
}

.ja-form .ja-field-container .checkbox input {
  width: 15px;
  height: 19px;
  float: left;
}

.ja-form .ja-field-container .checkbox label {
  height: 21px;
  width: auto;
  line-height: 21px;
  float: left;
  padding: 2px 12px 0 5px;
}

.ja-form .ja-submit {
  margin-top: 1em;
  margin-left: 100px;
  vertical-align: middle;
}

.ja-form .ja-submit .ja-loading {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 10px;
  vertical-align: middle;
}

.ja-button {
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 4px 18px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9");
  background-color: #f9f9f9;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}

.ja-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9");
  background-color: #e9e9e9;
  cursor: pointer !important;
}

.ja-button:active {
  position: relative;
  top: 1px;
}

.ja-form .ja-field-container .error {
  color: #990000;
  border-color: #990000;
}

.ja-form .ja-field-container .validation-error {
  display: block;
  clear: both;
  margin-top: 5px;
  color: #aa0000;
}

.ja-form .ja-error-container {
  color: #aa0000;
  margin-top: 2em;
  margin-left: 100px;
}

.ja-form .ja-error-container p {
  margin-bottom: 0;
}

/* End forms */
/* Job list */
.ja-job-list {
  margin-bottom: 3em;
}

.ja-job-list .job {
  margin-bottom: 1em;
  padding: 0.5em;
}

.ja-job-list .job.alt {
  background-color: #f5f5f5;
}

.ja-job-list .job.hot {
  background-color: #fffdfd;
}

.ja-job-list .job .meta {
  margin-bottom: 1em;
}

.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
  content: "";
  display: table;
}

.ja-job-list .job .meta:after {
  clear: both;
}

.ja-job-list .job .meta {
  zoom: 1;
}

.ja-job-list .job .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.ja-job-list .job .meta .classifications {
  float: left;
  list-style: none;
  width: 50%;
  margin: 0 0 0.5em 0;
}

.ja-job-list .job .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}

.ja-job-list .job .meta .date-posted {
  float: right;
  width: 50%;
  text-align: right;
}

.ja-job-list .job .meta .salary {
  clear: left;
  float: left;
}

.ja-job-list .job .meta .reference {
  float: right;
  text-align: right;
}

.ja-job-list .job .view-details {
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9");
  background-color: #f9f9f9;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}

.ja-job-list .job .view-details:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9");
  background-color: #e9e9e9;
  cursor: pointer !important;
}

.ja-job-list .job .view-details:active {
  position: relative;
  top: 1px;
}

/* End job list */
/* Pager */
.ja-pager-container:before,
.ja-pager-container:after {
  content: "";
  display: table;
}

.ja-pager-container:after {
  clear: both;
}

.ja-pager-container {
  zoom: 1;
}

.ja-pager {
  float: left;
  font-size: 0.9em;
}

.ja-pager:before,
.ja-pager:after {
  content: "";
  display: table;
}

.ja-pager:after {
  clear: both;
}

.ja-pager {
  zoom: 1;
}

.ja-pager span,
.ja-pager a {
  display: block;
  float: left;
  line-height: 23px;
  padding: 0 8px;
  margin-right: 3px;
  color: #333;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
}

.ja-pager a:hover,
.ja-pager .current-page {
  color: #fff;
  background-color: #bbb;
  border-color: #999;
  text-decoration: none;
}

.ja-pager-summary {
  float: right;
  line-height: 25px;
  font-size: 0.9em;
}

/* End pager */
/* Job details */
.ja-job-details .meta {
  margin-bottom: 1em;
}

.ja-job-details .meta:before,
.ja-job-details .meta:after {
  content: "";
  display: table;
}

.ja-job-details .meta:after {
  clear: both;
}

.ja-job-details .meta {
  zoom: 1;
}

.ja-job-details .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.ja-job-details .meta .classifications {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0 0 0.5em 0;
}

.ja-job-details .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}

.ja-job-details .meta .date-posted {
  clear: right;
  float: right;
  width: 50%;
  text-align: right;
}

.ja-job-details .meta .salary {
  clear: left;
  float: left;
}

.ja-job-details .meta .reference {
  float: right;
  text-align: right;
}

.ja-job-details .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}

.ja-job-details .apply .back-link {
  font-size: 0.9em;
  margin-right: 1em;
}

/* End job details */
/* Application form iframe (external app forms) */
.ja-apply-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.ja-apply-iframe .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}

.ja-apply-iframe .apply .back-link {
  font-size: 0.9em;
}

/* End application form iframe */
/* Application form */
.ja-job-apply .ja-submit .back-link {
  font-size: 0.9em;
  margin-left: 1em;
}

/* End application form */
/* Powered by JobAdder */
.powered-by-jobadder {
  color: #bbb;
  font-size: 0.9em;
  text-align: center;
  margin: 2em 0 1em 0;
}

.powered-by-jobadder a {
  color: #bbb;
}

.powered-by-jobadder a:hover {
  color: #aaa;
}

/* End powered by JobAdder */
.ja-job-search {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}

.ja-form .ja-field-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ja-form .ja-field-container {
    width: 25%;
    float: left;
    padding-right: 20px;
  }
  .ja-form .ja-field-container:last-child {
    width: 100%;
  }
}

.ja-field-container:nth-child(5) {
  width: 100%;
}

.ja-form .ja-field-container input[type=text],
.ja-form .ja-field-container input[type=password],
.ja-form .ja-field-container input[type=datetime],
.ja-form .ja-field-container input[type=datetime-local],
.ja-form .ja-field-container input[type=date],
.ja-form .ja-field-container input[type=month],
.ja-form .ja-field-container input[type=time],
.ja-form .ja-field-container input[type=week],
.ja-form .ja-field-container input[type=number],
.ja-form .ja-field-container input[type=email],
.ja-form .ja-field-container input[type=url],
.ja-form .ja-field-container input[type=search],
.ja-form .ja-field-container input[type=tel],
.ja-form .ja-field-container input[type=color] {
  width: 100%;
}

.ja-form .ja-field-container label {
  width: 100%;
}

.ja-form .ja-field-container select {
  width: 100%;
  display: block;
  padding: 10px;
}

#ja-keywords {
  width: 100%;
  display: block;
  padding: 10px;
}

.ja-form .ja-field-container .ja-field {
  width: 100%;
}

.ja-form .ja-field-container label {
  font-family: new-rubrik-edge, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.ja-button,
.ja-job-list .job .view-details {
  padding: 20px 30px !important;
  color: #FFF !important;
  background: #1d5a9e !important;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  border-radius: 12px !important;
  border: none !important;
  text-shadow: none !important;
  line-height: 11px !important;
  box-shadow: none;
}
.ja-button:hover,
.ja-job-list .job .view-details:hover {
  background: #2e1c84;
  color: #FFF;
  text-decoration: none;
}

.ja-form .ja-submit {
  clear: both;
  margin: 0;
}

.ja-form {
  margin-bottom: 0;
}

.ja-job-list .job {
  background: #d8fafc;
  padding: 20px;
  position: relative;
}

.powered-by-jobadder {
  display: none;
}

.classifications {
  margin-left: 0 !important;
  padding: 0;
}
.classifications li {
  float: left;
  width: auto;
  padding: 0 10px 0 20px;
  position: relative;
}
.classifications li:before {
  left: 0px;
  top: 0px;
  content: "";
  position: absolute;
  font-size: 17px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #39c00a;
}

.ja-job-list .job .meta .classifications {
  width: 100%;
}

.date-posted {
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: 0px;
  right: 10px;
  width: auto !important;
  background: #5cc5ca;
  padding: 0;
  margin: 0;
  padding: 0 20px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .date-posted {
    height: 60px;
    line-height: 60px;
  }
}

.job .meta {
  margin-bottom: 0;
}
.job .title a {
  font-family: new-rubrik-edge, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

#one-col .ja-job-details {
  background: #f3f3f3;
  padding: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}

.ja-apply-iframe #form-wrapper {
  width: 100%;
  background: #f3f3f3;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .page-id-202 #content-repeater .section,
.page-id-202 #content-repeater-alt .section {
    display: flex;
    flex-direction: column;
  }
  .page-id-202 #content-repeater .section .span_1_of_2:first-of-type,
.page-id-202 #content-repeater-alt .section .span_1_of_2:first-of-type {
    order: 2;
  }
  .page-id-202 #content-repeater .section .span_1_of_2:nth-child(2),
.page-id-202 #content-repeater-alt .section .span_1_of_2:nth-child(2) {
    order: 1;
  }

  .page-id-202 #content-repeater > div.wrap > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }

  .page-id-202 #content-repeater > div.wrap > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }

  .page-id-181 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }

  .page-id-181 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }

  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) img {
    margin-bottom: 20px;
  }

  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }

  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }

  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) img {
    margin-bottom: 20px;
  }

  .home #content-repeater > div > ul > li:nth-child(1) > div > div:nth-child(2) {
    order: 2;
  }

  .home #content-repeater > div > ul > li:nth-child(1) > div > div:nth-child(1) {
    order: 1;
  }
}
.post {
  background: none;
  overflow: hidden;
}
.post .entry-content a {
  color: #1d5a9e;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.privacy-policy h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: normal;
}
.privacy-policy p {
  margin: 5px 0;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background: #1d5a9e !important;
  border: none !important;
}

.x-icon {
  background: #000000;
  border-radius: 2px;
  padding: 1px;
  font-size: 14px;
}

.x-ico {
  background: #000000;
  border-radius: 2px;
  padding: 1px 2px;
  font-size: 14px;
}

.star-candidate .lightbox-overlay {
  visibility: hidden;
  /* Hide the overlay */
  opacity: 0;
  /* Set initial opacity to 0 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0s, opacity 0.5s;
  /* Smooth transition */
}
.star-candidate .lightbox-overlay.show {
  visibility: visible;
  /* Show the overlay */
  opacity: 1;
  /* Set opacity to 1 */
  transition-delay: 0s, 0s;
  /* Ensure visibility and opacity transition together */
}
.star-candidate .lightbox {
  background: #1d5a9e;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  right: 2px;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
  /* Start with opacity 0 */
  transition: opacity 0.5s;
  /* Smooth transition for opacity */
}
@media screen and (min-width: 1024px) {
  .star-candidate .lightbox {
    width: 100%;
  }
}
.star-candidate .lightbox-overlay.show .lightbox {
  opacity: 1;
  /* Fade in the lightbox */
}
.star-candidate .wpcf7-form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: none;
  border-radius: 6px;
  padding-left: 30px;
}
.star-candidate .wpcf7-acceptance {
  border: none;
  padding: 0;
  font-size: 14px;
}
.star-candidate .wpcf7-acceptance:after {
  display: none !important;
}
.star-candidate .wpcf7-acceptance a {
  color: #1d5a9e;
  text-decoration: underline;
}
.star-candidate .wpcf7-submit {
  max-width: 180px;
  padding: 16px 30px;
  margin-top: 20px;
  clear: both;
  display: block;
  border: none;
  background: #4ba8ac;
  line-height: 1.5;
  margin-bottom: 0;
}
.star-candidate form p {
  padding: 0;
}
.star-candidate form textarea {
  max-height: 180px;
  position: relative;
}
.star-candidate h3 {
  font-size: 38px;
  margin: 0;
  padding: 0;
}
.star-candidate p {
  padding: 0;
  margin: 0;
}
.star-candidate p a {
  color: #4ba8ac !important;
}
.star-candidate .close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  top: 0;
  height: auto;
  line-height: 20px;
  padding: 0;
  margin: 0;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  background: #1d5a9e;
  font-size: 50px;
  color: #161616;
}

#one-col {
  background: #1d5a9e;
}

.grecaptcha-badge {
  display: none !important;
}

#rmp-menu-wrap-419 .rmp-menu-item-link {
  font-weight: 700;
}

/* ---- stats.js ---- */
.count-particles {
  background: #075b93;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #075b93;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ---- particles.js container ---- */
#particles2-js {
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  left: 1px;
}

.c-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: rotate 14s infinite linear;
}

@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateX(360deg);
  }
}
.c {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0;
}

.c:nth-child(1) {
  animation: orbit1 14s infinite;
  animation-delay: 0.01s;
  background-color: #00feff;
}

@keyframes orbit1 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-160deg) rotateY(167deg) translateX(100px) rotateZ(160deg);
  }
  80% {
    transform: rotateZ(-160deg) rotateY(167deg) translateX(100px) rotateZ(160deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-160deg) rotateY(167deg) translateX(300px) rotateZ(160deg);
  }
}
.c:nth-child(2) {
  animation: orbit2 14s infinite;
  animation-delay: 0.02s;
  background-color: #00feff;
}

@keyframes orbit2 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(261deg) translateX(100px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(261deg) translateX(100px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(261deg) translateX(300px) rotateZ(202deg);
  }
}
.c:nth-child(3) {
  animation: orbit3 14s infinite;
  animation-delay: 0.03s;
  background-color: #00fdff;
}

@keyframes orbit3 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-140deg) rotateY(308deg) translateX(100px) rotateZ(140deg);
  }
  80% {
    transform: rotateZ(-140deg) rotateY(308deg) translateX(100px) rotateZ(140deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-140deg) rotateY(308deg) translateX(300px) rotateZ(140deg);
  }
}
.c:nth-child(4) {
  animation: orbit4 14s infinite;
  animation-delay: 0.04s;
  background-color: #00fdff;
}

@keyframes orbit4 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-210deg) rotateY(4deg) translateX(100px) rotateZ(210deg);
  }
  80% {
    transform: rotateZ(-210deg) rotateY(4deg) translateX(100px) rotateZ(210deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-210deg) rotateY(4deg) translateX(300px) rotateZ(210deg);
  }
}
.c:nth-child(5) {
  animation: orbit5 14s infinite;
  animation-delay: 0.05s;
  background-color: #00fcff;
}

@keyframes orbit5 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-298deg) rotateY(357deg) translateX(100px) rotateZ(298deg);
  }
  80% {
    transform: rotateZ(-298deg) rotateY(357deg) translateX(100px) rotateZ(298deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-298deg) rotateY(357deg) translateX(300px) rotateZ(298deg);
  }
}
.c:nth-child(6) {
  animation: orbit6 14s infinite;
  animation-delay: 0.06s;
  background-color: #00fcff;
}

@keyframes orbit6 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(146deg) translateX(100px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(146deg) translateX(100px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(146deg) translateX(300px) rotateZ(129deg);
  }
}
.c:nth-child(7) {
  animation: orbit7 14s infinite;
  animation-delay: 0.07s;
  background-color: #00fbff;
}

@keyframes orbit7 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-146deg) rotateY(338deg) translateX(100px) rotateZ(146deg);
  }
  80% {
    transform: rotateZ(-146deg) rotateY(338deg) translateX(100px) rotateZ(146deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-146deg) rotateY(338deg) translateX(300px) rotateZ(146deg);
  }
}
.c:nth-child(8) {
  animation: orbit8 14s infinite;
  animation-delay: 0.08s;
  background-color: #00faff;
}

@keyframes orbit8 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-7deg) rotateY(105deg) translateX(100px) rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg) rotateY(105deg) translateX(100px) rotateZ(7deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-7deg) rotateY(105deg) translateX(300px) rotateZ(7deg);
  }
}
.c:nth-child(9) {
  animation: orbit9 14s infinite;
  animation-delay: 0.09s;
  background-color: #00faff;
}

@keyframes orbit9 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(242deg) translateX(100px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(242deg) translateX(100px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(242deg) translateX(300px) rotateZ(312deg);
  }
}
.c:nth-child(10) {
  animation: orbit10 14s infinite;
  animation-delay: 0.1s;
  background-color: #00f9ff;
}

@keyframes orbit10 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-28deg) rotateY(270deg) translateX(100px) rotateZ(28deg);
  }
  80% {
    transform: rotateZ(-28deg) rotateY(270deg) translateX(100px) rotateZ(28deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-28deg) rotateY(270deg) translateX(300px) rotateZ(28deg);
  }
}
.c:nth-child(11) {
  animation: orbit11 14s infinite;
  animation-delay: 0.11s;
  background-color: #00f9ff;
}

@keyframes orbit11 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(191deg) translateX(100px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(191deg) translateX(100px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(191deg) translateX(300px) rotateZ(15deg);
  }
}
.c:nth-child(12) {
  animation: orbit12 14s infinite;
  animation-delay: 0.12s;
  background-color: #00f8ff;
}

@keyframes orbit12 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(61deg) translateX(100px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(61deg) translateX(100px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(61deg) translateX(300px) rotateZ(147deg);
  }
}
.c:nth-child(13) {
  animation: orbit13 14s infinite;
  animation-delay: 0.13s;
  background-color: #00f8ff;
}

@keyframes orbit13 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-305deg) rotateY(174deg) translateX(100px) rotateZ(305deg);
  }
  80% {
    transform: rotateZ(-305deg) rotateY(174deg) translateX(100px) rotateZ(305deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-305deg) rotateY(174deg) translateX(300px) rotateZ(305deg);
  }
}
.c:nth-child(14) {
  animation: orbit14 14s infinite;
  animation-delay: 0.14s;
  background-color: #00f7ff;
}

@keyframes orbit14 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(357deg) translateX(100px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(357deg) translateX(100px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(357deg) translateX(300px) rotateZ(213deg);
  }
}
.c:nth-child(15) {
  animation: orbit15 14s infinite;
  animation-delay: 0.15s;
  background-color: #00f7ff;
}

@keyframes orbit15 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-200deg) rotateY(26deg) translateX(100px) rotateZ(200deg);
  }
  80% {
    transform: rotateZ(-200deg) rotateY(26deg) translateX(100px) rotateZ(200deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-200deg) rotateY(26deg) translateX(300px) rotateZ(200deg);
  }
}
.c:nth-child(16) {
  animation: orbit16 14s infinite;
  animation-delay: 0.16s;
  background-color: #00f6ff;
}

@keyframes orbit16 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-35deg) rotateY(173deg) translateX(100px) rotateZ(35deg);
  }
  80% {
    transform: rotateZ(-35deg) rotateY(173deg) translateX(100px) rotateZ(35deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-35deg) rotateY(173deg) translateX(300px) rotateZ(35deg);
  }
}
.c:nth-child(17) {
  animation: orbit17 14s infinite;
  animation-delay: 0.17s;
  background-color: #00f5ff;
}

@keyframes orbit17 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(215deg) translateX(100px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(215deg) translateX(100px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(215deg) translateX(300px) rotateZ(52deg);
  }
}
.c:nth-child(18) {
  animation: orbit18 14s infinite;
  animation-delay: 0.18s;
  background-color: #00f5ff;
}

@keyframes orbit18 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(108deg) translateX(100px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(108deg) translateX(100px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(108deg) translateX(300px) rotateZ(241deg);
  }
}
.c:nth-child(19) {
  animation: orbit19 14s infinite;
  animation-delay: 0.19s;
  background-color: #00f4ff;
}

@keyframes orbit19 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(236deg) translateX(100px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(236deg) translateX(100px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(236deg) translateX(300px) rotateZ(287deg);
  }
}
.c:nth-child(20) {
  animation: orbit20 14s infinite;
  animation-delay: 0.2s;
  background-color: #00f4ff;
}

@keyframes orbit20 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(322deg) translateX(100px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(322deg) translateX(100px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(322deg) translateX(300px) rotateZ(310deg);
  }
}
.c:nth-child(21) {
  animation: orbit21 14s infinite;
  animation-delay: 0.21s;
  background-color: #00f3ff;
}

@keyframes orbit21 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-169deg) rotateY(276deg) translateX(100px) rotateZ(169deg);
  }
  80% {
    transform: rotateZ(-169deg) rotateY(276deg) translateX(100px) rotateZ(169deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-169deg) rotateY(276deg) translateX(300px) rotateZ(169deg);
  }
}
.c:nth-child(22) {
  animation: orbit22 14s infinite;
  animation-delay: 0.22s;
  background-color: #00f3ff;
}

@keyframes orbit22 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-1deg) rotateY(298deg) translateX(100px) rotateZ(1deg);
  }
  80% {
    transform: rotateZ(-1deg) rotateY(298deg) translateX(100px) rotateZ(1deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-1deg) rotateY(298deg) translateX(300px) rotateZ(1deg);
  }
}
.c:nth-child(23) {
  animation: orbit23 14s infinite;
  animation-delay: 0.23s;
  background-color: #00f2ff;
}

@keyframes orbit23 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-55deg) rotateY(85deg) translateX(100px) rotateZ(55deg);
  }
  80% {
    transform: rotateZ(-55deg) rotateY(85deg) translateX(100px) rotateZ(55deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-55deg) rotateY(85deg) translateX(300px) rotateZ(55deg);
  }
}
.c:nth-child(24) {
  animation: orbit24 14s infinite;
  animation-delay: 0.24s;
  background-color: #00f1ff;
}

@keyframes orbit24 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-167deg) rotateY(216deg) translateX(100px) rotateZ(167deg);
  }
  80% {
    transform: rotateZ(-167deg) rotateY(216deg) translateX(100px) rotateZ(167deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-167deg) rotateY(216deg) translateX(300px) rotateZ(167deg);
  }
}
.c:nth-child(25) {
  animation: orbit25 14s infinite;
  animation-delay: 0.25s;
  background-color: #00f1ff;
}

@keyframes orbit25 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(198deg) translateX(100px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(198deg) translateX(100px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(198deg) translateX(300px) rotateZ(320deg);
  }
}
.c:nth-child(26) {
  animation: orbit26 14s infinite;
  animation-delay: 0.26s;
  background-color: #00f0ff;
}

@keyframes orbit26 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(297deg) translateX(100px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(297deg) translateX(100px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(297deg) translateX(300px) rotateZ(317deg);
  }
}
.c:nth-child(27) {
  animation: orbit27 14s infinite;
  animation-delay: 0.27s;
  background-color: #00f0ff;
}

@keyframes orbit27 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-256deg) rotateY(307deg) translateX(100px) rotateZ(256deg);
  }
  80% {
    transform: rotateZ(-256deg) rotateY(307deg) translateX(100px) rotateZ(256deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-256deg) rotateY(307deg) translateX(300px) rotateZ(256deg);
  }
}
.c:nth-child(28) {
  animation: orbit28 14s infinite;
  animation-delay: 0.28s;
  background-color: #00efff;
}

@keyframes orbit28 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-215deg) rotateY(306deg) translateX(100px) rotateZ(215deg);
  }
  80% {
    transform: rotateZ(-215deg) rotateY(306deg) translateX(100px) rotateZ(215deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-215deg) rotateY(306deg) translateX(300px) rotateZ(215deg);
  }
}
.c:nth-child(29) {
  animation: orbit29 14s infinite;
  animation-delay: 0.29s;
  background-color: #00efff;
}

@keyframes orbit29 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-343deg) rotateY(289deg) translateX(100px) rotateZ(343deg);
  }
  80% {
    transform: rotateZ(-343deg) rotateY(289deg) translateX(100px) rotateZ(343deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-343deg) rotateY(289deg) translateX(300px) rotateZ(343deg);
  }
}
.c:nth-child(30) {
  animation: orbit30 14s infinite;
  animation-delay: 0.3s;
  background-color: #00eeff;
}

@keyframes orbit30 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-62deg) rotateY(198deg) translateX(100px) rotateZ(62deg);
  }
  80% {
    transform: rotateZ(-62deg) rotateY(198deg) translateX(100px) rotateZ(62deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-62deg) rotateY(198deg) translateX(300px) rotateZ(62deg);
  }
}
.c:nth-child(31) {
  animation: orbit31 14s infinite;
  animation-delay: 0.31s;
  background-color: #00edff;
}

@keyframes orbit31 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-13deg) rotateY(146deg) translateX(100px) rotateZ(13deg);
  }
  80% {
    transform: rotateZ(-13deg) rotateY(146deg) translateX(100px) rotateZ(13deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-13deg) rotateY(146deg) translateX(300px) rotateZ(13deg);
  }
}
.c:nth-child(32) {
  animation: orbit32 14s infinite;
  animation-delay: 0.32s;
  background-color: #00edff;
}

@keyframes orbit32 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(168deg) translateX(100px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(168deg) translateX(100px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(168deg) translateX(300px) rotateZ(85deg);
  }
}
.c:nth-child(33) {
  animation: orbit33 14s infinite;
  animation-delay: 0.33s;
  background-color: #00ecff;
}

@keyframes orbit33 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(207deg) translateX(100px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(207deg) translateX(100px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(207deg) translateX(300px) rotateZ(247deg);
  }
}
.c:nth-child(34) {
  animation: orbit34 14s infinite;
  animation-delay: 0.34s;
  background-color: #00ecff;
}

@keyframes orbit34 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(109deg) translateX(100px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(109deg) translateX(100px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(109deg) translateX(300px) rotateZ(132deg);
  }
}
.c:nth-child(35) {
  animation: orbit35 14s infinite;
  animation-delay: 0.35s;
  background-color: #00ebff;
}

@keyframes orbit35 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(312deg) translateX(100px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(312deg) translateX(100px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(312deg) translateX(300px) rotateZ(85deg);
  }
}
.c:nth-child(36) {
  animation: orbit36 14s infinite;
  animation-delay: 0.36s;
  background-color: #00ebff;
}

@keyframes orbit36 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-215deg) rotateY(336deg) translateX(100px) rotateZ(215deg);
  }
  80% {
    transform: rotateZ(-215deg) rotateY(336deg) translateX(100px) rotateZ(215deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-215deg) rotateY(336deg) translateX(300px) rotateZ(215deg);
  }
}
.c:nth-child(37) {
  animation: orbit37 14s infinite;
  animation-delay: 0.37s;
  background-color: #00eaff;
}

@keyframes orbit37 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-195deg) rotateY(56deg) translateX(100px) rotateZ(195deg);
  }
  80% {
    transform: rotateZ(-195deg) rotateY(56deg) translateX(100px) rotateZ(195deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-195deg) rotateY(56deg) translateX(300px) rotateZ(195deg);
  }
}
.c:nth-child(38) {
  animation: orbit38 14s infinite;
  animation-delay: 0.38s;
  background-color: #00e9ff;
}

@keyframes orbit38 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(100px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(100px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(300px) rotateZ(229deg);
  }
}
.c:nth-child(39) {
  animation: orbit39 14s infinite;
  animation-delay: 0.39s;
  background-color: #00e9ff;
}

@keyframes orbit39 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-337deg) rotateY(4deg) translateX(100px) rotateZ(337deg);
  }
  80% {
    transform: rotateZ(-337deg) rotateY(4deg) translateX(100px) rotateZ(337deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-337deg) rotateY(4deg) translateX(300px) rotateZ(337deg);
  }
}
.c:nth-child(40) {
  animation: orbit40 14s infinite;
  animation-delay: 0.4s;
  background-color: #00e8ff;
}

@keyframes orbit40 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(195deg) translateX(100px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(195deg) translateX(100px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(195deg) translateX(300px) rotateZ(185deg);
  }
}
.c:nth-child(41) {
  animation: orbit41 14s infinite;
  animation-delay: 0.41s;
  background-color: #00e8ff;
}

@keyframes orbit41 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-277deg) rotateY(175deg) translateX(100px) rotateZ(277deg);
  }
  80% {
    transform: rotateZ(-277deg) rotateY(175deg) translateX(100px) rotateZ(277deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-277deg) rotateY(175deg) translateX(300px) rotateZ(277deg);
  }
}
.c:nth-child(42) {
  animation: orbit42 14s infinite;
  animation-delay: 0.42s;
  background-color: #00e7ff;
}

@keyframes orbit42 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(102deg) translateX(100px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(102deg) translateX(100px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(102deg) translateX(300px) rotateZ(83deg);
  }
}
.c:nth-child(43) {
  animation: orbit43 14s infinite;
  animation-delay: 0.43s;
  background-color: #00e7ff;
}

@keyframes orbit43 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-326deg) rotateY(237deg) translateX(100px) rotateZ(326deg);
  }
  80% {
    transform: rotateZ(-326deg) rotateY(237deg) translateX(100px) rotateZ(326deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-326deg) rotateY(237deg) translateX(300px) rotateZ(326deg);
  }
}
.c:nth-child(44) {
  animation: orbit44 14s infinite;
  animation-delay: 0.44s;
  background-color: #00e6ff;
}

@keyframes orbit44 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-38deg) rotateY(62deg) translateX(100px) rotateZ(38deg);
  }
  80% {
    transform: rotateZ(-38deg) rotateY(62deg) translateX(100px) rotateZ(38deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-38deg) rotateY(62deg) translateX(300px) rotateZ(38deg);
  }
}
.c:nth-child(45) {
  animation: orbit45 14s infinite;
  animation-delay: 0.45s;
  background-color: #00e6ff;
}

@keyframes orbit45 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(100px) rotateZ(195deg);
  }
  80% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(100px) rotateZ(195deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(300px) rotateZ(195deg);
  }
}
.c:nth-child(46) {
  animation: orbit46 14s infinite;
  animation-delay: 0.46s;
  background-color: #00e5ff;
}

@keyframes orbit46 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(100px) rotateZ(258deg);
  }
  80% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(100px) rotateZ(258deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(300px) rotateZ(258deg);
  }
}
.c:nth-child(47) {
  animation: orbit47 14s infinite;
  animation-delay: 0.47s;
  background-color: #00e4ff;
}

@keyframes orbit47 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(100px) rotateZ(155deg);
  }
  80% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(100px) rotateZ(155deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(300px) rotateZ(155deg);
  }
}
.c:nth-child(48) {
  animation: orbit48 14s infinite;
  animation-delay: 0.48s;
  background-color: #00e4ff;
}

@keyframes orbit48 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(3deg) translateX(100px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(3deg) translateX(100px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(3deg) translateX(300px) rotateZ(177deg);
  }
}
.c:nth-child(49) {
  animation: orbit49 14s infinite;
  animation-delay: 0.49s;
  background-color: #00e3ff;
}

@keyframes orbit49 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-9deg) rotateY(261deg) translateX(100px) rotateZ(9deg);
  }
  80% {
    transform: rotateZ(-9deg) rotateY(261deg) translateX(100px) rotateZ(9deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-9deg) rotateY(261deg) translateX(300px) rotateZ(9deg);
  }
}
.c:nth-child(50) {
  animation: orbit50 14s infinite;
  animation-delay: 0.5s;
  background-color: #00e3ff;
}

@keyframes orbit50 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(56deg) translateX(100px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(56deg) translateX(100px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(56deg) translateX(300px) rotateZ(158deg);
  }
}
.c:nth-child(51) {
  animation: orbit51 14s infinite;
  animation-delay: 0.51s;
  background-color: #00e2ff;
}

@keyframes orbit51 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(144deg) translateX(100px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(144deg) translateX(100px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(144deg) translateX(300px) rotateZ(339deg);
  }
}
.c:nth-child(52) {
  animation: orbit52 14s infinite;
  animation-delay: 0.52s;
  background-color: #00e2ff;
}

@keyframes orbit52 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-34deg) rotateY(359deg) translateX(100px) rotateZ(34deg);
  }
  80% {
    transform: rotateZ(-34deg) rotateY(359deg) translateX(100px) rotateZ(34deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-34deg) rotateY(359deg) translateX(300px) rotateZ(34deg);
  }
}
.c:nth-child(53) {
  animation: orbit53 14s infinite;
  animation-delay: 0.53s;
  background-color: #00e1ff;
}

@keyframes orbit53 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(108deg) translateX(100px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(108deg) translateX(100px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(108deg) translateX(300px) rotateZ(301deg);
  }
}
.c:nth-child(54) {
  animation: orbit54 14s infinite;
  animation-delay: 0.54s;
  background-color: #00e0ff;
}

@keyframes orbit54 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-259deg) rotateY(201deg) translateX(100px) rotateZ(259deg);
  }
  80% {
    transform: rotateZ(-259deg) rotateY(201deg) translateX(100px) rotateZ(259deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-259deg) rotateY(201deg) translateX(300px) rotateZ(259deg);
  }
}
.c:nth-child(55) {
  animation: orbit55 14s infinite;
  animation-delay: 0.55s;
  background-color: #00e0ff;
}

@keyframes orbit55 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-124deg) rotateY(62deg) translateX(100px) rotateZ(124deg);
  }
  80% {
    transform: rotateZ(-124deg) rotateY(62deg) translateX(100px) rotateZ(124deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-124deg) rotateY(62deg) translateX(300px) rotateZ(124deg);
  }
}
.c:nth-child(56) {
  animation: orbit56 14s infinite;
  animation-delay: 0.56s;
  background-color: #00dfff;
}

@keyframes orbit56 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(195deg) translateX(100px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(195deg) translateX(100px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(195deg) translateX(300px) rotateZ(177deg);
  }
}
.c:nth-child(57) {
  animation: orbit57 14s infinite;
  animation-delay: 0.57s;
  background-color: #00dfff;
}

@keyframes orbit57 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-128deg) rotateY(175deg) translateX(100px) rotateZ(128deg);
  }
  80% {
    transform: rotateZ(-128deg) rotateY(175deg) translateX(100px) rotateZ(128deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-128deg) rotateY(175deg) translateX(300px) rotateZ(128deg);
  }
}
.c:nth-child(58) {
  animation: orbit58 14s infinite;
  animation-delay: 0.58s;
  background-color: #00deff;
}

@keyframes orbit58 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(321deg) translateX(100px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(321deg) translateX(100px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(321deg) translateX(300px) rotateZ(221deg);
  }
}
.c:nth-child(59) {
  animation: orbit59 14s infinite;
  animation-delay: 0.59s;
  background-color: #00deff;
}

@keyframes orbit59 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-282deg) rotateY(309deg) translateX(100px) rotateZ(282deg);
  }
  80% {
    transform: rotateZ(-282deg) rotateY(309deg) translateX(100px) rotateZ(282deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-282deg) rotateY(309deg) translateX(300px) rotateZ(282deg);
  }
}
.c:nth-child(60) {
  animation: orbit60 14s infinite;
  animation-delay: 0.6s;
  background-color: #00ddff;
}

@keyframes orbit60 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-328deg) rotateY(15deg) translateX(100px) rotateZ(328deg);
  }
  80% {
    transform: rotateZ(-328deg) rotateY(15deg) translateX(100px) rotateZ(328deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-328deg) rotateY(15deg) translateX(300px) rotateZ(328deg);
  }
}
.c:nth-child(61) {
  animation: orbit61 14s infinite;
  animation-delay: 0.61s;
  background-color: #00dcff;
}

@keyframes orbit61 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(325deg) translateX(100px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(325deg) translateX(100px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(325deg) translateX(300px) rotateZ(260deg);
  }
}
.c:nth-child(62) {
  animation: orbit62 14s infinite;
  animation-delay: 0.62s;
  background-color: #00dcff;
}

@keyframes orbit62 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-1deg) rotateY(6deg) translateX(100px) rotateZ(1deg);
  }
  80% {
    transform: rotateZ(-1deg) rotateY(6deg) translateX(100px) rotateZ(1deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-1deg) rotateY(6deg) translateX(300px) rotateZ(1deg);
  }
}
.c:nth-child(63) {
  animation: orbit63 14s infinite;
  animation-delay: 0.63s;
  background-color: #00dbff;
}

@keyframes orbit63 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-80deg) rotateY(335deg) translateX(100px) rotateZ(80deg);
  }
  80% {
    transform: rotateZ(-80deg) rotateY(335deg) translateX(100px) rotateZ(80deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-80deg) rotateY(335deg) translateX(300px) rotateZ(80deg);
  }
}
.c:nth-child(64) {
  animation: orbit64 14s infinite;
  animation-delay: 0.64s;
  background-color: #00dbff;
}

@keyframes orbit64 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-160deg) rotateY(191deg) translateX(100px) rotateZ(160deg);
  }
  80% {
    transform: rotateZ(-160deg) rotateY(191deg) translateX(100px) rotateZ(160deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-160deg) rotateY(191deg) translateX(300px) rotateZ(160deg);
  }
}
.c:nth-child(65) {
  animation: orbit65 14s infinite;
  animation-delay: 0.65s;
  background-color: #00daff;
}

@keyframes orbit65 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-42deg) rotateY(7deg) translateX(100px) rotateZ(42deg);
  }
  80% {
    transform: rotateZ(-42deg) rotateY(7deg) translateX(100px) rotateZ(42deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-42deg) rotateY(7deg) translateX(300px) rotateZ(42deg);
  }
}
.c:nth-child(66) {
  animation: orbit66 14s infinite;
  animation-delay: 0.66s;
  background-color: #00daff;
}

@keyframes orbit66 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(311deg) translateX(100px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(311deg) translateX(100px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(311deg) translateX(300px) rotateZ(112deg);
  }
}
.c:nth-child(67) {
  animation: orbit67 14s infinite;
  animation-delay: 0.67s;
  background-color: #00d9ff;
}

@keyframes orbit67 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-4deg) rotateY(324deg) translateX(100px) rotateZ(4deg);
  }
  80% {
    transform: rotateZ(-4deg) rotateY(324deg) translateX(100px) rotateZ(4deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-4deg) rotateY(324deg) translateX(300px) rotateZ(4deg);
  }
}
.c:nth-child(68) {
  animation: orbit68 14s infinite;
  animation-delay: 0.68s;
  background-color: #00d8ff;
}

@keyframes orbit68 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(180deg) translateX(100px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(180deg) translateX(100px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(180deg) translateX(300px) rotateZ(317deg);
  }
}
.c:nth-child(69) {
  animation: orbit69 14s infinite;
  animation-delay: 0.69s;
  background-color: #00d8ff;
}

@keyframes orbit69 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-140deg) rotateY(13deg) translateX(100px) rotateZ(140deg);
  }
  80% {
    transform: rotateZ(-140deg) rotateY(13deg) translateX(100px) rotateZ(140deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-140deg) rotateY(13deg) translateX(300px) rotateZ(140deg);
  }
}
.c:nth-child(70) {
  animation: orbit70 14s infinite;
  animation-delay: 0.7s;
  background-color: #00d7ff;
}

@keyframes orbit70 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-335deg) rotateY(151deg) translateX(100px) rotateZ(335deg);
  }
  80% {
    transform: rotateZ(-335deg) rotateY(151deg) translateX(100px) rotateZ(335deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-335deg) rotateY(151deg) translateX(300px) rotateZ(335deg);
  }
}
.c:nth-child(71) {
  animation: orbit71 14s infinite;
  animation-delay: 0.71s;
  background-color: #00d7ff;
}

@keyframes orbit71 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(31deg) translateX(100px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(31deg) translateX(100px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(31deg) translateX(300px) rotateZ(247deg);
  }
}
.c:nth-child(72) {
  animation: orbit72 14s infinite;
  animation-delay: 0.72s;
  background-color: #00d6ff;
}

@keyframes orbit72 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(19deg) translateX(100px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(19deg) translateX(100px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(19deg) translateX(300px) rotateZ(233deg);
  }
}
.c:nth-child(73) {
  animation: orbit73 14s infinite;
  animation-delay: 0.73s;
  background-color: #00d6ff;
}

@keyframes orbit73 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-61deg) rotateY(237deg) translateX(100px) rotateZ(61deg);
  }
  80% {
    transform: rotateZ(-61deg) rotateY(237deg) translateX(100px) rotateZ(61deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-61deg) rotateY(237deg) translateX(300px) rotateZ(61deg);
  }
}
.c:nth-child(74) {
  animation: orbit74 14s infinite;
  animation-delay: 0.74s;
  background-color: #00d5ff;
}

@keyframes orbit74 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-109deg) rotateY(300deg) translateX(100px) rotateZ(109deg);
  }
  80% {
    transform: rotateZ(-109deg) rotateY(300deg) translateX(100px) rotateZ(109deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-109deg) rotateY(300deg) translateX(300px) rotateZ(109deg);
  }
}
.c:nth-child(75) {
  animation: orbit75 14s infinite;
  animation-delay: 0.75s;
  background-color: #00d5ff;
}

@keyframes orbit75 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-259deg) rotateY(180deg) translateX(100px) rotateZ(259deg);
  }
  80% {
    transform: rotateZ(-259deg) rotateY(180deg) translateX(100px) rotateZ(259deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-259deg) rotateY(180deg) translateX(300px) rotateZ(259deg);
  }
}
.c:nth-child(76) {
  animation: orbit76 14s infinite;
  animation-delay: 0.76s;
  background-color: #00d4ff;
}

@keyframes orbit76 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(162deg) translateX(100px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(162deg) translateX(100px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(162deg) translateX(300px) rotateZ(158deg);
  }
}
.c:nth-child(77) {
  animation: orbit77 14s infinite;
  animation-delay: 0.77s;
  background-color: #00d3ff;
}

@keyframes orbit77 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(162deg) translateX(100px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(162deg) translateX(100px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(162deg) translateX(300px) rotateZ(351deg);
  }
}
.c:nth-child(78) {
  animation: orbit78 14s infinite;
  animation-delay: 0.78s;
  background-color: #00d3ff;
}

@keyframes orbit78 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-279deg) rotateY(31deg) translateX(100px) rotateZ(279deg);
  }
  80% {
    transform: rotateZ(-279deg) rotateY(31deg) translateX(100px) rotateZ(279deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-279deg) rotateY(31deg) translateX(300px) rotateZ(279deg);
  }
}
.c:nth-child(79) {
  animation: orbit79 14s infinite;
  animation-delay: 0.79s;
  background-color: #00d2ff;
}

@keyframes orbit79 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(311deg) translateX(100px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(311deg) translateX(100px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(311deg) translateX(300px) rotateZ(108deg);
  }
}
.c:nth-child(80) {
  animation: orbit80 14s infinite;
  animation-delay: 0.8s;
  background-color: #00d2ff;
}

@keyframes orbit80 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-159deg) rotateY(168deg) translateX(100px) rotateZ(159deg);
  }
  80% {
    transform: rotateZ(-159deg) rotateY(168deg) translateX(100px) rotateZ(159deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-159deg) rotateY(168deg) translateX(300px) rotateZ(159deg);
  }
}
.c:nth-child(81) {
  animation: orbit81 14s infinite;
  animation-delay: 0.81s;
  background-color: #00d1ff;
}

@keyframes orbit81 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(311deg) translateX(100px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(311deg) translateX(100px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(311deg) translateX(300px) rotateZ(177deg);
  }
}
.c:nth-child(82) {
  animation: orbit82 14s infinite;
  animation-delay: 0.82s;
  background-color: #00d1ff;
}

@keyframes orbit82 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-79deg) rotateY(5deg) translateX(100px) rotateZ(79deg);
  }
  80% {
    transform: rotateZ(-79deg) rotateY(5deg) translateX(100px) rotateZ(79deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-79deg) rotateY(5deg) translateX(300px) rotateZ(79deg);
  }
}
.c:nth-child(83) {
  animation: orbit83 14s infinite;
  animation-delay: 0.83s;
  background-color: #00d0ff;
}

@keyframes orbit83 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-30deg) rotateY(271deg) translateX(100px) rotateZ(30deg);
  }
  80% {
    transform: rotateZ(-30deg) rotateY(271deg) translateX(100px) rotateZ(30deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-30deg) rotateY(271deg) translateX(300px) rotateZ(30deg);
  }
}
.c:nth-child(84) {
  animation: orbit84 14s infinite;
  animation-delay: 0.84s;
  background-color: #00cfff;
}

@keyframes orbit84 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-194deg) rotateY(204deg) translateX(100px) rotateZ(194deg);
  }
  80% {
    transform: rotateZ(-194deg) rotateY(204deg) translateX(100px) rotateZ(194deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-194deg) rotateY(204deg) translateX(300px) rotateZ(194deg);
  }
}
.c:nth-child(85) {
  animation: orbit85 14s infinite;
  animation-delay: 0.85s;
  background-color: #00cfff;
}

@keyframes orbit85 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-133deg) rotateY(80deg) translateX(100px) rotateZ(133deg);
  }
  80% {
    transform: rotateZ(-133deg) rotateY(80deg) translateX(100px) rotateZ(133deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-133deg) rotateY(80deg) translateX(300px) rotateZ(133deg);
  }
}
.c:nth-child(86) {
  animation: orbit86 14s infinite;
  animation-delay: 0.86s;
  background-color: #00ceff;
}

@keyframes orbit86 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-104deg) rotateY(42deg) translateX(100px) rotateZ(104deg);
  }
  80% {
    transform: rotateZ(-104deg) rotateY(42deg) translateX(100px) rotateZ(104deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-104deg) rotateY(42deg) translateX(300px) rotateZ(104deg);
  }
}
.c:nth-child(87) {
  animation: orbit87 14s infinite;
  animation-delay: 0.87s;
  background-color: #00ceff;
}

@keyframes orbit87 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-293deg) rotateY(5deg) translateX(100px) rotateZ(293deg);
  }
  80% {
    transform: rotateZ(-293deg) rotateY(5deg) translateX(100px) rotateZ(293deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-293deg) rotateY(5deg) translateX(300px) rotateZ(293deg);
  }
}
.c:nth-child(88) {
  animation: orbit88 14s infinite;
  animation-delay: 0.88s;
  background-color: #00cdff;
}

@keyframes orbit88 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(312deg) translateX(100px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(312deg) translateX(100px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(312deg) translateX(300px) rotateZ(300deg);
  }
}
.c:nth-child(89) {
  animation: orbit89 14s infinite;
  animation-delay: 0.89s;
  background-color: #00cdff;
}

@keyframes orbit89 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-73deg) rotateY(61deg) translateX(100px) rotateZ(73deg);
  }
  80% {
    transform: rotateZ(-73deg) rotateY(61deg) translateX(100px) rotateZ(73deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-73deg) rotateY(61deg) translateX(300px) rotateZ(73deg);
  }
}
.c:nth-child(90) {
  animation: orbit90 14s infinite;
  animation-delay: 0.9s;
  background-color: #00ccff;
}

@keyframes orbit90 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(115deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(115deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(115deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(91) {
  animation: orbit91 14s infinite;
  animation-delay: 0.91s;
  background-color: #00cbff;
}

@keyframes orbit91 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(24deg) translateX(100px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(24deg) translateX(100px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(24deg) translateX(300px) rotateZ(125deg);
  }
}
.c:nth-child(92) {
  animation: orbit92 14s infinite;
  animation-delay: 0.92s;
  background-color: #00cbff;
}

@keyframes orbit92 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-138deg) rotateY(321deg) translateX(100px) rotateZ(138deg);
  }
  80% {
    transform: rotateZ(-138deg) rotateY(321deg) translateX(100px) rotateZ(138deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-138deg) rotateY(321deg) translateX(300px) rotateZ(138deg);
  }
}
.c:nth-child(93) {
  animation: orbit93 14s infinite;
  animation-delay: 0.93s;
  background-color: #00caff;
}

@keyframes orbit93 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-325deg) rotateY(101deg) translateX(100px) rotateZ(325deg);
  }
  80% {
    transform: rotateZ(-325deg) rotateY(101deg) translateX(100px) rotateZ(325deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-325deg) rotateY(101deg) translateX(300px) rotateZ(325deg);
  }
}
.c:nth-child(94) {
  animation: orbit94 14s infinite;
  animation-delay: 0.94s;
  background-color: #00caff;
}

@keyframes orbit94 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-216deg) rotateY(304deg) translateX(100px) rotateZ(216deg);
  }
  80% {
    transform: rotateZ(-216deg) rotateY(304deg) translateX(100px) rotateZ(216deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-216deg) rotateY(304deg) translateX(300px) rotateZ(216deg);
  }
}
.c:nth-child(95) {
  animation: orbit95 14s infinite;
  animation-delay: 0.95s;
  background-color: #00c9ff;
}

@keyframes orbit95 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(315deg) translateX(100px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(315deg) translateX(100px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(315deg) translateX(300px) rotateZ(15deg);
  }
}
.c:nth-child(96) {
  animation: orbit96 14s infinite;
  animation-delay: 0.96s;
  background-color: #00c9ff;
}

@keyframes orbit96 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-323deg) rotateY(192deg) translateX(100px) rotateZ(323deg);
  }
  80% {
    transform: rotateZ(-323deg) rotateY(192deg) translateX(100px) rotateZ(323deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-323deg) rotateY(192deg) translateX(300px) rotateZ(323deg);
  }
}
.c:nth-child(97) {
  animation: orbit97 14s infinite;
  animation-delay: 0.97s;
  background-color: #00c8ff;
}

@keyframes orbit97 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(155deg) translateX(100px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(155deg) translateX(100px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(155deg) translateX(300px) rotateZ(77deg);
  }
}
.c:nth-child(98) {
  animation: orbit98 14s infinite;
  animation-delay: 0.98s;
  background-color: #00c7ff;
}

@keyframes orbit98 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(243deg) translateX(100px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(243deg) translateX(100px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(243deg) translateX(300px) rotateZ(70deg);
  }
}
.c:nth-child(99) {
  animation: orbit99 14s infinite;
  animation-delay: 0.99s;
  background-color: #00c7ff;
}

@keyframes orbit99 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-218deg) rotateY(15deg) translateX(100px) rotateZ(218deg);
  }
  80% {
    transform: rotateZ(-218deg) rotateY(15deg) translateX(100px) rotateZ(218deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-218deg) rotateY(15deg) translateX(300px) rotateZ(218deg);
  }
}
.c:nth-child(100) {
  animation: orbit100 14s infinite;
  animation-delay: 1s;
  background-color: #00c6ff;
}

@keyframes orbit100 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(306deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(306deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(306deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(101) {
  animation: orbit101 14s infinite;
  animation-delay: 1.01s;
  background-color: #00c6ff;
}

@keyframes orbit101 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-192deg) rotateY(236deg) translateX(100px) rotateZ(192deg);
  }
  80% {
    transform: rotateZ(-192deg) rotateY(236deg) translateX(100px) rotateZ(192deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-192deg) rotateY(236deg) translateX(300px) rotateZ(192deg);
  }
}
.c:nth-child(102) {
  animation: orbit102 14s infinite;
  animation-delay: 1.02s;
  background-color: #00c5ff;
}

@keyframes orbit102 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-90deg) rotateY(190deg) translateX(100px) rotateZ(90deg);
  }
  80% {
    transform: rotateZ(-90deg) rotateY(190deg) translateX(100px) rotateZ(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-90deg) rotateY(190deg) translateX(300px) rotateZ(90deg);
  }
}
.c:nth-child(103) {
  animation: orbit103 14s infinite;
  animation-delay: 1.03s;
  background-color: #00c5ff;
}

@keyframes orbit103 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-354deg) rotateY(33deg) translateX(100px) rotateZ(354deg);
  }
  80% {
    transform: rotateZ(-354deg) rotateY(33deg) translateX(100px) rotateZ(354deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-354deg) rotateY(33deg) translateX(300px) rotateZ(354deg);
  }
}
.c:nth-child(104) {
  animation: orbit104 14s infinite;
  animation-delay: 1.04s;
  background-color: #00c4ff;
}

@keyframes orbit104 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(104deg) translateX(100px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(104deg) translateX(100px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(104deg) translateX(300px) rotateZ(220deg);
  }
}
.c:nth-child(105) {
  animation: orbit105 14s infinite;
  animation-delay: 1.05s;
  background-color: #00c4ff;
}

@keyframes orbit105 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-313deg) rotateY(87deg) translateX(100px) rotateZ(313deg);
  }
  80% {
    transform: rotateZ(-313deg) rotateY(87deg) translateX(100px) rotateZ(313deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-313deg) rotateY(87deg) translateX(300px) rotateZ(313deg);
  }
}
.c:nth-child(106) {
  animation: orbit106 14s infinite;
  animation-delay: 1.06s;
  background-color: #00c3ff;
}

@keyframes orbit106 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-39deg) rotateY(227deg) translateX(100px) rotateZ(39deg);
  }
  80% {
    transform: rotateZ(-39deg) rotateY(227deg) translateX(100px) rotateZ(39deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-39deg) rotateY(227deg) translateX(300px) rotateZ(39deg);
  }
}
.c:nth-child(107) {
  animation: orbit107 14s infinite;
  animation-delay: 1.07s;
  background-color: #00c2ff;
}

@keyframes orbit107 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-119deg) rotateY(12deg) translateX(100px) rotateZ(119deg);
  }
  80% {
    transform: rotateZ(-119deg) rotateY(12deg) translateX(100px) rotateZ(119deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-119deg) rotateY(12deg) translateX(300px) rotateZ(119deg);
  }
}
.c:nth-child(108) {
  animation: orbit108 14s infinite;
  animation-delay: 1.08s;
  background-color: #00c2ff;
}

@keyframes orbit108 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-330deg) rotateY(51deg) translateX(100px) rotateZ(330deg);
  }
  80% {
    transform: rotateZ(-330deg) rotateY(51deg) translateX(100px) rotateZ(330deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-330deg) rotateY(51deg) translateX(300px) rotateZ(330deg);
  }
}
.c:nth-child(109) {
  animation: orbit109 14s infinite;
  animation-delay: 1.09s;
  background-color: #00c1ff;
}

@keyframes orbit109 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-332deg) rotateY(72deg) translateX(100px) rotateZ(332deg);
  }
  80% {
    transform: rotateZ(-332deg) rotateY(72deg) translateX(100px) rotateZ(332deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-332deg) rotateY(72deg) translateX(300px) rotateZ(332deg);
  }
}
.c:nth-child(110) {
  animation: orbit110 14s infinite;
  animation-delay: 1.1s;
  background-color: #00c1ff;
}

@keyframes orbit110 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(233deg) translateX(100px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(233deg) translateX(100px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(233deg) translateX(300px) rotateZ(105deg);
  }
}
.c:nth-child(111) {
  animation: orbit111 14s infinite;
  animation-delay: 1.11s;
  background-color: #00c0ff;
}

@keyframes orbit111 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-279deg) rotateY(321deg) translateX(100px) rotateZ(279deg);
  }
  80% {
    transform: rotateZ(-279deg) rotateY(321deg) translateX(100px) rotateZ(279deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-279deg) rotateY(321deg) translateX(300px) rotateZ(279deg);
  }
}
.c:nth-child(112) {
  animation: orbit112 14s infinite;
  animation-delay: 1.12s;
  background-color: #00c0ff;
}

@keyframes orbit112 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(143deg) translateX(100px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(143deg) translateX(100px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(143deg) translateX(300px) rotateZ(23deg);
  }
}
.c:nth-child(113) {
  animation: orbit113 14s infinite;
  animation-delay: 1.13s;
  background-color: deepskyblue;
}

@keyframes orbit113 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(31deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(31deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(31deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(114) {
  animation: orbit114 14s infinite;
  animation-delay: 1.14s;
  background-color: #00beff;
}

@keyframes orbit114 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-182deg) rotateY(278deg) translateX(100px) rotateZ(182deg);
  }
  80% {
    transform: rotateZ(-182deg) rotateY(278deg) translateX(100px) rotateZ(182deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-182deg) rotateY(278deg) translateX(300px) rotateZ(182deg);
  }
}
.c:nth-child(115) {
  animation: orbit115 14s infinite;
  animation-delay: 1.15s;
  background-color: #00beff;
}

@keyframes orbit115 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-137deg) rotateY(35deg) translateX(100px) rotateZ(137deg);
  }
  80% {
    transform: rotateZ(-137deg) rotateY(35deg) translateX(100px) rotateZ(137deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-137deg) rotateY(35deg) translateX(300px) rotateZ(137deg);
  }
}
.c:nth-child(116) {
  animation: orbit116 14s infinite;
  animation-delay: 1.16s;
  background-color: #00bdff;
}

@keyframes orbit116 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-331deg) rotateY(199deg) translateX(100px) rotateZ(331deg);
  }
  80% {
    transform: rotateZ(-331deg) rotateY(199deg) translateX(100px) rotateZ(331deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-331deg) rotateY(199deg) translateX(300px) rotateZ(331deg);
  }
}
.c:nth-child(117) {
  animation: orbit117 14s infinite;
  animation-delay: 1.17s;
  background-color: #00bdff;
}

@keyframes orbit117 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-136deg) rotateY(174deg) translateX(100px) rotateZ(136deg);
  }
  80% {
    transform: rotateZ(-136deg) rotateY(174deg) translateX(100px) rotateZ(136deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-136deg) rotateY(174deg) translateX(300px) rotateZ(136deg);
  }
}
.c:nth-child(118) {
  animation: orbit118 14s infinite;
  animation-delay: 1.18s;
  background-color: #00bcff;
}

@keyframes orbit118 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(129deg) translateX(100px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(129deg) translateX(100px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(129deg) translateX(300px) rotateZ(77deg);
  }
}
.c:nth-child(119) {
  animation: orbit119 14s infinite;
  animation-delay: 1.19s;
  background-color: #00bcff;
}

@keyframes orbit119 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(256deg) translateX(100px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(256deg) translateX(100px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(256deg) translateX(300px) rotateZ(289deg);
  }
}
.c:nth-child(120) {
  animation: orbit120 14s infinite;
  animation-delay: 1.2s;
  background-color: #00bbff;
}

@keyframes orbit120 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(211deg) translateX(100px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(211deg) translateX(100px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(211deg) translateX(300px) rotateZ(15deg);
  }
}
.c:nth-child(121) {
  animation: orbit121 14s infinite;
  animation-delay: 1.21s;
  background-color: #00baff;
}

@keyframes orbit121 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(118deg) translateX(100px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(118deg) translateX(100px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(118deg) translateX(300px) rotateZ(301deg);
  }
}
.c:nth-child(122) {
  animation: orbit122 14s infinite;
  animation-delay: 1.22s;
  background-color: #00baff;
}

@keyframes orbit122 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(66deg) translateX(100px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(66deg) translateX(100px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(66deg) translateX(300px) rotateZ(2deg);
  }
}
.c:nth-child(123) {
  animation: orbit123 14s infinite;
  animation-delay: 1.23s;
  background-color: #00b9ff;
}

@keyframes orbit123 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(128deg) translateX(100px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(128deg) translateX(100px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(128deg) translateX(300px) rotateZ(352deg);
  }
}
.c:nth-child(124) {
  animation: orbit124 14s infinite;
  animation-delay: 1.24s;
  background-color: #00b9ff;
}

@keyframes orbit124 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-212deg) rotateY(286deg) translateX(100px) rotateZ(212deg);
  }
  80% {
    transform: rotateZ(-212deg) rotateY(286deg) translateX(100px) rotateZ(212deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-212deg) rotateY(286deg) translateX(300px) rotateZ(212deg);
  }
}
.c:nth-child(125) {
  animation: orbit125 14s infinite;
  animation-delay: 1.25s;
  background-color: #00b8ff;
}

@keyframes orbit125 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-342deg) rotateY(349deg) translateX(100px) rotateZ(342deg);
  }
  80% {
    transform: rotateZ(-342deg) rotateY(349deg) translateX(100px) rotateZ(342deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-342deg) rotateY(349deg) translateX(300px) rotateZ(342deg);
  }
}
.c:nth-child(126) {
  animation: orbit126 14s infinite;
  animation-delay: 1.26s;
  background-color: #00b8ff;
}

@keyframes orbit126 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-271deg) rotateY(165deg) translateX(100px) rotateZ(271deg);
  }
  80% {
    transform: rotateZ(-271deg) rotateY(165deg) translateX(100px) rotateZ(271deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-271deg) rotateY(165deg) translateX(300px) rotateZ(271deg);
  }
}
.c:nth-child(127) {
  animation: orbit127 14s infinite;
  animation-delay: 1.27s;
  background-color: #00b7ff;
}

@keyframes orbit127 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(213deg) translateX(100px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(213deg) translateX(100px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(213deg) translateX(300px) rotateZ(312deg);
  }
}
.c:nth-child(128) {
  animation: orbit128 14s infinite;
  animation-delay: 1.28s;
  background-color: #00b6ff;
}

@keyframes orbit128 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-303deg) rotateY(3deg) translateX(100px) rotateZ(303deg);
  }
  80% {
    transform: rotateZ(-303deg) rotateY(3deg) translateX(100px) rotateZ(303deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-303deg) rotateY(3deg) translateX(300px) rotateZ(303deg);
  }
}
.c:nth-child(129) {
  animation: orbit129 14s infinite;
  animation-delay: 1.29s;
  background-color: #00b6ff;
}

@keyframes orbit129 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-214deg) rotateY(248deg) translateX(100px) rotateZ(214deg);
  }
  80% {
    transform: rotateZ(-214deg) rotateY(248deg) translateX(100px) rotateZ(214deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-214deg) rotateY(248deg) translateX(300px) rotateZ(214deg);
  }
}
.c:nth-child(130) {
  animation: orbit130 14s infinite;
  animation-delay: 1.3s;
  background-color: #00b5ff;
}

@keyframes orbit130 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-360deg) rotateY(176deg) translateX(100px) rotateZ(360deg);
  }
  80% {
    transform: rotateZ(-360deg) rotateY(176deg) translateX(100px) rotateZ(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-360deg) rotateY(176deg) translateX(300px) rotateZ(360deg);
  }
}
.c:nth-child(131) {
  animation: orbit131 14s infinite;
  animation-delay: 1.31s;
  background-color: #00b5ff;
}

@keyframes orbit131 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-127deg) rotateY(72deg) translateX(100px) rotateZ(127deg);
  }
  80% {
    transform: rotateZ(-127deg) rotateY(72deg) translateX(100px) rotateZ(127deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-127deg) rotateY(72deg) translateX(300px) rotateZ(127deg);
  }
}
.c:nth-child(132) {
  animation: orbit132 14s infinite;
  animation-delay: 1.32s;
  background-color: #00b4ff;
}

@keyframes orbit132 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-135deg) rotateY(177deg) translateX(100px) rotateZ(135deg);
  }
  80% {
    transform: rotateZ(-135deg) rotateY(177deg) translateX(100px) rotateZ(135deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-135deg) rotateY(177deg) translateX(300px) rotateZ(135deg);
  }
}
.c:nth-child(133) {
  animation: orbit133 14s infinite;
  animation-delay: 1.33s;
  background-color: #00b4ff;
}

@keyframes orbit133 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-225deg) rotateY(312deg) translateX(100px) rotateZ(225deg);
  }
  80% {
    transform: rotateZ(-225deg) rotateY(312deg) translateX(100px) rotateZ(225deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-225deg) rotateY(312deg) translateX(300px) rotateZ(225deg);
  }
}
.c:nth-child(134) {
  animation: orbit134 14s infinite;
  animation-delay: 1.34s;
  background-color: #00b3ff;
}

@keyframes orbit134 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-322deg) rotateY(136deg) translateX(100px) rotateZ(322deg);
  }
  80% {
    transform: rotateZ(-322deg) rotateY(136deg) translateX(100px) rotateZ(322deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-322deg) rotateY(136deg) translateX(300px) rotateZ(322deg);
  }
}
.c:nth-child(135) {
  animation: orbit135 14s infinite;
  animation-delay: 1.35s;
  background-color: #00b3ff;
}

@keyframes orbit135 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(317deg) translateX(100px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(317deg) translateX(100px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(317deg) translateX(300px) rotateZ(10deg);
  }
}
.c:nth-child(136) {
  animation: orbit136 14s infinite;
  animation-delay: 1.36s;
  background-color: #00b2ff;
}

@keyframes orbit136 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-255deg) rotateY(90deg) translateX(100px) rotateZ(255deg);
  }
  80% {
    transform: rotateZ(-255deg) rotateY(90deg) translateX(100px) rotateZ(255deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-255deg) rotateY(90deg) translateX(300px) rotateZ(255deg);
  }
}
.c:nth-child(137) {
  animation: orbit137 14s infinite;
  animation-delay: 1.37s;
  background-color: #00b1ff;
}

@keyframes orbit137 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-16deg) rotateY(127deg) translateX(100px) rotateZ(16deg);
  }
  80% {
    transform: rotateZ(-16deg) rotateY(127deg) translateX(100px) rotateZ(16deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-16deg) rotateY(127deg) translateX(300px) rotateZ(16deg);
  }
}
.c:nth-child(138) {
  animation: orbit138 14s infinite;
  animation-delay: 1.38s;
  background-color: #00b1ff;
}

@keyframes orbit138 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(212deg) translateX(100px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(212deg) translateX(100px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(212deg) translateX(300px) rotateZ(263deg);
  }
}
.c:nth-child(139) {
  animation: orbit139 14s infinite;
  animation-delay: 1.39s;
  background-color: #00b0ff;
}

@keyframes orbit139 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-19deg) rotateY(76deg) translateX(100px) rotateZ(19deg);
  }
  80% {
    transform: rotateZ(-19deg) rotateY(76deg) translateX(100px) rotateZ(19deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-19deg) rotateY(76deg) translateX(300px) rotateZ(19deg);
  }
}
.c:nth-child(140) {
  animation: orbit140 14s infinite;
  animation-delay: 1.4s;
  background-color: #00b0ff;
}

@keyframes orbit140 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-76deg) rotateY(46deg) translateX(100px) rotateZ(76deg);
  }
  80% {
    transform: rotateZ(-76deg) rotateY(46deg) translateX(100px) rotateZ(76deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-76deg) rotateY(46deg) translateX(300px) rotateZ(76deg);
  }
}
.c:nth-child(141) {
  animation: orbit141 14s infinite;
  animation-delay: 1.41s;
  background-color: #00afff;
}

@keyframes orbit141 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-250deg) rotateY(30deg) translateX(100px) rotateZ(250deg);
  }
  80% {
    transform: rotateZ(-250deg) rotateY(30deg) translateX(100px) rotateZ(250deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-250deg) rotateY(30deg) translateX(300px) rotateZ(250deg);
  }
}
.c:nth-child(142) {
  animation: orbit142 14s infinite;
  animation-delay: 1.42s;
  background-color: #00afff;
}

@keyframes orbit142 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-71deg) rotateY(338deg) translateX(100px) rotateZ(71deg);
  }
  80% {
    transform: rotateZ(-71deg) rotateY(338deg) translateX(100px) rotateZ(71deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-71deg) rotateY(338deg) translateX(300px) rotateZ(71deg);
  }
}
.c:nth-child(143) {
  animation: orbit143 14s infinite;
  animation-delay: 1.43s;
  background-color: #00aeff;
}

@keyframes orbit143 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(245deg) translateX(100px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(245deg) translateX(100px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(245deg) translateX(300px) rotateZ(103deg);
  }
}
.c:nth-child(144) {
  animation: orbit144 14s infinite;
  animation-delay: 1.44s;
  background-color: #00adff;
}

@keyframes orbit144 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-276deg) rotateY(27deg) translateX(100px) rotateZ(276deg);
  }
  80% {
    transform: rotateZ(-276deg) rotateY(27deg) translateX(100px) rotateZ(276deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-276deg) rotateY(27deg) translateX(300px) rotateZ(276deg);
  }
}
.c:nth-child(145) {
  animation: orbit145 14s infinite;
  animation-delay: 1.45s;
  background-color: #00adff;
}

@keyframes orbit145 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(192deg) translateX(100px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(192deg) translateX(100px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(192deg) translateX(300px) rotateZ(241deg);
  }
}
.c:nth-child(146) {
  animation: orbit146 14s infinite;
  animation-delay: 1.46s;
  background-color: #00acff;
}

@keyframes orbit146 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(348deg) translateX(100px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(348deg) translateX(100px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(348deg) translateX(300px) rotateZ(221deg);
  }
}
.c:nth-child(147) {
  animation: orbit147 14s infinite;
  animation-delay: 1.47s;
  background-color: #00acff;
}

@keyframes orbit147 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-296deg) rotateY(343deg) translateX(100px) rotateZ(296deg);
  }
  80% {
    transform: rotateZ(-296deg) rotateY(343deg) translateX(100px) rotateZ(296deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-296deg) rotateY(343deg) translateX(300px) rotateZ(296deg);
  }
}
.c:nth-child(148) {
  animation: orbit148 14s infinite;
  animation-delay: 1.48s;
  background-color: #00abff;
}

@keyframes orbit148 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-330deg) rotateY(237deg) translateX(100px) rotateZ(330deg);
  }
  80% {
    transform: rotateZ(-330deg) rotateY(237deg) translateX(100px) rotateZ(330deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-330deg) rotateY(237deg) translateX(300px) rotateZ(330deg);
  }
}
.c:nth-child(149) {
  animation: orbit149 14s infinite;
  animation-delay: 1.49s;
  background-color: #00abff;
}

@keyframes orbit149 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(194deg) translateX(100px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(194deg) translateX(100px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(194deg) translateX(300px) rotateZ(78deg);
  }
}
.c:nth-child(150) {
  animation: orbit150 14s infinite;
  animation-delay: 1.5s;
  background-color: #00aaff;
}

@keyframes orbit150 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(333deg) translateX(100px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(333deg) translateX(100px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(333deg) translateX(300px) rotateZ(141deg);
  }
}
.c:nth-child(151) {
  animation: orbit151 14s infinite;
  animation-delay: 1.51s;
  background-color: #00a9ff;
}

@keyframes orbit151 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-160deg) rotateY(126deg) translateX(100px) rotateZ(160deg);
  }
  80% {
    transform: rotateZ(-160deg) rotateY(126deg) translateX(100px) rotateZ(160deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-160deg) rotateY(126deg) translateX(300px) rotateZ(160deg);
  }
}
.c:nth-child(152) {
  animation: orbit152 14s infinite;
  animation-delay: 1.52s;
  background-color: #00a9ff;
}

@keyframes orbit152 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-217deg) rotateY(259deg) translateX(100px) rotateZ(217deg);
  }
  80% {
    transform: rotateZ(-217deg) rotateY(259deg) translateX(100px) rotateZ(217deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-217deg) rotateY(259deg) translateX(300px) rotateZ(217deg);
  }
}
.c:nth-child(153) {
  animation: orbit153 14s infinite;
  animation-delay: 1.53s;
  background-color: #00a8ff;
}

@keyframes orbit153 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-142deg) rotateY(48deg) translateX(100px) rotateZ(142deg);
  }
  80% {
    transform: rotateZ(-142deg) rotateY(48deg) translateX(100px) rotateZ(142deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-142deg) rotateY(48deg) translateX(300px) rotateZ(142deg);
  }
}
.c:nth-child(154) {
  animation: orbit154 14s infinite;
  animation-delay: 1.54s;
  background-color: #00a8ff;
}

@keyframes orbit154 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-39deg) rotateY(34deg) translateX(100px) rotateZ(39deg);
  }
  80% {
    transform: rotateZ(-39deg) rotateY(34deg) translateX(100px) rotateZ(39deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-39deg) rotateY(34deg) translateX(300px) rotateZ(39deg);
  }
}
.c:nth-child(155) {
  animation: orbit155 14s infinite;
  animation-delay: 1.55s;
  background-color: #00a7ff;
}

@keyframes orbit155 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(156deg) translateX(100px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(156deg) translateX(100px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(156deg) translateX(300px) rotateZ(300deg);
  }
}
.c:nth-child(156) {
  animation: orbit156 14s infinite;
  animation-delay: 1.56s;
  background-color: #00a7ff;
}

@keyframes orbit156 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-7deg) rotateY(121deg) translateX(100px) rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg) rotateY(121deg) translateX(100px) rotateZ(7deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-7deg) rotateY(121deg) translateX(300px) rotateZ(7deg);
  }
}
.c:nth-child(157) {
  animation: orbit157 14s infinite;
  animation-delay: 1.57s;
  background-color: #00a6ff;
}

@keyframes orbit157 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-97deg) rotateY(165deg) translateX(100px) rotateZ(97deg);
  }
  80% {
    transform: rotateZ(-97deg) rotateY(165deg) translateX(100px) rotateZ(97deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-97deg) rotateY(165deg) translateX(300px) rotateZ(97deg);
  }
}
.c:nth-child(158) {
  animation: orbit158 14s infinite;
  animation-delay: 1.58s;
  background-color: #00a5ff;
}

@keyframes orbit158 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(6deg) translateX(100px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(6deg) translateX(100px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(6deg) translateX(300px) rotateZ(141deg);
  }
}
.c:nth-child(159) {
  animation: orbit159 14s infinite;
  animation-delay: 1.59s;
  background-color: #00a5ff;
}

@keyframes orbit159 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-97deg) rotateY(139deg) translateX(100px) rotateZ(97deg);
  }
  80% {
    transform: rotateZ(-97deg) rotateY(139deg) translateX(100px) rotateZ(97deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-97deg) rotateY(139deg) translateX(300px) rotateZ(97deg);
  }
}
.c:nth-child(160) {
  animation: orbit160 14s infinite;
  animation-delay: 1.6s;
  background-color: #00a4ff;
}

@keyframes orbit160 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(227deg) translateX(100px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(227deg) translateX(100px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(227deg) translateX(300px) rotateZ(241deg);
  }
}
.c:nth-child(161) {
  animation: orbit161 14s infinite;
  animation-delay: 1.61s;
  background-color: #00a4ff;
}

@keyframes orbit161 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-50deg) rotateY(291deg) translateX(100px) rotateZ(50deg);
  }
  80% {
    transform: rotateZ(-50deg) rotateY(291deg) translateX(100px) rotateZ(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-50deg) rotateY(291deg) translateX(300px) rotateZ(50deg);
  }
}
.c:nth-child(162) {
  animation: orbit162 14s infinite;
  animation-delay: 1.62s;
  background-color: #00a3ff;
}

@keyframes orbit162 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-30deg) rotateY(152deg) translateX(100px) rotateZ(30deg);
  }
  80% {
    transform: rotateZ(-30deg) rotateY(152deg) translateX(100px) rotateZ(30deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-30deg) rotateY(152deg) translateX(300px) rotateZ(30deg);
  }
}
.c:nth-child(163) {
  animation: orbit163 14s infinite;
  animation-delay: 1.63s;
  background-color: #00a3ff;
}

@keyframes orbit163 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-199deg) rotateY(340deg) translateX(100px) rotateZ(199deg);
  }
  80% {
    transform: rotateZ(-199deg) rotateY(340deg) translateX(100px) rotateZ(199deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-199deg) rotateY(340deg) translateX(300px) rotateZ(199deg);
  }
}
.c:nth-child(164) {
  animation: orbit164 14s infinite;
  animation-delay: 1.64s;
  background-color: #00a2ff;
}

@keyframes orbit164 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-16deg) rotateY(37deg) translateX(100px) rotateZ(16deg);
  }
  80% {
    transform: rotateZ(-16deg) rotateY(37deg) translateX(100px) rotateZ(16deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-16deg) rotateY(37deg) translateX(300px) rotateZ(16deg);
  }
}
.c:nth-child(165) {
  animation: orbit165 14s infinite;
  animation-delay: 1.65s;
  background-color: #00a2ff;
}

@keyframes orbit165 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-270deg) rotateY(244deg) translateX(100px) rotateZ(270deg);
  }
  80% {
    transform: rotateZ(-270deg) rotateY(244deg) translateX(100px) rotateZ(270deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-270deg) rotateY(244deg) translateX(300px) rotateZ(270deg);
  }
}
.c:nth-child(166) {
  animation: orbit166 14s infinite;
  animation-delay: 1.66s;
  background-color: #00a1ff;
}

@keyframes orbit166 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-214deg) rotateY(195deg) translateX(100px) rotateZ(214deg);
  }
  80% {
    transform: rotateZ(-214deg) rotateY(195deg) translateX(100px) rotateZ(214deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-214deg) rotateY(195deg) translateX(300px) rotateZ(214deg);
  }
}
.c:nth-child(167) {
  animation: orbit167 14s infinite;
  animation-delay: 1.67s;
  background-color: #00a0ff;
}

@keyframes orbit167 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-268deg) rotateY(349deg) translateX(100px) rotateZ(268deg);
  }
  80% {
    transform: rotateZ(-268deg) rotateY(349deg) translateX(100px) rotateZ(268deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-268deg) rotateY(349deg) translateX(300px) rotateZ(268deg);
  }
}
.c:nth-child(168) {
  animation: orbit168 14s infinite;
  animation-delay: 1.68s;
  background-color: #00a0ff;
}

@keyframes orbit168 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-225deg) rotateY(122deg) translateX(100px) rotateZ(225deg);
  }
  80% {
    transform: rotateZ(-225deg) rotateY(122deg) translateX(100px) rotateZ(225deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-225deg) rotateY(122deg) translateX(300px) rotateZ(225deg);
  }
}
.c:nth-child(169) {
  animation: orbit169 14s infinite;
  animation-delay: 1.69s;
  background-color: #009fff;
}

@keyframes orbit169 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(96deg) translateX(100px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(96deg) translateX(100px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(96deg) translateX(300px) rotateZ(68deg);
  }
}
.c:nth-child(170) {
  animation: orbit170 14s infinite;
  animation-delay: 1.7s;
  background-color: #009fff;
}

@keyframes orbit170 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-7deg) rotateY(8deg) translateX(100px) rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg) rotateY(8deg) translateX(100px) rotateZ(7deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-7deg) rotateY(8deg) translateX(300px) rotateZ(7deg);
  }
}
.c:nth-child(171) {
  animation: orbit171 14s infinite;
  animation-delay: 1.71s;
  background-color: #009eff;
}

@keyframes orbit171 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-201deg) rotateY(180deg) translateX(100px) rotateZ(201deg);
  }
  80% {
    transform: rotateZ(-201deg) rotateY(180deg) translateX(100px) rotateZ(201deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-201deg) rotateY(180deg) translateX(300px) rotateZ(201deg);
  }
}
.c:nth-child(172) {
  animation: orbit172 14s infinite;
  animation-delay: 1.72s;
  background-color: #009eff;
}

@keyframes orbit172 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-122deg) rotateY(196deg) translateX(100px) rotateZ(122deg);
  }
  80% {
    transform: rotateZ(-122deg) rotateY(196deg) translateX(100px) rotateZ(122deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-122deg) rotateY(196deg) translateX(300px) rotateZ(122deg);
  }
}
.c:nth-child(173) {
  animation: orbit173 14s infinite;
  animation-delay: 1.73s;
  background-color: #009dff;
}

@keyframes orbit173 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-256deg) rotateY(23deg) translateX(100px) rotateZ(256deg);
  }
  80% {
    transform: rotateZ(-256deg) rotateY(23deg) translateX(100px) rotateZ(256deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-256deg) rotateY(23deg) translateX(300px) rotateZ(256deg);
  }
}
.c:nth-child(174) {
  animation: orbit174 14s infinite;
  animation-delay: 1.74s;
  background-color: #009cff;
}

@keyframes orbit174 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-143deg) rotateY(311deg) translateX(100px) rotateZ(143deg);
  }
  80% {
    transform: rotateZ(-143deg) rotateY(311deg) translateX(100px) rotateZ(143deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-143deg) rotateY(311deg) translateX(300px) rotateZ(143deg);
  }
}
.c:nth-child(175) {
  animation: orbit175 14s infinite;
  animation-delay: 1.75s;
  background-color: #009cff;
}

@keyframes orbit175 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-49deg) rotateY(241deg) translateX(100px) rotateZ(49deg);
  }
  80% {
    transform: rotateZ(-49deg) rotateY(241deg) translateX(100px) rotateZ(49deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-49deg) rotateY(241deg) translateX(300px) rotateZ(49deg);
  }
}
.c:nth-child(176) {
  animation: orbit176 14s infinite;
  animation-delay: 1.76s;
  background-color: #009bff;
}

@keyframes orbit176 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-34deg) rotateY(150deg) translateX(100px) rotateZ(34deg);
  }
  80% {
    transform: rotateZ(-34deg) rotateY(150deg) translateX(100px) rotateZ(34deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-34deg) rotateY(150deg) translateX(300px) rotateZ(34deg);
  }
}
.c:nth-child(177) {
  animation: orbit177 14s infinite;
  animation-delay: 1.77s;
  background-color: #009bff;
}

@keyframes orbit177 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(85deg) translateX(100px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(85deg) translateX(100px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(85deg) translateX(300px) rotateZ(77deg);
  }
}
.c:nth-child(178) {
  animation: orbit178 14s infinite;
  animation-delay: 1.78s;
  background-color: #009aff;
}

@keyframes orbit178 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-127deg) rotateY(127deg) translateX(100px) rotateZ(127deg);
  }
  80% {
    transform: rotateZ(-127deg) rotateY(127deg) translateX(100px) rotateZ(127deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-127deg) rotateY(127deg) translateX(300px) rotateZ(127deg);
  }
}
.c:nth-child(179) {
  animation: orbit179 14s infinite;
  animation-delay: 1.79s;
  background-color: #009aff;
}

@keyframes orbit179 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(314deg) translateX(100px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(314deg) translateX(100px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(314deg) translateX(300px) rotateZ(10deg);
  }
}
.c:nth-child(180) {
  animation: orbit180 14s infinite;
  animation-delay: 1.8s;
  background-color: #0099ff;
}

@keyframes orbit180 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-106deg) rotateY(325deg) translateX(100px) rotateZ(106deg);
  }
  80% {
    transform: rotateZ(-106deg) rotateY(325deg) translateX(100px) rotateZ(106deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-106deg) rotateY(325deg) translateX(300px) rotateZ(106deg);
  }
}
.c:nth-child(181) {
  animation: orbit181 14s infinite;
  animation-delay: 1.81s;
  background-color: #0098ff;
}

@keyframes orbit181 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-298deg) rotateY(35deg) translateX(100px) rotateZ(298deg);
  }
  80% {
    transform: rotateZ(-298deg) rotateY(35deg) translateX(100px) rotateZ(298deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-298deg) rotateY(35deg) translateX(300px) rotateZ(298deg);
  }
}
.c:nth-child(182) {
  animation: orbit182 14s infinite;
  animation-delay: 1.82s;
  background-color: #0098ff;
}

@keyframes orbit182 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-146deg) rotateY(61deg) translateX(100px) rotateZ(146deg);
  }
  80% {
    transform: rotateZ(-146deg) rotateY(61deg) translateX(100px) rotateZ(146deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-146deg) rotateY(61deg) translateX(300px) rotateZ(146deg);
  }
}
.c:nth-child(183) {
  animation: orbit183 14s infinite;
  animation-delay: 1.83s;
  background-color: #0097ff;
}

@keyframes orbit183 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-316deg) rotateY(179deg) translateX(100px) rotateZ(316deg);
  }
  80% {
    transform: rotateZ(-316deg) rotateY(179deg) translateX(100px) rotateZ(316deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-316deg) rotateY(179deg) translateX(300px) rotateZ(316deg);
  }
}
.c:nth-child(184) {
  animation: orbit184 14s infinite;
  animation-delay: 1.84s;
  background-color: #0097ff;
}

@keyframes orbit184 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-180deg) rotateY(61deg) translateX(100px) rotateZ(180deg);
  }
  80% {
    transform: rotateZ(-180deg) rotateY(61deg) translateX(100px) rotateZ(180deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-180deg) rotateY(61deg) translateX(300px) rotateZ(180deg);
  }
}
.c:nth-child(185) {
  animation: orbit185 14s infinite;
  animation-delay: 1.85s;
  background-color: #0096ff;
}

@keyframes orbit185 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(309deg) translateX(100px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(309deg) translateX(100px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(309deg) translateX(300px) rotateZ(37deg);
  }
}
.c:nth-child(186) {
  animation: orbit186 14s infinite;
  animation-delay: 1.86s;
  background-color: #0096ff;
}

@keyframes orbit186 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(248deg) translateX(100px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(248deg) translateX(100px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(248deg) translateX(300px) rotateZ(112deg);
  }
}
.c:nth-child(187) {
  animation: orbit187 14s infinite;
  animation-delay: 1.87s;
  background-color: #0095ff;
}

@keyframes orbit187 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-256deg) rotateY(29deg) translateX(100px) rotateZ(256deg);
  }
  80% {
    transform: rotateZ(-256deg) rotateY(29deg) translateX(100px) rotateZ(256deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-256deg) rotateY(29deg) translateX(300px) rotateZ(256deg);
  }
}
.c:nth-child(188) {
  animation: orbit188 14s infinite;
  animation-delay: 1.88s;
  background-color: #0094ff;
}

@keyframes orbit188 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(169deg) translateX(100px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(169deg) translateX(100px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(169deg) translateX(300px) rotateZ(359deg);
  }
}
.c:nth-child(189) {
  animation: orbit189 14s infinite;
  animation-delay: 1.89s;
  background-color: #0094ff;
}

@keyframes orbit189 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-95deg) rotateY(47deg) translateX(100px) rotateZ(95deg);
  }
  80% {
    transform: rotateZ(-95deg) rotateY(47deg) translateX(100px) rotateZ(95deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-95deg) rotateY(47deg) translateX(300px) rotateZ(95deg);
  }
}
.c:nth-child(190) {
  animation: orbit190 14s infinite;
  animation-delay: 1.9s;
  background-color: #0093ff;
}

@keyframes orbit190 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-173deg) rotateY(147deg) translateX(100px) rotateZ(173deg);
  }
  80% {
    transform: rotateZ(-173deg) rotateY(147deg) translateX(100px) rotateZ(173deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-173deg) rotateY(147deg) translateX(300px) rotateZ(173deg);
  }
}
.c:nth-child(191) {
  animation: orbit191 14s infinite;
  animation-delay: 1.91s;
  background-color: #0093ff;
}

@keyframes orbit191 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-36deg) rotateY(49deg) translateX(100px) rotateZ(36deg);
  }
  80% {
    transform: rotateZ(-36deg) rotateY(49deg) translateX(100px) rotateZ(36deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-36deg) rotateY(49deg) translateX(300px) rotateZ(36deg);
  }
}
.c:nth-child(192) {
  animation: orbit192 14s infinite;
  animation-delay: 1.92s;
  background-color: #0092ff;
}

@keyframes orbit192 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(248deg) translateX(100px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(248deg) translateX(100px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(248deg) translateX(300px) rotateZ(233deg);
  }
}
.c:nth-child(193) {
  animation: orbit193 14s infinite;
  animation-delay: 1.93s;
  background-color: #0092ff;
}

@keyframes orbit193 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(214deg) translateX(100px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(214deg) translateX(100px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(214deg) translateX(300px) rotateZ(300deg);
  }
}
.c:nth-child(194) {
  animation: orbit194 14s infinite;
  animation-delay: 1.94s;
  background-color: #0091ff;
}

@keyframes orbit194 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(89deg) translateX(100px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(89deg) translateX(100px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(89deg) translateX(300px) rotateZ(244deg);
  }
}
.c:nth-child(195) {
  animation: orbit195 14s infinite;
  animation-delay: 1.95s;
  background-color: #0091ff;
}

@keyframes orbit195 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-322deg) rotateY(229deg) translateX(100px) rotateZ(322deg);
  }
  80% {
    transform: rotateZ(-322deg) rotateY(229deg) translateX(100px) rotateZ(322deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-322deg) rotateY(229deg) translateX(300px) rotateZ(322deg);
  }
}
.c:nth-child(196) {
  animation: orbit196 14s infinite;
  animation-delay: 1.96s;
  background-color: #0090ff;
}

@keyframes orbit196 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-236deg) rotateY(185deg) translateX(100px) rotateZ(236deg);
  }
  80% {
    transform: rotateZ(-236deg) rotateY(185deg) translateX(100px) rotateZ(236deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-236deg) rotateY(185deg) translateX(300px) rotateZ(236deg);
  }
}
.c:nth-child(197) {
  animation: orbit197 14s infinite;
  animation-delay: 1.97s;
  background-color: #008fff;
}

@keyframes orbit197 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-79deg) rotateY(76deg) translateX(100px) rotateZ(79deg);
  }
  80% {
    transform: rotateZ(-79deg) rotateY(76deg) translateX(100px) rotateZ(79deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-79deg) rotateY(76deg) translateX(300px) rotateZ(79deg);
  }
}
.c:nth-child(198) {
  animation: orbit198 14s infinite;
  animation-delay: 1.98s;
  background-color: #008fff;
}

@keyframes orbit198 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(42deg) translateX(100px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(42deg) translateX(100px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(42deg) translateX(300px) rotateZ(190deg);
  }
}
.c:nth-child(199) {
  animation: orbit199 14s infinite;
  animation-delay: 1.99s;
  background-color: #008eff;
}

@keyframes orbit199 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-142deg) rotateY(299deg) translateX(100px) rotateZ(142deg);
  }
  80% {
    transform: rotateZ(-142deg) rotateY(299deg) translateX(100px) rotateZ(142deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-142deg) rotateY(299deg) translateX(300px) rotateZ(142deg);
  }
}
.c:nth-child(200) {
  animation: orbit200 14s infinite;
  animation-delay: 2s;
  background-color: #008eff;
}

@keyframes orbit200 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-157deg) rotateY(16deg) translateX(100px) rotateZ(157deg);
  }
  80% {
    transform: rotateZ(-157deg) rotateY(16deg) translateX(100px) rotateZ(157deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-157deg) rotateY(16deg) translateX(300px) rotateZ(157deg);
  }
}
.c:nth-child(201) {
  animation: orbit201 14s infinite;
  animation-delay: 2.01s;
  background-color: #008dff;
}

@keyframes orbit201 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-265deg) rotateY(100deg) translateX(100px) rotateZ(265deg);
  }
  80% {
    transform: rotateZ(-265deg) rotateY(100deg) translateX(100px) rotateZ(265deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-265deg) rotateY(100deg) translateX(300px) rotateZ(265deg);
  }
}
.c:nth-child(202) {
  animation: orbit202 14s infinite;
  animation-delay: 2.02s;
  background-color: #008dff;
}

@keyframes orbit202 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(360deg) translateX(100px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(360deg) translateX(100px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(360deg) translateX(300px) rotateZ(222deg);
  }
}
.c:nth-child(203) {
  animation: orbit203 14s infinite;
  animation-delay: 2.03s;
  background-color: #008cff;
}

@keyframes orbit203 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-58deg) rotateY(70deg) translateX(100px) rotateZ(58deg);
  }
  80% {
    transform: rotateZ(-58deg) rotateY(70deg) translateX(100px) rotateZ(58deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-58deg) rotateY(70deg) translateX(300px) rotateZ(58deg);
  }
}
.c:nth-child(204) {
  animation: orbit204 14s infinite;
  animation-delay: 2.04s;
  background-color: #008bff;
}

@keyframes orbit204 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-161deg) rotateY(223deg) translateX(100px) rotateZ(161deg);
  }
  80% {
    transform: rotateZ(-161deg) rotateY(223deg) translateX(100px) rotateZ(161deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-161deg) rotateY(223deg) translateX(300px) rotateZ(161deg);
  }
}
.c:nth-child(205) {
  animation: orbit205 14s infinite;
  animation-delay: 2.05s;
  background-color: #008bff;
}

@keyframes orbit205 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-169deg) rotateY(224deg) translateX(100px) rotateZ(169deg);
  }
  80% {
    transform: rotateZ(-169deg) rotateY(224deg) translateX(100px) rotateZ(169deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-169deg) rotateY(224deg) translateX(300px) rotateZ(169deg);
  }
}
.c:nth-child(206) {
  animation: orbit206 14s infinite;
  animation-delay: 2.06s;
  background-color: #008aff;
}

@keyframes orbit206 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(295deg) translateX(100px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(295deg) translateX(100px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(295deg) translateX(300px) rotateZ(350deg);
  }
}
.c:nth-child(207) {
  animation: orbit207 14s infinite;
  animation-delay: 2.07s;
  background-color: #008aff;
}

@keyframes orbit207 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(63deg) translateX(100px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(63deg) translateX(100px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(63deg) translateX(300px) rotateZ(190deg);
  }
}
.c:nth-child(208) {
  animation: orbit208 14s infinite;
  animation-delay: 2.08s;
  background-color: #0089ff;
}

@keyframes orbit208 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-330deg) rotateY(221deg) translateX(100px) rotateZ(330deg);
  }
  80% {
    transform: rotateZ(-330deg) rotateY(221deg) translateX(100px) rotateZ(330deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-330deg) rotateY(221deg) translateX(300px) rotateZ(330deg);
  }
}
.c:nth-child(209) {
  animation: orbit209 14s infinite;
  animation-delay: 2.09s;
  background-color: #0089ff;
}

@keyframes orbit209 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-195deg) rotateY(196deg) translateX(100px) rotateZ(195deg);
  }
  80% {
    transform: rotateZ(-195deg) rotateY(196deg) translateX(100px) rotateZ(195deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-195deg) rotateY(196deg) translateX(300px) rotateZ(195deg);
  }
}
.c:nth-child(210) {
  animation: orbit210 14s infinite;
  animation-delay: 2.1s;
  background-color: #0088ff;
}

@keyframes orbit210 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(188deg) translateX(100px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(188deg) translateX(100px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(188deg) translateX(300px) rotateZ(213deg);
  }
}
.c:nth-child(211) {
  animation: orbit211 14s infinite;
  animation-delay: 2.11s;
  background-color: #0087ff;
}

@keyframes orbit211 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(212deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(212deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(212deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(212) {
  animation: orbit212 14s infinite;
  animation-delay: 2.12s;
  background-color: #0087ff;
}

@keyframes orbit212 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-148deg) rotateY(23deg) translateX(100px) rotateZ(148deg);
  }
  80% {
    transform: rotateZ(-148deg) rotateY(23deg) translateX(100px) rotateZ(148deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-148deg) rotateY(23deg) translateX(300px) rotateZ(148deg);
  }
}
.c:nth-child(213) {
  animation: orbit213 14s infinite;
  animation-delay: 2.13s;
  background-color: #0086ff;
}

@keyframes orbit213 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-48deg) rotateY(54deg) translateX(100px) rotateZ(48deg);
  }
  80% {
    transform: rotateZ(-48deg) rotateY(54deg) translateX(100px) rotateZ(48deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-48deg) rotateY(54deg) translateX(300px) rotateZ(48deg);
  }
}
.c:nth-child(214) {
  animation: orbit214 14s infinite;
  animation-delay: 2.14s;
  background-color: #0086ff;
}

@keyframes orbit214 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(31deg) translateX(100px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(31deg) translateX(100px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(31deg) translateX(300px) rotateZ(266deg);
  }
}
.c:nth-child(215) {
  animation: orbit215 14s infinite;
  animation-delay: 2.15s;
  background-color: #0085ff;
}

@keyframes orbit215 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(283deg) translateX(100px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(283deg) translateX(100px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(283deg) translateX(300px) rotateZ(224deg);
  }
}
.c:nth-child(216) {
  animation: orbit216 14s infinite;
  animation-delay: 2.16s;
  background-color: #0085ff;
}

@keyframes orbit216 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(329deg) translateX(100px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(329deg) translateX(100px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(329deg) translateX(300px) rotateZ(141deg);
  }
}
.c:nth-child(217) {
  animation: orbit217 14s infinite;
  animation-delay: 2.17s;
  background-color: #0084ff;
}

@keyframes orbit217 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-47deg) rotateY(177deg) translateX(100px) rotateZ(47deg);
  }
  80% {
    transform: rotateZ(-47deg) rotateY(177deg) translateX(100px) rotateZ(47deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-47deg) rotateY(177deg) translateX(300px) rotateZ(47deg);
  }
}
.c:nth-child(218) {
  animation: orbit218 14s infinite;
  animation-delay: 2.18s;
  background-color: #0083ff;
}

@keyframes orbit218 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-261deg) rotateY(254deg) translateX(100px) rotateZ(261deg);
  }
  80% {
    transform: rotateZ(-261deg) rotateY(254deg) translateX(100px) rotateZ(261deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-261deg) rotateY(254deg) translateX(300px) rotateZ(261deg);
  }
}
.c:nth-child(219) {
  animation: orbit219 14s infinite;
  animation-delay: 2.19s;
  background-color: #0083ff;
}

@keyframes orbit219 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-279deg) rotateY(245deg) translateX(100px) rotateZ(279deg);
  }
  80% {
    transform: rotateZ(-279deg) rotateY(245deg) translateX(100px) rotateZ(279deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-279deg) rotateY(245deg) translateX(300px) rotateZ(279deg);
  }
}
.c:nth-child(220) {
  animation: orbit220 14s infinite;
  animation-delay: 2.2s;
  background-color: #0082ff;
}

@keyframes orbit220 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-217deg) rotateY(341deg) translateX(100px) rotateZ(217deg);
  }
  80% {
    transform: rotateZ(-217deg) rotateY(341deg) translateX(100px) rotateZ(217deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-217deg) rotateY(341deg) translateX(300px) rotateZ(217deg);
  }
}
.c:nth-child(221) {
  animation: orbit221 14s infinite;
  animation-delay: 2.21s;
  background-color: #0082ff;
}

@keyframes orbit221 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-308deg) rotateY(205deg) translateX(100px) rotateZ(308deg);
  }
  80% {
    transform: rotateZ(-308deg) rotateY(205deg) translateX(100px) rotateZ(308deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-308deg) rotateY(205deg) translateX(300px) rotateZ(308deg);
  }
}
.c:nth-child(222) {
  animation: orbit222 14s infinite;
  animation-delay: 2.22s;
  background-color: #0081ff;
}

@keyframes orbit222 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-22deg) rotateY(248deg) translateX(100px) rotateZ(22deg);
  }
  80% {
    transform: rotateZ(-22deg) rotateY(248deg) translateX(100px) rotateZ(22deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-22deg) rotateY(248deg) translateX(300px) rotateZ(22deg);
  }
}
.c:nth-child(223) {
  animation: orbit223 14s infinite;
  animation-delay: 2.23s;
  background-color: #0081ff;
}

@keyframes orbit223 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-31deg) rotateY(191deg) translateX(100px) rotateZ(31deg);
  }
  80% {
    transform: rotateZ(-31deg) rotateY(191deg) translateX(100px) rotateZ(31deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-31deg) rotateY(191deg) translateX(300px) rotateZ(31deg);
  }
}
.c:nth-child(224) {
  animation: orbit224 14s infinite;
  animation-delay: 2.24s;
  background-color: #0080ff;
}

@keyframes orbit224 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(40deg) translateX(100px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(40deg) translateX(100px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(40deg) translateX(300px) rotateZ(249deg);
  }
}
.c:nth-child(225) {
  animation: orbit225 14s infinite;
  animation-delay: 2.25s;
  background-color: #0080ff;
}

@keyframes orbit225 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-60deg) rotateY(112deg) translateX(100px) rotateZ(60deg);
  }
  80% {
    transform: rotateZ(-60deg) rotateY(112deg) translateX(100px) rotateZ(60deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-60deg) rotateY(112deg) translateX(300px) rotateZ(60deg);
  }
}
.c:nth-child(226) {
  animation: orbit226 14s infinite;
  animation-delay: 2.26s;
  background-color: #007fff;
}

@keyframes orbit226 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(290deg) translateX(100px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(290deg) translateX(100px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(290deg) translateX(300px) rotateZ(112deg);
  }
}
.c:nth-child(227) {
  animation: orbit227 14s infinite;
  animation-delay: 2.27s;
  background-color: #007eff;
}

@keyframes orbit227 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-284deg) rotateY(91deg) translateX(100px) rotateZ(284deg);
  }
  80% {
    transform: rotateZ(-284deg) rotateY(91deg) translateX(100px) rotateZ(284deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-284deg) rotateY(91deg) translateX(300px) rotateZ(284deg);
  }
}
.c:nth-child(228) {
  animation: orbit228 14s infinite;
  animation-delay: 2.28s;
  background-color: #007eff;
}

@keyframes orbit228 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-251deg) rotateY(120deg) translateX(100px) rotateZ(251deg);
  }
  80% {
    transform: rotateZ(-251deg) rotateY(120deg) translateX(100px) rotateZ(251deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-251deg) rotateY(120deg) translateX(300px) rotateZ(251deg);
  }
}
.c:nth-child(229) {
  animation: orbit229 14s infinite;
  animation-delay: 2.29s;
  background-color: #007dff;
}

@keyframes orbit229 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(100px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(100px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(300px) rotateZ(88deg);
  }
}
.c:nth-child(230) {
  animation: orbit230 14s infinite;
  animation-delay: 2.3s;
  background-color: #007dff;
}

@keyframes orbit230 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-327deg) rotateY(202deg) translateX(100px) rotateZ(327deg);
  }
  80% {
    transform: rotateZ(-327deg) rotateY(202deg) translateX(100px) rotateZ(327deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-327deg) rotateY(202deg) translateX(300px) rotateZ(327deg);
  }
}
.c:nth-child(231) {
  animation: orbit231 14s infinite;
  animation-delay: 2.31s;
  background-color: #007cff;
}

@keyframes orbit231 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-57deg) rotateY(6deg) translateX(100px) rotateZ(57deg);
  }
  80% {
    transform: rotateZ(-57deg) rotateY(6deg) translateX(100px) rotateZ(57deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-57deg) rotateY(6deg) translateX(300px) rotateZ(57deg);
  }
}
.c:nth-child(232) {
  animation: orbit232 14s infinite;
  animation-delay: 2.32s;
  background-color: #007cff;
}

@keyframes orbit232 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-255deg) rotateY(94deg) translateX(100px) rotateZ(255deg);
  }
  80% {
    transform: rotateZ(-255deg) rotateY(94deg) translateX(100px) rotateZ(255deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-255deg) rotateY(94deg) translateX(300px) rotateZ(255deg);
  }
}
.c:nth-child(233) {
  animation: orbit233 14s infinite;
  animation-delay: 2.33s;
  background-color: #007bff;
}

@keyframes orbit233 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-139deg) rotateY(98deg) translateX(100px) rotateZ(139deg);
  }
  80% {
    transform: rotateZ(-139deg) rotateY(98deg) translateX(100px) rotateZ(139deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-139deg) rotateY(98deg) translateX(300px) rotateZ(139deg);
  }
}
.c:nth-child(234) {
  animation: orbit234 14s infinite;
  animation-delay: 2.34s;
  background-color: #007aff;
}

@keyframes orbit234 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(232deg) translateX(100px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(232deg) translateX(100px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(232deg) translateX(300px) rotateZ(15deg);
  }
}
.c:nth-child(235) {
  animation: orbit235 14s infinite;
  animation-delay: 2.35s;
  background-color: #007aff;
}

@keyframes orbit235 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-41deg) rotateY(70deg) translateX(100px) rotateZ(41deg);
  }
  80% {
    transform: rotateZ(-41deg) rotateY(70deg) translateX(100px) rotateZ(41deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-41deg) rotateY(70deg) translateX(300px) rotateZ(41deg);
  }
}
.c:nth-child(236) {
  animation: orbit236 14s infinite;
  animation-delay: 2.36s;
  background-color: #0079ff;
}

@keyframes orbit236 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-295deg) rotateY(107deg) translateX(100px) rotateZ(295deg);
  }
  80% {
    transform: rotateZ(-295deg) rotateY(107deg) translateX(100px) rotateZ(295deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-295deg) rotateY(107deg) translateX(300px) rotateZ(295deg);
  }
}
.c:nth-child(237) {
  animation: orbit237 14s infinite;
  animation-delay: 2.37s;
  background-color: #0079ff;
}

@keyframes orbit237 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-3deg) rotateY(104deg) translateX(100px) rotateZ(3deg);
  }
  80% {
    transform: rotateZ(-3deg) rotateY(104deg) translateX(100px) rotateZ(3deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-3deg) rotateY(104deg) translateX(300px) rotateZ(3deg);
  }
}
.c:nth-child(238) {
  animation: orbit238 14s infinite;
  animation-delay: 2.38s;
  background-color: #0078ff;
}

@keyframes orbit238 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-172deg) rotateY(25deg) translateX(100px) rotateZ(172deg);
  }
  80% {
    transform: rotateZ(-172deg) rotateY(25deg) translateX(100px) rotateZ(172deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-172deg) rotateY(25deg) translateX(300px) rotateZ(172deg);
  }
}
.c:nth-child(239) {
  animation: orbit239 14s infinite;
  animation-delay: 2.39s;
  background-color: #0078ff;
}

@keyframes orbit239 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-255deg) rotateY(352deg) translateX(100px) rotateZ(255deg);
  }
  80% {
    transform: rotateZ(-255deg) rotateY(352deg) translateX(100px) rotateZ(255deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-255deg) rotateY(352deg) translateX(300px) rotateZ(255deg);
  }
}
.c:nth-child(240) {
  animation: orbit240 14s infinite;
  animation-delay: 2.4s;
  background-color: #0077ff;
}

@keyframes orbit240 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-191deg) rotateY(172deg) translateX(100px) rotateZ(191deg);
  }
  80% {
    transform: rotateZ(-191deg) rotateY(172deg) translateX(100px) rotateZ(191deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-191deg) rotateY(172deg) translateX(300px) rotateZ(191deg);
  }
}
.c:nth-child(241) {
  animation: orbit241 14s infinite;
  animation-delay: 2.41s;
  background-color: #0076ff;
}

@keyframes orbit241 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-195deg) rotateY(13deg) translateX(100px) rotateZ(195deg);
  }
  80% {
    transform: rotateZ(-195deg) rotateY(13deg) translateX(100px) rotateZ(195deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-195deg) rotateY(13deg) translateX(300px) rotateZ(195deg);
  }
}
.c:nth-child(242) {
  animation: orbit242 14s infinite;
  animation-delay: 2.42s;
  background-color: #0076ff;
}

@keyframes orbit242 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-154deg) rotateY(74deg) translateX(100px) rotateZ(154deg);
  }
  80% {
    transform: rotateZ(-154deg) rotateY(74deg) translateX(100px) rotateZ(154deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-154deg) rotateY(74deg) translateX(300px) rotateZ(154deg);
  }
}
.c:nth-child(243) {
  animation: orbit243 14s infinite;
  animation-delay: 2.43s;
  background-color: #0075ff;
}

@keyframes orbit243 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-231deg) rotateY(125deg) translateX(100px) rotateZ(231deg);
  }
  80% {
    transform: rotateZ(-231deg) rotateY(125deg) translateX(100px) rotateZ(231deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-231deg) rotateY(125deg) translateX(300px) rotateZ(231deg);
  }
}
.c:nth-child(244) {
  animation: orbit244 14s infinite;
  animation-delay: 2.44s;
  background-color: #0075ff;
}

@keyframes orbit244 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(310deg) translateX(100px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(310deg) translateX(100px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(310deg) translateX(300px) rotateZ(224deg);
  }
}
.c:nth-child(245) {
  animation: orbit245 14s infinite;
  animation-delay: 2.45s;
  background-color: #0074ff;
}

@keyframes orbit245 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(83deg) translateX(100px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(83deg) translateX(100px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(83deg) translateX(300px) rotateZ(359deg);
  }
}
.c:nth-child(246) {
  animation: orbit246 14s infinite;
  animation-delay: 2.46s;
  background-color: #0074ff;
}

@keyframes orbit246 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-232deg) rotateY(311deg) translateX(100px) rotateZ(232deg);
  }
  80% {
    transform: rotateZ(-232deg) rotateY(311deg) translateX(100px) rotateZ(232deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-232deg) rotateY(311deg) translateX(300px) rotateZ(232deg);
  }
}
.c:nth-child(247) {
  animation: orbit247 14s infinite;
  animation-delay: 2.47s;
  background-color: #0073ff;
}

@keyframes orbit247 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-360deg) rotateY(265deg) translateX(100px) rotateZ(360deg);
  }
  80% {
    transform: rotateZ(-360deg) rotateY(265deg) translateX(100px) rotateZ(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-360deg) rotateY(265deg) translateX(300px) rotateZ(360deg);
  }
}
.c:nth-child(248) {
  animation: orbit248 14s infinite;
  animation-delay: 2.48s;
  background-color: #0072ff;
}

@keyframes orbit248 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(333deg) translateX(100px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(333deg) translateX(100px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(333deg) translateX(300px) rotateZ(320deg);
  }
}
.c:nth-child(249) {
  animation: orbit249 14s infinite;
  animation-delay: 2.49s;
  background-color: #0072ff;
}

@keyframes orbit249 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(240deg) translateX(100px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(240deg) translateX(100px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(240deg) translateX(300px) rotateZ(141deg);
  }
}
.c:nth-child(250) {
  animation: orbit250 14s infinite;
  animation-delay: 2.5s;
  background-color: #0071ff;
}

@keyframes orbit250 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-193deg) rotateY(221deg) translateX(100px) rotateZ(193deg);
  }
  80% {
    transform: rotateZ(-193deg) rotateY(221deg) translateX(100px) rotateZ(193deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-193deg) rotateY(221deg) translateX(300px) rotateZ(193deg);
  }
}
.c:nth-child(251) {
  animation: orbit251 14s infinite;
  animation-delay: 2.51s;
  background-color: #0071ff;
}

@keyframes orbit251 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(259deg) translateX(100px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(259deg) translateX(100px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(259deg) translateX(300px) rotateZ(81deg);
  }
}
.c:nth-child(252) {
  animation: orbit252 14s infinite;
  animation-delay: 2.52s;
  background-color: #0070ff;
}

@keyframes orbit252 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(58deg) translateX(100px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(58deg) translateX(100px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(58deg) translateX(300px) rotateZ(263deg);
  }
}
.c:nth-child(253) {
  animation: orbit253 14s infinite;
  animation-delay: 2.53s;
  background-color: #0070ff;
}

@keyframes orbit253 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(236deg) translateX(100px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(236deg) translateX(100px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(236deg) translateX(300px) rotateZ(85deg);
  }
}
.c:nth-child(254) {
  animation: orbit254 14s infinite;
  animation-delay: 2.54s;
  background-color: #006fff;
}

@keyframes orbit254 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-324deg) rotateY(212deg) translateX(100px) rotateZ(324deg);
  }
  80% {
    transform: rotateZ(-324deg) rotateY(212deg) translateX(100px) rotateZ(324deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-324deg) rotateY(212deg) translateX(300px) rotateZ(324deg);
  }
}
.c:nth-child(255) {
  animation: orbit255 14s infinite;
  animation-delay: 2.55s;
  background-color: #006fff;
}

@keyframes orbit255 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-319deg) rotateY(76deg) translateX(100px) rotateZ(319deg);
  }
  80% {
    transform: rotateZ(-319deg) rotateY(76deg) translateX(100px) rotateZ(319deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-319deg) rotateY(76deg) translateX(300px) rotateZ(319deg);
  }
}
.c:nth-child(256) {
  animation: orbit256 14s infinite;
  animation-delay: 2.56s;
  background-color: #006eff;
}

@keyframes orbit256 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(287deg) translateX(100px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(287deg) translateX(100px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(287deg) translateX(300px) rotateZ(289deg);
  }
}
.c:nth-child(257) {
  animation: orbit257 14s infinite;
  animation-delay: 2.57s;
  background-color: #006dff;
}

@keyframes orbit257 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(66deg) translateX(100px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(66deg) translateX(100px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(66deg) translateX(300px) rotateZ(187deg);
  }
}
.c:nth-child(258) {
  animation: orbit258 14s infinite;
  animation-delay: 2.58s;
  background-color: #006dff;
}

@keyframes orbit258 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(36deg) translateX(100px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(36deg) translateX(100px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(36deg) translateX(300px) rotateZ(105deg);
  }
}
.c:nth-child(259) {
  animation: orbit259 14s infinite;
  animation-delay: 2.59s;
  background-color: #006cff;
}

@keyframes orbit259 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(113deg) translateX(100px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(113deg) translateX(100px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(113deg) translateX(300px) rotateZ(260deg);
  }
}
.c:nth-child(260) {
  animation: orbit260 14s infinite;
  animation-delay: 2.6s;
  background-color: #006cff;
}

@keyframes orbit260 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(342deg) translateX(100px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(342deg) translateX(100px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(342deg) translateX(300px) rotateZ(287deg);
  }
}
.c:nth-child(261) {
  animation: orbit261 14s infinite;
  animation-delay: 2.61s;
  background-color: #006bff;
}

@keyframes orbit261 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-250deg) rotateY(332deg) translateX(100px) rotateZ(250deg);
  }
  80% {
    transform: rotateZ(-250deg) rotateY(332deg) translateX(100px) rotateZ(250deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-250deg) rotateY(332deg) translateX(300px) rotateZ(250deg);
  }
}
.c:nth-child(262) {
  animation: orbit262 14s infinite;
  animation-delay: 2.62s;
  background-color: #006bff;
}

@keyframes orbit262 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-117deg) rotateY(24deg) translateX(100px) rotateZ(117deg);
  }
  80% {
    transform: rotateZ(-117deg) rotateY(24deg) translateX(100px) rotateZ(117deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-117deg) rotateY(24deg) translateX(300px) rotateZ(117deg);
  }
}
.c:nth-child(263) {
  animation: orbit263 14s infinite;
  animation-delay: 2.63s;
  background-color: #006aff;
}

@keyframes orbit263 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(74deg) translateX(100px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(74deg) translateX(100px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(74deg) translateX(300px) rotateZ(171deg);
  }
}
.c:nth-child(264) {
  animation: orbit264 14s infinite;
  animation-delay: 2.64s;
  background-color: #0069ff;
}

@keyframes orbit264 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(100px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(100px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(300px) rotateZ(43deg);
  }
}
.c:nth-child(265) {
  animation: orbit265 14s infinite;
  animation-delay: 2.65s;
  background-color: #0069ff;
}

@keyframes orbit265 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(155deg) translateX(100px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(155deg) translateX(100px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(155deg) translateX(300px) rotateZ(111deg);
  }
}
.c:nth-child(266) {
  animation: orbit266 14s infinite;
  animation-delay: 2.66s;
  background-color: #0068ff;
}

@keyframes orbit266 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-135deg) rotateY(212deg) translateX(100px) rotateZ(135deg);
  }
  80% {
    transform: rotateZ(-135deg) rotateY(212deg) translateX(100px) rotateZ(135deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-135deg) rotateY(212deg) translateX(300px) rotateZ(135deg);
  }
}
.c:nth-child(267) {
  animation: orbit267 14s infinite;
  animation-delay: 2.67s;
  background-color: #0068ff;
}

@keyframes orbit267 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(73deg) translateX(100px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(73deg) translateX(100px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(73deg) translateX(300px) rotateZ(52deg);
  }
}
.c:nth-child(268) {
  animation: orbit268 14s infinite;
  animation-delay: 2.68s;
  background-color: #0067ff;
}

@keyframes orbit268 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(100px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(100px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(300px) rotateZ(213deg);
  }
}
.c:nth-child(269) {
  animation: orbit269 14s infinite;
  animation-delay: 2.69s;
  background-color: #0067ff;
}

@keyframes orbit269 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(32deg) translateX(100px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(32deg) translateX(100px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(32deg) translateX(300px) rotateZ(220deg);
  }
}
.c:nth-child(270) {
  animation: orbit270 14s infinite;
  animation-delay: 2.7s;
  background-color: #0066ff;
}

@keyframes orbit270 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-340deg) rotateY(221deg) translateX(100px) rotateZ(340deg);
  }
  80% {
    transform: rotateZ(-340deg) rotateY(221deg) translateX(100px) rotateZ(340deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-340deg) rotateY(221deg) translateX(300px) rotateZ(340deg);
  }
}
.c:nth-child(271) {
  animation: orbit271 14s infinite;
  animation-delay: 2.71s;
  background-color: #0065ff;
}

@keyframes orbit271 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(97deg) translateX(100px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(97deg) translateX(100px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(97deg) translateX(300px) rotateZ(52deg);
  }
}
.c:nth-child(272) {
  animation: orbit272 14s infinite;
  animation-delay: 2.72s;
  background-color: #0065ff;
}

@keyframes orbit272 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-252deg) rotateY(18deg) translateX(100px) rotateZ(252deg);
  }
  80% {
    transform: rotateZ(-252deg) rotateY(18deg) translateX(100px) rotateZ(252deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-252deg) rotateY(18deg) translateX(300px) rotateZ(252deg);
  }
}
.c:nth-child(273) {
  animation: orbit273 14s infinite;
  animation-delay: 2.73s;
  background-color: #0064ff;
}

@keyframes orbit273 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-243deg) rotateY(350deg) translateX(100px) rotateZ(243deg);
  }
  80% {
    transform: rotateZ(-243deg) rotateY(350deg) translateX(100px) rotateZ(243deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-243deg) rotateY(350deg) translateX(300px) rotateZ(243deg);
  }
}
.c:nth-child(274) {
  animation: orbit274 14s infinite;
  animation-delay: 2.74s;
  background-color: #0064ff;
}

@keyframes orbit274 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(184deg) translateX(100px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(184deg) translateX(100px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(184deg) translateX(300px) rotateZ(223deg);
  }
}
.c:nth-child(275) {
  animation: orbit275 14s infinite;
  animation-delay: 2.75s;
  background-color: #0063ff;
}

@keyframes orbit275 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-36deg) rotateY(172deg) translateX(100px) rotateZ(36deg);
  }
  80% {
    transform: rotateZ(-36deg) rotateY(172deg) translateX(100px) rotateZ(36deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-36deg) rotateY(172deg) translateX(300px) rotateZ(36deg);
  }
}
.c:nth-child(276) {
  animation: orbit276 14s infinite;
  animation-delay: 2.76s;
  background-color: #0063ff;
}

@keyframes orbit276 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(248deg) translateX(100px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(248deg) translateX(100px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(248deg) translateX(300px) rotateZ(68deg);
  }
}
.c:nth-child(277) {
  animation: orbit277 14s infinite;
  animation-delay: 2.77s;
  background-color: #0062ff;
}

@keyframes orbit277 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-307deg) rotateY(240deg) translateX(100px) rotateZ(307deg);
  }
  80% {
    transform: rotateZ(-307deg) rotateY(240deg) translateX(100px) rotateZ(307deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-307deg) rotateY(240deg) translateX(300px) rotateZ(307deg);
  }
}
.c:nth-child(278) {
  animation: orbit278 14s infinite;
  animation-delay: 2.78s;
  background-color: #0061ff;
}

@keyframes orbit278 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-210deg) rotateY(56deg) translateX(100px) rotateZ(210deg);
  }
  80% {
    transform: rotateZ(-210deg) rotateY(56deg) translateX(100px) rotateZ(210deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-210deg) rotateY(56deg) translateX(300px) rotateZ(210deg);
  }
}
.c:nth-child(279) {
  animation: orbit279 14s infinite;
  animation-delay: 2.79s;
  background-color: #0061ff;
}

@keyframes orbit279 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(193deg) translateX(100px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(193deg) translateX(100px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(193deg) translateX(300px) rotateZ(77deg);
  }
}
.c:nth-child(280) {
  animation: orbit280 14s infinite;
  animation-delay: 2.8s;
  background-color: #0060ff;
}

@keyframes orbit280 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-4deg) rotateY(339deg) translateX(100px) rotateZ(4deg);
  }
  80% {
    transform: rotateZ(-4deg) rotateY(339deg) translateX(100px) rotateZ(4deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-4deg) rotateY(339deg) translateX(300px) rotateZ(4deg);
  }
}
.c:nth-child(281) {
  animation: orbit281 14s infinite;
  animation-delay: 2.81s;
  background-color: #0060ff;
}

@keyframes orbit281 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(36deg) translateX(100px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(36deg) translateX(100px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(36deg) translateX(300px) rotateZ(263deg);
  }
}
.c:nth-child(282) {
  animation: orbit282 14s infinite;
  animation-delay: 2.82s;
  background-color: #005fff;
}

@keyframes orbit282 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-295deg) rotateY(203deg) translateX(100px) rotateZ(295deg);
  }
  80% {
    transform: rotateZ(-295deg) rotateY(203deg) translateX(100px) rotateZ(295deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-295deg) rotateY(203deg) translateX(300px) rotateZ(295deg);
  }
}
.c:nth-child(283) {
  animation: orbit283 14s infinite;
  animation-delay: 2.83s;
  background-color: #005fff;
}

@keyframes orbit283 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-97deg) rotateY(195deg) translateX(100px) rotateZ(97deg);
  }
  80% {
    transform: rotateZ(-97deg) rotateY(195deg) translateX(100px) rotateZ(97deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-97deg) rotateY(195deg) translateX(300px) rotateZ(97deg);
  }
}
.c:nth-child(284) {
  animation: orbit284 14s infinite;
  animation-delay: 2.84s;
  background-color: #005eff;
}

@keyframes orbit284 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(109deg) translateX(100px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(109deg) translateX(100px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(109deg) translateX(300px) rotateZ(227deg);
  }
}
.c:nth-child(285) {
  animation: orbit285 14s infinite;
  animation-delay: 2.85s;
  background-color: #005eff;
}

@keyframes orbit285 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-121deg) rotateY(194deg) translateX(100px) rotateZ(121deg);
  }
  80% {
    transform: rotateZ(-121deg) rotateY(194deg) translateX(100px) rotateZ(121deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-121deg) rotateY(194deg) translateX(300px) rotateZ(121deg);
  }
}
.c:nth-child(286) {
  animation: orbit286 14s infinite;
  animation-delay: 2.86s;
  background-color: #005dff;
}

@keyframes orbit286 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-156deg) rotateY(132deg) translateX(100px) rotateZ(156deg);
  }
  80% {
    transform: rotateZ(-156deg) rotateY(132deg) translateX(100px) rotateZ(156deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-156deg) rotateY(132deg) translateX(300px) rotateZ(156deg);
  }
}
.c:nth-child(287) {
  animation: orbit287 14s infinite;
  animation-delay: 2.87s;
  background-color: #005cff;
}

@keyframes orbit287 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-159deg) rotateY(271deg) translateX(100px) rotateZ(159deg);
  }
  80% {
    transform: rotateZ(-159deg) rotateY(271deg) translateX(100px) rotateZ(159deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-159deg) rotateY(271deg) translateX(300px) rotateZ(159deg);
  }
}
.c:nth-child(288) {
  animation: orbit288 14s infinite;
  animation-delay: 2.88s;
  background-color: #005cff;
}

@keyframes orbit288 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(254deg) translateX(100px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(254deg) translateX(100px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(254deg) translateX(300px) rotateZ(273deg);
  }
}
.c:nth-child(289) {
  animation: orbit289 14s infinite;
  animation-delay: 2.89s;
  background-color: #005bff;
}

@keyframes orbit289 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(204deg) translateX(100px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(204deg) translateX(100px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(204deg) translateX(300px) rotateZ(183deg);
  }
}
.c:nth-child(290) {
  animation: orbit290 14s infinite;
  animation-delay: 2.9s;
  background-color: #005bff;
}

@keyframes orbit290 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(145deg) translateX(100px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(145deg) translateX(100px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(145deg) translateX(300px) rotateZ(244deg);
  }
}
.c:nth-child(291) {
  animation: orbit291 14s infinite;
  animation-delay: 2.91s;
  background-color: #005aff;
}

@keyframes orbit291 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-90deg) rotateY(360deg) translateX(100px) rotateZ(90deg);
  }
  80% {
    transform: rotateZ(-90deg) rotateY(360deg) translateX(100px) rotateZ(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-90deg) rotateY(360deg) translateX(300px) rotateZ(90deg);
  }
}
.c:nth-child(292) {
  animation: orbit292 14s infinite;
  animation-delay: 2.92s;
  background-color: #005aff;
}

@keyframes orbit292 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-116deg) rotateY(104deg) translateX(100px) rotateZ(116deg);
  }
  80% {
    transform: rotateZ(-116deg) rotateY(104deg) translateX(100px) rotateZ(116deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-116deg) rotateY(104deg) translateX(300px) rotateZ(116deg);
  }
}
.c:nth-child(293) {
  animation: orbit293 14s infinite;
  animation-delay: 2.93s;
  background-color: #0059ff;
}

@keyframes orbit293 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(140deg) translateX(100px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(140deg) translateX(100px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(140deg) translateX(300px) rotateZ(221deg);
  }
}
.c:nth-child(294) {
  animation: orbit294 14s infinite;
  animation-delay: 2.94s;
  background-color: #0058ff;
}

@keyframes orbit294 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-246deg) rotateY(36deg) translateX(100px) rotateZ(246deg);
  }
  80% {
    transform: rotateZ(-246deg) rotateY(36deg) translateX(100px) rotateZ(246deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-246deg) rotateY(36deg) translateX(300px) rotateZ(246deg);
  }
}
.c:nth-child(295) {
  animation: orbit295 14s infinite;
  animation-delay: 2.95s;
  background-color: #0058ff;
}

@keyframes orbit295 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(16deg) translateX(100px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(16deg) translateX(100px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(16deg) translateX(300px) rotateZ(292deg);
  }
}
.c:nth-child(296) {
  animation: orbit296 14s infinite;
  animation-delay: 2.96s;
  background-color: #0057ff;
}

@keyframes orbit296 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-274deg) rotateY(143deg) translateX(100px) rotateZ(274deg);
  }
  80% {
    transform: rotateZ(-274deg) rotateY(143deg) translateX(100px) rotateZ(274deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-274deg) rotateY(143deg) translateX(300px) rotateZ(274deg);
  }
}
.c:nth-child(297) {
  animation: orbit297 14s infinite;
  animation-delay: 2.97s;
  background-color: #0057ff;
}

@keyframes orbit297 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(179deg) translateX(100px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(179deg) translateX(100px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(179deg) translateX(300px) rotateZ(2deg);
  }
}
.c:nth-child(298) {
  animation: orbit298 14s infinite;
  animation-delay: 2.98s;
  background-color: #0056ff;
}

@keyframes orbit298 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-277deg) rotateY(323deg) translateX(100px) rotateZ(277deg);
  }
  80% {
    transform: rotateZ(-277deg) rotateY(323deg) translateX(100px) rotateZ(277deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-277deg) rotateY(323deg) translateX(300px) rotateZ(277deg);
  }
}
.c:nth-child(299) {
  animation: orbit299 14s infinite;
  animation-delay: 2.99s;
  background-color: #0056ff;
}

@keyframes orbit299 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(4deg) translateX(100px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(4deg) translateX(100px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(4deg) translateX(300px) rotateZ(352deg);
  }
}
.c:nth-child(300) {
  animation: orbit300 14s infinite;
  animation-delay: 3s;
  background-color: #0055ff;
}

@keyframes orbit300 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-230deg) rotateY(336deg) translateX(100px) rotateZ(230deg);
  }
  80% {
    transform: rotateZ(-230deg) rotateY(336deg) translateX(100px) rotateZ(230deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-230deg) rotateY(336deg) translateX(300px) rotateZ(230deg);
  }
}
.orb-wrap {
  float: right;
}

.divide {
  width: 100%;
  margin: 20px 0;
  height: 1px;
  background: #FFF;
}

.page-id-305 #call-to-action-repeater,
.page-id-305 #services {
  display: none;
}

.page-id-305 #content-repeater-alt h3 {
  font-size: 22px;
  color: #1d5a9e;
}
.page-id-305 #content-repeater-alt img {
  max-height: 400px;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
}
.page-id-305 #content-repeater-alt .section {
  margin-bottom: 40px;
}

.page-id-305 #service-col .flex-cols {
  display: none;
}

.rcp_header {
  font-size: 22px;
  line-height: normal;
  padding: 40px 40px 0 40px;
  text-align: center;
}

.rcp_form {
  color: #FFF;
}
.rcp_form p {
  color: #FFF;
}

.rcp_login_link, .rcp_subscription_fieldset, .rcp_registration_total {
  display: none;
}

.rcp_form p {
  width: 50%;
}

#rcp_submit {
  border-radius: 60px;
  color: #161616;
  margin: 20px 0 40px;
}

#rcp_registration_form {
  padding: 20px 40px !important;
}

.single .post .entry-header {
  display: none;
}
.single .post .entry-content .button, .single .post .entry-content .wp-block-file__button {
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
  background: #1d5a9e;
  padding: 10px 20px;
  color: #FFF;
  background: #1d5a9e;
  position: relative;
  font-size: 16px;
}
.single .post .entry-content .button:after, .single .post .entry-content .wp-block-file__button:after {
  top: 7px;
  right: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  font-size: 22px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #FFF;
  font-size: 16px;
}

#news .entry-content .button {
  color: #FFF;
  text-align: left;
}

.single .post-navigation {
  display: none;
}

.restricted-content {
  background: #f00;
  color: #FFF;
  border-radius: 60px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  margin: 0px auto;
  width: auto;
  max-width: 600px;
  float: none;
}

.rcp_form .rcp_user_fieldset input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  max-width: 98% !important;
}

#rcp_agree_to_privacy_policy_wrap a {
  color: #FFF;
}

.rcp_form label {
  margin-bottom: 10px;
}

#news .news-cols .restricted-content {
  padding: 20px;
  margin: 20px 0 10px 0;
  display: block;
}

.single .post .entry-header {
  display: none;
}
.single .post .entry-content .big-button {
  max-width: 600px;
}

#rcp_submit_wrap {
  width: 100%;
}

p.rcp_error {
  width: 30%;
  float: left !important;
  margin-right: 3% !important;
  color: #fff !important;
  background: none !important;
  border-radius: 60px !important;
}

.rcp_message .rcp_pending_member {
  text-align: center;
  margin: 0 auto !important;
  float: none !important;
}

#particles-js2 {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#more-jobs {
  position: relative;
  overflow: hidden;
}

.home #steps {
  display: none;
}

.contact-checks .wpcf7-form-control {
  display: block !important;
  background: none !important;
}
.contact-checks .wpcf7-form-control .wpcf7-list-item {
  width: 100% !important;
  clear: both !important;
}

.resource-form .wpcf7-submit {
  padding: 10px 20px;
  color: #FFF;
  background: #b8b8b8;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  max-width: 200px;
  border-radius: 60px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin: 10px auto 0;
  float: left;
  text-align: center;
  display: block;
}
.resource-form .wpcf7-submit:hover {
  background: #1d5a9e;
}

#news .intro p {
  color: #FFF;
}

header {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  min-height: 84px;
}
header .wrap {
  position: relative;
  max-width: none;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  header .wrap {
    padding: 0px 40px;
  }
}
header .logo,
header .alt-logo {
  float: left;
  width: 240px;
  margin: 20px 0 20px 0;
  position: relative;
  z-index: 100;
}
header .logo a,
header .alt-logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  header .logo,
header .alt-logo {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  header .logo,
header .alt-logo {
    width: 240px;
  }
}
@media screen and (min-width: 1500px) {
  header .logo,
header .alt-logo {
    width: 240px;
  }
}
header .logo img,
header .alt-logo img {
  width: 100%;
  height: auto;
}

.shrink {
  position: fixed;
  height: 84px;
  z-index: 2000;
  top: 0px;
  background: #000000;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.shrink .menu-main-navigation-container {
  position: fixed;
  display: none;
}
@media screen and (min-width: 768px) {
  .shrink .menu-main-navigation-container {
    display: block;
  }
}
.shrink .head-promo {
  display: none;
}
.shrink .wrap {
  position: relative;
}
.shrink .wrap:after {
  display: none;
}
.shrink .main-navigation {
  margin-top: 13px;
}
.shrink .head-buttons {
  margin-top: 17px;
}
.shrink .logo,
.shrink .alt-logo {
  float: left;
  width: 50px;
  margin: 10px 0;
}
.shrink .logo a,
.shrink .alt-logo a {
  display: block;
}
.shrink .logo img,
.shrink .alt-logo img {
  width: 100%;
  height: auto;
}
.shrink .head-buttons .button:after {
  display: none;
}
.head-buttons {
  float: right;
  width: auto;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 0px;
  margin-right: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-buttons {
    float: right;
    text-align: inherit;
    margin-right: 80px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .head-buttons {
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 1151px) {
  .head-buttons {
    margin-top: 24px;
    margin-right: 0;
  }
}
.head-buttons .button {
  min-width: auto;
  padding: 14px;
  float: right;
  background: none;
  color: #FFF;
  padding: 0;
  margin-top: 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: 0px;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}
.head-buttons .button:after {
  display: none;
}
.head-buttons .button i {
  color: #2e1c84;
}
@media screen and (min-width: 1024px) {
  .head-buttons .button {
    margin-left: 20px;
  }
}
.head-buttons .button-alt {
  display: none;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .head-buttons .button-alt {
    display: inline-block;
    color: #FFF;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
  }
  .head-buttons .button-alt .fas {
    font-size: 28px;
    margin-right: 8px;
    position: relative;
    bottom: -6px;
  }
  .head-buttons .button-alt:hover {
    color: #2e1c84;
  }
}

.head-buttons span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .head-buttons span {
    display: inline-block;
    margin-left: 10px;
  }
}
.head-buttons .ico-letter {
  display: inline-block;
  color: #2e1c84;
}

#strapline {
  padding: 0;
  background: #2e1c84;
}
#strapline .strapline-area {
  text-align: center;
  width: 100%;
  padding: 0px;
}
#strapline .strapline-area p {
  color: #fff;
  margin: 0;
  padding: 10px;
}

#static-menu {
  width: auto;
  clear: none;
  margin-top: 13px;
  margin-bottom: 20px;
  list-style-type: none;
}
#static-menu li {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  border-right: solid 1px #FFF;
  line-height: 16px;
}
#static-menu li:last-child {
  border: none;
}
#static-menu li a {
  padding: 0px 20px;
  margin: 0 0px;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  position: relative;
}
#static-menu li a:hover {
  color: #1d5a9e;
  text-decoration: underline;
}
#static-menu li a:last-child {
  border: none;
}
@media screen and (min-width: 1151px) {
  #static-menu li a {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1200px) {
  #static-menu li a {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1300px) {
  #static-menu li a {
    padding: 0px 20px;
    font-size: 16px;
    margin: 0px;
  }
}
@media screen and (min-width: 1151px) {
  #static-menu {
    display: inline-block;
  }
}
#static-menu .menu-item-has-children a {
  padding-right: 20px;
}
#static-menu .menu-item-has-children:after {
  right: 14px;
  top: 0px;
  content: "";
  position: absolute;
  font-size: 14px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #1d5a9e;
}
#static-menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
  content: "";
  top: 8px;
}

.main-navigation .menu .sub-menu {
  background: rgba(255, 255, 255, 0.78);
  display: block;
  top: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  box-shadow: none;
}
.main-navigation .menu .sub-menu li {
  border: none;
  line-height: 24px;
}
.main-navigation .menu .sub-menu li a {
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #000000;
}
.main-navigation .menu .sub-menu li a:hover {
  background: #1d5a9e;
  color: #FFF;
}

.main-navigation ul ul a {
  width: 314px;
}

button#responsive-menu-button {
  min-width: 50px;
  right: 20px;
}

button#responsive-menu-button .responsive-menu-box {
  color: #ffffff;
  margin-top: -3px;
}

.alt-logo {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.head-content {
  float: right;
  width: auto;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .head-content {
    display: inline-block;
    width: 70%;
  }
}
@media screen and (min-width: 1151px) {
  .head-content {
    margin-top: 0px;
    width: 70%;
  }
}

#rmp_menu_trigger-471 {
  min-width: auto;
  top: 26px;
  background: #2e1c84;
  right: 20px;
}

#rmp-menu-title-258 .rmp-menu-title-image {
  width: 200%;
  height: auto;
}

#rmp-container-471 {
  background: #2e1c84;
}

header .head-buttons .new-head-button {
  padding: 14px 30px;
  color: #FFF;
  background: #1d5a9e;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  header .head-buttons .new-head-button {
    display: inline-block;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1151px) {
  header .head-buttons .new-head-button {
    margin-right: 0;
  }
}
header .head-buttons .new-head-button:hover {
  background: #2e1c84;
  color: #FFF;
  text-decoration: none;
}

.ico-letter {
  font-weight: 700;
  color: #1d5a9e;
}

button.rmp_menu_trigger {
  min-width: auto;
}

#rmp_menu_trigger-356 {
  top: 10px !important;
  right: 20px !important;
}

#rmp_menu_trigger-370 {
  background: none;
  top: 0;
  width: 48px;
  height: 48px;
  right: 10px;
}
#rmp_menu_trigger-370:hover {
  background: none;
}

#rmp_menu_trigger-662.is-active {
  background: none;
}

#rmp_menu_trigger-370:focus {
  background: none;
}

.social {
  list-style-type: none;
  padding-left: 0;
  float: right;
}
.social li {
  float: left;
}
.social li a {
  margin-left: 10px !important;
}
.social li a .fa-facebook {
  color: #2e1c84;
}
.social li a .fa-linkedin {
  color: #2e1c84;
}
.social li a .fa-instagram {
  color: #2e1c84;
}

.head-info {
  margin-top: 3px;
  float: right;
  clear: both;
  margin-right: 0px;
}
.rmp_menu_trigger {
  background: none !important;
  right: 30px !important;
  top: 24px !important;
  position: absolute !important;
  width: 35px !important;
  padding: 0px !important;
  z-index: 2002 !important;
}
.rmp_menu_trigger:after {
  display: none;
}

.rmp_menu_trigger.fixed {
  position: fixed !important;
  top: 14px !important;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  max-width: 100px !important;
}

#rmp_menu_trigger-414 {
  border-radius: 50%;
}

#rmp_menu_trigger-662 .responsive-menu-pro-inner, #rmp_menu_trigger-662 .responsive-menu-pro-inner::before, #rmp_menu_trigger-662 .responsive-menu-pro-inner::after, #rmp_menu_trigger-662 .rmp-trigger-box {
  width: 100% !important;
}

.menu-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  cursor: pointer;
  z-index: 2;
}
.menu-icon .bar1, .menu-icon .bar2, .menu-icon .bar3 {
  width: 34px;
  height: 3px;
  background-color: #ffffff;
  margin: 8px 0;
  transition: 0.4s;
  border-radius: 10px;
}
.menu-icon.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}
.menu-icon.change .bar2 {
  opacity: 0;
}
.menu-icon.change .bar3 {
  transform: rotate(45deg) translate(-7px, -6px);
}

.fullscreen-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.fullscreen-menu ul li {
  margin: 20px 0;
}
.fullscreen-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s;
  display: block;
}
.fullscreen-menu ul li a:hover {
  color: #1d5a9e;
}
.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.main-navigation ul {
  display: block;
}

#primary-menu li {
  opacity: 0;
}

.head-promo {
  width: 100%;
  background: #1d5a9e;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
}
.head-promo p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .head-promo p {
    font-size: 16px;
  }
}
.head-promo p a {
  text-decoration: underline;
}
.head-promo p a:hover {
  color: #FFF;
}
.head-promo .button {
  background: #FFF;
  padding: 10px;
  color: #000000;
}
.head-promo .button:after {
  right: 10px;
}

.menu-main-navigation-container {
  float: right;
  position: absolute;
  left: 2px;
  right: 2px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  display: none;
}
@media screen and (min-width: 880px) {
  .menu-main-navigation-container {
    display: block;
    left: auto;
    right: 2px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .menu-main-navigation-container {
    left: 2px;
    right: 2px;
    margin: 0 auto;
  }
}
.menu-main-navigation-container li a:hover {
  color: #1d5a9e;
  text-decoration: underline;
}

#rmp-menu-wrap-662 .rmp-menu-item-link {
  padding: 10px !important;
  line-height: normal !important;
}

#rmp-menu-wrap-662 .rmp-menu-current-item .rmp-menu-item-link {
  border-radius: 60px !important;
  margin: 0 20px !important;
  width: auto !important;
}

footer {
  padding-top: 20px;
  background: #000000;
  clear: both;
  padding-bottom: 40px;
  background: linear-gradient(-45deg, #010101 40%, #1e1e1e 50%, #010101 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 8s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
footer .wrap {
  position: relative;
}

.foot-image {
  float: left;
}
.foot-image img {
  width: 100%;
  margin-top: 60px;
  max-width: 200px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1d5a9e;
}

footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  width: auto;
  list-style-type: none;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  margin-right: 14px;
  padding-right: 14px;
}
footer ul li a {
  color: #FFF;
}
footer ul li a .fa-envelope {
  color: #1d5a9e;
}
footer ul li a .fa-phone {
  color: #1d5a9e;
}
footer p {
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.bottom-footer {
  float: left;
  width: 100%;
  background: #000000;
}
.bottom-footer .copy {
  float: left;
  width: 100%;
  padding-bottom: 0;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (min-width: 700px) {
  .bottom-footer .copy {
    width: auto;
    padding-bottom: 0;
  }
}
.bottom-footer .by {
  float: left;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (min-width: 700px) {
  .bottom-footer .by {
    width: auto;
    float: right;
    padding-bottom: 0;
  }
}
.social-media ul {
  float: left;
  width: 100%;
}
.social-media ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.social-media ul li a {
  background: #2e1c84;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #161616;
  line-height: 40px;
}
.social-media ul li a:hover {
  background: #5cc5ca;
}

footer .site-info {
  padding: 20px 0 40px 0;
}
footer .fa-facebook {
  color: #0f5ae4;
}
footer .fa-linkedin {
  color: #0086b4;
}
footer .fa-twitter {
  color: #6fd1f3;
}
footer .fa-instagram {
  color: #f91acc;
}

.footer-3 a span {
  color: #1d5a9e;
}

.menu-wrap {
  width: 100%;
  float: left;
}
.add-list {
  margin-top: 10px;
  overflow: hidden;
  clear: both;
  float: left;
}

.foot-logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .foot-logo {
    display: block;
    position: absolute;
    width: 220px;
    height: auto;
    right: 40px;
    top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .foot-logo {
    top: 60px;
  }
}

footer p a {
  color: #1d5a9e;
}

/* =====================================================
========================================================
==== Owl Carousel
========================================================
===================================================== */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* =====================================================
========================================================
==== FeatherLight
========================================================
===================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    border-radius: 15px;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /*padding: 25px 25px 0;
    border-bottom: 25px solid transparent;*/
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
    position: relative;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/
  }
}
#hero-banner {
  padding: 0;
  position: relative;
  background: black;
  background: linear-gradient(0deg, black 0%, #0d2457 100%);
  height: 640px;
}
@media screen and (min-width: 768px) {
  #hero-banner {
    height: 780px;
  }
}
#hero-banner .background-image {
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #hero-banner .background-image {
    opacity: 1;
  }
}
#hero-banner .background-image img {
  height: 580px;
  object-fit: cover;
}
#hero-banner .banner-content {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  left: 0px;
  right: 0;
  max-width: 1450px;
  margin: 0 auto;
  top: 50%;
  padding-top: 44px;
  transform: translateY(-50%);
}
#hero-banner .banner-content .wrap {
  width: 100%;
  float: left;
}
#hero-banner .banner-content .main-banner-title {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-size: 32px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  margin-top: 0px;
  font-weight: 600;
}
#hero-banner .banner-content .main-banner-title span {
  color: #1d5a9e;
}
@media screen and (min-width: 768px) {
  #hero-banner .banner-content .main-banner-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #hero-banner .banner-content .main-banner-title {
    font-size: 49px;
  }
}
@media screen and (min-width: 1500px) {
  #hero-banner .banner-content .main-banner-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1500px) {
  #hero-banner .banner-content .main-banner-title {
    clear: both;
  }
}
#hero-banner .banner-content .main-banner-sub-title {
  font-size: 20px;
  color: #161616;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  letter-spacing: 4px;
}
@media screen and (min-width: 1024px) {
  #hero-banner .banner-content .main-banner-sub-title {
    font-size: 28px;
  }
}
#hero-banner .banner-content .main-banner-sub-title span {
  position: relative;
}
#hero-banner .banner-content .main-banner-sub-title span:after {
  content: "";
  width: 100%;
  height: 10px;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
#hero-banner .banner-content .main-banner-intro-content {
  color: #1d5a9e;
  font-size: 20px;
  padding: 0 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}
#hero-banner .banner-content .button {
  background: none;
  color: #FFF;
}
#hero-banner .banner-content .button span {
  background: #2e1c84;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
#hero-banner .banner-content .button:hover {
  background: #2e1c84;
  color: #FFF;
}
#hero-banner .banner-content .button:hover span {
  background: #1d5a9e;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
#hero-banner .banner-content .button-alt {
  background: none;
  color: #000000;
}
#hero-banner .banner-content .button-alt:hover {
  color: #FFF;
}

.button-wrap {
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .button-wrap {
    padding: 0 0px;
  }
}
.button-wrap .button {
  padding: 10px;
  margin: 10px;
  border: none;
  min-width: 240px;
  background: none;
  color: #FFF;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.button-wrap .button:after {
  display: none;
}
.button-wrap .button:hover {
  background: #2e1c84;
}
.button-wrap .button-alt {
  color: #000000;
}
.button-wrap .button-alt:after {
  color: #000000;
}

#hero-banner {
  position: relative;
  overflow: hidden;
}

.slide-panel {
  position: fixed;
  top: 20px;
  width: 85%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  overflow-y: auto;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .slide-panel {
    width: 75%;
  }
}
.slide-panel.right-panel {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
.slide-panel.open {
  transform: translateX(0);
}
.slide-panel .panel-content {
  padding: 40px;
  position: relative;
  z-index: 200;
}
.slide-panel .panel-content #call-back {
  z-index: 200;
}
.slide-panel .right-panel {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.slide-panel .right-panel .panel-content:after {
  transform: scaleX(-1);
}
@keyframes shimmer {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
.slide-panel .trio .col {
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  background: linear-gradient(-45deg, #161616 40%, #1e1e1e 50%, #161616 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 2s linear infinite;
}
.slide-panel .trio .col:nth-child(1) {
  animation-delay: 0s;
}
.slide-panel .trio .col:nth-child(2) {
  animation-delay: 3s;
}
.slide-panel .trio .col:nth-child(3) {
  animation-delay: 6s;
}

.button-wrap .button {
  cursor: pointer;
}

.slide-panel {
  background: #161616;
  background: linear-gradient(0deg, #161616 40%, #333333 100%);
}
.slide-panel .panel-content h2,
.slide-panel .panel-content h3 {
  color: #1d5a9e;
  font-size: 22px;
  margin-bottom: 10px;
}
.slide-panel .panel-content p {
  color: #FFF;
  padding-top: 0;
  margin-top: 0;
}
.slide-panel .panel-content #job-feed p {
  color: #161616;
}
.slide-panel .panel-content #job-feed .panel {
  background: rgba(0, 0, 0, 0.4);
}
.slide-panel .panel-content #job-feed .panel p {
  color: #FFF;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 40px;
  background: none;
  cursor: pointer;
  color: #FFF;
  z-index: 1000;
  min-width: auto;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: solid 2px #fff;
  text-align: center;
  font-size: 24px;
  line-height: 31px;
}
.close-btn:after {
  display: none;
}
.close-btn:hover {
  color: #1d5a9e;
  padding: 0 !important;
  background: none;
}

.button-wrap {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .button-wrap {
    width: 600px;
    margin: 0 auto;
    top: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .button-wrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1151px) {
  .button-wrap {
    width: auto;
    top: 53%;
  }
}
.button-wrap .btn-role {
  margin: 0 auto;
  top: auto;
  width: 100%;
  background: #1d5a9e;
}
@media screen and (min-width: 768px) {
  .button-wrap .btn-role {
    right: 0;
    top: auto;
    width: auto;
    border: none;
    float: right;
  }
}
.button-wrap .btn-role .fa-solid {
  padding-right: 30px;
  position: absolute;
  right: 0px;
  line-height: 50px;
}
@media screen and (min-width: 768px) {
  .button-wrap .btn-role .fa-solid {
    position: static;
    padding-right: 0px;
  }
}
.button-wrap .btn-hire {
  margin: 0 auto;
  top: auto;
  width: 100%;
  text-align: center;
  background: #1d5a9e;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .button-wrap .btn-hire {
    right: 0;
    top: auto;
    width: auto;
    margin-bottom: 0px;
    border: none;
  }
}
.button-wrap .btn-hire .fa-solid {
  line-height: 50px;
  padding-left: 30px;
  position: absolute;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .button-wrap .btn-hire .fa-solid {
    position: static;
    padding-left: 0px;
  }
}
.button-wrap .btn-hire:after {
  left: 10px;
  content: "";
}

#job-feed .panel {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.panel-content .trio {
  text-align: center;
}
.panel-content .live-feed-summary {
  text-align: center;
}

.panel-bg {
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  opacity: 0.2;
  z-index: 2;
}

#downloads .span_1_of_3 {
  text-align: center;
}
#downloads .span_1_of_3 .button {
  padding: 10px 40px 10px 20px;
}

.left-panel {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.right-panel {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.right-panel .close-btn {
  right: auto;
  left: 40px;
}

#internal-banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  height: 300px;
  background: black;
  background: linear-gradient(0deg, black 0%, #0d2457 100%);
}
@media screen and (min-width: 768px) {
  #internal-banner {
    height: 340px;
  }
}
@media screen and (min-width: 1024px) {
  #internal-banner {
    overflow: hidden;
  }
}
#internal-banner .background-image img {
  object-fit: cover;
  height: 340px;
}
@media screen and (min-width: 768px) {
  #internal-banner .background-image img {
    height: 340px;
  }
}
#internal-banner .triangle, #internal-banner .triangle2 {
  background: #2e1c84;
}

#breadcrumbs-wrap {
  float: left;
  width: 100%;
  padding: 15px 30px;
}
#breadcrumbs-wrap #breadcrumbs {
  font-weight: 100 !important;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
}
#breadcrumbs-wrap #breadcrumbs span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a {
  font-weight: bold;
  font-size: 11px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a strong {
  font-weight: 100 !important;
}

#internal-banner .banner-content {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  left: 0px;
  right: 0;
  max-width: 1450px;
  margin: 0 auto;
  top: 45%;
  padding-top: 184px;
  transform: translateY(-50%);
}
#internal-banner .banner-content .main-banner-title {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-size: 36px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  margin-top: 0px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1500px) {
  #internal-banner .banner-content .main-banner-title {
    clear: both;
  }
}
#internal-banner .banner-content .main-banner-sub-title {
  font-size: 20px;
  color: #161616;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  letter-spacing: 4px;
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content .main-banner-sub-title {
    font-size: 28px;
  }
}
#internal-banner .banner-content .main-banner-intro-content {
  color: #FFF;
  font-size: 20px;
  padding: 0 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}
.internal-banner-content {
  margin: 0;
  padding: 0;
}
.internal-banner-content li {
  list-style-type: none;
}

#breadcrumbs-wrap {
  padding: 10px 0;
}

#breadcrumbs-wrap #breadcrumbs {
  padding-bottom: 0;
}

#breadcrumbs-wrap #breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs-wrap span {
  font-size: 11px;
  color: #000000;
}

#breadcrumbs-wrap span a {
  color: #fff !important;
}

.new-breadcrumbs {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #FFF;
}
.new-breadcrumbs p {
  margin: 0;
  padding: 10px 0;
  line-height: normal;
  color: #FFF;
  font-size: 14px;
}
.new-breadcrumbs p a {
  color: #000000;
}
#content-repeater,
#content-repeater-alt {
  position: relative;
  background: #000000;
  padding: 40px 0;
}
#content-repeater ul,
#content-repeater-alt ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content-repeater ul li,
#content-repeater-alt ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li h1,
#content-repeater ul li h2,
#content-repeater ul li h3,
#content-repeater ul li h4,
#content-repeater ul li h5,
#content-repeater ul li h6,
#content-repeater-alt ul li h1,
#content-repeater-alt ul li h2,
#content-repeater-alt ul li h3,
#content-repeater-alt ul li h4,
#content-repeater-alt ul li h5,
#content-repeater-alt ul li h6 {
    padding-left: 0px;
    padding-right: 40px;
  }
}
#content-repeater ul li h1:after,
#content-repeater ul li h2:after,
#content-repeater ul li h3:after,
#content-repeater ul li h4:after,
#content-repeater ul li h5:after,
#content-repeater ul li h6:after,
#content-repeater-alt ul li h1:after,
#content-repeater-alt ul li h2:after,
#content-repeater-alt ul li h3:after,
#content-repeater-alt ul li h4:after,
#content-repeater-alt ul li h5:after,
#content-repeater-alt ul li h6:after {
  left: 0px;
  right: auto;
}
#content-repeater ul li h2,
#content-repeater-alt ul li h2 {
  margin-top: 0px;
  color: #1d5a9e;
}
@media screen and (min-width: 1024px) {
  #content-repeater ul li h2,
#content-repeater-alt ul li h2 {
    margin-top: 0;
  }
}
#content-repeater ul li h1,
#content-repeater-alt ul li h1 {
  font-size: 38px;
  line-height: 36px;
  padding-left: 0px;
  padding-right: 20px;
}
#content-repeater ul li p,
#content-repeater-alt ul li p {
  margin: 0;
  color: #FFF;
}
#content-repeater ul li img,
#content-repeater-alt ul li img {
  object-fit: cover;
  margin: 0 auto;
  display: block;
  margin: 0px 0;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li img,
#content-repeater-alt ul li img {
    max-height: none;
    margin: 0 auto;
  }
}
#content-repeater ul li .col,
#content-repeater-alt ul li .col {
  padding: 0px;
  margin: 0;
}
#content-repeater ul li .col ul,
#content-repeater-alt ul li .col ul {
  margin: 20px 0 0 0;
  width: auto;
}
#content-repeater ul li .col ul li,
#content-repeater-alt ul li .col ul li {
  box-shadow: none;
  margin: 0;
  background: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #161616;
}
#content-repeater ul li .col ul li:before,
#content-repeater-alt ul li .col ul li:before {
  content: "";
  position: absolute;
  font-size: 24px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #4ba8ac;
  left: 0px;
  top: -5px;
}

#container {
  display: flex;
  flex-direction: column;
}

#element2 {
  order: -1;
}

#content-repeater ul li .col .points li {
  color: #000000;
  font-weight: 400;
  line-height: 54px;
  font-size: 34px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li .col .points li {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  #content-repeater ul li .col .points li {
    font-size: 34px;
  }
}
@media screen and (min-width: 1151px) {
  #content-repeater ul li .col .points li {
    font-size: 43px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1500px) {
  #content-repeater ul li .col .points li {
    font-size: 43px;
    line-height: 70px;
  }
}
#content-repeater ul li .col .points li:before {
  color: #1d5a9e;
  font-size: 44px;
  top: 0;
}

#content-repeater .button,
#content-repeater-alt .button {
  margin-right: 20px;
  margin-bottom: 20px;
}
#content-repeater .button:hover,
#content-repeater-alt .button:hover {
  background: #1d5a9e;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  #content-repeater .button,
#content-repeater-alt .button {
    margin-bottom: 0;
  }
}
#content-repeater .button-alt:hover,
#content-repeater-alt .button-alt:hover {
  background: #1d5a9e;
  color: #FFF;
}

.side-contact {
  padding: 40px;
  overflow: hidden;
  background: #4ba8ac;
}
.side-contact p {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.side-contact h3 {
  padding: 0 !important;
  margin-bottom: 10px;
}
.side-contact .solid-heading {
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 22px;
  padding: 10px !important;
  background: #1d5a9e;
  display: block;
  width: auto;
}
.side-contact .wpcf7-submit {
  background: #2e1c84;
  margin-top: 10px;
  border-radius: 12px;
}

.solid-heading {
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 22px;
  padding: 10px !important;
  background: #1d5a9e;
  display: block;
  width: auto;
}

.home #content-repeater-alt {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home #content-repeater-alt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home #content-repeater-alt p, .home #content-repeater-alt h2 {
  padding-right: 0px;
}
.home #content-repeater {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home #content-repeater {
    padding-bottom: 40px;
  }
}
.home #content-repeater p, .home #content-repeater h2 {
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  .home #content-repeater-alt .group {
    display: flex;
    flex-direction: column;
  }
  .home #content-repeater-alt .group .span_3_of_5 {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .page-id-305 #content-repeater-alt li:first-child .section:first-child, .page-id-305 #content-repeater-alt li:nth-child(3) .section:first-child {
    display: grid;
  }
  .page-id-305 #content-repeater-alt li:first-child .section:first-child .col:first-child, .page-id-305 #content-repeater-alt li:nth-child(3) .section:first-child .col:first-child {
    order: 2;
  }
  .page-id-305 #content-repeater-alt li:first-child .section:first-child .col:nth-child(2), .page-id-305 #content-repeater-alt li:nth-child(3) .section:first-child .col:nth-child(2) {
    order: 1;
  }
}
#full-col {
  float: left;
  width: 100%;
  text-align: center;
  background: #1d5a9e;
  position: relative;
}
#full-col .wrap {
  width: 100%;
  margin: 0 auto;
}
#full-col p {
  padding: 0;
}
#full-col p a {
  color: #FFF;
}
#full-col h2 {
  color: #FFF;
  margin: 30px 0;
}

#full-video {
  padding-top: 40px;
}
#full-video .videowrapper {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#full-video iframe {
  width: 100%;
  height: 600px;
}

#full-col {
  position: relative;
}
#full-col .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
}
#full-col .background-image img {
  min-height: 600px;
  object-fit: cover;
  opacity: 0.5;
}
#full-col .full-col-content {
  float: left;
  width: 100%;
}

.has-img {
  position: relative;
  margin: 50px 0;
}
.has-img h2 {
  color: #FFF;
}
.has-img p {
  color: #FFF;
}

.panel-heading {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}

.page-id-295 #full-col {
  background: #FFF;
}
.page-id-295 #full-col iframe {
  width: 100%;
  min-height: 1100px;
  border: none;
}

.page-id-223 #one-col {
  background: #161616;
  padding-bottom: 0;
}
.page-id-223 #one-col h2 {
  color: #1d5a9e;
}
.page-id-223 #one-col p {
  color: #FFF;
}

#full-col {
  text-align: left;
}
#full-col .wpcf7-file {
  background: #FFF;
  border-radius: 6px;
  margin-top: 10px;
  width: 100%;
}
#full-col .wpcf7-form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: none;
  border-radius: 6px;
  padding-left: 30px;
}
#full-col .wpcf7-submit {
  max-width: 260px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  background: #4ba8ac;
}
#full-col .wpcf7-acceptance {
  padding: 0;
}
#full-col .wpcf7-radio, #full-col .wpcf7-checkbox {
  padding: 0;
  margin: 20px 0;
  display: block;
}
#full-col .wpcf7-radio .wpcf7-list-item, #full-col .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
}
#full-col form p, #full-col form li {
  margin: 0;
  padding: 0;
  color: #FFF;
}
#full-col form h2, #full-col form h3 {
  margin: 20px 0;
  clear: both;
  float: left;
}

.home #full-col h2, .page-id-337 #full-col h2 {
  margin-top: 0;
}
.home #full-col p, .page-id-337 #full-col p {
  color: #FFF;
}

.page-id-337 #full-col h2 {
  margin-top: 0;
}
.page-id-337 #full-col p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.page-id-3 #one-col {
  background: #1d5a9e;
}
.page-id-3 #one-col .one-col-content {
  padding: 40px;
  overflow: hidden;
}
.page-id-3 #one-col .one-col-content p, .page-id-3 #one-col .one-col-content h2, .page-id-3 #one-col .one-col-content h3, .page-id-3 #one-col .one-col-content h1 {
  color: #161616;
  margin-top: 20px;
  clear: both;
  display: block;
  float: left;
  margin-bottom: 0;
}

#testimonials {
  background: #000000;
  text-align: left;
  position: relative;
}
#testimonials .wrap {
  position: relative;
  z-index: 10;
}
#testimonials .intro {
  text-align: left;
  max-width: none;
  width: 100%;
}
#testimonials .intro h2 {
  color: #1d5a9e;
}
#testimonials .intro p {
  color: #FFF;
}
#testimonials .testimonial-slider {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#testimonials .testimonial-slider p {
  color: #FFF;
  font-style: italic;
}
#testimonials .testimonial-slider li {
  color: #FFF;
  list-style-type: none;
}
#testimonials .testimonial-slider li a {
  color: #1d5a9e;
  text-transform: none;
  font-style: normal;
}
#testimonials .testimonial-slider li .post-content {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  text-align: left;
  float: left;
  width: 100%;
  background: #161616;
  border: solid 1px #FFF;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial-slider li .post-content {
    width: 100%;
  }
}
#testimonials .testimonial-slider li .post-content .author-content p {
  margin-bottom: 10px;
}
#testimonials .testimonial-slider li .post-content h3 {
  color: #1d5a9e;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  line-height: 40px;
}
#testimonials .testimonial-slider li .post-content p {
  color: #1d5a9e;
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
  padding-right: 20px;
  font-style: italic;
}
#testimonials .testimonial-slider li .post-content .stars {
  color: #fb5d05;
  margin: 40px 0 10px 0;
  padding: 0;
  letter-spacing: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
#testimonials .testimonial-slider li .post-content .author-content p {
  font-style: normal;
  margin: 20px 0 0px 0;
  font-size: 14px;
}
#testimonials .testimonial-slider li .owl-dots {
  margin: 0;
  bottom: -20px;
}

#testimonials .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: auto;
  width: 100px;
  margin: 0 auto;
  float: none;
  left: 2px;
  right: 2px;
  bottom: -25px;
  z-index: 10;
}
#testimonials .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #4ba8ac;
  outline: none;
  text-align: center;
}
#testimonials .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #4ba8ac;
  outline: none;
}

#testimonials .fa-angle-right:before {
  color: #FFF;
}
#testimonials .fa-angle-left:before {
  color: #FFF;
}

.author-image {
  width: 20%;
  float: left;
}
#testimonials .post-content .author-content p {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  color: #FFF !important;
  margin-top: 20px;
  font-style: normal;
}
#testimonials .post-content .author-content p a {
  font-style: normal;
}
#testimonials .testimonial-image {
  width: 40%;
  float: right;
}
#testimonials .testimonial-image img {
  width: 100%;
  height: auto;
}

#timeline {
  position: relative;
  overflow: hidden;
}
#timeline .wrap {
  position: relative;
  z-index: 100;
}
#timeline h2 {
  color: #1d5a9e;
}
#timeline p {
  color: #FFF;
}

.timeline-container {
  position: relative;
  width: 98%;
  margin: 0 auto;
}

.ts-section {
  position: relative;
  padding: 50px;
  background-color: white;
  margin: 60px 0;
  border-radius: 0px;
  border: solid 10px #FFF;
  background: #161616;
  width: 55%;
  float: left;
  clear: both;
}
.ts-section p {
  color: #FFF;
}
.ts-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ts-section li {
  color: #FFF;
}
.ts-section:nth-child(odd) {
  float: right;
}

.highlight {
  border: solid 10px #1d5a9e;
}
.highlight h2 {
  color: #1d5a9e;
}

.ts-section h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: normal;
  margin-top: 0;
}

.ts-section p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.ts-section li {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.svg-container {
  width: 100%;
  height: auto;
  /* Adjust as necessary */
  position: absolute;
  top: 0;
}

.svg-path {
  width: 100%;
  height: 100%;
}

#animated-path {
  fill: none;
  stroke: #1d5a9e;
  /* Your desired color */
  stroke-width: 5;
  stroke-dasharray: 3000;
  /* This should be larger than the path length */
  stroke-dashoffset: 3000;
  /* Initially hide the entire path */
  transition: stroke-dashoffset 0.5s ease-out;
}

.timeline {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 0px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .timeline {
    padding: 0 20px;
  }
}

.timeline__card {
  padding: 30px;
  border-radius: 50px;
}

.timeline__content {
  overflow: hidden;
}
.timeline__content ul {
  list-style-type: none;
  padding-left: 0;
}
.timeline__content ul li {
  color: #FFF;
  line-height: 34px;
}
.timeline__content ul li i {
  color: #1d5a9e;
}

.timeline__content > * {
  margin: 0;
}

.timeline__content > * + * {
  margin-top: 10px;
}

.timeline__card {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .timeline__card .timeline__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .timeline__card:nth-child(even) .timeline__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

.timeline__card + .timeline__card {
  margin-top: -4px;
}

.timeline__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 67%;
  border: 4px solid #1d5a9e;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .timeline__card::before {
    width: 56%;
  }
}

.timeline__card:nth-child(even)::before {
  right: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline__card:nth-child(odd)::before {
  left: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.timeline__card:first-child::before {
  border-top-left-radius: 0;
  border-top: 0;
}

.timeline__card:last-child:nth-child(odd)::before {
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.timeline__card:last-child:nth-child(even)::before {
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.timeline__card::after {
  content: "";
  position: absolute;
  top: 43%;
  left: -10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #000;
  border: 6px solid #1d5a9e;
}

.timeline__card:nth-child(even)::after {
  left: auto;
  right: -10px;
}

.timeline__card:nth-child(even) h3,
.timeline__card:nth-child(even) p,
.timeline__card:nth-child(even) ul li {
  text-align: left;
}
.timeline__card:last-child {
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.fade-in-color {
  background-color: #f0e68c;
  /* New background color */
  color: #333;
  /* New text color */
}

.timeline__card::after {
  opacity: 0;
  /* Start hidden */
  transition: opacity 0.5s ease;
  /* Smooth transition */
  transition-delay: 0.5s;
}

.in-view::after {
  opacity: 1;
  /* Fade in */
}

.timeline-content-wrap {
  width: 100%;
  background: #000000;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .timeline-content-wrap {
    width: 48%;
    padding: 30px;
  }
}
.timeline-content-wrap h3 {
  line-height: 27px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .timeline-content-wrap h3 {
    line-height: 46px;
    font-size: 34px;
  }
}

.timeline-content-wrap-right {
  float: right;
}

.timeline__card.in-view .timeline-content-wrap {
  background: #1d5a9e !important;
  transition: all 1s;
}
.timeline__card.in-view .timeline-content-wrap h3, .timeline__card.in-view .timeline-content-wrap p, .timeline__card.in-view .timeline-content-wrap li, .timeline__card.in-view .timeline-content-wrap i {
  color: #000000 !important;
}

.timeline-image-wrap {
  float: right;
  width: 100%;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .timeline-image-wrap {
    width: 48%;
  }
}
.timeline-image-wrap img {
  max-height: 240px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.timeline-image-wrap-right {
  float: left;
  width: 100%;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .timeline-image-wrap-right {
    width: 48%;
  }
}
.timeline-image-wrap-right img {
  max-height: 240px;
  width: auto;
  margin: 0 auto;
  display: block;
}

#testimonials h2 {
  background: none;
  color: #FFF;
  border-radius: 0;
  padding: 0px;
  font-size: 22px;
  margin: 10px 0;
  line-height: normal;
}

.final_card {
  float: right;
  width: 50%;
  min-height: 180px;
}
.final_card:after {
  display: none;
}

.guarantee {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}

.final_card:before {
  width: 45%;
}

#timeline > div > div.timeline > div:nth-child(6):before {
  width: 34%;
}
@media screen and (min-width: 768px) {
  #timeline > div > div.timeline > div:nth-child(6):before {
    width: 45%;
  }
}

.extra {
  border: 4px solid #1d5a9e;
  padding: 30px;
  border-radius: 50px;
  margin: 30px 0;
  clear: both;
  float: left;
}

#call-to-action-repeater {
  background: #000000;
  position: relative;
  padding-bottom: 100px;
}
#call-to-action-repeater .intro {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#call-to-action-repeater .call-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#call-to-action-repeater .call-slider li {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 0px;
  border-radius: 0px;
  overflow: hidden;
  background: #161616;
}
#call-to-action-repeater .call-slider li .image {
  overflow: hidden;
  margin-bottom: 0px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 5;
  top: 6px;
  height: 96%;
}
#call-to-action-repeater .call-slider li .image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#call-to-action-repeater .call-slider li .call-content {
  text-align: left;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#call-to-action-repeater .call-slider li .call-content h3 {
  font-size: 22px;
  line-height: normal;
  margin: 0;
  color: #1d5a9e;
}
#call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 0px;
  color: #161616;
  margin-top: 0;
}
#call-to-action-repeater .call-slider li .call-content h2 span {
  display: block;
  color: #161616;
}
#call-to-action-repeater .call-slider li .call-content p {
  margin-bottom: 0;
  color: #FFF;
  width: 80%;
}
#call-to-action-repeater .call-slider li .call-content .button-text {
  margin: 0px auto;
  float: none;
  max-width: 176px;
  background: #fb5d05;
  color: #FFF;
}
#call-to-action-repeater .call-slider li .call-content .button-text:hover {
  background: #000000;
}
#call-to-action-repeater .call-slider li img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  margin: 0 auto;
}
#call-to-action-repeater .call-slider li a:hover {
  text-decoration: none;
}
#call-to-action-repeater .call-slider li a:hover img {
  opacity: 0.9;
}
#call-to-action-repeater .call-slider li a:hover h2 span {
  display: block;
}
#call-to-action-repeater .call-slider li a:hover h2:after {
  background: #1d5a9e;
}

#call-to-action-repeater .owl-stage {
  display: flex;
}
#call-to-action-repeater .owl-item {
  display: flex;
  flex: 1;
}

.image {
  position: relative;
}
.image .call-icon-1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 120px;
}
.image .call-icon-1 img {
  width: 100%;
}
.image .call-icon-2 {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 150px;
}
.image .call-icon-2 img {
  width: 100%;
}

.cta2 .call-icon-1 {
  bottom: auto;
  left: 40px;
  top: 40px;
  width: 80px;
}
.cta2 .call-icon-2 {
  bottom: 20px;
  right: 20px;
  width: 120px;
  top: auto;
}

.cta3 .call-icon-1 {
  bottom: auto;
  left: 80px;
  top: 40px;
  width: 80px;
}
.cta3 .call-icon-2 {
  bottom: 20px;
  right: 20px;
  width: 120px;
  top: auto;
}

.page-id-190 #call-to-action-repeater .call-slider li .image {
  max-width: 240px;
  margin: 20px auto 0;
}

.s1 {
  background: #1d5a9e;
}

.s2 {
  background: #2e1c84;
}

.s3 {
  background: #4ba8ac;
}

.s4 {
  background: #fb5d05;
}

#call-to-action-repeater .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: auto;
  width: 100px;
  margin: 0 auto;
  float: none;
  left: 2px;
  right: 2px;
  bottom: -25px;
}
#call-to-action-repeater .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #4ba8ac;
  outline: none;
  text-align: center;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #4ba8ac;
  outline: none;
  text-align: center;
}

#call-to-action-repeater .fa-angle-right:before {
  color: #FFF;
}
#call-to-action-repeater .fa-angle-left:before {
  color: #FFF;
}

.page-id-382 #call-to-action-repeater .call-slider li {
  min-height: 180px;
}
.page-id-382 #call-to-action-repeater .call-slider li .call-content p {
  padding-top: 0;
  margin: 0;
}
.page-id-382 #call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 20px;
}

.page-id-382 #call-to-action-repeater .call-slider .facebook .button {
  background: #3b5998;
  margin-top: 20px;
}
.page-id-382 #call-to-action-repeater .call-slider .linkedin .button {
  background: #007bb6;
  margin-top: 20px;
}
.page-id-382 #call-to-action-repeater .call-slider .instagram .button {
  background: #c13584;
  margin-top: 20px;
}

.page-id-332 #call-to-action-repeater .call-slider img {
  opacity: 0.15;
}
.page-id-332 #call-to-action-repeater .call-slider .call-content p {
  width: 100%;
}

.daily {
  overflow: visible !important;
}
.daily:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 40;
  background: url("/wp-content/uploads/2024/07/daily.png") no-repeat;
  background-size: contain;
}

#usp {
  position: relative;
  overflow: hidden;
}
#usp .wrap {
  padding-left: 0px;
  padding-right: 0px;
}
#usp ul {
  padding: 0;
  margin: 0;
}
#usp ul li {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}
#usp ul li .usp-icon {
  font-size: 42px;
  display: block;
  color: #1d5a9e;
  padding: 0;
  margin: 0;
}
#usp ul li .usp-info {
  font-size: 15px;
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
}

#usp .owl-nav {
  position: absolute;
  text-align: center;
  top: 0%;
  z-index: 9999;
}
#usp .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: -60px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  color: #FFF;
  outline: none;
  font-size: 26px;
}
#usp .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: -60px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  color: #FFF;
  font-size: 26px;
  outline: none;
}

#usp .fa-angle-right:before {
  color: #FFF;
}
#usp .fa-angle-left:before {
  color: #FFF;
}

.usp-title {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  padding: 0;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .usp-title {
    font-size: 20px;
  }
}
.usp-title span {
  display: block;
}

.home #usp {
  background: #4ba8ac;
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-223 #usp {
  position: static;
  background: #161616;
  overflow: visible;
  clear: both;
  padding-bottom: 80px;
}

#image-slider {
  background: #000000;
  position: relative;
  padding-top: 0;
}
#image-slider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex: 1;
}
#image-slider .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#image-slider .intro h2, #image-slider .intro p {
  color: #000000;
}
#image-slider .image-slider {
  padding: 0px;
  width: 100%;
}
#image-slider .image-slider li {
  list-style-type: none;
  padding: 0px;
}
#image-slider .image-slider li img {
  opacity: 0.6;
}
#image-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
#image-slider .background-image img {
  height: 500px;
  object-fit: cover;
}
#image-slider .owl-nav i {
  color: #FFF;
}
#image-slider .owl-stage {
  display: flex;
  animation: scrollTicker 50s linear infinite;
  /* Adjust 20s for speed */
}
@keyframes scrollTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#two-col {
  background-color: #000000;
  position: relative;
}
#two-col .intro {
  text-align: left;
  width: 100%;
}
#two-col .intro .omsc-button {
  margin-bottom: 40px !important;
}
#two-col .intro h2 {
  color: #1d5a9e;
}
#two-col .group {
  display: flex;
  flex-wrap: wrap;
}
#two-col .group h1:after, #two-col .group h2:after, #two-col .group h3:after, #two-col .group h4:after, #two-col .group h5:after, #two-col .group h6:after {
  left: 0px;
  right: auto;
}
#two-col .group .col {
  border: solid 1px #FFF;
  padding: 40px;
}
#two-col .group .col img {
  border-radius: 6px;
}
#two-col .group .col .button {
  margin-top: 20px;
}
#two-col .group .col p {
  margin-top: 0px;
  margin-bottom: 0;
  text-align: justify;
  color: #FFF;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  #two-col .group .col p {
    padding-right: 40px;
  }
}
#two-col .group .col h2, #two-col .group .col h3 {
  color: #1d5a9e;
  font-size: 22px;
  margin-top: 0;
}
#two-col .group .col ul {
  margin-bottom: 40px;
  padding-left: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #two-col .group .col ul {
    padding-right: 40px;
  }
}
#two-col .group .col ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
#two-col .group .col ul li:before {
  content: "";
  position: absolute;
  font-size: 24px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #1d5a9e;
  left: 0px;
  top: -5px;
}
#two-col .group .col ul li i {
  color: #1d5a9e;
}
#two-col .group .col ul li .fa-facebook {
  color: #0f5ae4;
}
#two-col .group .col ul li .fa-linkedin {
  color: #0086b4;
}
#two-col .group .col ul li .fa-twitter {
  color: #6fd1f3;
}

.page-id-420 #two-col .col ul {
  padding: 0 20px;
  margin-bottom: 20px;
}
.page-id-420 #two-col .col ul li {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000000;
}
.page-id-420 #two-col .col ul li:nth-child(odd) {
  background: rgba(73, 9, 185, 0.2);
}
.page-id-420 #two-col .col ul li i {
  padding-right: 10px;
}

.page-id-281 #two-col {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page-id-281 #two-col {
    padding-bottom: 40px;
  }
}

#three-col {
  padding: 50px 0;
  background: #1d5a9e;
}
#three-col .dots {
  background: #dcdbcd;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: top, bottom, left, right;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  overflow: hidden;
  padding: 30px;
}
#three-col .dots:nth-child(2) {
  background: #e1dac7;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: top, bottom, left, right;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  overflow: hidden;
}
#three-col .dots:nth-child(3) {
  background: #2e1c84;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: top, bottom, left, right;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  overflow: hidden;
}
#three-col .intro {
  text-align: left;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  #three-col .group {
    display: flex;
  }
}
#three-col .group h1, #three-col .group h2, #three-col .group h3, #three-col .group h4, #three-col .group h5, #three-col .group h6 {
  font-size: 38px;
  line-height: 44px;
}
#three-col .group .col {
  text-align: left;
  overflow: hidden;
}
#three-col .group .col .button {
  margin-top: 20px;
}
#three-col .group .col ul {
  list-style-type: none;
}
#three-col .group .col ul li {
  box-shadow: none;
  margin: 0;
  background: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #161616;
}
#three-col .group .col ul li:before {
  content: "";
  position: absolute;
  font-size: 24px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #4ba8ac;
  left: 0px;
  top: -5px;
}
#three-col .group .col p, #three-col .group .col h2, #three-col .group .col h3 {
  padding: 0 20px;
  margin-top: 0;
}
#three-col .group .col h2, #three-col .group .col h3 {
  margin-top: 0px;
}

#four-col .intro {
  text-align: center;
}
#four-col .group {
  text-align: center;
}
#four-col .group h1, #four-col .group h2, #four-col .group h3, #four-col .group h4, #four-col .group h5, #four-col .group h6, #four-col .group p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  color: #FFF;
  margin-bottom: 0;
}
#four-col .group .col {
  background: #f3f3f3;
  padding-bottom: 0px;
  border-radius: 6px;
  overflow: hidden;
}
#four-col .group .col:nth-child(1) {
  background: #0f5ae4;
}
#four-col .group .col:nth-child(2) {
  background: #0086b4;
}
#four-col .group .col:nth-child(3) {
  background: #c13584;
}
#four-col .group .col:nth-child(4) {
  background: #000;
}

#full-gallery {
  padding: 50px 0;
}
#full-gallery .intro {
  text-align: center;
}
#full-gallery .gallery-wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#slider-gallery h1:after, #slider-gallery h2:after, #slider-gallery h3:after, #slider-gallery h4:after, #slider-gallery h5:after, #slider-gallery h6:after {
  left: 0px;
  right: auto;
}
#slider-gallery .slider-gallery {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slider-gallery .slider-gallery li {
  list-style-type: none;
}

#slider-gallery .fa-angle-right:before {
  color: #FFF;
}
#slider-gallery .fa-angle-left:before {
  color: #FFF;
}

#slider-gallery .owl-nav {
  top: 49%;
}
#slider-gallery .owl-nav .owl-prev {
  left: 20px;
}
#slider-gallery .owl-nav .owl-next {
  right: 20px;
}

#contact-module {
  background: #f3f3f3 url();
  background-size: cover;
}
#contact-module .wpcf7 {
  margin-top: 0;
}
#contact-module .form-wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #FFF;
  max-width: 1000px;
  background: #FFF;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
}
#contact-module .form-wrap .form-intro {
  text-align: center;
}
#contact-module .form-wrap .form-intro p {
  margin-bottom: 0;
}
#contact-module .form-wrap form p {
  margin-bottom: 5px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#contact-module .form-wrap form .input-wrap {
  width: 100%;
  float: left;
}
@media screen and (min-width: 560px) {
  #contact-module .form-wrap form .input-wrap {
    width: 49%;
  }
  #contact-module .form-wrap form .input-wrap:nth-child(3) {
    float: right;
  }
}
#contact-module .form-wrap form .input-wrap label {
  font-size: 14px;
}
#contact-module .form-wrap form input {
  margin: 5px 0;
  font-size: 12px;
  padding: 12px;
}
#contact-module .form-wrap form textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
  border: solid 1px #b8b8b8;
}
#contact-module .form-wrap form .wpcf7-submit {
  max-width: 140px;
  outline: none;
  border: none;
  padding: 14px 30px;
  background: #2e1c84;
  margin-top: 20px;
}
#contact-module .form-wrap form .wpcf7-submit:hover {
  background: #4ba8ac;
}

#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #2e1c84;
}

div.wpcf7-response-output {
  clear: both;
  margin: 0;
  background: green !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0;
  background: red !important;
  border: none !important;
  color: #fff !important;
}

#main-contact {
  background: #f3f3f3;
}
#main-contact .span_1_of_2 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  padding: 40px;
}
#main-contact .span_1_of_2 .input-wrap {
  float: left;
  width: 100%;
}
#main-contact .span_1_of_2 .input-wrap label {
  float: left;
  width: 100%;
  font-size: 14px;
}
#main-contact .span_1_of_2 .input-wrap label input {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#main-contact .span_1_of_2 input[type=checkbox] {
  width: auto;
}
#main-contact .span_1_of_2 textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
}
#main-contact .span_1_of_2 .wpcf7-submit {
  max-width: 140px;
  outline: none;
}

.CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #2e1c84;
}

#wpcf7-f243-o1 > form > p > span.wpcf7-form-control-wrap.acceptance-853 > span > span > label > input[type=checkbox], #wpcf7-f352-o1 > form > div.form-wrap > p:nth-child(4) > span.wpcf7-form-control-wrap.acceptance-528 > span > span > label > input[type=checkbox] {
  width: auto;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  border-radius: 0px;
}

.wpcf7-list-item-label a {
  color: #2e1c84;
}

.page-id-351 #contact-module .form-wrap {
  padding: 20px;
  background: #f3f3f3;
}
.page-id-351 #contact-module .form-wrap input, .page-id-351 #contact-module .form-wrap textarea {
  font-size: 12px;
  border: solid 1px #d3d3d3;
}
.page-id-351 #contact-module .form-wrap .fl, .page-id-351 #contact-module .form-wrap .wpcf7-list-item {
  color: #000000;
}
.page-id-351 #contact-module .form-wrap .wpcf7-submit {
  background: #1d5a9e;
  border: none;
  color: #FFF;
  margin-top: 20px;
}

#main-contact .col form p {
  margin-bottom: 0;
}

#main-contact .span_1_of_2 .wpcf7-submit {
  background: #1d5a9e;
  border: none;
  color: #FFF;
  border-radius: 0px;
}
#main-contact .span_1_of_2 .wpcf7-submit:hover {
  background: #2e1c84;
}

#main-contact .col ul {
  padding-left: 0;
}
#main-contact .col ul li {
  list-style-type: none;
  line-height: 30px;
}
#main-contact .col ul li a {
  color: #151515;
}
#main-contact .col ul li .fa-facebook {
  color: #0f5ae4;
}
#main-contact .col ul li .fa-linkedin {
  color: #0086b4;
}
#main-contact .col ul li .fa-twitter {
  color: #6fd1f3;
}

.form-wrap textarea {
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
}

div.wpcf7 input[type=file] {
  color: #000000;
}

.cvform {
  margin: 10px 0;
  float: left;
}

.page-id-2081 .form-wrap h2, .page-id-2081 .form-wrap p {
  text-align: center;
}

.page-id-187 #two-col ul li {
  line-height: 40px;
}

div.wpcf7-response-output {
  float: left;
  border-radius: 0px;
  margin: 20px 0 0 0 !important;
}

#sitemap-menu {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  padding: 0;
}
#sitemap-menu li {
  list-style-type: none;
  width: auto;
  margin: 10px 0;
}
#sitemap-menu li a {
  background: #2e1c84;
  padding: 20px 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  display: inline-block;
}
#sitemap-menu li a:hover {
  background: #1d5a9e;
  text-decoration: none;
}
#sitemap-menu li .sub-menu {
  margin: 0;
  padding: 0;
}

#sitemap-area h2:after {
  left: 0px;
  right: auto;
}

#map-module .intro {
  text-align: center;
}
#map-module .map {
  float: left;
  width: 100%;
}
#map-module .map iframe {
  width: 100%;
}
#map-module .directions {
  margin: 20px auto;
  float: none;
  width: 50%;
}
#map-module .directions form {
  float: left;
  width: 100%;
}
#map-module .directions form input {
  width: 100%;
  font-size: 14px;
  padding: 9.5px;
  float: left;
}
@media screen and (min-width: 700px) {
  #map-module .directions form input {
    width: 75%;
  }
}
#map-module .directions form .directions-input {
  width: 25%;
  padding: 14px 30px;
  font-size: 11px;
}
@media screen and (min-width: 700px) {
  #map-module .directions form .directions-input {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #main-contact .group {
    display: flex;
    width: 100%;
  }
}
#main-contact .col {
  flex: 1;
  padding: 20px;
}
#main-contact .col h1:after, #main-contact .col h2:after, #main-contact .col h3:after, #main-contact .col h4:after, #main-contact .col h5:after, #main-contact .col h6:after {
  left: 0px;
  right: auto;
}
#main-contact .col p {
  padding: 0;
}
#main-contact .col li a {
  color: #2e1c84;
}
#main-contact .col img {
  margin-bottom: 20px;
}
#main-contact .col input {
  width: 100%;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
  border: solid 1px #b8b8b8;
}
#main-contact .col textarea {
  border: solid 1px #b8b8b8;
  font-size: 12px;
  padding: 12px;
}
#main-contact .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
}

#news-module {
  background: #FFF;
}
#news-module .intro {
  text-align: center;
}
#news-module .group .news-post {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
#news-module .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #news-module .group .news-post .post-content {
    flex: 1;
  }
}
#news-module .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#news-module .group .news-post .post-content p .posted-on a {
  color: #1d5a9e;
}
#news-module .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #2e1c84;
}

.post-excerpt {
  font-style: italic;
}

#news .news-header, .category .news-header {
  float: left;
  width: 100%;
}
#news .col-container, .category .col-container {
  display: flex;
  flex-wrap: wrap;
}
#news .col-container li, .category .col-container li {
  width: 100%;
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #news .col-container li, .category .col-container li {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#news .col-container li article, .category .col-container li article {
  float: left;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
#news .col-container li article p, .category .col-container li article p {
  padding: 0;
  margin: 0;
}
#news .col-container li article .cat-links a, #news .col-container li article .posted-on a, .category .col-container li article .cat-links a, .category .col-container li article .posted-on a {
  color: #2e1c84;
}
#news .col-container li article div, .category .col-container li article div {
  width: 100%;
}
#news .span_2_of_3 ul, .category .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#news .span_2_of_3 ul li, .category .span_2_of_3 ul li {
  list-style-type: none;
}

#news #secondary {
  border-radius: 0px;
  background: none;
  overflow: hidden;
}
#news #secondary section {
  padding: 40px;
  background: none;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
}
#news #secondary section h3 {
  color: #FFF;
  font-size: 22px;
}
#news #secondary section h3:after {
  left: 0px;
  right: auto;
}
#news #secondary section ul {
  float: left;
  width: 100%;
}
#news #secondary section ul li {
  float: left;
  width: auto;
  border-radius: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-post #news .post-thumb {
  float: left;
  width: 100%;
}
.single-post #news article {
  width: 100%;
}
.single-post #news article h1, .single-post #news article h2, .single-post #news article h3, .single-post #news article h4, .single-post #news article h5, .single-post #news article h6 {
  color: #161616;
  position: relative;
}
.single-post .nav-links {
  display: block;
}
.single-post .nav-links .nav-previous {
  float: left;
  width: auto;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-previous {
    width: auto;
  }
}
.single-post .nav-links .nav-next {
  float: left;
  width: auto;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-next {
    width: auto;
    float: right;
  }
}
.single-post .nav-links a {
  width: auto;
}

#news .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 36px;
}
#news .entry-title a {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}
#news .entry-title a:hover {
  color: #1d5a9e;
}
#news .entry-title:after {
  left: 0px;
  right: auto;
}
#news .entry-content {
  padding-top: 0;
}
#news .entry-content h2, #news .entry-content h3 {
  font-size: 33px;
  line-height: 36px;
}

.widget-title {
  margin-top: 0;
  position: relative;
  padding-left: 26px;
}
.widget-title:after {
  content: "";
  position: absolute;
  font-size: 22px;
  width: auto;
  font: var(--fa-font-solid);
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #1d5a9e;
  left: 0;
}

.wpc-filter-job_location .widget-title:after {
  content: "";
}

.wpc-filter-job_type .widget-title:after {
  content: "";
}

.wpc-filter-salary_range .widget-title:after {
  content: "";
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.category .page-title, .search .page-title, .single .page-title {
  margin-top: 0;
}
.category .span_2_of_3 h2, .search .span_2_of_3 h2, .single .span_2_of_3 h2 {
  color: #1d5a9e;
}

.posted-on {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #2e1c84;
}
.posted-on a {
  color: #2e1c84;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 20px 20px 0 20px;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .widget {
    min-height: 153px;
  }
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
}
.widget li a {
  width: auto;
  display: block;
  text-decoration: none;
  color: #FFF;
}
.widget li a:hover {
  color: #1d5a9e;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  clear: both;
}

#news-module .post-image {
  margin-bottom: 0;
}

#news-module ul li {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#news-module .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#news-module ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  float: left;
}

#news-module .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#news-module .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #news-module .news-post .post-content {
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 70%;
    float: left;
  }
}
#news-module .news-post .post-content .button {
  margin-top: 20px;
  clear: both;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#news-module .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#news-module .news-post .post-content p .posted-on a {
  color: #3099d0;
}

#news-module .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#news-module .news-post .post-content h2:after {
  display: none;
}

#news-module .post-image {
  width: 100%;
  float: left;
}

#news-module .post-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #news-module .post-image {
    width: 30%;
    float: left;
  }
}
.cta-subtitle .archive {
  background: none;
}

.news-cols {
  margin: 0;
  padding: 0;
  text-align: left;
}
.news-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: #FFF;
  margin-bottom: 60px;
  border-radius: 0px;
}
.news-cols li h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .news-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .news-cols li {
    flex: 0 0 47%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news-cols li {
    flex: 0 0 31.33%;
    margin: 1%;
  }
}

.widget_search {
  width: 100%;
  float: left;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .widget_search {
    width: 49%;
  }
}

#block-6 {
  width: 100%;
  float: right;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  #block-6 {
    width: 49%;
  }
}

.single .widget {
  width: 100%;
}

.play-button {
  margin: 0 auto;
  display: block;
  float: none;
  max-width: 200px;
  margin-bottom: 10px;
}

.wp-block-search__label {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.wp-block-search__input {
  margin-bottom: 0 !important;
}

.wp-block-search {
  padding-top: 17px;
}

.wp-block-heading {
  font-size: 33px;
  line-height: 36px;
}

.post-type-archive-job_vacancies #news .col-container {
  display: block;
}
.post-type-archive-job_vacancies #news .col-container li {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 20px 0;
}
.post-type-archive-job_vacancies #news .col-container li p {
  color: #FFF;
}
.post-type-archive-job_vacancies #news .col-container li h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
.post-type-archive-job_vacancies #news .col-container li h2 a {
  color: #FFF;
}
.post-type-archive-job_vacancies #news .col-container li .salary, .post-type-archive-job_vacancies #news .col-container li .location, .post-type-archive-job_vacancies #news .col-container li .job-type {
  margin: 5px 0;
}
.post-type-archive-job_vacancies #news .col-container li .salary span, .post-type-archive-job_vacancies #news .col-container li .location span, .post-type-archive-job_vacancies #news .col-container li .job-type span {
  color: #1d5a9e;
  font-weight: 700;
}
.post-type-archive-job_vacancies #news .col-container li .salary span i, .post-type-archive-job_vacancies #news .col-container li .location span i, .post-type-archive-job_vacancies #news .col-container li .job-type span i {
  margin-right: 5px;
}
.post-type-archive-job_vacancies #news .col-container li .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
.post-type-archive-job_vacancies .wpc-filter-title {
  color: #FFF;
  font-size: 20px;
}
.post-type-archive-job_vacancies .wpc-filters-section {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  background: #151515;
}
.post-type-archive-job_vacancies .wpc-term-count {
  color: #FFF;
}
.post-type-archive-job_vacancies .wpc-filters-main-wrap li.wpc-term-item {
  float: left;
  margin-right: 10px;
  padding: 5px 5px 5px 0;
}
.post-type-archive-job_vacancies .wpc-filters-section {
  margin-bottom: 10px;
}
.post-type-archive-job_vacancies .span_1_of_3 h2 {
  font-size: 24px;
  margin-top: 0;
  line-height: normal;
}
.post-type-archive-job_vacancies .wpc-filter-title {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.wpc-edit-filter-set {
  display: none;
}

.wpc-filter-content {
  margin-top: 10px;
}

.wpc-filter-chips-list {
  margin-bottom: 10px;
}
.wpc-filter-chips-list .wpc-filter-chip, .wpc-filter-chips-list .wpc-filter-chip-name {
  color: #FFF;
}

.blog #news {
  padding-top: 0;
}

.single #news {
  padding-top: 0;
}
.single #news .span_2_of_3 {
  border: none;
}
.single #news .resource-form {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  background: #151515;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  background: linear-gradient(-45deg, #161616 40%, #1e1e1e 50%, #161616 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 2s linear infinite;
}
.single #news .resource-form p {
  color: #FFF;
  margin: 0;
}
.single #news .resource-form h2 {
  font-size: 33px;
  line-height: 36px;
}
.single #news .resource-form .wpcf7-acceptance {
  margin: 10px 0 20px 0;
}
.single #news .resource-form .wpcf7-acceptance a {
  color: #1d5a9e;
}
.single #news .resource-form .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.single #news .resource-form .dynamic_hidden-942 {
  display: none;
}

.single-job_vacancies #news {
  padding-top: 200px;
}
.single-job_vacancies #news ul {
  padding: 0;
  margin: 0;
}
.single-job_vacancies .entry-content {
  padding: 0;
}
.single-job_vacancies .entry-content p {
  color: #FFF;
}
.single-job_vacancies .entry-content li {
  color: #FFF;
  list-style-position: inside;
}
.single-job_vacancies .entry-header {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-job_vacancies .main-banner-intro-content span {
  color: #1d5a9e;
  margin: 0 5px;
}
.single-job_vacancies .salary, .single-job_vacancies .location, .single-job_vacancies .job-type {
  margin: 5px 0;
  color: #FFF;
}
.single-job_vacancies .salary span, .single-job_vacancies .location span, .single-job_vacancies .job-type span {
  color: #1d5a9e;
  font-weight: 700;
}
.single-job_vacancies .salary span i, .single-job_vacancies .location span i, .single-job_vacancies .job-type span i {
  margin-right: 5px;
}
.single-job_vacancies #news .entry-title {
  margin-bottom: 20px;
}
.single-job_vacancies .apply-today {
  overflow: hidden;
  width: 100%;
  border-top: solid 1px #FFF;
  margin-top: 30px;
}
.single-job_vacancies .apply-today h2 {
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: normal;
}
.single-job_vacancies .apply-today p {
  color: #FFF;
  margin-bottom: 0;
}
.single-job_vacancies .wpcf7 p {
  margin: 0;
  padding: 0;
}
.single-job_vacancies .wpcf7 .wpcf7-file {
  border-radius: 0;
  padding: 5px;
  background: #f3f3f3;
}
.single-job_vacancies .wpcf7 .wpcf7-form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #000000;
  border-radius: 6px;
  padding-left: 30px;
  background: #b8b8b8;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.single-job_vacancies .wpcf7 .wpcf7-acceptance {
  padding-left: 0;
}
.single-job_vacancies .wpcf7 .wpcf7-submit {
  width: 180px;
  margin: 20px auto 0;
  display: block;
  border-radius: 60px;
}

.resource-single-list {
  padding: 0;
}
.resource-single-list article {
  margin: 0;
}
.resource-single-list .post-thumb {
  border-radius: 12px;
  overflow: hidden;
}

.single-job_vacancies #news {
  background: linear-gradient(-45deg, #000 40%, #1e1e1e 50%, #000 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 6s linear infinite;
}
.post-type-archive-job_vacancies #news .section {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .post-type-archive-job_vacancies #news .section {
    display: block;
  }
}
.post-type-archive-job_vacancies #news .section .span_2_of_3 {
  order: 2;
}
.post-type-archive-job_vacancies #news .section .span_1_of_3 {
  order: 1;
}

body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#news .wpc-filters-button-text {
  color: #FFF;
}
#news .wpc-icon-html-wrapper span {
  background: #FFF;
}

.widget_wpc_filters_widget {
  margin-bottom: 0;
}

#video-module .video-area {
  max-width: 1000px;
  margin: 0 auto;
}
#video-module .video-area iframe {
  width: 100%;
  min-height: 540px;
}

#service-col {
  position: relative;
  overflow: hidden;
  background: #000000;
  position: relative;
}
#service-col .triangle, #service-col .triangle2 {
  background: #FFF;
}
#service-col .intro {
  width: 100%;
  max-width: none;
  text-align: left;
}
#service-col .intro p {
  color: #1d5a9e;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}
#service-col .intro p span {
  color: #FFF;
}
#service-col ul li {
  position: relative;
}
#service-col ul li .button {
  position: absolute;
  bottom: 20px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  max-width: 136px;
}

.flex-cols {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 60px;
}
.flex-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .flex-cols li {
    width: 48%;
    margin: 1%;
    margin-bottom: 60px;
  }
}
.flex-cols li .service-icon {
  font-size: 34px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 999px;
  margin: 0 auto;
  color: #1d5a9e;
  margin-top: -40px;
}
.flex-cols li h3 {
  margin: 0px 0 0 0;
  position: relative;
  color: #1d5a9e;
  font-size: 22px;
}
.flex-cols li p {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .flex-cols li {
    flex: 1 0 47%;
    margin: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-cols li {
    flex: 1 0 31%;
  }
}

@media screen and (min-width: 768px) {
  .page-id-332 .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .page-id-332 .flex-cols li {
    flex: 1 0 31%;
    argin: 1.16%;
  }
}

#contact-strip {
  background: #5cc5ca;
  padding: 30px 0;
  position: relative;
}
#contact-strip .contact-strip-title {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  margin-bottom: 0px;
  color: #FFF;
  margin-top: 0px;
  padding-bottom: 0;
  padding-left: 120px;
  line-height: 36px;
  position: relative;
  font-size: 38px;
  text-align: center;
}
#contact-strip .cs-left {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-left {
    width: 100%;
  }
}
#contact-strip .cs-left .contact-strip-sub-title {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 120px;
}
#contact-strip .cs-right {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-right {
    width: 100%;
  }
}
#contact-strip .cs-right a {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  background: #2e1c84;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  max-width: 174px;
  min-width: 174px;
  float: left;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #contact-strip .cs-right a {
    float: right;
    margin-top: 0px;
  }
}
#contact-strip .cs-right a:hover {
  background: #FFF;
  color: #000000;
  text-decoration: none;
}

#contact-strip-alt {
  position: relative;
  overflow: hidden;
  background-color: #2e1c84;
}
#contact-strip-alt .welcome-image img {
  border: solid 4px #FFF;
  border-radius: 9999px;
  max-width: 140px;
}
#contact-strip-alt .welcome-content {
  text-align: center;
}
#contact-strip-alt .welcome-content h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .welcome-content h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
#contact-strip-alt .welcome-content p {
  color: #FFF;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .welcome-content p {
    float: left;
    width: auto;
  }
}
#contact-strip-alt .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}
#contact-strip-alt .welcome-content .button {
  background: #FFF;
  color: #000000;
  margin: 20px auto 0;
}
#contact-strip-alt .welcome-content .button:hover {
  background: #1d5a9e;
  color: #FFF;
}
#contact-strip-alt .send-wrap {
  padding: 10px;
  margin-top: 26px;
  height: 120px;
  width: 120px;
  border-radius: 9999px;
  z-index: 2;
  display: none;
  background: #00ef97;
  background: linear-gradient(180deg, #00ef97 0%, #00d2e1 23%, #3f17c6 70%, #d427e3 100%);
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-wrap {
    display: inline-block;
  }
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-wrap {
    height: 140px;
    display: inline-block;
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-wrap {
    height: 180px;
    display: inline-block;
    width: 180px;
  }
}
#contact-strip-alt .send-ico {
  background: #FFF;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
    width: 160px;
    height: 160px;
  }
}
#contact-strip-alt .send-ico i {
  font-size: 54px;
  color: #2e1c84;
  line-height: 74px;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-ico i {
    line-height: 88px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico i {
    line-height: 127px;
  }
}
#contact-strip-alt .span_1_of_6 {
  display: none;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .span_1_of_6 {
    display: inline-block;
  }
}

.omsc-button, .search-submit {
  padding: 14px 30px !important;
  border-radius: 10px !important;
  color: #FFF !important;
  background: #5cc5ca !important;
  text-align: center !important;
  font-size: 15px !important;
  min-width: 162px !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  border: none !important;
  margin: 10px 0 !important;
  display: inline-block !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.omsc-button:hover, .search-submit:hover {
  background: #2e1c84 !important;
  color: #FFF !important;
  text-decoration: none;
}

.omsc-pricing-table-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .omsc-pricing-table-wrapper {
    padding: 0;
  }
}

.omsc-icons-ul {
  margin-left: 20px;
}
.omsc-icons-ul li {
  line-height: 28px;
}
.omsc-icons-ul li i {
  color: #1d5a9e;
  margin-top: 4px;
}

.omsc-pricing-table ul:nth-child(1) .omsc-pricing-price {
  background: #2e1c84;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button {
  background: #2e1c84 !important;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button:hover {
  background: #39c00a !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-pricing-price {
  background: #1d5a9e;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button {
  background: #1d5a9e !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button:hover {
  background: #39c00a !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-pricing-price {
  background: #5cc5ca;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button {
  background: #5cc5ca !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button:hover {
  background: #39c00a !important;
}

.omsc-pricing-column {
  margin-bottom: 20px;
}
.omsc-pricing-column:hover .omsc-pricing-price {
  background: #39c00a !important;
}
.omsc-pricing-column:hover .omsc-button {
  background: #39c00a !important;
}

.omsc-accordion {
  clear: both;
  text-align: left;
}

.omsc-toggle-title:after {
  color: #1d5a9e;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  color: #2e1c84;
}

.video-banner iframe {
  height: 100vh;
  width: 100%;
  margin-top: -20vh;
}
.video-banner .banner-content {
  height: 600px !important;
  top: 0px !important;
  max-width: none !important;
}
.video-banner .background-image {
  float: left;
  width: 100% !important;
  height: 540px !important;
}
.video-banner .background-image p {
  margin: 0;
  padding: 0;
}

#insta-feed {
  background: #f3f3f3;
  text-align: center;
}
#insta-feed .slicker-instagram-placeholder {
  margin: 10px;
}
#insta-feed .fts-instagram-scrollable {
  height: auto !important;
  clear: both;
}

#facebook-feed {
  background: #f3f3f3;
}
#facebook-feed .fts-jal-fb-header {
  display: none;
}
#facebook-feed h2:after {
  left: 0px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display {
    display: flex;
  }
}
#facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 20px !important;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
    margin: 10px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:first-child {
    margin-left: 0px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:last-child {
    margin-right: 0px;
  }
}
#facebook-feed .fts-powered-by-text {
  display: none !important;
}
#facebook-feed .fts-jal-fb-message {
  font-size: 15px !important;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
}
#facebook-feed .fts-jal-fb-user-name {
  padding-top: 16px;
}

#twitter-feed h2:after {
  left: 0px;
  right: auto;
}
#twitter-feed .fts-tweeter-wrap {
  width: 50%;
  float: left;
}

#tabbed-section {
  padding-top: 0px;
  position: relative;
  z-index: 999;
}

#tabs {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}

a {
  cursor: pointer;
}

#tabs li {
  float: left;
  list-style: none;
  outline: none;
  width: 33%;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 44px;
  line-height: 45px;
}

#tabs li a {
  font-eight: bold;
  color: #1d5a9e;
  height: 44px;
  display: block;
  background: #FFF;
  text-decoration: none;
  outline: none;
  line-height: 45px;
}

#tabs li a.inactive {
  color: #FFF;
  background: #1d5a9e;
  outline: none;
}

#tabs li .tab-button-1 {
  border-top-left-radius: 10px;
}

#tabs li .tab-button-3 {
  border-top-right-radius: 10px;
}

#tabs li .tab-button-3.inactive {
  background: #4ba8ac;
}

#tabs li .tab-button-2.inactive {
  background: #2e1c84;
}

#tabs li a:hover {
  color: #1d5a9e;
  outline: none;
}

#tabs li a.inactive:hover {
  color: #FFF;
  outline: none;
}

.container {
  clear: both;
  width: 100%;
  background: #FFF;
  padding: 20px;
}

#tabbed-section {
  background: #FFF;
}
#tabbed-section .intro {
  text-align: center;
  padding-top: 40px;
}
#tabbed-section .group .news-post {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
#tabbed-section .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #tabbed-section .group .news-post .post-content {
    flex: 1;
  }
}
#tabbed-section .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#tabbed-section .group .news-post .post-content p .posted-on a {
  color: #1d5a9e;
}
#tabbed-section .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #2e1c84;
}

.post-excerpt {
  font-style: italic;
}

#tabbed-section {
  background-size: cover;
}
#tabbed-section .linked {
  color: #1d5a9e;
  display: none;
}
#tabbed-section .news-header {
  float: left;
  width: 100%;
}
#tabbed-section .col-container {
  display: flex;
  flex-wrap: wrap;
}
#tabbed-section .col-container li {
  width: 100%;
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #tabbed-section .col-container li {
    width: 32%;
    margin-right: 1%;
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#tabbed-section .col-container li article {
  float: left;
  width: 100%;
}
#tabbed-section .col-container li article p {
  padding: 0;
  margin: 0;
}
#tabbed-section .col-container li article .cat-links a, #tabbed-section .col-container li article .posted-on a {
  color: #2e1c84;
}
#tabbed-section .col-container li article div {
  width: 100%;
}
#tabbed-section .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#tabbed-section .span_2_of_3 ul li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  #tabbed-section #secondary {
    padding-left: 20px;
  }
}
#tabbed-section #secondary section {
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
#tabbed-section #secondary section h2:after {
  left: 0px;
  right: auto;
}
#tabbed-section #secondary section ul {
  float: left;
  width: 100%;
}
#tabbed-section #secondary section ul li {
  float: left;
  width: 100%;
}

#tabbed-section .entry-title {
  margin-top: 20px;
}
#tabbed-section .entry-title a {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}
#tabbed-section .entry-title a:hover {
  color: #1d5a9e;
}
#tabbed-section .entry-title:after {
  left: 0px;
  right: auto;
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.category .page-title, .search .page-title, .single .page-title {
  margin-top: 0;
}
.category .span_2_of_3, .search .span_2_of_3, .single .span_2_of_3 {
  overflow: hidden;
}

.posted-on {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #2e1c84;
}
.posted-on a {
  color: #2e1c84;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 20px 20px 0 20px;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
  padding: 0;
}
.widget li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.widget li a:hover {
  background: #1d5a9e;
  color: #FFF;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  clear: both;
}

#tabbed-section .post-image {
  margin-bottom: 0;
}

#tabbed-section ul li {
  padding-bottom: 0;
}

#tabbed-section .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#tabbed-section ul {
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}

#tabbed-section .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#tabbed-section .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #tabbed-section .news-post .post-content {
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
}
#tabbed-section .news-post .post-content .button {
  margin-top: 20px;
  clear: both;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#tabbed-section .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#tabbed-section .news-post .post-content p .posted-on a {
  color: #3099d0;
}

#tabbed-section .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#tabbed-section .news-post .post-content h2:after {
  display: none;
}

#tabbed-section .post-image {
  width: 100%;
  float: left;
}

#tabbed-section .post-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.cta-subtitle .archive {
  background: none;
}

.inactive .fa-arrow-down {
  display: none;
}

#tabbed-cta {
  background: #f9f9f9;
}
#tabbed-cta .tab-holder {
  background: #FFF;
  overflow: hidden;
}
#tabbed-cta .tab-navigation {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tab-navigation {
    width: 38%;
  }
}
#tabbed-cta .tabbed-content-holder {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder {
    width: 62%;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-image {
  width: 100%;
}
#tabbed-cta .tabbed-content-holder .tabbed-image img {
  height: 260px;
  object-fit: cover;
}
#tabbed-cta .tabbed-content-holder .tabbed-content {
  width: 80%;
  float: left;
  padding: 20px;
  margin: 20px 0 20px 0;
  border-right: solid 1px #000000;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder .tabbed-content {
    height: 180px;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-content p {
  padding: 0;
  margin: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-content h2 {
  margin-top: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-button {
  float: right;
  width: 20%;
  text-align: center;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a {
  font-size: 28px;
  color: #1d5a9e;
  display: block;
  height: 220px;
  line-height: 220px;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a:hover {
  font-size: 38px;
}
#tabbed-cta #cta-tabs {
  margin: 0;
  padding: 0;
}
#tabbed-cta #cta-tabs h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs h2 {
    margin-top: 20px;
  }
}
#tabbed-cta #cta-tabs li {
  list-style-type: none;
}
#tabbed-cta #cta-tabs li:nth-child(1) {
  background: #1d5a9e;
}
#tabbed-cta #cta-tabs li:nth-child(2) {
  background: #2e1c84;
}
#tabbed-cta #cta-tabs li:nth-child(3) {
  background: #4ba8ac;
}
#tabbed-cta #cta-tabs li p {
  margin-bottom: 0px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li p {
    margin-bottom: 20px;
    display: block;
  }
}
#tabbed-cta #cta-tabs li a {
  overflow: visible;
  display: block;
  padding: 20px;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a {
    height: 160px;
    overflow: visible;
  }
  #tabbed-cta #cta-tabs li a:hover {
    color: #000000;
    text-decoration: none;
  }
}
#tabbed-cta #cta-tabs li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  top: auto;
  bottom: -200px;
  left: 0px;
  right: auto;
  content: "";
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a:after {
    right: -20px;
    top: 60px;
    bottom: auto;
    left: auto;
  }
}
#tabbed-cta #cta-tabs li .inactive:after {
  display: none;
}

#cta-tab1:after {
  border-color: transparent transparent transparent #1d5a9e !important;
}

#cta-tab2:after {
  border-color: transparent transparent transparent #2e1c84 !important;
}

#cta-tab3:after {
  border-color: transparent transparent transparent #4ba8ac !important;
}

#call-back {
  position: relative;
  background: #000000;
}
@media screen and (min-width: 768px) {
  #call-back .wrap {
    padding-bottom: 0px;
  }
}
#call-back .wrap h2, #call-back .wrap p, #call-back .wrap li {
  color: #FFF;
}
#call-back .wrap .span_1_of_3 p {
  margin-bottom: 0;
}
#call-back .wrap h3 {
  margin-top: 0;
  color: #1d5a9e;
}
#call-back .wrap .form {
  position: relative;
  z-index: 20;
}
#call-back .wrap .form p {
  margin: 0;
  padding: 0;
}

.page-template-page-form #call-back {
  padding: 40px 20px;
}
.page-template-page-form #call-back textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: solid 1px #1b3539;
  border-radius: 0px;
}

#call-back .wpcf7-form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #000000;
  border-radius: 6px;
  padding-left: 30px;
  background: #b8b8b8;
  margin-bottom: 10px;
  padding: 10px 20px;
}
#call-back .wpcf7-acceptance {
  border: none;
  padding: 0;
  font-size: 14px;
}
#call-back .wpcf7-acceptance:after {
  display: none !important;
}
#call-back .wpcf7-acceptance a {
  color: #1d5a9e;
  text-decoration: underline;
}
#call-back .wpcf7-submit {
  padding: 10px 20px;
  color: #FFF;
  background: #b8b8b8;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  max-width: 162px;
  border-radius: 60px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}
#call-back .wpcf7-submit:hover {
  background: #1d5a9e;
}
#call-back form p {
  padding: 0;
  margin-bottom: 0;
}
#call-back form textarea {
  max-height: 100px;
  position: relative;
}

.wpcf7 {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}

#call-back ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  clear: both;
  float: left;
}
#call-back ul li {
  list-style-type: none;
  line-height: 40px;
}
#call-back ul li .fa {
  color: #1d5a9e;
}
#call-back ul li .fa-facebook {
  color: #4174e9;
}
#call-back ul li .fa-linkedin {
  color: #1ba6da;
}
#call-back ul li .fa-instagram {
  color: #db18d1;
}

#call-back .acceptfield:after {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

#call-back .triangle, #call-back .triangle2 {
  background: #2e1c84;
}

.page-id-206 #call-back {
  background: #FFF;
}

#call-back .span_1_of_4 {
  padding-right: 40px;
}
#call-back .span_1_of_4 li {
  margin-bottom: 10px;
}
#call-back .span_1_of_4 li i {
  color: #1d5a9e;
  margin-right: 10px;
}

.wpcf7-file {
  background: #FFF;
  border-radius: 6px;
  margin-top: 10px;
}

#call-back .phone-field {
  width: 100%;
}
#call-back .name-field {
  width: 100%;
}
#call-back .wpcf7-checkbox {
  padding-left: 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  #call-back .wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
  }
}
#call-back .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #call-back .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
  }
}
#call-back [type=checkbox], #call-back [type=radio] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -4px;
}
#call-back .wpcf7-list-item-label {
  position: relative;
  top: -8px;
  padding-left: 10px;
}
#call-back .wpcf7-list-item-label a {
  color: #1d5a9e;
}

#call-back .span_1_of_3 img {
  max-width: 200px;
  margin: 20px auto;
}

.wpcf7-acceptance {
  background: none !important;
}

.page-id-370 #call-back {
  position: relative;
}
.page-id-370 #call-back .wrap {
  position: relative;
  z-index: 20;
}
.page-id-370 #call-back:after {
  background: url("https://www.contechrec.co.uk/wp-content/uploads/2024/08/cv2.svg");
  content: "";
  position: absolute;
  width: 500px;
  right: -250px;
  height: 500px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-370 #call-back .span_2_of_3 {
  position: relative;
  z-index: 10;
}

.page-id-345 #call-back {
  position: relative;
}
.page-id-345 #call-back .wrap {
  position: relative;
  z-index: 20;
}
.page-id-345 #call-back:after {
  background: url("https://www.contechrec.co.uk/wp-content/uploads/2024/08/call.svg");
  content: "";
  position: absolute;
  width: 500px;
  right: -250px;
  height: 500px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-345 #call-back .span_2_of_3 {
  position: relative;
  z-index: 10;
}

.home #call-back {
  background: none;
}
.home #call-back h2 {
  color: #1d5a9e;
}

.slide-panel #call-back textarea {
  max-height: 100px;
  height: 43px;
}

.page-id-390 #call-back .span_1_of_2 a {
  color: #1d5a9e;
}

#welcome {
  background: #000000;
  position: relative;
}
#welcome .wrap {
  position: relative;
}
#welcome .welcome-image {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #welcome .welcome-image {
    margin-top: 0px;
  }
}
#welcome .welcome-image img {
  max-width: 212px;
  margin: 0 auto;
  display: block;
}
#welcome .welcome-content {
  text-align: center;
  overflow: hidden;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  #welcome .welcome-content {
    text-align: left;
    padding: 40px 160px 40px 60px;
  }
}
#welcome .welcome-content h2 {
  color: #1d5a9e;
  font-weight: 500;
  font-size: 38px;
  margin-top: 0;
}
#welcome .welcome-content p {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-style: italic;
}
#welcome .welcome-content .author {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  color: #FFF;
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
}
#welcome .welcome-content .button {
  margin-top: 20px;
}
.page-id-272 #welcome .first-p {
  margin: 0;
}
.page-id-272 #welcome .welcome-content {
  text-align: center;
  overflow: hidden;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .page-id-272 #welcome .welcome-content {
    text-align: left;
    padding: 40px 160px 40px 60px;
  }
}
.page-id-272 #welcome p {
  font-style: normal;
  margin-bottom: 20px;
}
.page-id-272 #welcome .author {
  color: #161616;
}
.page-id-272 #welcome h2 {
  color: #fb5d05;
}
.page-id-272 #welcome ul {
  margin: 0px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-id-272 #welcome ul {
    float: left;
  }
}
.page-id-272 #welcome ul li {
  list-style-type: none;
  line-height: 26px;
}
.page-id-272 #welcome ul li a {
  color: #4ba8ac;
  text-decoration: underline;
}
.page-id-272 #welcome ul li i {
  color: #fb5d05;
}

.page-id-364 #welcome .welcome-image img {
  border: none;
  border-radius: 0;
}

#team {
  background: #000000;
  background-size: cover;
  position: relative;
  display: none;
}
#team .intro h2 {
  color: #1d5a9e;
}
#team li {
  width: 100%;
  float: left;
  list-style-type: none;
  margin-bottom: 40px;
  position: relative;
}
#team li:nth-child(odd) .profile-content {
  float: right;
}
#team li:nth-child(odd) .profile-content a {
  color: #1d5a9e;
}
#team li:nth-child(odd) .profile-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #team li:nth-child(odd) .profile-image {
    width: 30%;
    float: left;
  }
}
#team li:nth-child(even) .team-image {
  order: 2;
}
#team .profile-image {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #team .profile-image {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 1300px) {
  #team .profile-image {
    padding: 0;
  }
}
#team .profile-content {
  width: 100%;
  float: left;
  min-height: 330px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
#team .profile-content a {
  color: #1d5a9e;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #team .profile-content {
    width: 70%;
  }
}
#team .profile-content p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FFF;
}
#team .profile-content p em {
  color: #1d5a9e;
}
#team .profile-content .job-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #1d5a9e;
  font-size: 20px;
  width: 100%;
}
#team .profile-content h2 {
  margin: 20px 0 0px 0;
  float: left;
  width: auto;
  font-size: 22px;
  color: #1d5a9e;
  line-height: 26px;
}
#team .profile-content h2 span {
  font-size: 20px;
}
#team .profile-content h3 {
  font-size: 18px;
  margin: 0;
}

.omsc-toggle {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.omsc-toggle-inner {
  padding: 0;
}

.omsc-toggle-title {
  padding: 9px 20px;
  background: none;
}
.omsc-toggle-title:hover {
  background: none;
}
.omsc-toggle-title:after {
  left: 0;
}

.omsc-toggle-title:hover,
.omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: none;
}

#team .profile-content {
  text-align: left;
}
#team .profile-content ul {
  float: left;
  clear: none;
  margin: 29px 0 0 20px;
  border-left: solid 1px #000;
  padding-left: 20px;
}
#team .profile-content ul li {
  float: left;
  background: none;
  box-shadow: none;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  min-height: 483px;
  overflow: hidden;
}
#team .profile-content ul li a {
  display: inline-block;
  float: left;
}
#team .profile-content ul li a .fa-facebook {
  color: #3b5998;
}
#team .profile-content ul li a .fa-instagram {
  color: #e95950;
}
#team .profile-content ul li a .fa-linkedin {
  color: #007bb6;
}
#team .profile-content ul li a .fa-twitter {
  color: #02ccff;
}

#team .intro {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
#team .intro h2 {
  color: #1d5a9e;
}
#team .intro p {
  color: #FFF;
}

.profile-button {
  float: left;
  height: 44px;
  line-height: 44px;
  min-width: auto;
  text-align: center;
  border-radius: 10px;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 0 0px;
  margin: 4px 30px 4px 0;
  font-size: 14px;
  text-align: left;
}
.profile-button i {
  color: #1d5a9e;
}
@media screen and (min-width: 768px) {
  .profile-button {
    font-size: 16px;
  }
}
.video-button {
  background: #fb5d05;
}
.video-button:hover {
  background: #2e1c84;
}

@media screen and (min-width: 1024px) {
  #myvideo,
#myvideo2 {
    position: absolute;
    top: 0px;
    width: 100%;
    background-image: url();
    background-color: #000000;
    background-blend-mode: multiply;
    background-size: cover;
    left: 0px;
    top: 0;
    bottom: auto;
    height: 100%;
    border-radius: 10px;
  }
}
#myvideo iframe,
#myvideo2 iframe {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #myvideo iframe,
#myvideo2 iframe {
    width: 80%;
    min-height: 483px;
    margin: 0 auto;
    display: block;
  }
}
#myvideo .button,
#myvideo2 .button {
  right: 20px;
  position: absolute;
  top: auto;
  bottom: 334px;
  min-width: auto;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  text-align: center;
  line-height: 63px;
  padding: 0;
  margin: 0;
  font-size: 36px;
  color: #000000;
  background: none;
}
@media screen and (min-width: 1024px) {
  #myvideo .button,
#myvideo2 .button {
    top: 20px;
    bottom: auto;
    background: #000000;
    font-size: 36px;
    color: #FFF;
    bottom: auto;
  }
}
#myvideo .button:hover,
#myvideo2 .button:hover {
  background: #FFF;
  color: #4ba8ac;
}

.team-profile {
  padding-left: 0;
}

#myvideo:nth-child(2) {
  display: none;
}

.vidprofile-0 #myvideo2 {
  display: none;
}
.vidprofile-0 .second-close {
  display: none !important;
}
.vidprofile-0 .vb2 {
  display: none !important;
}

.vidprofile-1 #myvideo {
  display: none;
}
.vidprofile-1 .first-close {
  display: none;
}
.vidprofile-1 .vb1 {
  display: none !important;
}

.pro-buttons {
  margin: 20px 0 0 0;
  overflow: hidden;
  clear: both;
  float: left;
}

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.video-wrapper {
  max-width: 778px;
  margin: 0 auto;
}
.video-wrapper iframe {
  width: 100%;
  height: 438px;
}

.team-profile li .team-image {
  position: relative;
  width: 415px;
  height: 415px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2024/08/1720557235802.jpg);
  overflow: hidden;
}
.team-profile li .team-image::before, .team-profile li .team-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 415px;
  height: 415px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team-profile li .team-image::before {
  left: -6px;
  animation: glitch-effect 7s steps(17, end) infinite;
  background-image: url(/wp-content/uploads/2024/08/new-glitch.jpg);
}
.team-profile li .team-image::after {
  left: 6px;
  animation: glitch-effect 7s steps(17, end) infinite;
  background-image: url(/wp-content/uploads/2024/08/new-glitch2.jpg);
}
.team-profile li:nth-child(2) .team-image {
  background-image: url(/wp-content/uploads/2024/08/craig-new.jpg);
}
.team-profile li:nth-child(2) .team-image::before {
  left: -6px;
  animation: glitch-effect 4s steps(17, end) 10s infinite;
  background-image: url(/wp-content/uploads/2024/08/craig-2.jpg);
}
.team-profile li:nth-child(2) .team-image::after {
  left: 6px;
  animation: glitch-effect 5s steps(17, end) 10s infinite;
  background-image: url(/wp-content/uploads/2024/08/craig-3.jpg);
}

@keyframes glitch-effect {
  0% {
    clip: rect(284px, 415px, 176px, 0);
  }
  5.8823529412% {
    clip: rect(155px, 415px, 326px, 0);
  }
  11.7647058824% {
    clip: rect(352px, 415px, 349px, 0);
  }
  17.6470588235% {
    clip: rect(191px, 415px, 245px, 0);
  }
  23.5294117647% {
    clip: rect(247px, 415px, 221px, 0);
  }
  29.4117647059% {
    clip: rect(291px, 415px, 276px, 0);
  }
  35.2941176471% {
    clip: rect(148px, 415px, 123px, 0);
  }
  41.1764705882% {
    clip: rect(67px, 415px, 172px, 0);
  }
  47.0588235294% {
    clip: rect(301px, 415px, 175px, 0);
  }
  52.9411764706% {
    clip: rect(247px, 415px, 153px, 0);
  }
  58.8235294118% {
    clip: rect(404px, 415px, 64px, 0);
  }
  64.7058823529% {
    clip: rect(249px, 415px, 226px, 0);
  }
  70.5882352941% {
    clip: rect(132px, 415px, 121px, 0);
  }
  76.4705882353% {
    clip: rect(336px, 415px, 226px, 0);
  }
  82.3529411765% {
    clip: rect(301px, 415px, 1px, 0);
  }
  88.2352941176% {
    clip: rect(128px, 415px, 168px, 0);
  }
  94.1176470588% {
    clip: rect(334px, 415px, 151px, 0);
  }
  100% {
    clip: rect(326px, 415px, 307px, 0);
  }
  71.4286% {
    clip: rect(0, 0, 0, 0);
    /* End of glitch effect */
  }
  100% {
    clip: rect(0, 0, 0, 0);
    /* Pause state */
  }
}
#video-intro {
  padding: 40px 0;
  clear: both;
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}
#video-intro .tri-bg img {
  min-height: 700px;
  background-size: cover;
  max-width: none;
  width: auto;
}
#video-intro .wrap {
  position: relative;
  z-index: 10;
}
#video-intro .col iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #video-intro .col iframe {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
@media screen and (min-width: 1151px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
#video-intro .span_2_of_3 p {
  padding: 0;
  margin: 0;
}

.signature {
  font-family: quimby-gubernatorial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  margin-top: 20px;
  display: block;
}

.position {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
}

.page-id-420 .span_1_of_3 ul {
  padding: 0;
}
.page-id-420 .span_1_of_3 ul li {
  list-style-type: none;
}
.page-id-420 .span_1_of_3 ul li i {
  color: #1d5a9e;
}
.page-id-420 .span_1_of_3 p {
  margin-bottom: 0px;
}

#three-col-list {
  position: relative;
  background: #161616;
}
#three-col-list .intro {
  text-align: left;
  width: 100%;
}
#three-col-list .intro .omsc-button {
  margin-bottom: 40px !important;
}
#three-col-list .intro h2 {
  color: #1d5a9e;
}
#three-col-list .intro p {
  color: #FFF;
}
#three-col-list .group {
  display: flex;
  flex-wrap: wrap;
}
#three-col-list .group h1, #three-col-list .group h2, #three-col-list .group h3, #three-col-list .group h4, #three-col-list .group h5, #three-col-list .group h6 {
  margin-top: 0;
  font-size: 22px;
  color: #1d5a9e;
}
#three-col-list .group h1:after, #three-col-list .group h2:after, #three-col-list .group h3:after, #three-col-list .group h4:after, #three-col-list .group h5:after, #three-col-list .group h6:after {
  left: 0px;
  right: auto;
}
#three-col-list .group .col {
  background: #000000;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  border: solid 1px #FFF;
  padding: 40px;
}
#three-col-list .group .col img {
  margin-bottom: 20px;
}
#three-col-list .group .col .button {
  color: #1d5a9e;
  float: right;
}
#three-col-list .group .col .button:hover {
  color: #000000;
}
#three-col-list .group .col p {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #FFF;
}
#three-col-list .group .col h2 span, #three-col-list .group .col h3 span {
  color: #1d5a9e;
}
#three-col-list .group .col ul {
  margin-bottom: 10px;
}
#three-col-list .group .col ul li {
  list-style-type: none;
}
#three-col-list .group .col ul li i {
  color: #1d5a9e;
}
#three-col-list .group .col ul li .fa-facebook {
  color: #0f5ae4;
}
#three-col-list .group .col ul li .fa-linkedin {
  color: #0086b4;
}
#three-col-list .group .col ul li .fa-twitter {
  color: #6fd1f3;
}

#three-col-list .col ul {
  padding: 0 0px;
  margin: 0px;
}
#three-col-list .col ul li {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000000;
}
#three-col-list .col ul li:nth-child(odd) {
  background: #2e1c84;
}
#three-col-list .col ul li i {
  padding-right: 10px;
}

.page-id-370 #three-col-list {
  background: #000000;
}

.aol-heading-features {
  background: #1d5a9e;
  color: #FFF;
  padding: 10px;
}

.single-aol_ad #news .span_2_of_3 p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #FFF;
}
.single-aol_ad #news .span_2_of_3 ul {
  margin-top: 20px;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.single-aol_ad #news .span_2_of_3 ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.single-aol_ad #news .span_2_of_3 form {
  clear: both;
}

.aol-heading {
  float: left;
  width: 100%;
  clear: both;
  margin: 0px 0 20px 0;
}

.single-aol_ad #news #aol_app_submit_button {
  border: none;
  background: #1d5a9e;
  height: 50px;
  margin: 10px 0;
  color: #161616;
  border-radius: 60px;
}
.single-aol_ad #news .form-control {
  padding: 10px;
  height: 50px;
  width: 100%;
  border-radius: 0px;
}

#aol_app_form > p {
  padding: 0;
  margin: 0;
}

#more-jobs {
  background: #1d5a9e;
  background: linear-gradient(84deg, #2e1982, #2980c5, #23dcff);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
#more-jobs h2 {
  margin-bottom: 40px;
  color: #FFF;
}

#news {
  background: #000000;
}

.single-aol_ad #news .triangle, .single-aol_ad #news .traingle2 {
  background: #1d5a9e;
}
.single-aol_ad #news .col p a {
  color: #1d5a9e;
}

.ad-content p {
  padding-bottom: 0;
  float: none;
}
.ad-content h3, .ad-content h2 {
  font-size: 18px;
}
.ad-content li {
  font-size: 16px;
}

.job-title {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px 40px 0 40px;
}
.job-title h1 {
  padding: 0;
  margin: 0;
  color: #FFF !important;
  font-size: 33px;
  line-height: 36px;
}

.ad-content {
  padding: 20px 40px 40px 40px;
  overflow: hidden;
}

.aol-wrapper .form-control {
  height: 52px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/select-arrow.png);
  margin-bottom: 10px;
  border-radius: 0px;
}

.aol-md-10 .form-control {
  background-image: none;
}

#full-col .panel {
  text-align: left;
  color: #000000;
}

.single-aol_ad #news {
  background: #000000;
}
.single-aol_ad #secondary .help-block {
  display: none;
}

#_aol_app_message {
  min-height: 160px;
}

.well-lg, .panel {
  border-radius: 0px;
}

#job-feed .well-lg {
  display: none;
}
#job-feed .intro {
  max-width: none;
  width: 100%;
  text-align: left;
}
#job-feed .panel-heading {
  background: none;
  color: #FFF;
  border-radius: 0;
  padding: 20px;
  font-size: 22px;
}
#job-feed .live-feed-summary .button {
  margin-top: 20px;
  min-width: 200px;
}

#job-feed .owl-nav {
  top: auto;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 1px;
  right: 1px;
  margin: 0 auto;
}
#job-feed .owl-nav button {
  min-width: auto;
}
#job-feed .owl-nav .owl-prev {
  float: left;
  font-size: 26px;
  color: #1d5a9e;
  left: -29px;
}
#job-feed .owl-nav .owl-next {
  float: right;
  font-size: 26px;
  color: #1d5a9e;
  right: -36px;
}

.live-feed-summary {
  margin-top: 0px;
  overflow: hidden;
}
.live-feed-summary p {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .live-feed-summary {
    margin-top: 0;
  }
}

.single-aol_ad #secondary {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-aol_ad #secondary label {
  color: #FFF;
  margin-bottom: 5px;
}
.single-aol_ad #secondary .widget img {
  max-width: 40px;
}

.page-id-299 #job-feed .owl-nav {
  display: none;
}

.page-id-299 #job-feed .wrap:after {
  display: none;
}

.home #job-feed .job-content .panel {
  margin-bottom: 0;
}

.page-id-299 #job-feed .owl-item {
  border-radius: 6px;
  overflow: hidden;
}

.home #job-feed {
  padding-bottom: 20px;
}
.home #job-feed .aol-archive {
  padding: 0 40px 0px 40px;
}
.home #job-feed .intro h2 {
  color: #1d5a9e;
}
.home #job-feed .intro p {
  color: #FFF;
}
@media screen and (min-width: 1500px) {
  .home #job-feed {
    padding-bottom: 20px;
  }
}
.home #job-feed .well-lg, .home #job-feed .panel {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .post-type-archive-aol_ad .aol-ad-outer-wrapper, .single-aol_ad .aol-ad-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* Ensure items stretch to the same height */
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)), .single-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 768px) {
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: calc((50% - 30px) / 3);
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)), .single-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:nth-child(2n), .single-aol_ad .aol-ad-inner-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 480px) {
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.panel-footer {
  background: none;
  color: #FFF;
  font-size: 12px;
}

.panel {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.panel p {
  color: #FFF;
}

.panel-heading {
  background: none;
  color: #FFF;
}

.well {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.single .span_2_of_3 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#aol_app_form > p > small > i {
  color: #FFF;
}

#page .slide-panel .job-carousel {
  list-style-type: none;
  padding: 0;
}
#page .slide-panel .job-carousel li {
  list-style-type: none;
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
}
#page .slide-panel .job-carousel li h3 {
  font-size: 22px;
  color: #FFF;
  line-height: normal;
}
#page .slide-panel .job-carousel li p {
  margin: 5px 0;
}
#page .slide-panel .job-carousel li .salary, #page .slide-panel .job-carousel li .location, #page .slide-panel .job-carousel li .job-type {
  margin: 5px 0;
  color: #FFF;
}
#page .slide-panel .job-carousel li .salary span, #page .slide-panel .job-carousel li .location span, #page .slide-panel .job-carousel li .job-type span {
  color: #1d5a9e;
}
#page .slide-panel .job-carousel li .salary span i, #page .slide-panel .job-carousel li .location span i, #page .slide-panel .job-carousel li .job-type span i {
  margin-right: 5px;
}
#page .slide-panel .job-carousel li .entry-content p {
  color: #FFF;
  margin-bottom: 20px;
}
#page .slide-panel .job-carousel li .entry-content .button {
  margin-bottom: 20px;
}
#page .slide-panel .job-carousel .linked {
  display: none;
}

#cta-info {
  background: #FFF;
  position: relative;
}

.cta-block {
  background: #2e1c84;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  height: 260px;
}
.cta-block .cta-block-content {
  width: 70%;
  position: absolute;
  right: 0;
  float: left;
  padding: 40px;
  text-align: left;
  color: #FFF;
}
@media screen and (min-width: 1151px) {
  .cta-block .cta-block-content {
    width: 66%;
  }
}
.cta-block .cta-block-content p {
  margin: 0;
}
.cta-block .cta-block-content h2,
.cta-block .cta-block-content h3 {
  margin-top: 0;
  position: relative;
  color: #FFF;
  margin: 0;
}
.cta-block .cta-block-content h2 span,
.cta-block .cta-block-content h3 span {
  color: #1d5a9e;
}
.cta-block .cta-block-content .button {
  margin: 0px auto 0;
  display: block;
  max-width: 200px;
  float: left;
  clear: both;
}
.cta-block .cta-block-content .button:hover {
  background: #4ba8ac;
}
.cta-block .cta-block-image {
  width: 39%;
  position: absolute;
  bottom: 0;
  height: 240px;
}
.cta-block .cta-block-image img {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  max-height: 231px;
}
@media screen and (min-width: 768px) {
  .cta-block .cta-block-image {
    display: inline-block;
    width: 30%;
    float: left;
    margin-left: 20px;
    padding-top: 20px;
    display: inline-block;
  }
}
.alt-block {
  background: #fb5d05;
}

.cta-block-content-no-image {
  width: 100%;
  float: left;
  padding: 40px;
  text-align: center;
}
.cta-block-content-no-image .button {
  margin: 20px auto 0;
  display: block;
  max-width: 200px;
}

#cta-info .triangle,
#cta-info .triangle2 {
  background: #2e1c84;
}

.intro h2 {
  margin-top: 0;
}

.clients-cta h3 {
  color: #2e1c84;
}
.clients-cta .button {
  background: #2e1c84;
}
.clients-cta .button:hover {
  background: #1d5a9e;
  color: #FFF;
}

.page-id-221 #cta-info {
  background: #f3f3f3;
}
.page-id-221 #cta-info .intro {
  text-align: left;
  width: 100%;
  max-width: none;
}
.page-id-221 #cta-info .cta-block-content {
  width: 100%;
}
@media screen and (min-width: 1151px) {
  .page-id-221 #cta-info .cta-block-content {
    width: 90%;
    position: absolute;
    left: 0;
  }
}
.page-id-221 #cta-info .cta-block-content h3 {
  margin-bottom: 20px;
  color: #FFF;
}
.page-id-221 #cta-info .cta-block-content p {
  color: #FFF;
}
.page-id-221 #cta-info .cta-block-content .button {
  display: none;
}

#cta-trio .intro {
  text-align: left;
  width: 100%;
}
#cta-trio .col {
  width: 100% !important;
}
#cta-trio .col:nth-child(2) .cta-block {
  background: #2e1c84;
}
#cta-trio .col:nth-child(3) .cta-block {
  background: #4ba8ac;
}
#cta-trio .cta-block {
  min-height: 300px;
  background: #fb5d05;
}
#cta-trio .cta-block .cta-block-image {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: 0;
}
#cta-trio .cta-block .cta-block-image img {
  height: 300px;
  object-fit: contain;
  max-height: none;
  object-position: left bottom;
}
@media screen and (min-width: 768px) {
  #cta-trio .cta-block .cta-block-image img {
    height: 280px;
    object-fit: contain;
    object-position: left bottom;
  }
}

#cta-trio .section {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  #cta-trio .section {
    display: flex !important;
  }
}
#cta-trio .section .col {
  margin: 10px 0 !important;
}
@media screen and (min-width: 1024px) {
  #cta-trio .section .col {
    margin: 10px 0 10px 20px !important;
  }
}
#cta-trio .section .col:first-of-type {
  margin-left: 0px !important;
}

.home #cta-info {
  background: #4ba8ac;
  padding-top: 0px;
  padding-bottom: 10px;
}

#content-cta {
  background: #1d5a9e;
  padding-bottom: 0;
}
#content-cta .wrap {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 40px;
}
#content-cta .fifty-cta {
  text-align: center;
  position: relative;
}
#content-cta .fifty-cta .dots {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: top, bottom, left, right;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  overflow: hidden;
  padding: 40px;
}
#content-cta .fifty-cta h2 {
  color: #fb5d05;
}
#content-cta .badge {
  position: absolute;
  width: 100px;
  right: -30px;
  top: -20px;
}

#sectors {
  background: #1d5a9e;
  padding: 40px 0;
}
#sectors .dots {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="20"><circle cx="3" cy="3" r="2" fill="%23384951"/></svg>');
  /* right */
  background-position: top, bottom, left, right;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  overflow: hidden;
  padding: 40px;
}
#sectors .star-candidate {
  background: #2e1c84;
  position: relative;
}
#sectors .star-candidate .promo-badge {
  position: absolute;
  top: 140px;
  right: 20px;
  width: 100px;
}
#sectors .star-candidate .promo-badge img {
  width: 100%;
  height: auto;
}
#sectors .star-candidate .candidate-headshot img {
  max-width: 212px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: solid 4px #FFF;
}
#sectors .star-candidate .candidate-info p {
  margin: 0;
  padding: 0;
}
#sectors .star-candidate .candidate-info p strong {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  color: #161616;
}
#sectors .star-candidate .candidate-info .candidate-name {
  font-weight: 400;
  font-style: normal;
  font-family: montserrat, sans-serif;
  color: #fb5d05;
  font-size: 22px;
}
#sectors .star-candidate .candidate-info .bio {
  margin: 20px 0 20px 0;
  overflow: hidden;
  float: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="6"><circle cx="3" cy="3" r="2" fill="%23bcb6a5"/></svg>');
  /* top */
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 20px;
}
#sectors .sector-slider {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sectors .sector-slider .owl-item {
  background: #2e1c84;
}
#sectors .sector-slider .owl-item h3 span {
  display: block;
  color: #161616;
}
#sectors .sector-slider .owl-item .image {
  overflow: hidden;
  margin-bottom: 0px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 5;
  top: 6px;
  height: 96%;
  z-index: 5;
}
#sectors .sector-slider .owl-item .image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#sectors .sector-slider .owl-item .sector-info {
  position: relative;
  z-index: 10;
}

#services {
  background: #000000;
}
#services .intro {
  text-align: left;
  width: 100%;
  min-width: auto;
}
#services .intro h2 {
  color: #1d5a9e;
}
#services .intro p {
  color: #FFF;
}
#services .service-list ul {
  margin: 0;
  padding: 0;
}
#services .service-list ul li {
  width: 100%;
  padding: 40px;
  border: solid 1px #FFF;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
#services .service-list ul li:nth-child(3) {
  background: #1d5a9e;
}
#services .service-list ul li:nth-child(3) h3 {
  color: #000000;
}
#services .service-list ul li:nth-child(3) p {
  color: #000000;
}
#services .service-list ul li:nth-child(3) i {
  color: #000000;
}
#services .service-list ul li:nth-child(3) .button {
  color: #000000;
  border-bottom: solid 1px #000000;
}
#services .service-list ul li:nth-child(3) .button:after {
  color: #000000;
}
#services .service-list ul li:nth-child(3) .button:hover {
  background: #FFF;
}
#services .service-list ul li h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 34px;
  margin-bottom: 10px;
  color: #1d5a9e;
}
#services .service-list ul li h3 i {
  color: #1d5a9e;
}
#services .service-list ul li p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
#services .service-list ul .button {
  position: absolute;
  right: 40px;
  top: 33%;
}

.page-id-345 #services .service-list .button {
  display: none;
}
.page-id-345 #services .service-list li:nth-child(3) {
  background: #000000;
}
.page-id-345 #services .service-list li:nth-child(3) h3 {
  color: #1d5a9e;
}
.page-id-345 #services .service-list li:nth-child(3) p {
  color: #FFF;
}
.page-id-345 #services .service-list li:nth-child(3) i {
  color: #1d5a9e;
}
.page-id-345 #services .service-list .service-list ul li:nth-child(3) {
  background: #000000 !important;
}

#steps {
  background: #1d5a9e;
  background: linear-gradient(84deg, #2e1982, #2980c5, #1ab6d4);
  background-size: 180% 180%;
  animation: gradient-animation 9s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#steps .intro {
  text-align: left;
  width: 100%;
  min-width: auto;
}
#steps .intro h2 {
  color: #FFF;
}
#steps .intro p {
  color: #FFF;
}
#steps .wrap ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
  justify-content: space-between;
  position: relative;
}
#steps .wrap ul:after {
  content: "";
  width: 80%;
  height: 10px;
  background: #FFF;
  left: 0px;
  right: 0px;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
#steps .wrap ul li {
  text-align: center;
}
#steps .wrap ul li .step-icon img {
  max-width: 240px;
  max-height: 140px;
  width: auto;
}
#steps .wrap ul li .step-title {
  color: #FFF;
}

#steps .wrap ul.flex {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
#steps .wrap ul.flex li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 440px;
  width: 20%;
}
#steps .wrap ul.flex li:after {
  position: absolute;
  width: 10px;
  height: 60px;
  background: #FFF;
  content: "";
  left: 1px;
  right: 1px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#steps .wrap ul.flex li .step-title {
  order: 1;
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
#steps .wrap ul.flex li .step-icon {
  order: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
#steps .wrap ul.flex li:nth-child(odd) .step-title {
  order: 2;
  position: absolute;
  bottom: 30%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: auto;
}
#steps .wrap ul.flex li:nth-child(odd) .step-icon {
  order: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: auto;
}

#five-col {
  background: #000000;
}
#five-col .intro {
  text-align: center;
  width: 100%;
  min-width: auto;
}
#five-col .intro h2 {
  color: #1d5a9e;
}
#five-col .intro p {
  color: #FFF;
}
#five-col ul {
  margin: 0;
  padding: 0;
}
#five-col ul li {
  list-style-type: none;
  color: #FFF;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #five-col ul li {
    margin: 0;
  }
}
#five-col ul li li {
  margin-bottom: 20px;
}
#five-col ul li .fa, #five-col ul li .fa-solid {
  font-size: 46px;
  display: block;
  margin-bottom: 10px;
}
#five-col ul li li {
  margin-bottom: 20px;
}
#five-col ul li .fa, #five-col ul li .fa-solid {
  color: #1d5a9e;
}
#five-col ul li:nth-child(3) {
  position: relative;
}
#five-col ul li:nth-child(3) p {
  color: #000000;
  text-align: center;
  width: 140px;
  height: 140px;
  background: #1d5a9e;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  line-height: 140px;
  float: none;
  position: relative;
}
#five-col ul li:nth-child(3) p::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 150px;
  height: 150px;
  border: 5px solid transparent;
  border-top-color: #FFF;
  border-radius: 50%;
  animation: rotate-border 2s linear infinite;
}
@keyframes rotate-border {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #five-col > div > ul > li:nth-child(3) {
    margin-bottom: 30px;
  }
}
#cards {
  position: relative;
  min-height: 680px;
}
#cards .intro p {
  color: #FFF;
}
#cards .wrap {
  position: relative;
}
#cards .col {
  position: relative;
  padding: 40px;
}
#cards .card-wrap {
  position: relative;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
#cards .card {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  width: 96%;
  height: 400px;
  float: left;
  perspective: 1000px;
  border-radius: 12px;
}
#cards .content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 11px -3px rgba(255, 255, 255, 0.75);
  transition: transform 1s;
  transform-style: preserve-3d;
  border-radius: 12px;
}
#cards .card.flip .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
#cards .front,
#cards .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #151515;
  color: #03446A;
  text-align: center;
  font-size: 60px;
  border-radius: 12px;
  backface-visibility: hidden;
}
#cards .back {
  background: #1d5a9e;
  color: white;
  transform: rotateY(180deg);
}
#cards .back .qr {
  width: 80px;
  height: 80px;
  background: #FFF;
  margin: 0 auto;
}
#cards .contech-logo {
  float: left;
  margin: 20px;
  width: 40%;
  clear: both;
}
#cards .back-info {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#cards .card-info {
  float: left;
  text-align: left;
  margin-left: 40px;
  clear: both;
}
#cards .card-info .position {
  margin: 0 0 20px 0;
  color: #FFF;
}
#cards .card-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#cards .card-info ul li {
  line-height: 28px;
  color: #FFF;
}
#cards .card-info ul li i {
  margin-right: 10px;
  color: #1d5a9e;
}
#cards .card-info .author {
  color: #1d5a9e;
  margin: 0 0 10px;
  font-size: 22px;
}
#cards .card-photo {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  bottom: 0px;
  width: 40%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
#cards .card-photo img {
  height: 400px;
  object-fit: cover;
}

/*# sourceMappingURL=main.css.map */
