html,
body {
  font-family: "myriad-variable", sans-serif;
  overflow-x: hidden;
  background-color: #408b8d;
}
.marquee-container {
  overflow: hidden;
  /* Hides the overflowing content */
  white-space: nowrap;
  /* Keeps content on a single line */
  box-sizing: border-box;
}
.marquee-track {
  display: inline-block;
  animation: marquee-animation 20s linear infinite;
}
@keyframes marquee-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    /* Moves content to the left */
  }
}
/* Optional: Pause on hover */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}
div.theme-atomik {
  font-family: "myriad-variable", sans-serif;
}
div.theme-atomik p {
  line-height: 2.25;
  font-size: 1.5rem;
}
div.theme-atomik .hero-wrap {
  position: relative;
}
div.theme-atomik .hero-wrap h1 {
  margin-left: -12%;
  line-height: 1.2 !important;
}
div.theme-atomik .hero-overlay {
  position: relative;
  z-index: 2;
}
div.theme-atomik #videobg {
  background-color: #000;
}
div.theme-atomik .hero-wrap video {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
div.theme-atomik h1,
div.theme-atomik h2,
div.theme-atomik h3,
div.theme-atomik h4,
div.theme-atomik h5,
div.theme-atomik h6 {
  font-family: "myriad-variable", sans-serif;
}
div.theme-atomik h1 {
  font-variation-settings: "wdth" 110, "wght" 900;
  font-size: 6.125rem;
  color: #408b8d;
}
div.theme-atomik h2 {
  font-variation-settings: "wdth" 110, "wght" 700;
}
div.theme-atomik h3 {
  font-variation-settings: "wdth" 110, "wght" 900;
}
div.theme-atomik h4 {
  font-variation-settings: "wdth" 110, "wght" 400;
}
div.theme-atomik h5 {
  font-variation-settings: "wdth" 110, "wght" 400;
}
div.theme-atomik h6 {
  font-variation-settings: "wdth" 110, "wght" 400;
  font-size: 1rem;
  color: #fff;
}
div.theme-atomik main {
  background-color: #fff;
}
div.theme-atomik .text-offset {
  margin-bottom: 20px;
  position: absolute;
  /* display: block; */
  /* float: right; */
  margin-top: 30px;
}
div.theme-atomik .white-text {
  color: #fff;
}
div.theme-atomik .white-text p,
div.theme-atomik .white-text h1,
div.theme-atomik .white-text h2,
div.theme-atomik .white-text h3,
div.theme-atomik .white-text h4,
div.theme-atomik .white-text h5 {
  color: #fff;
}
div.theme-atomik .navbar {
  background-color: transparent;
}
div.theme-atomik .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}
div.theme-atomik .navbar > .container,
div.theme-atomik .navbar > .container-fluid,
div.theme-atomik .navbar > .container-lg,
div.theme-atomik .navbar > .container-md,
div.theme-atomik .navbar > .container-sm,
div.theme-atomik .navbar > .container-xl {
  align-items: end;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  flex-direction: column;
}
div.theme-atomik .navbar-toggler {
  z-index: 1;
}
div.theme-atomik .navbar-toggler .icon-bar {
  height: 8px;
  width: 45px;
  -webkit-box-shadow: 1px 2px 4px 0px #000000;
  box-shadow: 1px 2px 4px 0px #000000;
  background-color: #fff;
}
div.theme-atomik .navbar-toggler .icon-bar:hover {
  background-color: #fff;
}
div.theme-atomik .navbar-toggler .icon-bar:first-of-type {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
div.theme-atomik .navbar-toggler .icon-bar:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
div.theme-atomik .navbar-collapse {
  background-color: #f08a0e;
  border-radius: 14px;
  padding: 20px;
  position: absolute;
  z-index: 0;
  min-width: 300px;
}
div.theme-atomik div.ccm-block-top-navigation-bar {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100%;
}
div.theme-atomik div.ccm-block-top-navigation-bar .nav-link {
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
}
div.theme-atomik div.ccm-block-top-navigation-bar .navbar-brand {
  position: absolute;
  left: 20px;
}
div.theme-atomik div.ccm-block-top-navigation-bar .navbar-brand img {
  max-height: 133px;
}
div.theme-atomik .dropdown-menu {
  background-color: #f08a0e;
  box-shadow: none;
}
div.theme-atomik .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
}
div.theme-atomik .navbar-expand-lg .navbar-toggler {
  display: block;
}
div.theme-atomik .navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
div.theme-atomik .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
div.theme-atomik .collapse:not(.show) {
  display: none !important;
}
div.theme-atomik div.ccm-block-top-navigation-bar .navbar {
  background-color: transparent;
}
div.theme-atomik .hero-wrap h1 {
  color: #f8e9ca;
  text-shadow: 2px 4px 7px #000000;
}
div.theme-atomik .combined-photos .col-md-6 {
  padding: 0;
  position: relative;
}
div.theme-atomik .combined-photos .col-md-6:first-child img {
  position: absolute;
  left: 40px;
}
div.theme-atomik .combined-photos .col-md-6:last-child img {
  position: absolute;
  right: 40px;
}
div.theme-atomik .client-carousel-wrap {
  position: relative;
}
div.theme-atomik .game-piece {
  position: absolute;
  left: 48%;
  top: -50px;
  z-index: 999;
}
div.theme-atomik .wedge-piece {
  position: relative;
}
div.theme-atomik .wedge-piece img {
  position: absolute;
  left: 58%;
  top: -20px;
  z-index: 999;
}
div.theme-atomik .queen-piece {
  position: relative;
}
div.theme-atomik .queen-piece img {
  position: absolute;
  left: 30%;
  top: -50px;
  z-index: 999;
}
div.theme-atomik .radio-popup {
  position: relative;
}
div.theme-atomik .radio-popup img {
  position: absolute;
  left: -200px;
  top: -50px;
  z-index: 999;
  transform: rotate(350deg);
}
div.theme-atomik .top-margin-45 {
  margin-top: -48px !important;
}
div.theme-atomik .red-block {
  border-bottom-right-radius: 60px;
  z-index: 1;
  position: relative;
  margin-top: -135px;
  background-color: rgba(229, 52, 11, 0.8);
}
div.theme-atomik .blue-block {
  border-bottom-left-radius: 60px;
  z-index: 1;
  position: relative;
  margin-top: -135px;
  background-color: #0C5678;
}
div.theme-atomik .photo-angle-10 {
  position: relative;
  min-height: 700px;
}
div.theme-atomik .photo-angle-10 img {
  transform: rotate(10deg);
  position: absolute;
  top: -50px;
  z-index: 0;
  -webkit-box-shadow: 5px 5px 15px 5px #949494;
  box-shadow: 5px 5px 15px 5px #949494;
}
div.theme-atomik .photo-angle-350 {
  position: relative;
  min-height: 700px;
}
div.theme-atomik .photo-angle-350 img {
  transform: rotate(350deg);
  position: absolute;
  top: -50px;
  z-index: 0;
  -webkit-box-shadow: 5px 5px 15px 5px #949494;
  box-shadow: 5px 5px 15px 5px #949494;
}
div.theme-atomik .img-left-100 {
  position: relative;
}
div.theme-atomik .img-left-100 img {
  position: absolute;
  left: 100px;
}
div.theme-atomik .img-left--100 {
  position: relative;
}
div.theme-atomik .img-left--100 img {
  position: absolute;
  left: -100px;
}
div.theme-atomik .no-box-shadow img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div.theme-atomik .red-block-up {
  color: #fff;
  background-color: #e5340b;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .red-block-up p,
div.theme-atomik .red-block-up h1,
div.theme-atomik .red-block-up h2,
div.theme-atomik .red-block-up h3,
div.theme-atomik .red-block-up h4,
div.theme-atomik .red-block-up h5,
div.theme-atomik .red-block-up h6 {
  color: #fff;
}
div.theme-atomik .green-block {
  color: #fff;
  background-color: #408b8d;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .green-block p,
div.theme-atomik .green-block h1,
div.theme-atomik .green-block h2,
div.theme-atomik .green-block h3,
div.theme-atomik .green-block h4,
div.theme-atomik .green-block h5,
div.theme-atomik .green-block h6 {
  color: #fff;
}
div.theme-atomik .green-block-down {
  color: #fff;
  background-color: #408b8d;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .green-block-down p,
div.theme-atomik .green-block-down h1,
div.theme-atomik .green-block-down h2,
div.theme-atomik .green-block-down h3,
div.theme-atomik .green-block-down h4,
div.theme-atomik .green-block-down h5,
div.theme-atomik .green-block-down h6 {
  color: #fff;
}
div.theme-atomik .green-block-left {
  color: #fff;
  background-color: #408b8d;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .green-block-left p,
div.theme-atomik .green-block-left h1,
div.theme-atomik .green-block-left h2,
div.theme-atomik .green-block-left h3,
div.theme-atomik .green-block-left h4,
div.theme-atomik .green-block-left h5,
div.theme-atomik .green-block-left h6 {
  color: #fff;
}
div.theme-atomik .yellow-block-right {
  color: #000;
  background-color: #FFE7BE;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .yellow-block-right p,
div.theme-atomik .yellow-block-right h1,
div.theme-atomik .yellow-block-right h2,
div.theme-atomik .yellow-block-right h3,
div.theme-atomik .yellow-block-right h4,
div.theme-atomik .yellow-block-right h5,
div.theme-atomik .yellow-block-right h6 {
  color: #000;
}
div.theme-atomik .yellow-block-left {
  color: #000;
  background-color: #FFE7BE;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .yellow-block-left p,
div.theme-atomik .yellow-block-left h1,
div.theme-atomik .yellow-block-left h2,
div.theme-atomik .yellow-block-left h3,
div.theme-atomik .yellow-block-left h4,
div.theme-atomik .yellow-block-left h5,
div.theme-atomik .yellow-block-left h6 {
  color: #000;
}
div.theme-atomik .blue-block-right {
  color: #fff;
  background-color: #0C5678;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .blue-block-right p,
div.theme-atomik .blue-block-right h1,
div.theme-atomik .blue-block-right h2,
div.theme-atomik .blue-block-right h3,
div.theme-atomik .blue-block-right h4,
div.theme-atomik .blue-block-right h5,
div.theme-atomik .blue-block-right h6 {
  color: #fff;
}
div.theme-atomik .blue-block-left {
  color: #fff;
  background-color: #0C5678;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 40px 40px;
}
div.theme-atomik .blue-block-left p,
div.theme-atomik .blue-block-left h1,
div.theme-atomik .blue-block-left h2,
div.theme-atomik .blue-block-left h3,
div.theme-atomik .blue-block-left h4,
div.theme-atomik .blue-block-left h5,
div.theme-atomik .blue-block-left h6 {
  color: #fff;
}
div.theme-atomik .strategy-board {
  margin-top: -150px;
  z-index: 0;
}
div.theme-atomik .swiper {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
div.theme-atomik .swiper-slide {
  border-right: 4px solid #000;
}
div.theme-atomik footer {
  background-color: #f08a0e;
  padding-bottom: 0;
  color: #000;
}
div.theme-atomik footer section:nth-child(2) {
  background-color: #408b8d;
  color: #fff;
  padding-top: 20px;
}
div.theme-atomik footer section:nth-child(2) a {
  color: #fff;
}
div.theme-atomik footer .form-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
div.theme-atomik footer .form-wrapper .form-group {
  padding: 5px 0;
}
div.theme-atomik footer .form-wrapper .form-group:nth-child(3) {
  max-width: 65%;
}
div.theme-atomik footer .form-wrapper .form-group:last-child {
  display: none;
}
div.theme-atomik footer .form-wrapper .btn.btn-primary {
  position: absolute;
  right: 20px;
  bottom: 45px;
  background-color: #106591;
  font-weight: 700;
  text-transform: uppercase;
}
.ccm-page-id-1 .navbar-brand {
  display: none;
}
.ccm-toolbar-visible div.theme-atomik .ccm-block-top-navigation-bar {
  position: relative;
}
@media (max-width: 1600px) {
  div.theme-atomik .photo-angle-10 {
    min-height: 400px;
  }
  div.theme-atomik .photo-angle-350 {
    min-height: 400px;
  }
}
@media (max-width: 1200px) {
  div.theme-atomik .photo-angle-10 {
    min-height: 300px;
  }
  div.theme-atomik .photo-angle-350 {
    min-height: 300px;
  }
}
@media (max-width: 1000px) {
  div.theme-atomik .photo-angle-10 {
    min-height: 200px;
  }
  div.theme-atomik .photo-angle-350 {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  div.theme-atomik .hero-wrap h1 {
    margin-left: -28%;
    font-size: 3.125rem;
  }
  div.theme-atomik h1 {
    font-size: 3.125rem;
  }
  div.theme-atomik div.ccm-block-top-navigation-bar .navbar-brand img {
    max-height: 65px;
  }
  div.theme-atomik .combined-photos .col-md-6 {
    padding: 0;
    position: relative;
  }
  div.theme-atomik .combined-photos .col-md-6:first-child img {
    position: relative;
    left: 40px;
  }
  div.theme-atomik .combined-photos .col-md-6:last-child img {
    position: relative;
    right: 40px;
  }
  div.theme-atomik .mobile-v-pad {
    padding: 75px 0;
  }
  div.theme-atomik .mobile-v-marg {
    margin: 130px 0;
  }
  div.theme-atomik .reset-left img {
    left: 0 !important;
  }
  div.theme-atomik .reset-pad {
    padding: 20px !important;
  }
  div.theme-atomik .reset-pad .ccm-custom-style-container {
    margin: 0 !important;
  }
  div.theme-atomik .margin-l-100 {
    margin-left: 100px;
  }
  div.theme-atomik .margin-t-100 {
    margin-top: 100px;
  }
  div.theme-atomik .text-offset {
    position: static;
    display: inline-block;
  }
  div.theme-atomik .hero-wrap h1 {
    margin-left: auto;
    text-align: center;
  }
  div.theme-atomik .wedge-piece img,
  div.theme-atomik .queen-piece img {
    left: 0;
  }
  div.theme-atomik .couple-margin {
    margin-top: 100px;
  }
  div.theme-atomik .what-we-do {
    background-image: url(/download_file/52fe61d2-0f01-4294-bd7e-15f4e2893fd9/9);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    margin-top: 200px;
  }
  div.theme-atomik .ccm-custom-style-container.ccm-custom-style-main5961-402 {
    margin-right: auto;
  }
  div.theme-atomik .hero-wrap {
    padding: 0;
  }
  div.theme-atomik .hero-wrap .ccm-custom-style-container {
    padding: 100px 0;
  }
}
