@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  line-height: unset;
  scroll-behavior: smooth;
}

.row {
  margin-left: unset !important;
  margin-right: unset !important;
}

.container {
  display: flex;
  padding: 0;
}

a.button-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #ff8b00;
  background: #ff8b00;
  color: #ffffff;
  border-radius: 30px;
  max-width: 240px;
  height: 60px;
  transition-duration: 250ms;
}
a.button-orange:hover {
  background: transparent;
  color: #283150;
  box-shadow: 5px 4px 18px 8px rgba(255, 139, 0, 0.1098039216);
}

span.bg-word-cs {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  background: #ff8b00;
  clip-path: polygon(100% 0, 98% 25%, 100% 50%, 98% 75%, 100% 100%, 0 100%, 0 0);
}

#hero {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
#hero .container {
  background: #f8f7f3;
  width: 100%;
  padding: 0;
  justify-content: space-between;
}
#hero .container .text-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: calc(100% - 440px);
  padding: 20px;
}
#hero .container .text-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  color: #283250;
  margin-top: 0;
}
#hero .container .text-section .title h2 span.orange {
  color: #ff8c00;
}
#hero .container .text-section .client {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
#hero .container .text-section .client .row {
  display: flex;
  width: 100%;
  position: relative;
  gap: 15px;
}
#hero .container .text-section .client .row p.first {
  color: #969897;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#hero .container .text-section .client .row p.last {
  color: #283250;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#hero .container .photo-section {
  position: relative;
  width: 442px;
}
#hero .container .photo-section img {
  width: 442px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
}
#menu .container {
  background: #f8f7f3;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  border-radius: 30px;
}
#menu .container .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  padding: 5px 10px;
}
#menu .container .buttons a.button-orange:first-child {
  background: #ff8b00;
  color: #fff;
}
#menu .container .buttons a.button-orange {
  background: #ebebeb;
  border: #969897;
  color: #283150;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  cursor: pointer;
}
#menu .container .buttons .button-element {
  width: 225px;
}

#client {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
}
#client .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#client .container .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#client .container .title-section .title {
  display: flex;
}
#client .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#client .container .title-section .title h2 .title-orange {
  color: #fff;
}
#client .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='240' height='80' viewBox='0 0 240 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H240L236.333 16L240 39.3846L236.333 62.7692L240 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#client .container .title-section .logo svg {
  margin-top: 25px;
}
#client .container .content-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#client .container .content-section .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#client .container .content-section .content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
  margin-bottom: 0;
}
#client .container .content-section .content ul {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
  margin-bottom: 0;
  margin-top: 1em;
}

#goals {
  display: flex;
  justify-content: center;
  padding: 20px 10%;
  width: 100%;
}
#goals .container {
  display: flex;
  flex-direction: column;
}
#goals .container .title-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
}
#goals .container .title-section .title {
  display: flex;
}
#goals .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#goals .container .title-section .title h2 .title-orange {
  color: #fff;
}
#goals .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='144' height='80' viewBox='0 0 144 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H144L141.8 16L144 39.3846L141.8 62.7692L144 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#goals .container .title-section .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#goals .container .content-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#goals .container .content-section .content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#goals .container .content-section .content li {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#goals .container .content-section .photo {
  position: relative;
  width: 100%;
  height: 350px;
}
#goals .container .content-section .photo img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

