.elementor-170 .elementor-element.elementor-element-c4641d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-170 .elementor-element.elementor-element-65dc08f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-170 .elementor-element.elementor-element-8cb1867{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-65dc08f */.aw-wrap {
  --brand:       #127482;
  --brand-light: #1a9aad;
  --off-white:   #eeece6;
  --muted:       rgba(255, 255, 255);
  --dim:         rgba(238,236,230,0.9);
  --bg:          #09161a;
  --bg2:         #0d1f24;
  --border:      rgba(18,116,130,0.22);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--off-white);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.7;
}
.aw-wrap::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(18,116,130,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,116,130,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.aw-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

/* hero — full-bleed background image */
.aw-sb-hero-bg {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 240px 48px 100px;
  overflow: hidden;
}
.aw-sb-hero-bg .aw-hero-bg-layer {
  position: absolute;
  inset: 0;
  background-image: url('https://abbeyworldwide.com/wp-content/uploads/2026/04/home2.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.aw-sb-hero-bg .aw-hero-bg-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9,22,26,0.48) 0%, rgba(9,22,26,0.58) 45%, rgba(9,22,26,0.72) 100%),
    radial-gradient(ellipse 80% 50% at 50% 20%, rgba(18,116,130,0.12) 0%, transparent 55%);
  z-index: 1;
}
.aw-sb-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  width: 100%;
}
.aw-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 6px 20px;
  margin-bottom: 36px;
  display: inline-block;
}
.aw-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: .98;
  color: var(--off-white);
  max-width: 960px;
}
.aw-hero-title .aw-reg { font-size: 0.45em; vertical-align: super; font-weight: 700; }
.aw-hero-title span { color: var(--brand-light); }
.aw-hero-sub {
  margin-top: 28px;
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--muted);
  max-width: 960px;
  line-height: 1.85;
  font-weight: 300;
}
.aw-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 44px;
  flex-wrap: wrap;
  justify-content: center;
}
.aw-btn-primary {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  background: var(--brand);
  color: var(--off-white);
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}
.aw-btn-primary:hover { background: var(--brand-light); color: var(--off-white); }
.aw-btn-outline {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 1px solid rgba(238,236,230,0.35);
  color: var(--off-white);
  text-decoration: none;
  display: inline-block;
  transition: border-color .2s, color .2s, background .2s;
}
.aw-btn-outline:hover { border-color: var(--brand-light); color: var(--brand-light); }

.aw-hero-stats {
  display: flex;
  margin-top: 80px;
  border-top: 1px solid var(--border);
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
}
.aw-stat {
  flex: 1;
  min-width: 140px;
  padding: 28px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.aw-stat:last-child { border-right: none; }
.aw-stat .num {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--off-white);
  letter-spacing: -0.01em;
  font-weight: 800;
  line-height: 1.15;
}
.aw-stat .lbl {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--off-white);
  margin-top: 8px;
  line-height: 1.4;
}

.aw-section { position: relative; z-index: 1; }
.aw-section.bg2 { background: var(--bg2); }
.aw-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 52px;
}
.aw-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 14px;
  display: block;
}
.aw-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--off-white);
  margin-bottom: 20px;
}
.aw-lead {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  max-width: 640px;
  line-height: 1.8;
}
.aw-divider {
  width: 40px;
  height: 2px;
  background: var(--brand);
  margin: 24px 0 44px;
}

