@charset "UTF-8";
.capabilities-section .relative.cursor-pointer[role=button] {
  color: rgb(107, 107, 107);
}
.capabilities-section .relative.cursor-pointer[role=button] p {
  color: inherit;
}

img.grayscale {
  filter: grayscale(0%);
}
img.grayscale:hover {
  filter: grayscale(100%);
}

body {
  transition: background-color 0.2s ease;
}

body.bg-f0f0f0 {
  background-color: #f0f0f0;
}

body.dark_bg {
  background-color: #111111;
}
body.dark_bg .text-black {
  color: #fff;
}
body.dark_bg .text-black\/50 {
  color: color-mix(in oklab, #fff 50%, transparent);
}
body.dark_bg section.bg-\[\#f0f0f0\] {
  background-color: transparent;
}
body.dark_bg .text-black\/60,
body.dark_bg .text-\[\#6b6b6b\],
body.dark_bg .text-\[\#5d5d5d\] {
  color: color-mix(in oklab, #fff 60%, transparent);
}
body.dark_bg .animate-marquee img {
  filter: brightness(0) invert(1) !important;
}
body.dark_bg .bg-white .text-black {
  color: var(--color-black);
}
body.dark_bg .bg-white .text-\[\#5d5d5d\] {
  color: #5d5d5d;
}
body.dark_bg .bg-white .text-black\/50 {
  color: color-mix(in oklab, var(--color-black) 50%, transparent);
}
body.dark_bg .bg-white .text-black\/50 {
  color: color-mix(in oklab, var(--color-black) 50%, transparent);
}
body.dark_bg .bg-white .text-\[\#6b6b6b\] {
  color: #6b6b6b;
}
body.dark_bg .bg-white .text-black\/60 {
  color: color-mix(in oklab, var(--color-black) 60%, transparent);
}

.flex-col > p {
  margin-bottom: 0;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.ww-h3 * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.news-list {
  transition: opacity 0.3s ease;
}
.news-list.fade {
  opacity: 0.5;
}

.mar_t100 {
  margin-top: 100px;
}

.mar_t80 {
  margin-top: 80px;
}

.mar_b80 {
  margin-bottom: 80px;
}

.slide_element {
  opacity: 0;
}
.slide_element.active {
  opacity: 1;
}

.btn.border-white {
  border-color: #fff;
}

.btn_style {
  color: #000;
  padding: 12px 16px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
  border-radius: 23px;
  border: 1px solid #909090;
}
.btn_style:hover {
  opacity: 0.7;
}

.single_post_content > div > iframe {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.single_post_content {
  --article-spacing: clamp(45px, (54 / 1920) * 100vw, 54px);
}
.single_post_content .article-intro {
  margin-bottom: var(--article-spacing);
}
@media (max-width: 767px) {
  .single_post_content .article-intro {
    margin-bottom: 16px;
  }
}
.single_post_content .article-intro * {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300 !important;
  line-height: 1.2;
  margin: 0;
}
.single_post_content .ww-accordion {
  color: inherit !important;
  margin-bottom: 20px;
}
.single_post_content ol {
  list-style: decimal;
}
.single_post_content table {
  margin: 40px 0;
  width: 100%;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.single_post_content table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.1);
}
.single_post_content table th,
.single_post_content table td {
  padding: 14px 23px;
  vertical-align: top;
}
.single_post_content table th:first-child,
.single_post_content table td:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 0;
}
.single_post_content table th:last-child,
.single_post_content table td:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 0;
}
.single_post_content table th {
  padding: 7px 23px;
  font-weight: bold;
  text-align: left;
}
.single_post_content ul {
  padding-left: 20px;
  list-style: disc;
}
.single_post_content h1,
.single_post_content h2,
.single_post_content h3,
.single_post_content h4,
.single_post_content h5,
.single_post_content h6 {
  font-family: "ivyora-display", serif;
  line-height: 1.2;
  font-weight: 300;
  margin-block: var(--article-spacing) 16px;
}
@media (max-width: 767px) {
  .single_post_content h1,
  .single_post_content h2,
  .single_post_content h3,
  .single_post_content h4,
  .single_post_content h5,
  .single_post_content h6 {
    margin-bottom: 12px;
  }
}
.single_post_content h1 b,
.single_post_content h2 b,
.single_post_content h3 b,
.single_post_content h4 b,
.single_post_content h5 b,
.single_post_content h6 b {
  font-weight: 300;
}
.single_post_content h1 {
  font-size: clamp(26px, 3vw, 36px);
}
.single_post_content h2 {
  font-size: clamp(24px, 3vw, 30px);
}
.single_post_content h3 {
  font-size: clamp(22px, 2vw, 24px);
}
.single_post_content h4 {
  font-size: clamp(20px, 2vw, 22px);
}
.single_post_content h5,
.single_post_content h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 16px;
}
.single_post_content h5 {
  font-size: clamp(16px, 2vw, 18px);
}
.single_post_content h6 {
  font-size: 16px;
}
.single_post_content li {
  font-weight: 300 !important;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
}
.single_post_content li span {
  font-weight: 300 !important;
}
.single_post_content ol,
.single_post_content ul,
.single_post_content p {
  margin-bottom: var(--article-spacing);
}
.single_post_content a {
  text-decoration: underline;
}
.single_post_content ol {
  list-style-position: inside;
}
.single_post_content p {
  font-size: 16px;
}
.single_post_content p strong,
.single_post_content p b {
  font-weight: 600;
}
.single_post_content p + p {
  margin-top: -42px;
}
.single_post_content p span {
  font-weight: 300 !important;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.single_post_content .blockquote {
  position: relative;
  line-height: 1.2;
  margin-bottom: var(--article-spacing);
  font-size: 30px;
  padding-left: 60px;
  font-family: "Inter", sans-serif;
}
.single_post_content .blockquote span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-top: 20px;
}
.single_post_content .blockquote_left_position {
  margin-right: auto;
  padding-left: 133px;
  font-size: 28px;
}
.single_post_content .blockquote_left_position svg {
  top: 0;
  left: 0px;
  position: absolute;
  display: inline-block;
  width: 98px;
  height: 74px;
}
.single_post_content .blockquote_rigth_position svg {
  left: 0px;
  top: 0px;
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 27px;
}

#mobile-menu nav br {
  display: none;
}