#solutions {
  display: flex;
  justify-content: center;
  padding: 20px 10%;
  width: 100%;
}
#solutions .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#solutions .container .title-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#solutions .container .title-section .title {
  display: flex;
}
#solutions .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#solutions .container .title-section .title h2 .title-orange {
  color: #fff;
}
#solutions .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='442' height='80' viewBox='0 0 442 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H442L435.247 16L442 39.3846L435.247 62.7692L442 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#solutions .container .content-section {
  display: flex;
  flex-direction: column;
}
#solutions .container .content-section .actions {
  display: flex;
  flex-direction: column;
}
#solutions .container .content-section .actions .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#solutions .container .content-section .actions .content p,
#solutions .container .content-section .actions .content li {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#solutions .container .content-section .campaign {
  display: flex;
  flex-direction: column;
}
#solutions .container .content-section .campaign .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#solutions .container .content-section .campaign .content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#solutions .container .content-section .campaign .content p .orange {
  color: #ff8c00;
}
#solutions .container .content-section .products {
  display: flex;
  flex-direction: column;
}
#solutions .container .content-section .products .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#solutions .container .content-section .products .content {
  display: flex;
  padding: 50px 0;
  gap: 50px;
}
#solutions .container .content-section .products .content.zero {
  display: none;
}
#solutions .container .content-section .products .content.one .reel {
  display: flex;
  max-width: 100%;
  height: auto;
  min-height: 150px;
  flex: 0 0 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#solutions .container .content-section .products .content.two .reel {
  display: flex;
  max-width: 50%;
  height: auto;
  min-height: 150px;
  flex: 0 0 calc(50% - 38px);
  position: relative;
  justify-content: center;
  align-items: center;
}
#solutions .container .content-section .products .content.three .reel {
  display: flex;
  max-width: 33%;
  height: auto;
  min-height: 150px;
  flex: 0 0 calc(33% - 38px);
  position: relative;
  justify-content: center;
  align-items: center;
}
#solutions .container .content-section .products .content.four .reel {
  display: flex;
  max-width: 25%;
  height: auto;
  min-height: 150px;
  flex: 0 0 calc(25% - 38px);
  position: relative;
  justify-content: center;
  align-items: center;
}
#solutions .container .content-section .products .content .reel svg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#solutions .container .content-section .products .content .reel img {
  width: 95%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#results {
  display: flex;
  justify-content: center;
  padding: 20px 10%;
  width: 100%;
}
#results .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#results .container .title-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#results .container .title-section .title {
  display: flex;
}
#results .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#results .container .title-section .title h2 .title-orange {
  color: #fff;
}
#results .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='276' height='80' viewBox='0 0 276 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H276L271.783 16L276 39.3846L271.783 62.7692L276 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#results .container .content-section {
  display: flex;
  flex-direction: column;
}
#results .container .content-section .campaign {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#results .container .content-section .campaign .campaign-title h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#results .container .content-section .campaign .campaign-score {
  align-items: center;
  border-radius: 200px;
  display: flex;
  gap: 50px;
  height: 240px;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
}
#results .container .content-section .campaign .campaign-score.gray {
  background: #f8f7f3;
}
#results .container .content-section .campaign .campaign-score.orange {
  background: #ff8c00;
}
#results .container .content-section .campaign .campaign-score .element {
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#results .container .content-section .campaign .campaign-score .element.orange {
  background: #ff8c00;
}
#results .container .content-section .campaign .campaign-score .element.navy {
  background: #283250;
}
#results .container .content-section .campaign .campaign-score .element p {
  font-size: clamp(0.5rem, 1.455vw + 0.159rem, 1.25rem);
  line-height: clamp(0.75rem, 1.697vw + 0.352rem, 1.625rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
#results .container .content-section .campaign .campaign-score .element p span {
  display: block;
}
#results .container .content-section .campaign .subtitle {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#results .container .content-section .campaign .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#results .container .content-section .campaign .subtitle.--nomargin h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: -20px;
  color: #283250;
}
#results .container .content-section .campaign .photo {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#results .container .content-section .campaign .photo.--nomargin {
  margin-top: 10px;
}
#results .container .content-section .campaign .photo a {
  width: auto;
  max-height: 350px;
}
#results .container .content-section .campaign .photo a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
}
#results .container .content-section .campaign .campaign-effects {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#results .container .content-section .campaign .campaign-effects .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #283250;
}
#results .container .content-section .campaign .campaign-effects .content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#results .container .content-section .campaign .campaign-effects .content p span.orange {
  color: #ff8c00;
}
#results .container .content-section .campaign .campaign-effects .content p span.navy {
  color: #283250;
  font-weight: 800;
}
#results .container .content-section .campaign .campaign-cta {
  background-color: #f8f7f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 100px;
}
#results .container .content-section .campaign .campaign-cta p {
  font-size: clamp(1rem, 1.939vw + 0.545rem, 2rem);
  font-weight: 600;
  color: #283250;
  text-align: center;
}
#results .container .content-section .campaign .campaign-cta p span.orange {
  color: #ff8c00;
}
#results .container .content-section .campaign-summary p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  font-weight: 600;
  color: #969897;
}

#consultation {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
}
#consultation .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
#consultation .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #283250;
  margin: 0 20px;
}
#consultation .container .content .text-section {
  width: calc(100% - 20px);
  padding: 10px;
}
#consultation .container .content .text-section .title {
  text-align: center;
}
#consultation .container .content .text-section .title h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
}
#consultation .container .content .text-section .title h2 span.orange {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #ff8c00;
}
#consultation .container .content .photo-section {
  width: 100%;
  height: 100%;
  position: relative;
}
#consultation .container .content .photo-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#consultation .container a.button-orange.cta {
  position: relative;
  bottom: 30px;
  width: auto;
  max-width: unset;
  text-decoration: none;
  padding: 0 30px;
}
#consultation .container a.button-orange.cta:hover {
  background: #ff8c00;
  cursor: pointer;
}

