@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);/* teal button */

a.a_1032665 {
 display: inline-block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #7DCFB6;
 text-align: center;
  transition-duration: 0.3s;
  border-radius: 3em;
 transition: background-color 0.3s ease, color 0.3s ease;
 
}

/* hover to bright yellow-green */
a.a_1032665:hover {
  background-color: #E3EF7A; /* CMYK 5/0/60/0 */

}
 
 /* black button */
 a.a_1032689 {
 display: inline-block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #3D3C3B;

  text-align: center;
  transition-duration: 0.3s;
   border-radius: 3em;  
 
  transition: background-color 0.3s ease, color 0.3s ease;
 
}

/* hover to bright yellow-green  */
a.a_1032689:hover {
  background-color: #E3EF7A; /* CMYK 5/0/60/0 */
 
}
 
  /* Small black button */
 a.a_1033805 {
 display: inline-block;
  padding-top: 6px;
  padding-right:4px;
  padding-bottom: 6px;
  padding-left: 4px;
  border-radius: 0px;
  background-color: #3D3C3B;
  width: 110px;
  max-width: 100%;
  text-align: center;
  transition-duration: 0.3s;
   border-radius: 3em;  
 
  transition: background-color 0.3s ease, color 0.3s ease;
 
}

/* hover to black  */
 a.a_1033805:hover {
  background-color: #E3EF7A; /* CMYK 5/0/60/0 */
}



/* --- Gentle side-to-side "camera follow" animation --- */
.rocket-float {
  display: inline-block;
  animation: rocketFloat 6s ease-in-out infinite;
}

@keyframes rocketFloat {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(8px); }
  50%  { transform: translateX(0); }
  75%  { transform: translateX(-8px); }
  100% { transform: translateX(0); }
}

/* ===========================
   Paperclip Set (Green, Yellow, Blue)
   =========================== */

/* --- Small paperclip in Growth Green --- */
.clip-green {
  position: relative;
  overflow: visible; /* allow overhang */
}

.clip-green::before {
  content: "";
  position: absolute;
  top: -12px;      /* how far it overhangs */
  left: 12px;      /* horizontal offset */
  width: 34px;     /* size of the clip */
  height: 70px;
  background: url("https://cloudfront.sketchanet.com/u/1031785/images/1760904405o9gd67c89zmgy4zvko.svg") no-repeat center / contain;
  transform: rotate(-10deg);
  z-index: 5; /* above content */
  pointer-events: none;
  filter: drop-shadow(0 1px 0.75px rgba(0,0,0,.25));
}

.clip-green::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 26px;
  width: 16px;
  height: 6px;
  background: rgba(0,0,0,.15);
  border-radius: 999px;
  transform: rotate(-10deg);
  filter: blur(2px);
  z-index: 4;
  pointer-events: none;
}

/* --- Small paperclip in Bright Yellow --- */
.clip-yellow {
  position: relative;
  overflow: visible;
}

.clip-yellow::before {
  content: "";
  position: absolute;
  top: -14px;      /* slightly higher overhang */
  left: 18px;      /* subtle offset */
  width: 34px;
  height: 70px;
  background: url("https://cloudfront.sketchanet.com/u/1031785/images/1760904588download.svg") no-repeat center / contain;
  transform: rotate(12deg);  /* opposite tilt for variation */
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 1px 0.75px rgba(0,0,0,.25));
}

.clip-yellow::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 30px;
  width: 16px;
  height: 6px;
  background: rgba(0,0,0,.15);
  border-radius: 999px;
  transform: rotate(12deg);
  filter: blur(2px);
  z-index: 4;
  pointer-events: none;
}

/* --- Small paperclip in Deep Blue --- */
.clip-blue {
  position: relative;
  overflow: visible;
}