.aw-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 56px;
}
.aw-overview-text p {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 18px;
}
.aw-phil-card {
  background: rgba(18,116,130,0.06);
  border: 1px solid var(--border);
  padding: 36px;
}
.aw-phil-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 20px;
}
.aw-phil-list { list-style: none; display: grid; gap: 12px; }
.aw-phil-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
}
.aw-phil-list li::before {
  content: '';
  width: 6px; height: 6px;
  min-width: 6px;
  background: var(--brand-light);
  margin-top: 8px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.aw-section.aw-overview-light,
.aw-section.aw-overview-white {
  color: #151c20;
}
.aw-section.aw-overview-light {
  background: #e4e6e9;
}
.aw-section.aw-overview-white {
  background: #ffffff;
}
.aw-section.aw-overview-light .aw-tag,
.aw-section.aw-overview-white .aw-tag {
  color: #127482;
}
.aw-section.aw-overview-light .aw-title,
.aw-section.aw-overview-white .aw-title {
  color: #0f1518;
}
.aw-section.aw-overview-light .aw-lead,
.aw-section.aw-overview-white .aw-lead {
  color: rgba(21, 28, 32, 0.78);
  max-width: none;
}
.aw-section.aw-overview-light .aw-overview-text p,
.aw-section.aw-overview-white .aw-overview-text p {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-card,
.aw-section.aw-overview-white .aw-phil-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 116, 130, 0.28);
}
.aw-section.aw-overview-light .aw-phil-card h3,
.aw-section.aw-overview-white .aw-phil-card h3 {
  color: #0f6b78;
}
.aw-section.aw-overview-light .aw-phil-list li,
.aw-section.aw-overview-white .aw-phil-list li {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-list li::before,
.aw-section.aw-overview-white .aw-phil-list li::before {
  background: #127482;
}
.aw-section.aw-overview-light strong,
.aw-section.aw-overview-white strong {
  color: #0f1518;
  font-weight: 500;
}
.aw-section.aw-overview-light .aw-install-grid li,
.aw-section.aw-overview-white .aw-install-grid li {
  color: rgba(21, 28, 32, 0.85);
  border: 1px solid rgba(18, 116, 130, 0.25);
  border-left: 2px solid #127482;
  background: rgba(255, 255, 255, 0.65);
}
.aw-section.aw-overview-white .aw-install-grid li {
  background: #f4f5f6;
}

.aw-specs { display: grid; gap: 20px; margin-top: 28px; }
.aw-spec { border-left: 2px solid var(--brand); padding-left: 16px; }
.aw-spec .val {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: var(--brand-light);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.aw-spec .lbl {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dim);
  margin-top: 2px;
}

.aw-video-wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 48px auto 0;
  padding-bottom: 56.25%;
  height: 0;
  border: 1px solid var(--border);
  background: #000;
}
.aw-video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.aw-video-native {
  margin-top: 48px;
  max-width: 960px;
  border: 1px solid var(--border);
  background: #000;
  overflow: hidden;
}
.aw-video-native video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/* Securablinds: текст обтекает изображение */
.aw-sb-float-wrap {
  margin-top: 40px;
}
.aw-sb-float-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.aw-sb-photo-float {
  float: right;
  width: min(600px, 46%);
  max-width: 600px;
  margin: 0 0 1.25rem 2rem;
  shape-outside: margin-box;
}
.aw-sb-photo-float img {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 450;
  object-fit: cover;
  display: block;
  border: 1px solid var(--border);
}
.aw-sb-float-wrap .aw-overview-text {
  max-width: none;
}
.aw-sb-float-wrap .aw-overview-text p:last-child {
  margin-bottom: 0;
}

.aw-install-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-top: 32px;
  list-style: none;
}
.aw-install-grid li {
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-left: 2px solid var(--brand);
  background: rgba(18,116,130,0.04);
}

.aw-install-panel {
  background: #E5E6E9;
  margin-top: 36px;
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 52px);
  padding-right: calc(50vw - 50% + 52px);
  box-sizing: border-box;
  color: #09161a;
}
.aw-install-panel .aw-tag {
  color: #127482;
  margin-top: 0;
  margin-bottom: 12px;
}
.aw-install-panel .aw-install-grid {
  margin-top: 20px;
}
.aw-install-panel .aw-install-grid li {
  color: #09161a;
  border: 1px solid rgba(18, 116, 130, 0.25);
  border-left: 2px solid #127482;
  background: rgba(255, 255, 255, 0.65);
}
.aw-install-panel .aw-overview-grid {
  margin-top: 48px;
}
#sb-global .aw-install-panel .aw-overview-text p {
  color: #09161a;
}
.aw-install-panel .aw-overview-text p:last-child {
  margin-bottom: 0;
}