#summary {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
}
#summary .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#summary .container .title-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#summary .container .title-section .title {
  display: flex;
}
#summary .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#summary .container .title-section .title h2 .title-orange {
  color: #fff;
}
#summary .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='420' height='80' viewBox='0 0 420 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H420L413.583 16L420 39.3846L413.583 62.7692L420 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#summary .container .summary-content {
  display: flex;
  flex-direction: column;
}
#summary .container .summary-content .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #283250;
}
#summary .container .summary-content .content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}
#summary .container .summary-content .content p .orange {
  color: #ff8c00;
}
#summary .container .summary-content .content p .navy {
  color: #283250;
}
#summary .container .client-review {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 25px;
}
#summary .container .client-review .subtitle h3 {
  font-size: clamp(1rem, 1.212vw + 0.716rem, 1.625rem);
  line-height: clamp(1.5rem, 1.188vw + 1.222rem, 2.113rem);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #283250;
}
#summary .container .client-review .photo {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 100px;
  left: 25px;
  z-index: 1;
}
#summary .container .client-review .photo img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
#summary .container .client-review .review-content {
  display: flex;
  gap: 50px;
  padding: 0 25px;
  position: relative;
  margin-top: 150px;
  background: #f8f7f3;
}
#summary .container .client-review .review-content .client-data {
  display: flex;
  width: 250px;
  padding: 100px 0 0 0;
  justify-content: center;
}
#summary .container .client-review .review-content .client-data .name {
  display: flex;
  width: 250px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#summary .container .client-review .review-content .client-data .name p {
  font-size: 20px;
  font-weight: 600;
  color: #283250;
  margin-top: 30px;
}
#summary .container .client-review .review-content .client-data .name p span {
  display: block;
}
#summary .container .client-review .review-content .client-content p {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  margin: 50px 0;
  font-weight: 500;
  font-style: italic;
  line-height: 34px;
  color: #969897;
}

#cta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
}
#cta .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#cta .container .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#cta .container .title-section .title {
  display: flex;
}
#cta .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#cta .container .title-section .title h2 .title-orange {
  color: #fff;
}
#cta .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='283' height='80' viewBox='0 0 283 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H283L278.676 16L283 39.3846L278.676 62.7692L283 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#cta .container .content-section {
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
  background: #283250;
  min-height: 340px;
}
#cta .container .content-section .left {
  position: relative;
  width: 50%;
}
#cta .container .content-section .left img {
  width: 550px;
  height: 130%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 25px;
  bottom: -28px;
}
#cta .container .content-section .right {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cta .container .content-section .right .content {
  display: flex;
  flex-direction: column;
}
#cta .container .content-section .right .content p.title {
  font-size: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
#cta .container .content-section .right .content p span {
  display: block;
}
#cta .container .content-section .right .content p.desc {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #bec1ca;
  margin-top: 0;
  margin-bottom: 32px;
}
#cta .container .content-section .right .content a.button-orange.cta {
  position: relative;
  max-width: unset;
  text-decoration: none;
  padding: 0 30px;
  width: 325px;
}
#cta .container .content-section .right .content a.button-orange.cta:hover {
  background: #ff8c00;
  cursor: pointer;
}

#case-study {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  background: #f8f7f3;
}
#case-study .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#case-study .container .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#case-study .container .title-section .title {
  display: flex;
}
#case-study .container .title-section .title h2 {
  font-size: clamp(1.688rem, 3.273vw + 0.92rem, 3.375rem);
  font-weight: 700;
  margin-bottom: 0.4em;
  color: #283250;
  position: relative;
  z-index: 1;
}
#case-study .container .title-section .title h2 .title-orange {
  color: #fff;
}
#case-study .container .title-section .title h2 .title-orange::before {
  content: url("data:image/svg+xml,%3Csvg width='262' height='80' viewBox='0 0 262 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H262L257.997 16L262 39.3846L257.997 62.7692L262 80H0V0Z' fill='%23FF8C00'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: -1;
}
#case-study .container .case-study-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#case-study .container .case-study-items .case-study-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  max-width: calc(33% - 17px);
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  transition: all 300ms linear;
}
#case-study .container .case-study-items .case-study-item:hover {
  background: #ff8b00;
}
#case-study .container .case-study-items .case-study-item:hover .case-study-content p {
  color: #fff;
}
#case-study .container .case-study-items .case-study-item:hover .case-study-content .case-study-tags p {
  color: #fff;
}
#case-study .container .case-study-items .case-study-item:hover .case-study-content .case-study-tags p:last-child {
  color: #7e8597;
}
#case-study .container .case-study-items .case-study-item a {
  text-decoration: none;
}
#case-study .container .case-study-items .case-study-item a img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#case-study .container .case-study-items .case-study-item a .case-study-content {
  text-decoration: none;
  padding: 20px;
}
#case-study .container .case-study-items .case-study-item a .case-study-content p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 135%;
  color: #283150;
  transition: all 300ms linear;
}
#case-study .container .case-study-items .case-study-item a .case-study-content .case-study-tags {
  display: flex;
  justify-content: space-between;
}
#case-study .container .case-study-items .case-study-item a .case-study-content .case-study-tags p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  font-weight: 600;
  color: #7e8597;
  padding: 10px 0;
}
#case-study .container .case-study-items .case-study-item a .case-study-content .case-study-tags p:last-child {
  background-color: #f8f7f3;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 300ms linear;
}