.clip-blue::before {
  content: "";
  position: absolute;
  top: -10px;      /* light overhang */
  left: 14px;      /* central alignment */
  width: 34px;
  height: 70px;
  background: url("https://cloudfront.sketchanet.com/u/1031785/images/1760904588download-1.svg") no-repeat center / contain;
  transform: rotate(-5deg);
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 1px 0.75px rgba(0,0,0,.25));
}

.clip-blue::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 26px;
  width: 16px;
  height: 6px;
  background: rgba(0,0,0,.15);
  border-radius: 999px;
  transform: rotate(-5deg);
  filter: blur(2px);
  z-index: 4;
  pointer-events: none;
}

/* Paperclip Backdrop — endless drift */
.paperclip-ambient {
  position: relative;
  overflow: hidden;
  z-index: 0;

  /* Controls */
  --icon: 120px;   /* paperclip size */
  --speed: 120s;   /* animation duration */
  --opacity: 0.1;  /* faintness */
  --angle: -12deg; /* tilt */
}

/* Keep foreground content above */
.paperclip-ambient > * {
  position: relative;
  z-index: 1;
}

/* Animated background */
.paperclip-ambient::before {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  z-index: 0;
  opacity: var(--opacity);
  background-image: url("https://cloudfront.sketchanet.com/u/1031785/images/1761563006lkvyk7w6recmh914ij8.svg");
  background-size: var(--icon) var(--icon);
  background-repeat: repeat; /* repeat so it tiles infinitely */
  background-position: 0 0;
  filter: brightness(0) invert(1);
  transform: rotate(var(--angle));
  animation: paperclipScroll var(--speed) linear infinite;
}

/* The magic bit: animate the background-position, not transform */
@keyframes paperclipScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -800px 400px; /* direction and distance of drift */
  }
}




/* --- Flickity Card Style Slides --- */
.flickity-slider .slide {
  position: relative;
  background: #fff;                 /* white card base */
  border-radius: 14px;
  padding: 0.6em;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  overflow: visible;                /* let shadow show */
}