.navigation_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 51;
  padding: 15px 31px;
  mix-blend-mode: difference;
}
.navigation_container.scroll {
  mix-blend-mode: unset;
}
.navigation_container .container {
  position: relative;
}
.navigation_container #site-nav {
  position: relative;
  padding: 16px 0;
  transition: padding 300ms ease, width 300ms ease, top 300ms ease;
}
.navigation_container #site-nav.scrolled {
  display: inline-block;
  left: 0;
  right: auto;
  top: 24px;
  padding: 16px 24px;
  mix-blend-mode: unset;
}
.navigation_container #mobile-menu {
  position: absolute;
  top: 24px;
  left: 0;
  mix-blend-mode: unset;
}
.navigation_container #mobile-menu nav {
  gap: 0;
}
.navigation_container #mobile-menu:not(.scrolled) {
  display: none !important;
}

.page-template-page-about-template .cta_light {
  background-color: transparent;
}

.filter-pill.position_bottom {
  top: 90vh;
}
.filter-pill.position_bottom .filter-dropdown {
  top: auto;
  bottom: calc(100% + 8px);
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.container {
  max-width: 1378px;
  margin: 0 auto;
  width: 100%;
}

#newsletter-open-btn {
  cursor: pointer;
}

.filter-pill-inner > div.relative {
  cursor: pointer;
}
.filter-pill-inner > div.relative button {
  cursor: pointer;
}

.get-touch-alt {
  outline: none;
}

.img_hover_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.img_hover_wrap .img_hover {
  position: absolute;
  top: 0;
  left: -4%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.works-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}
.works-list .col-sm-6 {
  padding: 8px;
  flex: 0 0 50%;
  width: 50%;
}
.works-list .col-sm-6 .block {
  margin-bottom: 0;
}
.works-list .col-sm-6 {
  transition: margin 0.3s ease;
}
.works-list .col-sm-6.hovered {
  margin-bottom: 100px;
}

.value-btn {
  cursor: pointer;
}

