@charset "UTF-8";
/*
Theme Name: Dell & AWS landing
Description: Styles for AWS landing (Dell selectors)
Author: Get it Done Agency
Version: 1.0
*/
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";


* { padding:0; margin:0; border:0; -webkit-box-sizing:border-box; box-sizing:border-box; }
*::before, *::after { padding:0; margin:0; border:0; -webkit-box-sizing:border-box; box-sizing:border-box; }

.header .header__nav-link{ color:#000000; }

.header{ position:sticky; z-index:1002; }

a{ text-decoration:none; color:#fff; }
ul{ margin:0; }
li{ list-style:none; }
img{ vertical-align:top; }

h1,h2,h3,h4,h5,h6{ font-weight:inherit; font-size:inherit; margin:0; padding:0; }
p{ margin:0; padding:0; }

html{ height:100%; line-height:1; }
body{ height:100%; line-height:1; }

textarea,button,input{
  font-weight:inherit; font-size:inherit; color:#fff; font-family:inherit;
}
button{ cursor:pointer; background-color:inherit; }

#breadcrumbs{ display:none; }
.footer{ margin-top:0px; }

/* BODY */
.dell-land-body{
  font-family:"Montserrat",sans-serif;
  font-style:normal;
  font-size:14px;
  font-weight:400;
  line-height:1.6;
  color:#000;
  background-color:#fff;
}
.dell-land-body .slick-dots{
  display:flex; align-items:center; justify-content:center;
  gap:1.87vw; padding:0; margin:0; bottom:-32px;
}
.dell-land-body .slick-dots li{
  position:relative; display:inline-block; width:12px; height:12px; margin:0 6px; padding:0; cursor:pointer;
}
.dell-land-body .slick-dots li button{
  background-color:transparent; border:none; outline:none; cursor:pointer;
  width:6px; height:6px; border-radius:50%; background-color:#80C7D5;
  transition:width .3s ease, height .3s ease;
}
.dell-land-body .slick-dots li button::before{ display:none; }
.dell-land-body .slick-dots li.slick-active button{ width:12px; height:12px; background-color:#0190AB; }

/* TITLES */
h1.dell-land__title{ font-size:48px; font-weight:500; line-height:1.2; padding-bottom:16px; }
h2.dell-land__title{ font-size:48px; font-weight:600; line-height:1.2; }
h3.dell-land__title{ font-size:28px; font-weight:600; line-height:1.2; }
h3.dell-land__subtitle{ font-size:28px; font-weight:600; line-height:1.2; }
h4.dell-land__title{ font-size:20px; font-weight:600; line-height:1.2; }

/* LAYOUT */
.dell-land-container{ max-width:1865px; width:100%; margin:0 auto; padding:0 15px; }
.dell-land-section__padding{
  padding:80px 0; display:flex; flex-direction:column; justify-content:flex-start; gap:56px;
}
.dell-land-wrapper{ overflow:hidden; min-height:100%; position:relative; display:flex; flex-direction:column; }

/* GENERIC ITEM GRID */
.dell-land__item{ padding:24px; border-radius:8px; overflow:hidden; }
[class*="__items"]{ display:flex; gap:24px; }
[class*="__item-title"]{ font-size:20px; font-weight:600; line-height:1.2; padding-bottom:12px; }

.dell-land__title span{
  background:#fff; color:#1F59A1; border-radius:4px; padding:2px 6px;
}

/* BUTTONS */
.dell-land__btn,
.dell-land-form .contact-form__submit-btn{
  border-radius:100px;
  background:linear-gradient(90deg,#28006A 0%,#4D01C7 50%,#AD00FF 100%);
  padding:13px 24px; color:#fff; font-size:14px; font-weight:600; line-height:1.6; display:inline-block; flex-shrink:0;
  transition:all .3s ease-in-out; opacity:1; overflow:visible;
}
.dell-land__btn:hover,
.dell-land-form .contact-form__submit-btn:hover{
  background:linear-gradient(90deg,#AD00FF 0%,#4D01C7 50%,#28006A 100%);
}
.dell-land__btn.mod--white,
.dell-land-form .mod--white.contact-form__submit-btn{
  background:#fff; color:#000; position:relative; transition:color .3s ease; z-index:0; border-radius:100px;
}
.dell-land__btn.mod--white::before,
.dell-land-form .mod--white.contact-form__submit-btn::before{
  content:""; position:absolute; inset:0; border-radius:100px;
  box-shadow:0 0 30px rgba(255,255,255,0); opacity:0; transition:opacity .3s ease; z-index:-1;
}
.dell-land__btn.mod--white:hover::before,
.dell-land-form .mod--white.contact-form__submit-btn:hover::before{
  opacity:1; box-shadow:0 0 25px rgba(255,255,255,.6);
}
.dell-land__btn.mod--white:hover,
.dell-land-form .mod--white.contact-form__submit-btn:hover{ opacity:1; }

.dell-land__item{ align-items:center; justify-content:center; flex:1; width:100%; }
.dell-land__item.item--blue-bordered{ border:1px solid #A9D6DE; }
.dell-land__item.item--grey{ background:#F5F6F7; }

.dell-land__items.mod--1cols{ display:flex; flex-wrap:wrap; }
.dell-land__items.mod--1cols .dell-land__item{ min-width:100%; }
.dell-land__items.mod--2cols{ display:flex; flex-wrap:wrap; }
.dell-land__items.mod--2cols .dell-land__item{ min-width:566px; }
.dell-land__items.mod--3cols{ display:flex; flex-wrap:wrap; }
.dell-land__items.mod--3cols .dell-land__item{ min-width:384px; }
.dell-land__item-img img{ width:100%; max-width:52px; }

/* LEAD (sticky promo) */
.dell-land-lead{ color:#fff; }
.dell-land-lead.mod--hero{
  position:fixed; left:50%; transform:translate(-50%,0%); width:100%; z-index:999;
}
.dell-land-lead__wrapper{
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/lead-bg.svg") center/cover no-repeat;
  padding:14px 40px; border-radius:8px; display:flex; flex-direction:row; align-items:center; justify-content:space-between; gap:40px;
}
.dell-land-lead__wrapper .dell-land__title{ flex-shrink:0; }
.dell-land-lead__block{ display:flex; flex-direction:row; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; flex:1; }
.dell-land-lead__img img{ width:320px; max-width:100%; }
.dell-land-lead .dell-land__title{ width:527px; text-align:center; }

/* SPACING MODS */
.dell-land-section__padding.mod--not{ padding:0; }
.dell-land-section__padding.mod--cta{ padding:0; }

/* HERO */
.dell-land-hero__content{ display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; flex:1 1 0; max-width:653px; }
.dell-land-hero__content p{ padding-bottom:48px; }
.dell-land-hero__logos{ padding-bottom:24px; }
.dell-land-hero__logos img{ width:410px; }
.dell-land-hero__img{ position:absolute; bottom:0; right:0; }
.dell-land-hero__img img{ width:588px; max-width:100%; }
.dell-land-section__padding.mod--hero{ padding:132px 0 95px; position:relative; }

/* ADVANTAGES (flip cards) */
.dell-land-advantages__items.mod--3cols{ display:flex; flex-wrap:wrap; }
.dell-land-advantages__items.mod--3cols .dell-land__item{ min-width:286px; }

.dell-land-advantages .dell-land__item-icon{
  width:20px; position:absolute; bottom:16px; right:16px; z-index:3; display:inline-block;
  animation:spin-clockwise 8s linear infinite; transform-origin:center center;
}
.dell-land-advantages .dell-land__item-icon-color{ position:absolute; bottom:16px; right:16px; z-index:0; height:20px; }
.dell-land-advantages .dell-land__item-title{
  padding:24px; position:absolute; inset:0; transform:rotateY(0deg); z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center;
  font-size:24px; text-align:center; font-weight:600; transition:transform 2s ease, opacity 2s ease; backface-visibility:hidden; opacity:1;
}
.dell-land-advantages .dell-land__item-content{
  padding:24px; background:#fff; position:absolute; inset:0; transform:rotateY(180deg); z-index:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
  transition:transform 2s ease, opacity 2s ease; backface-visibility:hidden; opacity:0;
}
.dell-land-advantages .dell-land__item{
  perspective:1000px; transform-style:preserve-3d; position:relative; transition:transform 2s ease; overflow:hidden; width:100%; height:100%;
  min-height:274px; flex:1; transition:box-shadow 3s ease 2s; cursor:pointer;
}
.dell-land-advantages .dell-land__item.turned .dell-land__item-title{ transform:rotateY(180deg); z-index:1; opacity:0; }
.dell-land-advantages .dell-land__item.turned .dell-land__item-content{ transform:rotateY(0deg); z-index:2; opacity:1; }
.dell-land-advantages .dell-land__item:hover{ box-shadow:0 2px 4px rgba(0,0,0,.25); }

.dell-land-advantages .dell-land__item.mod--violet .dell-land__item-title{ color:#fff; background:#4B00AA; }
.dell-land-advantages .dell-land__item.mod--violet .dell-land__item-content span{ color:#4B00AA; font-weight:600; }
.dell-land-advantages .dell-land__item.mod--violet .dell-land__item-icon-color svg{ fill:#4B00AA !important; }

.dell-land-advantages .dell-land__item.mod--purple .dell-land__item-title{ color:#fff; background:#7855FA; }
.dell-land-advantages .dell-land__item.mod--purple .dell-land__item-content span{ color:#7855FA; font-weight:600; }
.dell-land-advantages .dell-land__item.mod--purple .dell-land__item-icon-color svg{ fill:#7855FA !important; }

.dell-land-advantages .dell-land__item.mod--green .dell-land__item-title{ color:#fff; background:#FF9900; }
.dell-land-advantages .dell-land__item.mod--green .dell-land__item-content span{ color:#FF9900; font-weight:600; }
.dell-land-advantages .dell-land__item.mod--green .dell-land__item-icon-color svg{ color:#FF9900; }

/* spin keyframes */
@-webkit-keyframes spin-clockwise{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);} }
@keyframes spin-clockwise{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);} }

/* MIGRATION */
.dell-land-migration .dell-land__item{ position:relative; }
.dell-land-migration .dell-land__item-num{
  font-size:30px; font-weight:600; line-height:1.22; color:#FF9900;
  width:50px; height:50px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#fff;
  position:absolute; top:0; left:0; z-index:1;
}
.dell-land-migration .dell-land__item{ padding-top:88px; }

/* EXPERIENCE BANNER */
.dell-land-experience{
  position:relative; color:#fff;
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/experience-bg.svg") center/cover no-repeat;
}
.dell-land-experience .dell-land-container{ text-align:center; max-width:812px; }
.dell-land-experience .dell-land-section__padding{ align-items:center; gap:40px; }
.dell-land-experience .dell-land__title span{
  font-size:20px; color:inherit; background:unset; border-radius:unset; padding:unset; display:block; margin-top:8px;
}
.dell-land-experience .dell-land__btn,
.dell-land-experience .dell-land-form .contact-form__submit-btn,
.dell-land-form .dell-land-experience .contact-form__submit-btn{
  display:flex; justify-content:center; align-items:center; gap:32px;
}
.dell-land-experience__img-1{ position:absolute; left:98px; top:16px; width:100%; max-width:219px; }
.dell-land-experience__img-2{ position:absolute; right:0; bottom:0; width:100%; max-width:221px; }

/* WORK */
.dell-land-work .dell-land__work-wrapp{ position:relative; }
.dell-land-work .dell-land__items.mod--2cols{ max-width:75%; }
.dell-land-work .dell-land__items.mod--2cols .dell-land__item{ min-width:366px; }
.dell-land-work .dell-land__item{ height:auto; }
.dell-land-work .dell-land__logos{
  width:269px; height:100%; display:grid; grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
  gap:24px; position:absolute; right:0; top:0;
}
.dell-land-work .dell-land__logo{ width:112px; height:112px; position:relative; }
.dell-land-work .dell-land__logo img{
  position:absolute; left:0; top:0; max-height:100%; max-width:100%; object-fit:contain;
}

/* USAGE */
.dell-land-usage .dell-land__usage-wrap{ position:relative; }
.dell-land-usage .dell-land__items.mod--1cols{ max-width:690px; margin-left:auto; }
.dell-land-usage .dell-land__block-title{ max-width:460px; position:absolute; left:0; top:0; }
.dell-land-usage__img img{ width:100%; max-width:486px; }

/* CLIENTS LIST + MODAL */
.dell-land-clients{ perspective:1000px; }
.dell-land-clients .dell-land__item{ padding:0; }
.dell-land-clients .dell-land__item-front{
  position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; height:240px;
}
.dell-land-clients .dell-land__item-front-icon{ position:absolute; bottom:16px; right:16px; }
.dell-land-clients .dell-land__item-front-img-wrap{
  width:221px; height:72px; display:flex; align-items:center; justify-content:center;
}
.dell-land-clients .dell-land__item-front-img-wrap img{
  max-width:184px; max-height:60px; object-fit:contain; display:block;
}
.dell-land-clients .dell-land__item-front-more{ display:none; }
.dell-land-clients .dell-land__item-front-logo .dell-land__title{ display:none; }

/* MODAL BACKDROP */
.dell-land__item-back{
  position:fixed; inset:0; width:100vw; height:100vh; background:rgba(0,0,0,.5);
  display:flex; align-items:flex-start; justify-content:center; z-index:9999; opacity:0; pointer-events:none; transition:opacity .3s ease;
  padding:32px 16px; overflow-y:auto;
}
.dell-land__item-back.active{ opacity:1; pointer-events:auto; }
body.modal-open{ overflow:hidden; }

.dell-land__modal-wrapper{
  background:#F5F6F7; width:100%; max-width:1240px; margin:0 auto; padding:32px 20px; border-radius:8px;
  min-height:680px; max-height:100vh; box-sizing:border-box; overflow-y:auto;
}
.dell-land__item-back-wrapper{ position:relative; display:grid; grid-template-columns:384px 1fr; gap:24px; }
.dell-land__item-back-about{ display:flex; flex-direction:column; gap:24px; }
.dell-land__item-back-about-img{ display:block; width:100%; max-width:160px; }
.dell-land__item-back-about-name{
  min-height:262px;
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/modal-1-bg.svg") center/cover no-repeat;
  padding:24px; border-radius:8px; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; gap:16px;
}
#second-modal .dell-land__item-back-about-name{
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/modal-2-bg.svg") center/cover no-repeat;
}
#third-modal .dell-land__item-back-about-name{
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/modal-3-bg.svg") center/cover no-repeat;
}
.dell-land__item-back-about-txt{ background:#fff; padding:24px; border-radius:8px; }
.dell-land__item-back-cards{ padding-right:64px; }

.close-modal{
  border-radius:100px; box-shadow:0 2px 4px rgba(0,0,0,.05); width:44px; display:flex; justify-content:center; align-items:center; position:absolute; top:0; right:0;
}
.close-modal img{ width:100%; max-width:44px; }

.dell-land__item-back-cards .dell-land__item-back-card{
  background:#fff; margin-bottom:12px; border-radius:8px; cursor:pointer; user-select:none; padding:29px 24px;
}


/* FORM */
/* Dell Form — Adaptive Layout */
.dell-land-form form.elcore-form {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}

/* form rows */
.dell-land-form form.elcore-form .contact-form__content .contact-form__row {
  display: flex;
  gap: 16px;
}

.dell-land-form form.elcore-form .contact-form__content .contact-form__row .col-6 {
  flex: 1;
  display: flex;
}

.dell-land-form form.elcore-form .col-wrap {
  width: 100%;
}

/* inputs */
.dell-land-form form.elcore-form input[type=text],
.dell-land-form form.elcore-form input[type=email],
.dell-land-form form.elcore-form input[type=tel],
.dell-land-form form.elcore-form select,
.dell-land-form form.elcore-form textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 13px 20px;
}

/* select arrow */
.dell-land-form form.elcore-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 16px center / 20px;
}

/* consent checkbox */
.dell-land-form form.elcore-form .elcore-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #000000;
}
.dell-land-form form.elcore-form .elcore-consent input[type=checkbox] {
  accent-color: var(--dell-primary);
}


/* tablet */
@media (max-width: 991px) {
  .dell-land-form form.elcore-form {
    max-width: 540px;
  }
  .dell-land-form form.elcore-form .contact-form__content .contact-form__row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .dell-land-form form.elcore-form .contact-form__content .contact-form__row .col-6 {
    flex: 1 1 100%;
  }
  .dell-land-form form.elcore-form .contact-form__submit-btn {
    width: 100%;
    margin: 12px 0 0;
  }
}

/* mobile */
@media (max-width: 576px) {
  .dell-land-form form.elcore-form .contact-form__content .contact-form__row {
    flex-direction: column;
    gap: 12px;
  }

  .dell-land-form form.elcore-form input[type=text],
  .dell-land-form form.elcore-form input[type=email],
  .dell-land-form form.elcore-form input[type=tel],
  .dell-land-form form.elcore-form select,
  .dell-land-form form.elcore-form textarea {
    height: 44px;
    font-size: 14px;
    padding: 10px 16px;
  }

  .dell-land-form form.elcore-form .contact-form__submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    margin-top: 12px;
  }

}


.dell-land-form{
  background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/section-form-bg.svg") center/cover no-repeat;
}
.dell-land-form .dell-land__title{ text-align:center; }
.dell-land-form .dell-land__title-wrapper.mod--centered{ gap:56px; }
.dell-land-form h3.dell-land__title{ text-align:center; }
.dell-land-form h3.dell-land__title span{
  font-size:14px; color:inherit; display:block; margin-top:12px; font-weight:normal;
}
.dell-land-form .wpcf7.js{ max-width:576px; }
.dell-land-form .contact-form.gid .contact-form__row{ max-width:100%; }
.dell-land-form .contact-form.gid span.wpcf7-form-control-wrap{ padding:0 8px; }
.dell-land-form .contact-form.gid .col-wrap{ position:relative; margin-bottom:16px; width:100%; }

.dell-land-form .contact-form.gid input[type=text],
.dell-land-form .contact-form.gid input[type=tel],
.dell-land-form .contact-form.gid input[type=email]{
  width:100%; height:48px; background:#fff; color:#000; border:1px solid #232F3E; border-radius:60px;
  font-weight:400; font-size:14px; line-height:1; display:flex; align-items:center; padding:13px 20px;
}
.dell-land-form .contact-form.gid textarea{
  width:100%; height:48px; background:#fff; color:#000; border:1px solid #232F3E; border-radius:60px;
  font-weight:400; font-size:14px; line-height:1; display:flex; align-items:center; padding:13px 20px;
}
.dell-land-form .contact-form.gid select{
  width:100%; height:48px; background:#fff; color:#000; border:1px solid #232F3E; border-radius:60px;
  font-weight:400; font-size:14px; line-height:1; display:flex; align-items:center; padding:13px 20px; color:#000; border:1px solid #232F3E;
}
.dell-land-form .contact-form.gid select option{ color:#000; }
.dell-land-form .contact-form.gid span.wpcf7-form-control-wrap[data-name="your-confirm"]{ padding:10px 0 0; }

.dell-land-form .contact-form.contact-form_dark.gid input[type=text],
.dell-land-form .contact-form.contact-form_dark.gid input[type=tel],
.dell-land-form .contact-form.contact-form_dark.gid input[type=email],
.dell-land-form .contact-form.contact-form_dark.gid textarea{
  color:#000; border:1px solid #232F3E;
}
.dell-land-form .wpcf7-form-control::placeholder{ color:#000 !important; }

.dell-land-form .contact-form__submit-btn{
  min-width:142px; max-height:46px; display:flex; justify-content:center; align-items:center; font-size:18px; margin-left:auto; margin-right:0;
}
.dell-land-form .contact-form__content .contact-form__row{
  display:flex; flex-direction:row; gap:16px;
}
.dell-land-form .contact-form__content .contact-form__row .col-6{
  flex:1; display:flex;
}
.dell-land-form .contact-form__content .contact-form__row:last-child .col-6 .col-wrap{
  margin-bottom:0 !important; display:flex; align-items:center;
}
.dell-land-form .contact-form__content .contact-form__row:last-child .col-6:last-child{ flex:0; }
.dell-land-form .wpcf7-form-control.wpcf7-select{
  position:relative; appearance:none; -webkit-appearance:none; -moz-appearance:none; padding-right:20px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
  background-size:24px; background-position:right 20px center; background-color:#fff;
}

.dell-land-form__wrapper{
  width:100%; max-width:700px; background-color:#fff; border-radius:16px; margin:0 auto;
  display:flex; flex-direction:column; justify-content:center; align-items:center; gap:40px; padding:18px 0;
}

/* ==== Dell Form Responsive ==== */

/* планшет */
@media (max-width: 991px) {
  .dell-land-form__wrapper {
    max-width: 540px;
    padding: 24px 20px;
    gap: 32px;
  }

  .dell-land-form .wpcf7.js { max-width: 100%; }

  .dell-land-form .contact-form.gid .contact-form__row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .dell-land-form .contact-form__content .contact-form__row .col-6 {
    width: 100%;
    flex: 1 1 100%;
  }

  .dell-land-form .contact-form__submit-btn {
    width: 100%;
    margin: 12px 0 0;
  }
}

/* мобільний */
@media (max-width: 576px) {
  .dell-land-form__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
    border-radius: 12px;
    gap: 24px;
  }

  .dell-land-form h3.dell-land__title {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 10px;
  }

  .dell-land-form .contact-form.gid input[type=text],
  .dell-land-form .contact-form.gid input[type=tel],
  .dell-land-form .contact-form.gid input[type=email],
  .dell-land-form .contact-form.gid select,
  .dell-land-form .contact-form.gid textarea {
    height: 44px;
    font-size: 14px;
    padding: 10px 16px;
  }

  .dell-land-form .contact-form__content .contact-form__row {
    flex-direction: column;
    gap: 12px;
  }

  .dell-land-form .contact-form__submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    margin-top: 12px;
  }

  .dell-land-form .contact-form.gid span.wpcf7-form-control-wrap {
    padding: 0;
  }
}



/* EFFECTS */
.is-3d-tilt{
  perspective:1000px; transform-style:preserve-3d; will-change:transform; transition:box-shadow .3s ease; box-shadow:none;
}
.slide-from-bottom{
  opacity:0; transform:translateY(30px); transition:opacity .6s ease, transform .6s ease; will-change:opacity, transform;
}
.slide-from-bottom.active{ opacity:1; transform:translateY(0); }

/* BACK TO TOP */
.back-to-top{
  position:fixed; bottom:30px; right:30px; width:48px; height:48px; border:none; cursor:pointer; opacity:0; visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease; z-index:999;
  background-image:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/up.svg");
  background-repeat:no-repeat; background-position:center; background-size:contain;
  box-shadow:rgba(0,224,255,.3) 0 0 40px; border-radius:50%;
}
.back-to-top.show{ opacity:1; visibility:visible; }

/* MEDIA */
@media (max-width:1200px){
  .search-box{ display:none; }
  .dell-land-body{ font-size:12px; }
  .dell-land-section__padding{ padding:48px 0; gap:24px; }
  .dell-land-hero__content{ max-width:480px; }
  .dell-land__desktop{ width:300px; }
  h1.dell-land__title{ font-size:32px; max-width:442px; }
  h2.dell-land__title{ font-size:24px; }
  h3.dell-land__title, h4.dell-land__title{ font-size:18px; }
  .dell-land-lead__wrapper{ padding:14px 16px; }
  .dell-land-lead .dell-land__title{ text-align:left; width:100%; }
  .dell-land-lead__img img{ width:268px; }
  [class*="__items"]{ gap:16px; }
  .dell-land__item{ padding:16px; }
  [class*="__item-title"]{ font-size:18px; }
  .dell-land-advantages .dell-land__item-title{ font-size:18px; }
  .dell-land-advantages .dell-land__item-content{ padding:32px 16px; }
  .dell-land__items.mod--2cols .dell-land__item{ min-width:372px; }
  .dell-land__items.mod--3cols .dell-land__item{ min-width:298px; }
  .dell-land-migration .dell-land__item{ padding:56px 10px 16px; }
  .dell-land-migration .dell-land__item-num{ font-size:24px; width:40px; height:40px; }
  .dell-land-experience .dell-land-container{ max-width:686px; }
  .dell-land-experience .dell-land__title span{ font-size:16px; }
  .dell-land-experience h3.dell-land__title{ font-size:16px; font-weight:normal; line-height:1.6; }
  .dell-land-experience__img-1{ left:0; top:0; }
  .dell-land-work .dell-land__items.mod--2cols .dell-land__item{ min-width:280px; }
  .dell-land-work .dell-land__logos{ width:24%; }
  .dell-land-usage .dell-land__block-title{ max-width:39%; }
  .dell-land-usage .dell-land__items.mod--1cols{ max-width:60%; }
  .dell-land__item-back-wrapper{ gap:16px; }
  .dell-land__item-back-cards .dell-land__item-back-card .accordion-content ul li{ font-size:12px; }
}
@media (max-width:991.98px){
  .dell-land-hero__content{ max-width:430px; }
  .dell-land-section__padding.mod--hero{ overflow:hidden; }
  .dell-land-hero__img{ top:125px; right:-20px; }
  .dell-land-hero__img img{ width:48vw; }
  .dell-land__items.mod--2cols .dell-land__item{ min-width:326px; }
  .dell-land-work .dell-land__items.mod--2cols{ max-width:100%; }
  .dell-land-work .dell-land__logos{
    position:static; width:100%; height:auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px; margin-top:32px;
  }
  .dell-land-work .dell-land__logo{ width:64px; height:64px; }
  .dell-land-migration .dell-land__items.mod--3cols .dell-land__item{ min-width:317px; }
  .dell-land__item-back-wrapper{ grid-template-columns:348px 1fr; }
}
@media (max-width:720.98px){
  .dell-land-body{ font-size:3.75vw; }
  .dell-land-body .slick-dots{ gap:0; }
  .dell-land-body .slick-dots li{ width:3.75vw; height:3.75vw; padding-top:1.87vw; display:flex; justify-content:center; align-items:center; }
  .dell-land-body .slick-dots li button{ width:1.87vw; height:1.87vw; }
  .dell-land-body .slick-dots li.slick-active button{ width:3.75vw; height:3.75vw; }
  .dell-land-padding{ padding:0 3.13vw; }
  h1.dell-land__title{ font-size:10vw; max-width:unset; padding-bottom:3.75vw; }
  h2.dell-land__title{ font-size:7.5vw; }
  h3.dell-land__title{ font-size:5.63vw; }
  h4.dell-land__title{ font-size:5vw; }
  [class*="__item-title"]{ font-size:5vw; padding-bottom:2.5vw; }
  .dell-land__btn, .dell-land-form .contact-form__submit-btn{ font-size:4.38vw; padding:4.06vw; text-align:center; }
  .dell-land__items.mod--1cols .dell-land__item{ min-width:unset; }
  .dell-land__item{ padding:5vw 3.13vw; border-radius:2.5vw; }
  .dell-land__item-img img{ max-width:7.5vw; padding-bottom:7.5vw; }
  .dell-land-section__padding{ padding:12.5vw 0; gap:7.5vw; }
  .dell-land-section__padding.mod--hero{ padding:12.5vw 0; }
  .dell-land-lead.mod--hero{ position:static; left:unset; transform:unset; }
  .dell-land-lead__wrapper{
    border-radius:2.5vw; padding:5vw; flex-direction:column; align-items:stretch; gap:5vw; text-align:center;
  }
  .dell-land-lead__block{ flex-direction:column; align-items:center; gap:10vw; }
  .dell-land-lead__img img{ width:83.75vw; }
  .dell-land-lead .dell-land__title{ text-align:center; }
  .dell-land-hero__content{ max-width:unset; align-items:stretch; }
  .dell-land-hero__logos{ padding-bottom:12.5vw; }
  .dell-land-hero__logos img{ width:93.75vw; }
  .dell-land-hero__content p{ padding-bottom:10vw; }
  .dell-land-hero__img{ position:static; }
  .dell-land-hero__img img{ width:93.75vw; }

  .dell-land-advantages .dell-land__item{
    width:93.75vw; height:93.75vw; display:flex; flex-direction:column; min-width:unset; gap:0;
  }
  .dell-land-advantages .dell-land__item img{ display:none; }
  .dell-land-advantages .dell-land__item.mod--violet{ border:1px solid #4B00AA; }
  .dell-land-advantages .dell-land__item.mod--violet .dell-land__item-title{ color:#4B00AA; background:#fff; text-align:left; }
  .dell-land-advantages .dell-land__item.mod--purple{ border:1px solid #7855FA; }
  .dell-land-advantages .dell-land__item.mod--purple .dell-land__item-title{ color:#7855FA; background:#fff; text-align:left; }
  .dell-land-advantages .dell-land__item.mod--green{ border:1px solid #1A90AE; }
  .dell-land-advantages .dell-land__item.mod--green .dell-land__item-title{ color:#1A90AE; background:#fff; text-align:left; }
  .dell-land-advantages .dell-land__item-icon-color{ display:none; }
  .dell-land-advantages .dell-land__item-title{ position:static; font-size:5vw; padding:0; margin-bottom:5vw; }
  .dell-land-advantages .dell-land__item-content{ position:static; padding:0; transform:none !important; opacity:1 !important; z-index:auto; }

  .dell-land-migration .dell-land__item-num{ font-size:7.5vw; width:12.5vw; height:12.5vw; }
  .dell-land-migration .dell-land__item{ padding:17.5vw 3.13vw 5vw; height:102.5vw; }

  .dell-land-experience{ border-radius:2.5vw; margin:0 20px; background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/experience-bg-mob.svg") center/cover no-repeat; }
  .dell-land-experience .dell-land-section__padding{ gap:5vw; }
  .dell-land-experience .dell-land-section__padding a{ width:100%; }
  .dell-land-experience .dell-land-section__padding a svg{ width:5vw; height:5vw; }
  .dell-land-experience__img-1, .dell-land-experience__img-2{ display:none; }
  .dell-land-experience .dell-land__title span{ font-size:5vw; font-weight:500; }
  .dell-land-experience .dell-land__btn,
  .dell-land-experience .dell-land-form .contact-form__submit-btn,
  .dell-land-form .dell-land-experience .contact-form__submit-btn{ gap:10vw; }
  .dell-land-experience h3.dell-land__title{ font-size:3.75vw; font-weight:400; padding-bottom:5vw; }

  .dell-land-work .dell-land__items.mod--2cols{ max-width:100%; }
  .dell-land-work .dell-land__items.mod--2cols .dell-land__item{ min-width:unset; max-width:unset; height:62.5vw; width:93.75vw; }
  .dell-land-work .dell-land__logos{ gap:3.75vw; margin-bottom:7.5vw; margin-top:20vw; }
  .dell-land-work .dell-land__logo{ width:18.75vw; height:20vw; }

  .dell-land-usage .dell-land__block-title{ position:static; margin-bottom:7.5vw; }
  .dell-land-usage .dell-land__items.mod--1cols{ max-width:100%; margin-left:unset; }
  .dell-land-usage .dell-land__item{ height:56.25vw; }
  .dell-land-usage__img img{ display:none; }

  .dell-land-clients__items.mod--3cols{ flex-direction:column; gap:5vw; }
  .dell-land-clients .dell-land__item.item--blue-bordered{ border:unset; background:#F5F6F7; }
  .dell-land-clients .dell-land__item-front{
    height:auto; padding:5vw; align-items:stretch; justify-content:space-between; row-gap:12.5vw; column-gap:5.63vw;
  }
  .dell-land-clients .dell-land__item-front-logo{ display:flex; flex-direction:row; justify-content:flex-start; align-items:flex-start; gap:5vw; }
  .dell-land-clients .dell-land__item-front-logo .dell-land__title{ display:block; }
  .dell-land-clients .dell-land__item-front-img-wrap{ flex-shrink:0; width:38.44vw; height:12.5vw; position:relative; }
  .dell-land-clients .dell-land__item-front-img-wrap img{ position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain; }
  .dell-land-clients .dell-land__item-front-icon{ display:none; }
  .dell-land-clients .dell-land__item-front-more{
    display:flex; flex-direction:column; justify-content:center; align-items:center;
    width:100%; max-width:83.75vw; height:15vw; background:#fff; color:#000; font-weight:600; border-radius:7.5vw;
  }
  .dell-land-clients .dell-land__item:active{ box-shadow:0 2px 4px rgba(0,0,0,.05); }

  .dell-land__modal .dell-land__modal-wrapper{
    padding:5vw 3.13vw; border-radius:2.5vw; background:#fff;
    background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/first-modal-mob.svg") center/cover no-repeat;
    overflow-x:hidden; max-height:80vh; overflow-y:auto;
  }
  .dell-land__modal .dell-land__item-back{ padding:0; }
  .dell-land__modal .dell-land__item-back-wrapper{ grid-template-columns:1fr; gap:7.5vw; }
  .dell-land__modal .dell-land__item-back-about-name{ min-height:unset; background:unset; padding:unset; }
  .dell-land__modal .dell-land__item-back-about-img{ max-width:38.13vw; margin-bottom:15vw; }
  .dell-land__modal .dell-land__item-back-about-txt{ padding:unset; border-radius:unset; }
  .dell-land__modal .dell-land__item-back-cards{ padding-right:0; max-width:100%; }
  .dell-land__modal .dell-land__item-back-card{ padding:5vw 2.5vw; margin-bottom:7.5vw; width:93.75vw; box-sizing:border-box; }
  .dell-land__modal .dell-land__item-back-card .accordion-content{ max-height:none !important; overflow:visible !important; }
  .dell-land__modal .dell-land__item-back-card .accordion-content p{ font-size:3.75vw; }
  .dell-land__modal .dell-land__item-back-card .accordion-content p:not(:last-child){ margin-bottom:3.75vw; }
  .dell-land__modal .dell-land__item-back-card .accordion-content ul li{ font-size:3.75vw; }
  .dell-land__modal .dell-land__item-back-card .accordion-header{ pointer-events:none; margin-bottom:3.75vw; }
  .dell-land__modal .dell-land__item-back-card .accordion-header img{ display:none; }
  .dell-land__modal .dell-land__item-back-cards-slider{ width:100%; max-width:93.75vw; margin:0 auto; }
  .dell-land__modal .dell-land__item-back-cards-slider .slick-list{ overflow:visible; }
  .dell-land__modal .dell-land__item-back-cards-slider .dell-land__item-back-card{ box-sizing:border-box; margin-right:5px; }
  .dell-land__modal .slick-dots{ bottom:0 !important; }

  #second-modal .dell-land__modal-wrapper{
    background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/second-modal-mob.svg") center/cover no-repeat;
  }
  #second-modal .dell-land__item-back-about-name{ background:unset; }
  #second-modal .dell-land__item-back-about-txt{ background:unset; }

  #third-modal .dell-land__modal-wrapper{
    background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/third-modal-mob.svg") center/cover no-repeat;
  }
  #third-modal .dell-land__item-back-about-name{ background:unset; }
  #third-modal .dell-land__item-back-about-txt{ background:unset; }

  #first-modal .dell-land__modal-wrapper{
    background:url("/wp-content/themes/Elcore/dist/assets/images/nutanix-land-img/first-modal-mob.svg") center/cover no-repeat;
  }
  #first-modal .dell-land__item-back-about-name{ background:unset; }
  #first-modal .dell-land__item-back-about-txt{ background:unset; }
}

/* Elcore.ua styles (as is) */
.dell-land-features .dell-land__item-content{ gap:30px; display:flex; }
.dell-land__item-img{ display:flex; }

.contact-form__content label {
  display: none;
}
