.elementor-7273 .elementor-element.elementor-element-9448e8e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7273 .elementor-element.elementor-element-9448e8e:not(.elementor-motion-effects-element-type-background), .elementor-7273 .elementor-element.elementor-element-9448e8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BE9B4433;}.elementor-7273 .elementor-element.elementor-element-9448e8e, .elementor-7273 .elementor-element.elementor-element-9448e8e::before{--border-transition:0.3s;}.elementor-7273 .elementor-element.elementor-element-bce6eab{width:100%;max-width:100%;}.elementor-7273 .elementor-element.elementor-element-6feff44{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7273 .elementor-element.elementor-element-58f65cb{width:100%;max-width:100%;}.elementor-7273 .elementor-element.elementor-element-fdd042c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7273 .elementor-element.elementor-element-bb566b6{width:100%;max-width:100%;}.elementor-7273 .elementor-element.elementor-element-3a9f1f6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7273 .elementor-element.elementor-element-42e7d52{width:100%;max-width:100%;}.elementor-7273 .elementor-element.elementor-element-b410b83{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7273 .elementor-element.elementor-element-a446242{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-7273 .elementor-element.elementor-element-3a9f1f6{--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-bce6eab */.digital-test {
   display: flex;
   flex-direction: column;
   align-items: center;
   font-family: Arial;
   color: #1d1b35;
   margin-top: 3vw;
   margin-bottom: 3vw;
   gap: 0.8vw;
}
.digital-test h1 {
    font-weight: bold;
    font-size: 5vw;
}
.digital-test p {
    font-size: 1.6vw;
    margin-left: 23vw;
    margin-right: 23vw;
    text-align: center;
}
.digital-test a {
    font-size: 1.6vw;
    font-weight: bold;
    color: #1d1b35;
    display: inline-block;
    border: solid 0.2vw;
    padding: 0.2vw 1.2vw;
    border-radius: 2vw;
    transition: all 0.3s;
}
.digital-test a:hover {
    color: #be9b44;
    background-color:#1d1b35; 
    border-color: #1d1b35;
}
hilight {
    color: #be9b44;
    font-weight: bold;
}

@media (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
}

@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) {
}

@media (max-width:767px) and (orientation:portrait) {
    .digital-test h1 {
        font-size: 5vw;
        margin-bottom:1vw;
}
    .digital-test p {
        font-size: 2vw;
        margin-bottom:1vw;
        margin-left: 20vw;
        margin-right: 20vw;
}
    .digital-test a {
        font-size: 2vw;
}
}

@media (max-width:767px) and (orientation:landscape) {
    .digital-test h1 {
        font-size: 5vw;
        margin-bottom:0.6vw;
}
    .digital-test p {
        font-size: 2vw;
        margin-bottom:0.6vw;
        margin-left: 20vw;
        margin-right: 20vw;
}
    .digital-test a {
        font-size: 2vw;
        margin-top:0.6vw;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58f65cb */.digital-intro {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-left: 4vw;
    margin-right: 4vw;
}
.intro-left {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    margin-top: 3vw;
    margin-left: 6vw;
}
.intro-left h2 {
    font-size: 4vw;
}
.intro-left h3 {
    font-size: 2.8vw;
    margin-top:-0.1vw;
}
.intro-left p {
    font-size: 1.6vw;
    margin-top:-0.1vw;
}
.intro-left img {
    width: 500px;
    height: 120px;
    object-fit: cover;
    margin-top:0.5vw;
}
.intro-right {
    display: flex;
    width: 650px;
    height: 700px;
    margin-right: -3vw;
}
.intro-right video {
    width: 100%;
    height: 100%;
}

@media (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    .digital-intro {
        grid-template-columns: 1fr 1fr;
        margin-left: 4vw;
        margin-right: 4vw;
        align-items: center;
    }
    .intro-left {
        margin-top:-1vw;
    }
    .intro-left h2 { 
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 700;
    }
    .intro-left h3 { 
        font-size: 2.8vw;
        line-height: 1.3;
        font-weight: 600;
        margin-top:-0.5vw;
    }
    .intro-left p  { 
        font-size: 1.6vw;
        line-height: 1.5;
        margin-top:-0.5vw;
    }
    .intro-left img {
        width: 450px;
        height: auto;
        margin-top: 1vw;
    }
    .intro-right {
        width: 100%;
        height: auto;
        margin-right: 0;
        justify-content: center;
        max-height: none;
        display: flex;
    }
    .intro-right video {
        width: 100%;
        height: auto;
        max-width: 650px;
        object-fit: cover;
    }
}

@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) {
    .digital-intro {
        grid-template-columns: 1fr 1fr;
        margin-left: 4vw;
        margin-right: 4vw;
    }
    .intro-left {
        margin-left: 4vw;
        margin-top: 2.5vw;
    }
    .intro-left h2 { 
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 700;
    }
    .intro-left h3 { 
        font-size: 2.8vw;
        line-height: 1.3;
        font-weight: 600;
        margin-top:-0.5vw;
    }
    .intro-left p  { 
        font-size: 1.6vw;
        line-height: 1.5;
        margin-top:-0.5vw;
    }
    .intro-left img {
        width: 420px;
        height: auto;
        max-width: 100%;
        margin-top: 1vw;
    }
    .intro-right {
        width: 100%;
        height: auto;
        margin-right: 0;
        justify-content: flex-end;
        display: flex;
        max-height: none;
    }
    .intro-right video {
        width: 100%;
        height: auto;
        max-width: 700px;
        object-fit: cover;
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .digital-intro {
        grid-template-columns: 1fr 1fr;
    }
    .intro-left {
        margin-left: 1vw;
        margin-top: 0.5vw;
    }
    .intro-left h2 { 
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 700;
    }
    .intro-left h3 { 
        font-size: 3vw;
        line-height: 1.3;
        font-weight: 600;
        margin-top:-3vw;
    }
    .intro-left p  { 
        font-size: 2vw;
        line-height: 1.5;
        margin-top:-3vw;
    }
    .intro-left img {
        width: 130px;
        height: auto;
        margin-top: -1.5vw;
    }
    .intro-right {
        width: 190px;
        height: auto;
        margin-right: -2vw;
        justify-content: flex-end;
        display: flex;
        max-height: none;
    }
    .intro-right video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .digital-intro {
        grid-template-columns: 1fr 1fr;
    }
    .intro-left {
        margin-top:1vw;
        margin-left:1vw;
    }
    .intro-left h2 { 
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 700;
    }
    .intro-left h3 { 
        font-size: 2.8vw;
        line-height: 1.3;
        font-weight: 600;
        margin-top:-1vw;
    }
    .intro-left p  { 
        font-size: 1.6vw;
        line-height: 1.5;
        margin-top:-1vw;
    }
    .intro-left img {
        width: 450px;
        height: auto;
        margin-top: 1vw;
    }
    .intro-right {
        width: 400px;
        height: auto;
        margin-right: -2vw;
        justify-content: center;
        max-height: none;
        display: flex;
    }
    .intro-right video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb566b6 */.digital-detail {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #1d1b35;
    width: 100%;
    height: 700px;
}
.detail-left {
    width: 880px;
    height: 625px;
}
.detail-left img {
    width: 100%;
    height: 885px;
    object-fit: cover;
    margin-top: -12.5vw;
    margin-left: -3vw;
}
.detail-right {
    display: flex;
    flex-direction: column;
    font-family: Arial, Sans-Serif;
    color: white;
    margin-top: 5vw;
    margin-left: -9.5vw;
}
.detail-right h2 {
    font-size: 4vw;
    font-weight: bold;
}
.detail-right h4 {
    font-size: 1.8vw;
    font-weight: bold;
    margin-top: -3vw;
    margin-left: 6.5vw;
}
.detail-right p {
    font-size: 1.6vw;
    margin-right: 4vw;
}
.my-lottie {
    width: 400px;
    height: auto;
    margin-top:-4.5vw;
    margin-left: 5vw;
}
.dual-cta {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: min(280px, 90vw); 
  height: 42px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  font-family: system-ui, Arial, sans-serif;
  margin-top: 1vw;
  margin-left: 8.5vw;
}
.dual-cta .seg-left,
.dual-cta .seg-right {
  position: relative;
  z-index: 2;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0 16px;
  height: 100%;
  font-weight: 800;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  transition: color 0.2s ease;
}
.dual-cta .seg-left {
  color: #fff;
}
.dual-cta .seg-right {
  color: #1b1c2e;
}
.dual-cta .seg-left:focus-visible,
.dual-cta .seg-right:focus-visible {
  outline: 2px solid #caa650 !important;
  outline-offset: 2px;
  border-radius: 9999px;
}
.dual-cta .highlight {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  background: #caa650 !important;
  border-radius: 9999px;
  z-index: 1;
  transition: transform 0.28s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-cta .highlight-text {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  pointer-events: none;
}
.dual-cta .seg-left:active,
.dual-cta .seg-right:active {
  transform: translateY(1px);
}
.dual-cta .seg-left:hover,
.dual-cta .seg-right:hover {
    background: #caa650;
    border-radius: 9999px;
}

@media (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    .digital-detail {
        width: 100%;
        height: 500px;
    }
    .detail-left img {
        width: 75%;
        height: 100%;
        object-fit: cover;
        margin-left:-10vw;
    }
    .detail-right {
        margin-left: -50vw;
    }
    .detail-right h2 {
        font-size: 4vw;
    }
    .detail-right h4 {
        font-size: 2.2vw;
        margin-top:-5vw;
        margin-left:7vw;
    }
    .detail-right p {
        font-size: 1.6vw;
    }
    .my-lottie {
        width: 320px;
        height: auto;
        margin-top:-7vw;
        margin-left:3.5vw;
    }
    .dual-cta {
        margin-left:6vw;
    }
    .dual-cta .highlight,
    .dual-cta .seg-left:focus-visible,
    .dual-cta .seg-right:focus-visible,
    .dual-cta .seg-left:hover,
    .dual-cta .seg-right:hover {
        background: #caa650;
    }
}

@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) {
    .digital-detail {
        width: 100%;
        height: 700px;
    }
    .detail-left img {
        width: 100%;
        height: 885px;
        object-fit: cover;
        margin-top: -12.5vw;
        margin-left: -10vw;
    }
    .detail-right {
        margin-left:-20vw;
    }
    .my-lottie {
       width: 350px;
       height: auto;
       margin-top:-4.5vw;
       margin-left: 3vw;
    }
    .dual-cta {
        margin-left:6.5vw;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .digital-detail {
        display:flex;
        width: 100%;
        height: 300px;
        background-color: #1d1b35;
        position: relative;
        overflow:hidden;
    }
    .detail-left {
        width: 100%;
        height: 350px;
        position:absolute;
        z-index:0;
    }
    .detail-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        margin-top: -15vw;
        margin-left: -18vw;
        display: block;
    }
    .detail-right {
        display: flex;
        flex-direction: column;
        color: white;
        position:relative;
        z-index:1;
        margin-top: 3vw;
        margin-left: 50vw;
    }
    .detail-right h2 {
        font-size: 4vw;         
        line-height: 1.3;
        font-weight: 700;
        margin-left: 5vw;
    }
    .detail-right h4 {
        font-size: 2.6vw;       
        line-height: 1.4;
        font-weight: 700;
        margin-top: 3vw;
        margin-left: 0;            
        color: #caa650;            
    }
    .detail-right p {
        font-size: 2vw;        
        line-height: 1.5;
        margin-top:-2.5vw;
        margin-left:5.5vw;
        margin-right: 5vw;
        color: #fff;
        opacity: 0.9;
    }
    .my-lottie {
        width: 180px;
        height: auto;
        margin-top: 6vw;
        margin-left: 0;
    }
    .dual-cta {
        position: relative;
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        width: 100%;
        max-width: 180px;
        height: 36px;
        background: #fff;
        border-radius: 9999px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        font-family: system-ui, Arial, sans-serif;
        margin-top: 8vw;
        margin-left: 0;
    }

    .dual-cta .seg-left,
    .dual-cta .seg-right {
        position: relative;
        z-index: 2;
        appearance: none;
        background: transparent;
        border: none;
        padding: 0 16px;
        height: 100%;
        font-weight: 800;
        font-size: 1rem;
        cursor: pointer;
        text-align: center;
        line-height: 44px;
        transition: color 0.2s ease, background-color 0.2s ease;
    }
    .dual-cta .seg-left {
        color: #fff;
    }
    .dual-cta .seg-right {
        color: #1b1c2e;
    }
    .dual-cta .seg-left:focus-visible,
    .dual-cta .seg-right:focus-visible {
        outline: 2px solid #caa650 !important;
        outline-offset: 2px;
        border-radius: 9999px;
    }
    .dual-cta .highlight {
        position: absolute;
        inset: 0 auto 0 0;
        width: 50%;
        height: 100%;
        background: #caa650 !important;
        border-radius: 9999px;
        z-index: 1;
        transition: transform 0.28s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dual-cta .highlight-text {
        font-weight: 800;
        font-size: 1rem;
        color: #fff;
        pointer-events: none;
        line-height: 44px;
    }

    .dual-cta .seg-left:active,
    .dual-cta .seg-right:active {
        transform: translateY(1px);
    }
    .dual-cta .seg-left:hover,
    .dual-cta .seg-right:hover {
        background: transparent;
        border-radius: 9999px;
    }
}

@media (max-width:767px) and (orientation:landscape) {}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42e7d52 */.digital-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 700px;
  gap: 0vw;
  background: linear-gradient(
  to bottom,
  rgba(29, 27, 53, 1) 0%,
  rgba(29, 27, 53, 0.95) 15%,
  rgba(29, 27, 53, 0.8) 35%,
  rgba(29, 27, 53, 0.4) 65%,
  rgba(255, 255, 255, 1) 100%);
  align-items: center;
}

.digital-pro img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.digital-pro img:hover {
  transform: scale(1.03);
}

@media (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    .digital-pro {
        width: 100%;
        height: 500px;
    }
}

@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) {
    .digital-pro {
        width: 100%;
        height: 700px;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .digital-pro {
        width: 100%;
        height: 250px;
    }
}

@media (max-width:767px) and (orientation:landscape) {}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a446242 */.digital-learn-head {
    font-family: Arial;
    font-weight: bold;
    color: #1d1b35;
    text-align: center;
    margin-top: 3vw;
}
.digital-learn-head h2 {
    font-size: 4vw;
}
.digital-learn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    font-family: Arial;
    color: #1d1b35;
    margin-left: 9vw;
    margin-right: 9vw;
}
.digital-article {
    display: flex;
    flex-direction: column;
}
.digital-article h3 {
    font-size: 2vw;
    font-weight: bold;
}
.digital-article p {
    font-size: 1.4vw;
    margin-top: -0.5vw;
}
.digital-article a {
    font-size: 1vw;
    color: #004aad;
    margin-top: -0.5vw;
}
.digital-learn-more {
    font-family: Arial;
    margin-right: 9vw;
    margin-left: 84vw;
    margin-top: 1vw;
}
.digital-learn-more a {
    font-size: 1.2vw;
    color: #1d1b35;
    font-weight: bold;
    transition: all 0.3s;
}
.digital-learn-more a:hover {
    color: #1d1b35;
    text-decoration: underline;
}/* End custom CSS */