/* optional: round image corners within */
.flickity-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* hover zoom */
.flickity-slider .slide:hover {
  transform: scale(0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.preloader{color:#000000; }
#wrap{min-width:0px; }
.baseparagraph, .fakep, .skn-cell-standard ul, .skn-cell-standard ol, .p_1031870, p{font-family:Poppins; font-size:15.6px; font-size:1.3rem; color:#3D3C3B; font-weight:400; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; text-shadow:none; width:100%; margin-top:0%; margin-right:auto; margin-bottom:0%; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.skn-post-content.p_1031871 p, .skn-post-content.p_1031871 ul.skn-text-list, .skn-post-content.p_1031871 ol.skn-text-list, .p_1031871{font-size:13.2px; font-size:1.1rem; color:#FFFFFF; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1031872 p, .skn-post-content.p_1031872 ul.skn-text-list, .skn-post-content.p_1031872 ol.skn-text-list, .p_1031872{font-size:10.8px; font-size:0.9rem; color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1032580 p, .skn-post-content.p_1032580 ul.skn-text-list, .skn-post-content.p_1032580 ol.skn-text-list, .p_1032580{font-weight:700; text-align:center; line-height:1.15; margin-right:auto; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:2%; padding-left:0%; }
.skn-post-content.p_1032645 p, .skn-post-content.p_1032645 ul.skn-text-list, .skn-post-content.p_1032645 ol.skn-text-list, .p_1032645{font-size:14.4px; font-size:1.2rem; font-weight:400; line-height:1.35; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1033813 p, .skn-post-content.p_1033813 ul.skn-text-list, .skn-post-content.p_1033813 ol.skn-text-list, .p_1033813{color:#FFFFFF; margin-right:auto; margin-left:auto; }
.span_1032071{font-weight:700; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1032078{color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1032683{color:#3D3C3B; }
.span_1032690{color:#E3EF7A; }
.baseheading, h1, h2, h3, h4, h5, h6, .h2_1031880, h2{font-family:Poppins; font-size:24px; font-size:2rem; color:#3D3C3B; font-weight:700; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; text-shadow:none; width:100%; margin-top:0%; margin-right:auto; margin-bottom:0%; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.h2_1031882{font-size:31.2px; font-size:2.6rem; color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.h2_1033810{font-size:19.2px; font-size:1.6rem; line-height:1.05; margin-right:auto; margin-left:auto; padding-bottom:1%; }
.h2_1032100{color:#7DCFB6; line-height:1.2; margin-right:auto; margin-left:auto; }
.h2_1032557{font-size:28.8px; font-size:2.4rem; color:#FFFFFF; line-height:1.2; margin-right:auto; margin-left:auto; }
.h2_1033888{line-height:0.95; margin-right:auto; margin-left:auto; }
.h2_1032647{font-size:21.6px; font-size:1.8rem; color:#3D3C3B; line-height:1.2; margin-right:auto; margin-left:auto; padding-bottom:0%; }
.h2_1034027{font-size:36px; font-size:3rem; color:#7DCFB6; line-height:1.05; margin-right:auto; margin-left:auto; padding-bottom:1.5%; }
.h2_1034068{font-size:30px; font-size:2.5rem; line-height:1.2; margin-right:auto; margin-left:auto; }
a{font-family:inherit; font-size:0px; font-size:inherit; color:#7DCFB6; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:inherit; text-shadow:none; }
a:hover{text-shadow:none; }
.a_1032665{font-family:inherit; font-size:14.4px; font-size:1.2rem; color:#3D3C3B; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1032665:hover{color:#3D3C3B; }
.a_1032668{font-family:inherit; font-size:0px; font-size:inherit; color:#FFFFFF; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1032668:hover{color:#E9EAEA; }
.a_1032689{font-family:inherit; font-size:14.4px; font-size:1.2rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1032689:hover{color:#3D3C3B; }
.a_1033805{font-family:inherit; font-size:13.2px; font-size:1.1rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1033805:hover{color:#3D3C3B; }
.a_1034517{font-family:inherit; font-size:0px; font-size:inherit; color:#7DCFB6; font-weight:600; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1034517:hover{color:#3D3C3B; }
.ul_1031873> li, .icon.ul_1031873:after{font-family:Poppins; font-size:13.2px; font-size:1.1rem; color:#ffffff; font-weight:600; font-style:normal; text-decoration:none; text-align:right; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:3%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_1031873> li.selected, .icon.ul_1031878:after{color:#E9EAEA; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1031874> li.selected, .icon.ul_1031877:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1031874> li:hover, .icon.ul_1031876:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1031873> li:hover, .icon.ul_1031875:after{color:#E9EAEA; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1034118> li, .icon.ul_1034118:after{font-family:Poppins; font-size:13.2px; font-size:1.1rem; color:#ffffff; font-weight:600; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:2%; margin-bottom:0%; margin-left:2%; padding-top:1.5%; padding-right:0%; padding-bottom:1.5%; padding-left:0%; }
.ul_1034118> li:hover, .icon.ul_1034120:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_1031874> li, .icon.ul_1031874:after{font-family:Arial; font-size:14.4px; font-size:1.2rem; color:#ffffff; font-weight:normal; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.5; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:0%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.custom-stylesheet-var{z-index:20211209; position:relative; }
.grid-stylsheet-test{position:absolute; z-index:-5;; }
.width_1031811{width:100%; }
.max_width_1031812{max-width:960px; }
.max_width_1031849{max-width:1200px; }
.max_width_1031859{max-width:800px; }
.max_width_1032103{max-width:1920px; }
.grid-setting-1031813 .masonry-column-sizer{width:15%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols1{width:15%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols2{width:32%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols3{width:49%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols4{width:66%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols5{width:83%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell.cols6{width:100%; }
.grid-setting-1031813 .masonry-gutter-sizer{width:2%; }
.skn-section:not(.custom-grid) .grid-setting-1031813 .skn-cell{margin-bottom:2%; }
.grid-setting-1031862 .masonry-column-sizer{width:calc(100% / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols1{width:calc(100% * 1 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols2{width:calc(100% * 2 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols3{width:calc(100% * 3 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols4{width:calc(100% * 4 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols5{width:calc(100% * 5 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols6{width:calc(100% * 6 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols7{width:calc(100% * 7 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols8{width:calc(100% * 8 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols9{width:calc(100% * 9 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols10{width:calc(100% * 10 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols11{width:calc(100% * 11 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell.cols12{width:calc(100% * 12 / 12); }
.grid-setting-1031862 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1031862 .skn-cell{margin-bottom:0%; }
.grid-setting-1032109 .masonry-column-sizer{width:calc(100% / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols1{width:calc(100% * 1 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols2{width:calc(100% * 2 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols3{width:calc(100% * 3 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols4{width:calc(100% * 4 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols5{width:calc(100% * 5 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell.cols6{width:calc(100% * 6 / 6); }
.grid-setting-1032109 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1032109 .skn-cell{margin-bottom:0%; }
.grid-setting-1032646 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell.cols6{width:100%; }
.grid-setting-1032646 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1032646 .skn-cell{margin-bottom:5%; }
.grid-setting-1032718 .masonry-column-sizer{width:21.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032718 .skn-cell.cols1{width:21.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032718 .skn-cell.cols2{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032718 .skn-cell.cols3{width:73.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1032718 .skn-cell.cols4{width:100%; }
.grid-setting-1032718 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1032718 .skn-cell{margin-bottom:5%; }
.padding_1031815{padding:1% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1031815{padding:2% 0% 2% 0%; }
.padding_1031816{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1031816{padding:4% 0% 4% 0%; }
.padding_1031817{padding:3% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1031817{padding:6% 0% 6% 0%; }
.padding_1031818{padding:4% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1031818{padding:8% 0% 8% 0%; }
.padding_1031819{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1031819{padding:10% 0% 10% 0%; }
.padding_1031821{padding:1% 1% 1% 1%; }
body[data-skn-threshold="620"] .padding_1031821{padding:2% 2% 2% 2%; }
.padding_1031822{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_1031822{padding:4% 4% 4% 4%; }
.padding_1031823{padding:3% 3% 3% 6%; }
body[data-skn-threshold="620"] .padding_1031823{padding:6% 6% 6% 8%; }
.padding_1031824{padding:4% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1031824{padding:8% 8% 8% 8%; }
.padding_1031825{padding:5% 5% 5% 5%; }
body[data-skn-threshold="620"] .padding_1031825{padding:10% 8% 10% 8%; }
.padding_1031827{padding:1% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1031827{padding:2% 0% 0% 0%; }
.padding_1031828{padding:2% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1031828{padding:4% 0% 0% 0%; }
.padding_1031829{padding:3% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1031829{padding:6% 0% 0% 0%; }
.padding_1031830{padding:4% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1031830{padding:8% 0% 0% 0%; }
.padding_1031831{padding:5% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1031831{padding:10% 0% 0% 0%; }
.padding_1031832{padding:0% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1031832{padding:0% 0% 2% 0%; }
.padding_1031833{padding:0% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1031833{padding:0% 0% 4% 0%; }
.padding_1031834{padding:0% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1031834{padding:0% 0% 6% 0%; }
.padding_1031835{padding:0% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1031835{padding:0% 0% 8% 0%; }
.padding_1031836{padding:0% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1031836{padding:0% 0% 10% 0%; }
.padding_1031837{padding:0% 1% 0% 1%; }
body[data-skn-threshold="620"] .padding_1031837{padding:0% 2% 0% 2%; }
.padding_1031838{padding:0% 2% 0% 2%; }
body[data-skn-threshold="620"] .padding_1031838{padding:0% 4% 0% 4%; }
.padding_1031839{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1031839{padding:0% 6% 0% 6%; }
.padding_1031840{padding:0% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_1031840{padding:0% 8% 0% 8%; }
.padding_1031841{padding:0% 5% 0% 5%; }
body[data-skn-threshold="620"] .padding_1031841{padding:0% 8% 0% 8%; }
.padding_1031855{padding:15% 0% 15% 0%; }
body[data-skn-threshold="620"] .padding_1031855{padding:20% 0% 20% 0%; }
.padding_1031857{padding:10% 0% 10% 0%; }
body[data-skn-threshold="620"] .padding_1031857{padding:20% 0% 20% 0%; }
.padding_1031858{padding:20% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1031858{padding:20% 0% 20% 0%; }
.padding_1031861{padding:0% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1031861{padding:0% 6% 8% 6%; }
.padding_1032575{padding:2% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1032575{padding:4% 6% 4% 6%; }
.padding_1032576{padding:4% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1032576{padding:8% 6% 0% 6%; }
.padding_1032639{padding:4% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1032639{padding:8% 6% 8% 6%; }
.padding_1032644{padding:4% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1032644{padding:8% 6% 4% 6%; }
.padding_1032662{padding:2% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1032662{padding:4% 6% 0% 6%; }
.padding_1032663{padding:1% 3% 1% 3%; }
body[data-skn-threshold="620"] .padding_1032663{padding:2% 6% 2% 6%; }
.padding_1033895{padding:3% 3% 3% 3%; }
body[data-skn-threshold="620"] .padding_1033895{padding:6% 6% 6% 6%; }
.padding_1034252{padding:10% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1034252{padding:20% 0% 0% 0%; }
.skn-cell-widget-menu[data-menu-id="1031820"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1031820"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1031826"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1031826"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1031856"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1031856"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1031860"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1031860"] .skn-menu-wrap{top:0px; left:0px; }
.gallery_setting_1031847 .slide{margin-right:10px; margin-left:10px; }
.gallery_setting_1031847 .carousel-dot-group{display:none; }
.gallery_setting_1031847 .carousel-dot-row{justify-content:center; }
.gallery_setting_1031847 .carousel-dot{margin:0 0px; }
.gallery_setting_1031847 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1031848 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1031848 .carousel-dot-group{display:none; }
.gallery_setting_1031848 .carousel-dot-row{justify-content:center; }
.gallery_setting_1031848 .carousel-dot{margin:0 0px; }
.gallery_setting_1031848 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1031852 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1031852 .carousel-dot-group{display:none; }
.gallery_setting_1031852 .carousel-dot-row{justify-content:center; }
.gallery_setting_1031852 .carousel-dot{margin:0 0px; }
.gallery_setting_1031852 .carousel-dot:before{height:px; width:px; }
.gallery_setting_1032570 .caption_container{background-color:transparent; }
.gallery_setting_1032570 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1032570 .flickity-prev-next-button{color:rgba(252,197,31,1); }
.gallery_setting_1032570 .flickity-prev-next-button:hover{color:rgba(252,197,31,1); }
.gallery_setting_1032570 .flickity-button{background-color:transparent; width:40px; height:40px; }
.gallery_setting_1032570 .carousel-dot:before{background-color:rgba(125,207,182,0.5); height:12px; width:12px; }
.gallery_setting_1032570 .carousel-dot.is-selected:before{background-color:rgba(61,60,59,1); }
.gallery_setting_1032570 .carousel-dot:hover:before{background-color:rgba(61,60,59,1); }
.gallery_setting_1032570 .carousel-dot-row{justify-content:center; }
.gallery_setting_1032570 .carousel-dot{margin:0 3px; }
.margin_1031850{margin-top:3%; margin-bottom:3%; }
.skn-inline.margin_1031850{margin-right:0%; margin-left:0%; }
.background_1032584.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1032584.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1760639960pexels-ivan-samkov-4240503.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1032584.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1760639960pexels-ivan-samkov-4240503.webp"); }
.avif .background_1032584.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1760639960pexels-ivan-samkov-4240503.avif"); }
.background_1033656.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033656.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761171781chatgpt-image-oct-22-2025-112202-pm.png"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1033656.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761171781chatgpt-image-oct-22-2025-112202-pm.webp"); }
.avif .background_1033656.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761171781chatgpt-image-oct-22-2025-112202-pm.avif"); }
.background_1033807.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033807.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033807.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.webp"); }
.avif .background_1033807.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761245989pexels-canvastudio-3277806.avif"); }
.background_1033818.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1033818.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1033818.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.webp"); }
.avif .background_1033818.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761562666lyubomyr-lou-reverchuk-rtdlcsn6u-unsplash.avif"); }
.background_1034024.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761495061speech-bubble.avif"); }
.background_1034024.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761495061speech-bubble.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034024.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761495061speech-bubble.webp"); }
.avif .background_1034024.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761495061speech-bubble.avif"); }
.background_1034094.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761514818speech-bubble-copy.avif"); }
.background_1034094.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761514818speech-bubble-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034094.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761514818speech-bubble-copy.webp"); }
.avif .background_1034094.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761514818speech-bubble-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761499709stopwatch-copy.avif"); }
.background_1034132.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761499709stopwatch-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034132.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761499709stopwatch-copy.webp"); }
.avif .background_1034132.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761499709stopwatch-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761500013core-administrative-support-copy.avif"); }
.background_1034141.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761500013core-administrative-support-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034141.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761500013core-administrative-support-copy.webp"); }
.avif .background_1034141.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761500013core-administrative-support-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761515680cogs-copy.avif"); }
.background_1034180.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761515680cogs-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034180.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761515680cogs-copy.webp"); }
.avif .background_1034180.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761515680cogs-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517220clipboard-copy.avif"); }
.background_1034203.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517220clipboard-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034203.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517220clipboard-copy.webp"); }
.avif .background_1034203.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517220clipboard-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/160/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761517368whistle-copy.avif"); }
.background_1034205.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517368whistle-copy.png"); background-size:100% auto; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1034205.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517368whistle-copy.webp"); }
.avif .background_1034205.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761517368whistle-copy.avif"); }
.background_1034309.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/320/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/683/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761250043pexels-fauxels-3182826.avif"); }
.background_1034309.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034309.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.webp"); }
.avif .background_1034309.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761250043pexels-fauxels-3182826.avif"); }
.background_1034457.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761606668b2b-long.avif"); }
.background_1034457.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034457.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.webp"); }
.avif .background_1034457.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761606668b2b-long.avif"); }
.background_1034470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761662243hat.avif"); }
.background_1034470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.webp"); }
.avif .background_1034470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761662243hat.avif"); }
.background_1034494.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663794long-cog.avif"); }
.background_1034494.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663794long-cog.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1034494.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663794long-cog.webp"); }
.avif .background_1034494.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663794long-cog.avif"); }
.background_1034496.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/480/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/960/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1366/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1920/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2400/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/2880/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3360/1761663877long-box.avif"); }
.background_1034496.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663877long-box.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1034496.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663877long-box.webp"); }
.avif .background_1034496.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/3840/1761663877long-box.avif"); }
.background_1034542.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.background_1034542.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); background-size:auto 80%; background-repeat:no-repeat; background-position:9% 50%; background-attachment:scroll; }
.webp .background_1034542.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.avif .background_1034542.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1031785/images/1761665419white-and-yellow-logo.svg"); }
.postlist_setting_1034030 .post-item .post-link-after{margin-top:10px !important; }
.complexSwatch1034106{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border-radius:0px 0px 10px 10px; border:none; box-shadow:2px 6px 6px 2px  rgba(0, 0, 0, 0.2); -moz-box-shadow:2px 6px 6px 2px  rgba(0, 0, 0, 0.2); -webkit-box-shadow:2px 6px 6px 2px  rgba(0, 0, 0, 0.2); }
.complexSwatch1034106:before{border-radius:0px 0px 10px 10px; }
.complexSwatch1034106:after{border-radius:0px 0px 10px 10px; }
.complexSwatch1034106 > .skn-background-video{border-radius:0px 0px 10px 10px; }
.complexSwatch1034106 > .skn-background-gallery{border-radius:0px 0px 10px 10px; }
.complexSwatch1034102{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border-radius:10px 10px 0px 0px; border-top:1px solid rgb(0, 0, 0); border-top:1px solid rgba(0, 0, 0, 0.1); border-right:1px solid rgb(0, 0, 0); border-right:1px solid rgba(0, 0, 0, 0.1); border-bottom:none; border-left:1px solid rgb(0, 0, 0); border-left:1px solid rgba(0, 0, 0, 0.1); box-shadow:2px -4px 6px 2px  rgba(0, 0, 0, 0.2); -moz-box-shadow:2px -4px 6px 2px  rgba(0, 0, 0, 0.2); -webkit-box-shadow:2px -4px 6px 2px  rgba(0, 0, 0, 0.2); }
.complexSwatch1034102:before{border-radius:9px 9px 0px 0px; }
.complexSwatch1034102:after{border-radius:9px 9px 0px 0px; }
.complexSwatch1034102 > .skn-background-video{border-radius:9px 9px 0px 0px; }
.complexSwatch1034102 > .skn-background-gallery{border-radius:9px 9px 0px 0px; }
.complexSwatch1034029{border-top:none; border-right:none; border-bottom:1px solid rgb(0, 0, 0); border-bottom:1px solid rgba(0, 0, 0, 1); border-left:none; }
.complexSwatch1033894{border-radius:250px 250px 250px 250px; border:none; }
.complexSwatch1033894:before{border-radius:250px 250px 250px 250px; }
.complexSwatch1033894:after{border-radius:250px 250px 250px 250px; }
.complexSwatch1033894 > .skn-background-video{border-radius:250px 250px 250px 250px; }
.complexSwatch1033894 > .skn-background-gallery{border-radius:250px 250px 250px 250px; }
.complexSwatch1032704{background-color:#FFC600; background-color:rgba(255, 198, 0, 1); border:none; }
.complexSwatch1032691{background-color:#00A86A; background-color:rgba(0, 168, 106, 1); border:none; }
.complexSwatch1032661{background-color:#3D3C3B; background-color:rgba(61, 60, 59, 1); border:none; }
.complexSwatch1032649{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border-radius:10px 10px 10px 10px; border:none; box-shadow:2px 5px 8px 2px  rgba(0, 0, 0, 0.2); -moz-box-shadow:2px 5px 8px 2px  rgba(0, 0, 0, 0.2); -webkit-box-shadow:2px 5px 8px 2px  rgba(0, 0, 0, 0.2); }
.complexSwatch1032649:before{border-radius:10px 10px 10px 10px; }
.complexSwatch1032649:after{border-radius:10px 10px 10px 10px; }
.complexSwatch1032649 > .skn-background-video{border-radius:10px 10px 10px 10px; }
.complexSwatch1032649 > .skn-background-gallery{border-radius:10px 10px 10px 10px; }
.complexSwatch1032660{background-color:#304C89; background-color:rgba(48, 76, 137, 1); border:none; }
.complexSwatch1031868{background-color:#F9F9F9; background-color:rgba(249, 249, 249, 1); border:none; }
.complexSwatch1032582{background-color:#7DCFB6; background-color:rgba(125, 207, 182, 1); border:none; }
.complexSwatch1031867{background-color:#FCC51F; background-color:rgba(252, 197, 31, 1); border:none; }
.complexSwatch1031866{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border:none; }
.sknform, .sknform *{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