.aw-footer {
  position: relative;
  z-index: 1;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 28px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.aw-footer-copy {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
}
.aw-footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.aw-footer-links a {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  text-decoration: none;
  transition: color .2s;
}
.aw-footer-links a:hover { color: var(--brand-light); }

@media (max-width: 960px) {
  .aw-overview-grid { grid-template-columns: 1fr; gap: 40px; }
  .aw-install-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .aw-sb-photo-float {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 680px) {
  .aw-inner { padding: 72px 24px; }
  .aw-install-panel {
    padding: 28px 0;
    padding-left: calc(50vw - 50% + 24px);
    padding-right: calc(50vw - 50% + 24px);
  }
  .aw-sb-hero-bg { padding: 120px 24px 80px; }
  .aw-stat { border-right: none; border-bottom: 1px solid var(--border); flex: 1 1 50%; }
  .aw-hero-stats { border-bottom: 1px solid var(--border); }
  .aw-footer { padding: 20px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1effee2 */.aw-cb {
  --aw-cb-brand:       #127482;
  --aw-cb-brand-light: #1a9aad;
  --aw-cb-off-white:   #eeece6;
  --aw-cb-muted:       rgba(238,236,230,0.9);
  --aw-cb-dim:         rgba(238,236,230,0.25);
  --aw-cb-bg:          #09161a;
  --aw-cb-bg2:         #0d1f24;
  --aw-cb-border:      rgba(18,116,130,0.22);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--aw-cb-off-white);
  background: var(--aw-cb-bg2);
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}

.aw-cb * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.aw-cb::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(18,116,130,0.16) 0%, transparent 65%);
  pointer-events: none;
}

.aw-cb-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 52px;
}

.aw-cb-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aw-cb-brand-light);
  margin-bottom: 14px;
  display: block;
}

.aw-cb-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--aw-cb-off-white);
  margin-bottom: 20px;
}

.aw-cb-divider {
  width: 40px;
  height: 2px;
  background: var(--aw-cb-brand);
  margin: 24px 0 44px;
}

.aw-cb-lead {
  font-size: 15px;
  color: var(--aw-cb-muted);
  font-weight: 300;
  max-width: 560px;
  line-height: 1.8;
}

.aw-cb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 56px;
}

.aw-cb-items {
  display: grid;
  gap: 24px;
}

.aw-cb-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.aw-cb-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--aw-cb-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aw-cb-detail .aw-cb-lbl {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aw-cb-dim);
  margin-bottom: 4px;
}

.aw-cb-detail a {
  font-size: 15px;
  color: var(--aw-cb-off-white);
  text-decoration: none;
  font-weight: 300;
  transition: color .2s;
  display: block;
}

.aw-cb-detail a:hover {
  color: var(--aw-cb-brand-light);
}

.aw-cb-maint {
  border: 1px solid rgba(18,116,130,0.45);
  background: rgba(18,116,130,0.06);
  padding: 36px;
  position: relative;
  z-index: 1;
}

.aw-cb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--aw-cb-brand-light);
  margin-bottom: 18px;
}

.aw-cb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aw-cb-brand-light);
  animation: aw-cb-pulse 1.8s ease-in-out infinite;
}

.aw-cb-maint h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--aw-cb-off-white);
  margin-bottom: 10px;
}

.aw-cb-maint p {
  font-size: 14px;
  color: var(--aw-cb-muted);
  font-weight: 300;
  line-height: 1.7;
}

.aw-cb-btn {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  background: var(--aw-cb-brand);
  color: var(--aw-cb-off-white);
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
  margin-top: 8px;
}

.aw-cb-btn:hover {
  background: var(--aw-cb-brand-light);
  color: var(--aw-cb-off-white);
}

@keyframes aw-cb-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .35; transform: scale(.65); }
}

@media (max-width: 680px) {
  .aw-cb-inner { padding: 72px 24px; }
  .aw-cb-grid { grid-template-columns: 1fr; gap: 40px; }
}/* End custom CSS */