.default_page .ww-h1 {
  font-size: clamp(30px, 4vw, 32px);
}
.default_page p,
.default_page li {
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.default_page ul {
  list-style: disc;
  padding-left: 20px;
}
.default_page ol {
  list-style: decimal;
  padding-left: 20px;
}
.default_page * + h3 {
  margin-top: 10px;
}
.default_page h3 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.value-item {
  transition: opacity 0.25s ease;
  cursor: pointer;
}

footer .socail_img {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  footer .socail_img:hover {
    opacity: 0.7;
  }
}
footer a {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  footer a:hover {
    color: #fff;
  }
}

@media (max-width: 1199px) {
  .single_post_content .blockquote {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .get-touch-2-imgs img.get-touch-2-imgs__img1 {
    left: 57% !important;
    height: 205px !important;
  }
  .single_post_content .blockquote {
    font-size: 20px;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
  }
  .single_post_content .blockquote span {
    margin-top: 8px;
  }
  .single_post_content .blockquote_left_position {
    padding-left: 60px;
  }
  .single_post_content .blockquote_left_position svg {
    top: 0%;
    left: 0;
    width: 43px;
    height: 49px;
  }
  .single_post_content .blockquote_rigth_position svg {
    left: 0;
  }
  .single_post_content .blockquote_rigth_position {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .hide_mob {
    display: none !important;
  }
  .sm_width-165 {
    width: 165px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .sm_width-165 img {
    height: auto !important;
  }
  section.intro_section {
    padding-bottom: 100px;
  }
  section.intro_section p br {
    display: none;
  }
  .get-touch-2-imgs .py-\[43px\] {
    padding-block: 24px;
  }
  .get-touch-2-imgs .justify-between {
    justify-content: flex-start;
  }
  .get-touch-2-imgs .items-center {
    align-items: flex-start;
  }
  .get-touch-2-imgs .px-8 {
    padding-inline: 24px;
  }
  .get-touch-2-imgs img.get-touch-2-imgs__img1 {
    left: 55% !important;
    height: 152px !important;
  }
  .get-touch-2-imgs img.get-touch-2-imgs__img2 {
    width: 147px !important;
    display: block !important;
    right: 45% !important;
  }
  .strip-scroll {
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .strip-scroll > div {
    width: max-content;
    height: 220px;
  }
  .strip-scroll > div > img {
    height: 220px;
    width: auto;
    display: block;
  }
  .w-\[680px\] {
    width: 100%;
  }
  .py-\[160px\] {
    padding-block: 70px;
  }
  .mt-\[152px\] {
    margin-top: 70px;
  }
  .my-32 {
    margin-block: 30px;
  }
  .gap-10,
  .gap-16 {
    gap: 30px;
  }
  .pb-24 {
    padding-bottom: 30px;
  }
  .gap-y-16 {
    row-gap: 30px;
  }
  .px-10,
  .px-9 {
    padding-inline: 24px;
  }
  /*.py-20,.py-12, .py-10{
    padding-block: 24px;
  }*/
  .px-\[31px\] {
    padding-inline: 20px;
  }
  .p-\[31px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mobile-menu {
    top: 16px;
    right: 16px;
    left: 16px;
    border-radius: 24px;
    padding: 16px 24px 32px;
    z-index: 49;
  }
  #site-nav {
    left: 20px;
    right: 20px;
    top: 24px;
    padding: 16px 24px;
    border-radius: 9999px;
    background: white;
    mix-blend-mode: normal;
    min-width: 260px;
    width: auto;
  }
  #site-nav .nav-logo-condensed {
    display: block;
  }
  #site-nav .nav-logo-condensed svg {
    fill: black;
  }
  #site-nav .nav-page-label {
    display: block;
    color: black;
  }
  #site-nav .nav-hamburger {
    display: flex;
  }
  #site-nav .nav-hamburger span {
    background: black;
  }
  #site-nav.scrolled {
    left: 20px;
    right: 20px;
    top: 24px;
  }
  #capabilities-section .sticky {
    padding-top: 50px;
  }
  .contacts_section {
    row-gap: 70px;
  }
  .contacts_section form .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.culture-reel-mount {
  width: 330px;
}

@media (max-width: 550px) {
  .filter-area.grid-cols-2,
  .grid-cols-sm-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works-list .col-sm-6 {
    flex: 0 0 100%;
    width: 100%;
  }
  .culture_wrapper {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .culture_wrapper .culture-reel-mount {
    width: 100%;
  }
  .culture_wrapper .culture-reel-mount > div {
    width: 100% !important;
    height: auto !important;
  }
  .culture_wrapper .culture-reel-mount > div > div:last-child > div {
    width: 100% !important;
    height: auto !important;
  }
}
.work-samples.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.work-samples.row .col-12 {
  width: 100%;
}
.work-samples.row .col-md-3,
.work-samples.row .col-md-4,
.work-samples.row .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.pg_btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #0A1F44;
  border: 1px solid #FFF;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  width: 200px;
  margin: 45px 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  cursor: pointer;
  background: #fff;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pg_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url("../images/right-err.svg") center no-repeat;
}