.parent {
  width: 100%;
}
.parent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.parent .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imgFirstBank {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% 80%;
     object-position: 40% 80%;
}

.reels-custom {
  justify-content: center;
  grid-row-gap: 20px !important;
  grid-column-gap: 0 !important;
}
.reels-custom .reel {
  flex: 0 !important;
}
.reels-custom .reel iframe {
  width: 220px;
}

ul li p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

ul li {
  font-size: clamp(0.875rem, 0.727vw + 0.705rem, 1.25rem);
  line-height: clamp(1.313rem, 0.606vw + 1.17rem, 1.625rem);
  font-weight: 600;
  color: #969897;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 750px) and (max-width: 1300px) {
  .page-id-7618 .client-review .photo,
  .page-id-7283 .client-review .photo {
    top: 0 !important;
  }
}
@media (max-width: 750px) {
  .page-id-7283 .client-review .photo {
    top: -10px !important;
  }
}
@media (min-width: 1300px) {
  .page-id-7283 .client-review .photo {
    top: 50px !important;
  }
}
.page-id-7618 .client-review .photo img,
.page-id-7283 .client-review .photo img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
}

.clicknij {
  display: block;
  color: #ff8c00;
  position: relative;
}

@media (min-width: 750px) {
  .clicknij {
    top: -50px;
  }
}
/**
 * CTA Consultation Section Styles
 * For Case Study pages
 */
.cta-consultation-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.cta-consultation-section .container {
  flex-direction: column;
}
@media (max-width: 767px) {
  .cta-consultation-section {
    padding: 50px 0;
  }
}
.cta-consultation-section .image-column {
  order: 1;
}
@media (max-width: 767px) {
  .cta-consultation-section .image-column {
    order: 9999;
  }
}
.cta-consultation-section .last-column {
  order: 2;
  padding: 0;
}
@media (max-width: 767px) {
  .cta-consultation-section .last-column {
    order: 3;
  }
}

.cta-title-wrapper {
  text-align: center;
  margin-bottom: 58px;
}
.cta-title-wrapper .cta-main-title {
  font-size: 42px;
  font-weight: 700;
  color: #283250;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .cta-title-wrapper .cta-main-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-title-wrapper .cta-main-title {
    font-size: 26px;
  }
}
.cta-title-wrapper .cta-main-title .bg-word-cs {
  background-color: #FF8C00;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 4px;
  display: inline-block;
}

.cta-card {
  background: linear-gradient(90deg, #FFFFFF 0%, #E9E5D6 49.04%, #FFFFFF 100%);
  border: 1px solid rgba(150, 152, 151, 0.2);
  border-radius: 20px;
  padding: 40px 45px;
}
@media (max-width: 991px) {
  .cta-card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cta-card {
    padding: 30px 20px 0 20px;
  }
}

.cta-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cta-left-content {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cta-left-content .cta-icon {
  margin-bottom: 15px;
}
.cta-left-content .cta-icon svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 1366px) {
  .cta-left-content .cta-icon svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .cta-left-content .cta-icon svg {
    width: 64px;
    height: 64px;
  }
}
.cta-left-content .cta-left-text .cta-highlight {
  font-size: 64px;
  font-weight: 900;
  color: #FF8C00;
  margin: 0 0 5px 0;
  line-height: 1;
}
@media (max-width: 1366px) {
  .cta-left-content .cta-left-text .cta-highlight {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .cta-left-content .cta-left-text .cta-highlight {
    font-size: 26px;
  }
}
.cta-left-content .cta-left-text .cta-subtext {
  font-size: 32px;
  font-weight: 600;
  color: #283250;
  margin: 0;
  line-height: 131%;
}
@media (max-width: 1366px) {
  .cta-left-content .cta-left-text .cta-subtext {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cta-left-content .cta-left-text .cta-subtext {
    font-size: 18px;
  }
}

.cta-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
  margin: -80px 0 -50px 0;
  overflow-y: clip;
}
@media (max-width: 1366px) {
  .cta-image-wrapper {
    margin: -80px 0 -65px 0;
  }
}
@media (max-width: 991px) {
  .cta-image-wrapper {
    margin: -80px 0 -30px 0;
  }
}
@media (max-width: 767px) {
  .cta-image-wrapper {
    min-height: 250px;
    margin: 0;
  }
}
.cta-image-wrapper .cta-person-image {
  position: relative;
  z-index: 2;
  max-height: 380px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1366px) {
  .cta-image-wrapper .cta-person-image {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cta-image-wrapper .cta-person-image {
    max-height: 220px;
  }
}
.cta-image-wrapper .decorative-squares {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta-image-wrapper .decorative-squares .square {
  position: absolute;
  border-radius: 6px;
}
.cta-image-wrapper .decorative-squares .square-navy {
  background-color: #283250;
}
.cta-image-wrapper .decorative-squares .square-orange {
  background-color: #FF8C00;
}
.cta-image-wrapper .decorative-squares .square-1 {
  width: 24px;
  height: 24px;
  top: 20%;
  left: 15%;
}
.cta-image-wrapper .decorative-squares .square-2 {
  width: 20px;
  height: 20px;
  top: 10%;
  right: 25%;
}
.cta-image-wrapper .decorative-squares .square-3 {
  width: 28px;
  height: 28px;
  top: 25%;
  right: 15%;
}
.cta-image-wrapper .sygnet-decoration {
  position: absolute;
  right: -20px;
  top: 20px;
  z-index: 0;
}
.cta-image-wrapper .sygnet-decoration svg {
  width: 329px;
  height: auto;
}
@media (max-width: 1366px) {
  .cta-image-wrapper .sygnet-decoration svg {
    width: 299px;
  }
}
@media (max-width: 991px) {
  .cta-image-wrapper .sygnet-decoration svg {
    width: 199px;
  }
}
@media (max-width: 767px) {
  .cta-image-wrapper .sygnet-decoration {
    right: 0;
    top: auto;
    z-index: 0;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translateX(-50%);
  }
  .cta-image-wrapper .sygnet-decoration svg {
    width: 99px;
  }
}

.cta-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .cta-right-content {
    align-items: center;
    text-align: center;
  }
}
.cta-right-content .cta-right-text {
  font-size: 32px;
  line-height: 131%;
  color: #283250;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1366px) {
  .cta-right-content .cta-right-text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cta-right-content .cta-right-text {
    font-size: 18px;
  }
}
.cta-right-content .cta-right-highlight {
  font-size: 32px;
  line-height: 131%;
  font-weight: 700;
  color: #FF8C00;
  margin: 0 0 36px 0;
}
@media (max-width: 1366px) {
  .cta-right-content .cta-right-highlight {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .cta-right-content .cta-right-highlight {
    font-size: 18px;
  }
}
.cta-right-content .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #FF8C00;
  border: 2px solid #FF8C00;
  color: white;
  padding: 10px 20px;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cta-right-content .cta-button:hover {
  background-color: #FBF8F4;
  color: #FF8C00;
}
.cta-right-content .cta-button:hover svg {
  color: #FFFFFF;
}
.cta-right-content .cta-button svg {
  width: 40px;
  height: 40px;
  color: #FF8C00;
  transition: color 0.3s ease;
}

#hero h2, #client h2, #goals h2, #solutions h2, #results h2, #summary h2, #cta h2, #case-study h2 {
  margin: 0.83em 0 0.83em;
}
#hero h3, #client h3, #goals h3, #solutions h3, #results h3, #summary h3, #cta h3, #case-study h3 {
  margin: 1em 0 0.5em;
}
#hero p, #client p, #goals p, #solutions p, #results p, #summary p, #cta p, #case-study p {
  margin: 1em 0;
}
#hero ul, #hero ol, #client ul, #client ol, #goals ul, #goals ol, #solutions ul, #solutions ol, #results ul, #results ol, #summary ul, #summary ol, #cta ul, #cta ol, #case-study ul, #case-study ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

#results .content-section,
#solutions .content-section {
  gap: 60px;
}