.pg_btn.inl_btn:hover:before {
  right: 9px;
}

.portfolio-flexible .portfolio-button-container a {
  margin-top: 34px;
  padding: 10px 52px 10px 24px;
}

.pg_btn:hover,
.pg_btn:focus,
.pg_btn:active {
  opacity: 0.7;
  color: #0A1F44;
}

.pg_btn.inl_btn {
  display: inline-block;
  width: auto;
  padding-right: 45px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vis_mob {
    display: none !important;
  }
  .work-samples.row .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-template-page-internal-landing-template .col-md-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.page-template-page-internal-landing-template .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.page-template-page-internal-landing-template .offer-cards .row {
  margin: 0;
}
.page-template-page-internal-landing-template .row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}
.page-template-page-internal-landing-template .row.why-cards {
  margin: 0;
}
.page-template-page-internal-landing-template .container {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-internal-landing-template .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 9000;
  -webkit-transition: padding, background-color 0.3s ease;
  -o-transition: padding, background-color 0.3s ease;
  transition: padding, background-color 0.3s ease;
}
.page-template-page-internal-landing-template .main-header.fix .logo img {
  display: none;
}
.page-template-page-internal-landing-template .main-header.fix .logo img.logo-active {
  display: inline;
}
.page-template-page-internal-landing-template .main-header .hover-move-arr svg {
  transition: transform 0.3s;
}
.page-template-page-internal-landing-template .main-header .hover-move-arr:hover svg {
  transform: translateX(3px);
}
.page-template-page-internal-landing-template .main-header .back-to-main-land {
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-page-internal-landing-template .main-header .back-to-main-land span {
  text-decoration: underline;
  font: 600 15px/1.667 Inter, sans-serif;
}
.page-template-page-internal-landing-template .main-header .logo .logo-active {
  display: none;
}
.page-template-page-internal-landing-template .main-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.page-template-page-internal-landing-template .main-header .top-cta .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.pg_btn.inl_btn:before {
  right: 13px;
}

.page-template-page-internal-landing-template h1,
.page-template-page-internal-landing-template h2,
.page-template-page-internal-landing-template h3,
.page-template-page-internal-landing-template h4,
.page-template-page-internal-landing-template h5,
.page-template-page-internal-landing-template h6 {
  font-family: "ivyora-display", serif;
}

/*
.page-template-page-internal-landing-template main ul:not(.slick-dots) {
  list-style: none;
  padding-left: 1.5em;
}

.page-template-page-internal-landing-template main ul:not(.slick-dots) li {
  position: relative;
  margin-bottom: 0.5em;
}

.page-template-page-internal-landing-template main ul:not(.slick-dots) li::before {
  content: '';
  position: absolute;
  left: -1.5em;
  top: 2px;
  width: 1em;
  height: 1em;
  background: url('../images/list-marker.svg') no-repeat center;
  background-size: contain;
  background-color: #7DE5A7;
  -webkit-mask: url('../images/list-marker.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('../images/list-marker.svg') no-repeat center;
  mask-size: contain;
}
*/
.top-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .top-cta {
    display: none;
  }
}
.top-cta .container p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.top-cta .container a {
  font-size: 12px;
  margin: 8px 0;
  padding: 2px 32px 2px 16px;
}

.top-cta a:before {
  width: 9px;
  height: 9px;
}

.hero-flexible {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 232px;
  padding-bottom: 152px;
  position: relative;
  overflow: hidden;
}

.hero-flexible .top_arrow {
  position: absolute;
  left: 54%;
  top: 122px;
  z-index: 4;
  width: 400px;
  margin-left: 40px;
}

.hero-flexible .top_arrow .top_plus {
  position: absolute;
  top: 25%;
  left: 100%;
  margin-left: 55px;
}

.hero-flexible .top_arrow .bot_plus {
  position: absolute;
  left: 41%;
  bottom: 20%;
}

.hero-flexible h1 {
  font-size: 54px;
  line-height: 75px;
  max-width: 500px;
}

.hero-flexible h2 {
  font-family: Inter;
  font-weight: 400;
  font-size: 54px;
  line-height: 75px;
  letter-spacing: 0;
  max-width: 650px;
  margin-bottom: 24px;
  max-width: 660px;
}