@media (min-width: 1200px) {
  #hero .container,
  #hero .container-lg, #hero .container-md, #hero .container-sm, #hero .container-xl, #menu .container,
  #menu .container-lg, #menu .container-md, #menu .container-sm, #menu .container-xl, #client .container,
  #client .container-lg, #client .container-md, #client .container-sm, #client .container-xl, #goals .container,
  #goals .container-lg, #goals .container-md, #goals .container-sm, #goals .container-xl, #solutions .container,
  #solutions .container-lg, #solutions .container-md, #solutions .container-sm, #solutions .container-xl, #consultation .container,
  #consultation .container-lg, #consultation .container-md, #consultation .container-sm, #consultation .container-xl, #results .container,
  #results .container-lg, #results .container-md, #results .container-sm, #results .container-xl,
  #summary .container,
  #summary .container-lg,
  #summary .container-md,
  #summary .container-sm,
  #summary .container-xl, #cta .container,
  #cta .container-lg, #cta .container-md, #cta .container-sm, #cta .container-xl, #case-study .container,
  #case-study .container-lg, #case-study .container-md, #case-study .container-sm, #case-study .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 1160px) {
  #menu .container .buttons {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .row.menu {
    display: none;
  }
}
@media (max-width: 500px) {
  #hero,
  #menu,
  #client,
  #goals,
  #solutions,
  #results,
  #consultation,
  #summary,
  #cta,
  #case-study {
    padding: 20px 5%;
  }
}
@media (max-width: 1300px) {
  #hero .container .text-section {
    width: calc(100% - 300px);
  }
  #hero .container .photo-section {
    width: 300px;
    height: unset;
  }
  #hero .container .photo-section img {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  #hero .container {
    flex-direction: column;
  }
  #hero .container .text-section {
    width: 100%;
  }
  #hero .container .photo-section {
    width: 100%;
    height: 300px;
  }
  #hero .container .photo-section img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 750px) {
  #hero .container .text-section .title h2 {
    line-height: 57px;
  }
  #hero .container .text-section .client .row p {
    font-size: 16px;
  }
  #hero .container .text-section .client .row p.first {
    font-size: 16px;
  }
  #hero .container .text-section .client .row p.last {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #hero .container .text-section {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #hero .container .text-section .title h2 {
    line-height: 37px;
  }
  #hero .container .text-section .client .row p {
    font-size: 14px;
  }
  #hero .container .text-section .client .row p.first {
    font-size: 14px;
  }
  #hero .container .text-section .client .row p.last {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  #client .container .title-section {
    flex-direction: column;
    align-items: unset;
  }
  #client .container .title-section .title h2 {
    line-height: 57px;
  }
  #client .container .title-section .title h2 .title-orange::before {
    top: -4px;
    content: url("data:image/svg+xml,%3Csvg width='189' height='61' viewBox='0 0 189 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H189L184.635 14.9388L189 30.7075L184.635 46.0612L189 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 500px) {
  #client .container .title-section .title h2 {
    line-height: 37px;
  }
  #client .container .title-section .title h2 .title-orange::before {
    top: -4px;
    content: url("data:image/svg+xml,%3Csvg width='138' height='43' viewBox='0 0 138 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H138L134.813 10.5306L138 21.6463L134.813 32.4694L138 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #client .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
}
@media (max-width: 1200px) {
  #goals .container .content-section .photo {
    width: 100%;
    height: auto;
  }
  #goals .container .content-section .photo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  #goals .container .title-section .title h2 {
    line-height: 57px;
  }
  #goals .container .title-section .title h2 .title-orange::before {
    top: -4px;
    content: url("data:image/svg+xml,%3Csvg width='119' height='61' viewBox='0 0 119 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H119L116.252 14.9388L119 30.7075L116.252 46.0612L119 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 500px) {
  #goals .container .title-section .title h2 {
    line-height: 37px;
  }
  #goals .container .title-section .title h2 .title-orange::before {
    top: -4px;
    content: url("data:image/svg+xml,%3Csvg width='92' height='43' viewBox='0 0 92 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H92L89.8753 10.5306L92 21.6463L89.8753 32.4694L92 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #goals .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
}
@media (max-width: 1200px) {
  #solutions .container .content-section .products .content {
    flex-wrap: wrap;
  }
  #solutions .container .content-section .products .content.two {
    flex-wrap: wrap;
  }
  #solutions .container .content-section .products .content.three {
    flex-wrap: wrap;
  }
  #solutions .container .content-section .products .content.four {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  #solutions .container .content-section .products .content {
    justify-content: center;
  }
  #solutions .container .content-section .products .content.four .reel {
    max-width: 33%;
    flex: 0 0 calc(33% - 38px);
  }
}
@media (max-width: 750px) {
  #solutions .container .title-section .title h2 {
    line-height: 57px;
  }
  #solutions .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='342' height='61' viewBox='0 0 342 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H342L334.102 14.9388L342 30.7075L334.102 46.0612L342 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #solutions .container .content-section .products .content {
    justify-content: center;
  }
  #solutions .container .content-section .products .content.three .reel {
    max-width: 50%;
    flex: 0 0 calc(50% - 38px);
  }
  #solutions .container .content-section .products .content.four .reel {
    max-width: 50%;
    flex: 0 0 calc(50% - 38px);
  }
}
@media (max-width: 500px) {
  #solutions .container .title-section .title h2 {
    line-height: 37px;
  }
  #solutions .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='246' height='43' viewBox='0 0 246 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H246L240.319 10.5306L246 21.6463L240.319 32.4694L246 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #solutions .container .title-section .title h2 .title-orange::after {
    content: "  ";
  }
  #solutions .container .content-section .products .content {
    justify-content: center;
  }
  #solutions .container .content-section .products .content.two .reel {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #solutions .container .content-section .products .content.three .reel {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #solutions .container .content-section .products .content.four .reel {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1300px) {
  #results .container .content-section .campaign {
    align-items: center;
  }
  #results .container .content-section .campaign .campaign-title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  #results .container .content-section .campaign .campaign-score {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    height: auto;
    gap: 25px;
  }
  #results .container .content-section .campaign .campaign-score .element {
    flex: 0 0 calc(25% - 25px);
    max-width: 25%;
    width: unset;
    height: unset;
  }
  #results .container .content-section .campaign .campaign-score .element::before {
    content: "";
    padding-top: 100%;
    display: block;
  }
  #results .container .content-section .campaign .campaign-cta {
    padding: 25px 50px;
  }
}
@media (max-width: 750px) {
  #results .container .title-section .title h2 {
    line-height: 57px;
  }
  #results .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='215' height='61' viewBox='0 0 215 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H215L210.035 14.9388L215 30.7075L210.035 46.0612L215 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #results .container .content-section .campaign .campaign-score {
    gap: 10px;
  }
  #results .container .content-section .campaign .campaign-score .element {
    flex: 0 0 calc(25% - 8px);
  }
  #results .container .content-section .campaign .photo {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  #results .container .title-section .title h2 {
    line-height: 37px;
  }
  #results .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='156' height='43' viewBox='0 0 156 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H156L152.397 10.5306L156 21.6463L152.397 32.4694L156 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #results .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
  #results .container .content-section .campaign .campaign-score {
    gap: 5px;
    padding: 10px;
  }
  #results .container .content-section .campaign .campaign-score .element {
    flex: 0 0 calc(25% - 4px);
  }
  #results .container .content-section .campaign .campaign-cta {
    width: calc(100% - 50px);
    padding: 25px;
  }
}
@media (max-width: 1050px) {
  #consultation .container .content {
    flex-direction: column;
  }
  #consultation .container .content .photo-section {
    height: auto;
  }
}
@media (max-width: 750px) {
  #consultation .container .content .text-section .title h2 {
    font-size: 40.5px;
    line-height: 57px;
  }
  #consultation .container .content .text-section .title h2 span.orange {
    font-size: 24px;
  }
  #consultation .container a.button-orange.cta {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #consultation .container .content .text-section .title h2 {
    font-size: 27px;
    margin: 0.4em 0;
    line-height: 37px;
  }
  #consultation .container .content .text-section .title h2 span.orange {
    font-size: 16px;
  }
  #consultation .container a.button-orange.cta {
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  #summary .container .client-review .review-content .client-data {
    padding: 125px 0 0 0;
  }
  #summary .container .client-review .review-content .client-data .name {
    align-items: unset;
  }
}
@media (max-width: 1000px) {
  #summary .container .client-review .photo {
    width: 200px;
    height: 200px;
  }
  #summary .container .client-review .photo img {
    width: 200px;
    height: 200px;
  }
  #summary .container .client-review .review-content {
    margin-top: 100px;
  }
  #summary .container .client-review .review-content .client-data {
    width: 200px;
  }
}
@media (max-width: 750px) {
  #summary .container .client-review .photo {
    width: 150px;
    height: 150px;
    top: 0px;
    left: unset;
  }
  #summary .container .client-review .photo img {
    width: 150px;
    height: 150px;
  }
  #summary .container .client-review .review-content {
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
    gap: 0;
  }
  #summary .container .client-review .review-content .client-data {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 750px) {
  #summary .container .title-section .title h2 {
    line-height: 57px;
  }
  #summary .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='323' height='61' viewBox='0 0 323 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H323L315.54 14.9388L323 30.7075L315.54 46.0612L323 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #summary .container .summary-content .content p {
    font-size: 16px;
  }
  #summary .container .summary-content .content iframe {
    height: 450px !important;
  }
  #summary .container .client-review .photo {
    width: 150px;
    height: 150px;
  }
  #summary .container .client-review .photo img {
    width: 150px;
    height: 150px;
  }
  #summary .container .client-review .review-content {
    margin-top: 50px;
  }
  #summary .container .client-review .review-content .client-data {
    width: 150px;
  }
  #summary .container .client-review .review-content .client-data .name {
    align-items: unset;
  }
  #summary .container .client-review .review-content .client-data .name p {
    font-size: 16px;
  }
  #summary .container .client-review .review-content .client-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #summary .container .title-section .title h2 {
    line-height: 37px;
  }
  #summary .container .title-section .title h2 .title-orange::before {
    content: url("data:image/svg+xml,%3Csvg width='228' height='43' viewBox='0 0 228 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H228L222.734 10.5306L228 21.6463L222.734 32.4694L228 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #summary .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
  #summary .container .summary-content .content iframe {
    height: 250px !important;
  }
  #summary .container .client-review {
    flex-direction: column;
  }
  #summary .container .client-review .review-content .client-data {
    padding: 75px 0 0 0;
  }
  #summary .container .client-review .review-content .client-data .name p {
    font-size: 14px;
  }
  #summary .container .client-review .review-content .client-content {
    padding: 0;
  }
  #summary .container .client-review .review-content .client-content p {
    font-size: 14px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 1315px) {
  #cta .container .content-section .left img {
    width: 525px;
    height: 125%;
  }
}
@media (max-width: 1275px) {
  #cta .container .content-section {
    flex-direction: column;
    gap: 15px;
  }
  #cta .container .content-section .left {
    width: 100%;
    height: 250px;
    order: 2;
  }
  #cta .container .content-section .left img {
    width: 455px;
    height: 130%;
    bottom: 0px;
    left: -10px;
  }
  #cta .container .content-section .right {
    width: 100%;
    order: 1;
  }
  #cta .container .content-section .right .content {
    width: 100%;
    align-items: center;
    gap: 25px;
  }
  #cta .container .content-section .right .content p {
    text-align: center;
  }
  #cta .container .content-section .right .content p.desc {
    margin-bottom: unset;
  }
  #cta .container .content-section .right .content p span {
    display: unset;
  }
}
@media (max-width: 825px) {
  #cta .container .content-section .left img {
    width: 400px;
    height: 115%;
  }
  #cta .container .content-section .right .content p.title {
    line-height: unset;
  }
}
@media (max-width: 750px) {
  #cta .container .title-section .title h2 {
    line-height: 57px;
  }
  #cta .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='222' height='61' viewBox='0 0 222 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H222L216.873 14.9388L222 30.7075L216.873 46.0612L222 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #cta .container .content-section .right .content p {
    font-size: 24px;
  }
}
@media (max-width: 675px) {
  #cta .container .content-section .left img {
    width: 350px;
    height: 100%;
  }
  #cta .container .content-section .right .content a.button-orange.cta {
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    width: 270px;
  }
}
@media (max-width: 500px) {
  #cta .container {
    gap: 25px;
  }
  #cta .container .title-section .title h2 {
    line-height: 37px;
  }
  #cta .container .title-section .title h2 .title-orange::before {
    content: url("data:image/svg+xml,%3Csvg width='160' height='43' viewBox='0 0 160 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H160L156.305 10.5306L160 21.6463L156.305 32.4694L160 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #cta .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
  #cta .container .content-section .left {
    height: 200px;
  }
  #cta .container .content-section .left img {
    left: -20px;
    width: 300px;
  }
  #cta .container .content-section .right .content p {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  #case-study .container .case-study-items {
    justify-content: center;
  }
  #case-study .container .case-study-items .case-study-item {
    flex: 0 0 50%;
    max-width: calc(50% - 17px);
  }
}
@media (max-width: 750px) {
  #case-study .container .title-section .title h2 {
    line-height: 57px;
  }
  #case-study .container .title-section .title h2 .title-orange::before {
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='203' height='61' viewBox='0 0 203 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61V0H203L198.312 14.9388L203 30.7075L198.312 46.0612L203 61H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #case-study .container .case-study-items .case-study-item a .case-study-content p {
    font-size: 20px;
  }
  #case-study .container .case-study-items .case-study-item a .case-study-content .case-study-tags p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #case-study .container .title-section .title h2 {
    line-height: 37px;
  }
  #case-study .container .title-section .title h2 .title-orange::before {
    content: url("data:image/svg+xml,%3Csvg width='147' height='43' viewBox='0 0 147 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43V0H147L143.605 10.5306L147 21.6463L143.605 32.4694L147 43H0Z' fill='%23F28A19'/%3E%3C/svg%3E%0A");
  }
  #case-study .container .title-section .title h2 .title-orange::after {
    content: " ";
  }
  #case-study .container .case-study-items .case-study-item {
    flex: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=case-study-new.css.map */