.hero-flexible p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  max-width: 660px;
}

.offer-flexible {
  padding-top: 80px;
}

.offer-flexible h3 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 16px;
}

.offer-text {
  max-width: 746px;
  margin-bottom: 54px;
}

.offer-card,
.why-card {
  background: linear-gradient(180deg, var(--border-top), var(--border-bottom)) border-box;
  padding: 1px;
  border-radius: 16px;
  margin-right: 2%;
}

.offer-card {
  width: 32%;
}

.why-card {
  width: 23.5%;
}

.offer-card:last-child,
.why-card:last-child {
  margin-right: 0;
}

.offer-card .offer-card-container,
.why-card .why-card-container {
  position: relative;
  padding: 32px 32px 20px 32px;
  border-radius: 15px;
  height: 100%;
  background: var(--bg-color);
  transition: background 0.3s ease;
}

.offer-card:hover .offer-card-container,
.why-card:hover .why-card-container {
  color: #fff;
  background: var(--bg-color-full);
}

.offer-card .offer-card-container img,
.why-card .why-card-container img {
  margin-bottom: 16px;
}

.offer-card:hover .offer-card-container img,
.why-card:hover .why-card-container img {
  filter: brightness(0) invert(1);
}

.offer-card .offer-card-container h3,
.why-card .why-card-container h3 {
  font-size: 24px;
  font-family: "ivyora-display", serif;
  line-height: 29px;
  margin-bottom: 18px;
  text-align: left;
  letter-spacing: normal;
}

.offer-card:hover .offer-card-container h3 * {
  color: #fff !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 80px;
}

.accordion__content {
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease;
}

.accordion__content-inner {
  padding: 32px;
  color: #fff;
}

.accordion h3 {
  font-family: Inter;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
}

.accordion h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  background: linear-gradient(272.03deg, #E650B8 20.12%, #3592FF 48.4%, #A1DEBA 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  cursor: pointer;
  background: #0A1F44;
  color: #fff;
  padding: 12px 24px;
  border-radius: 81px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}

.accordion__btn::after {
  content: "+";
  font-weight: 200;
  font-size: 28px;
  transition: transform 0.8s ease;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

#toggle1:checked ~ .accordion__content {
  max-height: 500px;
  margin-bottom: 30px;
}

#toggle1:checked ~ .accordion__btn::after {
  content: "–";
}

.why-flexible {
  padding: 80px 0;
}

.why-flexible h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 58px;
}

.why-cards {
  margin: 0;
}

.dark-section {
  background: #0A1F44;
  color: #fff;
}

.industries-flexible,
.image-text-pannels,
.portfolio-flexible,
.testimonials {
  padding: 80px 0;
}

.industries-container {
  padding: 50px 48px 34px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.industries-container h3 {
  font-family: Inter;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.industries-container h3 .rainbow-text {
  font-family: "ivyora-display", serif;
  font-size: 34px;
  line-height: 46px;
  background: linear-gradient(272.03deg, #E650B8 20.12%, #3592FF 48.4%, #A1DEBA 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industries-container .left-pannel p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}

.industries-container .left-pannel li {
  margin-bottom: 6px !important;
}

.industries-container .left-pannel li:before {
  top: 1px !important;
  width: 18px !important;
  height: 18px !important;
}

.industries-container .right-pannel {
  padding-left: 28px;
}

.industries-logos {
  display: flex;
  padding: 14px 0;
  gap: 16px;
  flex-wrap: wrap;
}

.industries-logo {
  display: flex;
  background: #fff;
  border-radius: 8px;
  width: 31%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 82px;
}

.industries-logo img {
  max-height: 62%;
  width: max-content;
}

.reverse-order {
  flex-direction: row-reverse;
}

.image-text-pannels .container {
  display: flex;
  gap: 80px;
}

.image-text-pannels .image-pannel {
  max-width: 530px;
  aspect-ratio: 4/3;
}

.image-text-pannels .image-pannel img {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.image-text-pannels .text-pannel {
  padding-top: 14px;
}

.image-text-pannels .text-pannel h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 32px;
}

.image-text-pannels .text-pannel h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 8px;
}

.image-text-pannels .text-pannel p {
  margin-bottom: 16px;
}

.portfolio-flexible h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 10px;
}

.portfolio-flexible .portfolio-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  max-width: 64%;
  margin-bottom: 52px;
}

.portfolio-flexible .work-sample-visible {
  height: 234px;
  position: relative;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.portfolio-flexible .work-sample img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.portfolio-flexible .work-sample .work-sample-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  opacity: 0;
  padding-inline: 15px;
  transition: opacity 0.3s ease;
  margin-bottom: 0;
}

.portfolio-flexible .work-sample:hover .work-sample-link {
  opacity: 1;
}

.portfolio-flexible .work-sample:hover .work-sample-visible {
  box-shadow: 0px 0px 31px 19px rgba(64, 49, 215, 0.85);
}

.portfolio-flexible .portfolio-button-container {
  text-align: center;
}

.portfolio-flexible .portfolio-button-container a {
  margin-top: 34px;
  padding: 10px 52px 10px 24px;
}

.portfolio-flexible .portfolio-button-container a:before {
  right: 26px;
}

.testimonials .testimonials-container-inner {
  padding: 50px 70px 38px 70px;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.1019607843);
}

.testimonials .testimonials-container-inner h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

.testimonials .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.testimonials .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 255, 0.1019607843);
}

.testimonials .slick-track {
  display: flex;
  /*transform: translate3d(0, 0, 0) !important;*/
}

.testimonials__slider .testimonial {
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 38px;
}

.testimonials__slider .testimonial__text:before {
  content: "";
  display: block;
  background: url("../images/testimonials-quotes.svg");
  width: 45px;
  height: 32px;
  margin-bottom: 18px;
}

.testimonials__slider .testimonial__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 22px;
}

.testimonials__slider .testimonial__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}

.testimonials__slider .testimonial__position {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.testimonials ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  width: fit-content;
  padding: 8px;
  margin: 16px auto 0;
}

.testimonials ul.slick-dots li {
  margin-bottom: 0;
  line-height: 4px;
}

.testimonials .slick-dots li::marker {
  content: none;
}

.testimonials .slick-dots li button:before {
  content: "";
  font-size: 0;
  line-height: 0;
}

.testimonials .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  border: none;
  opacity: 0.3;
  transition: all 0.3s ease;
  color: transparent;
}

.testimonials .slick-dots li button:hover {
  opacity: 0.7;
}

.testimonials .slick-dots li.slick-active button {
  opacity: 1;
}

.cta-flexible {
  padding: 67px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-flexible h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 14px;
}

.cta-flexible .cta-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.rainbow-button {
  color: #fff;
  padding: 26px 60px 27px 24px !important;
  font-size: 20px;
  line-height: 120%;
  margin-top: 24px;
  border: 1px solid transparent;
  position: relative;
  background: linear-gradient(-90deg, rgba(255, 110, 237, 0.1882352941), rgba(16, 68, 255, 0.1882352941)) padding-box, linear-gradient(90deg, #FF6EED, #1044FF) border-box;
  backdrop-filter: blur(4px);
  box-shadow: 0px 0px 14.3px 0px rgba(255, 169, 244, 0.6);
}

.page-template-page-internal-landing-template .main-header {
  padding-bottom: 16px;
  padding-top: 0;
}

.exit-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.exit-popup.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.exit-popup .popup-content {
  position: relative;
  max-width: 300px;
  margin: auto;
  padding: 24px;
  border-radius: 16px;
  background: #0A1F44;
}

.exit-popup .popup-content .close-popup {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
}

.exit-popup .popup-content h4 {
  color: #FFF;
  margin-bottom: 16px;
  font-family: "ivyora-display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.exit-popup .popup-content .pg_btn.inl_btn {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.exit-popup .popup-content p {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.exit-popup .arrow_popup {
  position: relative;
  display: inline-block;
  margin: -24px auto 22px auto;
  z-index: 2;
}

.exit-popup .arrow_popup .bottom_plus {
  position: absolute;
  bottom: 55px;
  left: 31px;
}

.exit-popup .arrow_popup .top_plus {
  position: absolute;
  top: 49px;
  right: 10px;
}

.exit-popup .bg_popup_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.exit-popup .bg_popup_gradient:after {
  position: absolute;
  top: 207px;
  left: -28px;
  content: "";
  width: 578.807px;
  height: 581.061px;
  transform: rotate(-143.672deg);
  background: linear-gradient(47deg, #E650B8 0%, #4A20E5 30.27%, #3592FF 61.04%, #A1DEBA 95.29%);
  opacity: 0.8;
  filter: blur(100px);
}

.internal-logo-container {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .internal-logo-container {
    padding-top: 0;
  }
}
.rainbow-button:before {
  color: #fff;
  background: url("../images/chevrone-white-right.svg") center no-repeat;
  right: 26px !important;
}

.rainbow-button:hover:before {
  right: 18px !important;
}

@media (max-width: 1199px) {
  .why-card {
    width: 48% !important;
    margin-bottom: 16px;
  }
  .industries-logo {
    width: 29% !important;
  }
}
@media (max-width: 767px) {
  .page-template-page-internal-landing-template main section:not(.offer-cards) h3,
  .page-template-page-internal-landing-template main section:not(.offer-cards) h3 span {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: normal;
  }
  .portfolio-flexible .portfolio-text {
    max-width: none;
  }
  .hero-flexible {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .hero-flexible .rainbow-button {
    margin-top: 32px;
  }
  .industries-flexible,
  .image-text-pannels,
  .portfolio-flexible,
  .testimonials {
    padding: 60px 0 !important;
  }
  .hero-flexible h1 {
    font-size: 32px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }
  .hero-flexible h2 {
    font-size: 32px !important;
    line-height: 1.4 !important;
  }
  .offer-cards .offer-card {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .wp-singular .offer-card .offer-card-container h3,
  .wp-singular .why-card .why-card-container h3 {
    font-size: 20px !important;
    line-height: 29px !important;
    margin-bottom: 16px;
  }
  .industries-container {
    padding: 32px;
  }
  .why-card {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .image-text-pannels .container {
    flex-direction: column;
    gap: 18px !important;
  }
  .reverse-order {
    flex-direction: column-reverse !important;
  }
  .work-sample {
    margin-bottom: 16px;
  }
  .industries-logos {
    padding-bottom: 0;
  }
  .industries-logo {
    width: calc(50% - 8px) !important;
  }
  .industries-container .right-pannel {
    padding-left: 15px;
  }
  .rainbow-button {
    padding: 24px 60px 24px 24px !important;
    font-size: 20px !important;
  }
  .hero-flexible p {
    text-align: center;
  }
  .portfolio-flexible .work-sample .work-sample-link {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .testimonials .testimonials-container-inner {
    padding: 32px 32px 40px;
  }
  .testimonials__slider .testimonial {
    padding: 0 32px 32px;
  }
}
@media (min-width: 992px) {
  .hero-flexible .mob_arrow {
    display: none;
  }
  .page-id-7852 .hero-flexible {
    min-height: 900px;
    display: flex;
    align-items: center;
  }
  .page-id-7852 .image-text-pannels .container {
    align-items: center;
  }
  .page-id-7852 .image-text-pannels .image-pannel img {
    object-fit: unset;
    height: auto;
  }
  .page-id-7852 .hero-flexible h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1243px) {
  .page-id-7852 .hero-flexible h1 {
    max-width: 700px;
  }
}
@media (max-width: 1240px) {
  .hero-flexible .top_arrow {
    left: 48%;
  }
}
@media (max-width: 991px) {
  .hero-flexible .top_arrow {
    display: none;
  }
  .hero-flexible h1 {
    font-size: 42px;
    line-height: 1.4;
  }
  .hero-flexible .mob_arrow {
    margin: 60px 0;
    text-align: center;
  }
  .hero-flexible .mob_arrow svg {
    overflow: visible;
    max-width: 100%;
    height: auto;
    margin-left: -25px;
  }
  .hero-flexible h2 {
    font-size: 42px;
    line-height: 1.4;
  }
  .offer-flexible {
    padding-top: 60px;
  }
  .why-flexible {
    padding: 60px 0;
  }
  .accordion h3,
  .accordion h4 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .hero-flexible {
    text-align: center;
  }
  .hero-flexible h1,
  .hero-flexible h2 {
    text-align: left;
  }
  #toggle1:checked ~ .accordion__content {
    max-height: 500px;
    margin-bottom: 16px;
  }
  .why-card:last-child {
    margin-bottom: 0;
  }
  .accordion {
    margin-top: 0;
    margin-bottom: 36px;
  }
  .accordion h4 {
    margin-bottom: 30px;
  }
  .text-pannels .left-pannel {
    margin-bottom: 20px;
  }
  .portfolio-flexible .portfolio-button-container a {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=style-st.css.map */
