@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:where(ul) {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
  overflow-x: clip;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #000;
  font: 400 16px/1.5 "Poppins", "Arial", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

:root {
  --header-height: 70px;
}
@media (width >= 1024px) {
  :root {
    --header-height: 90px;
  }
}

#header {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  isolation: isolate;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
#header .logo-holder {
  height: var(--header-height);
  padding: 30px 0;
}
#header .logo-holder img {
  display: block;
  width: 100%;
  max-width: 190px;
}

::selection {
  background: #000;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

html {
  scroll-padding: calc(var(--header-height, 0px) + 30px);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

footer {
  margin-top: auto;
}

#main p,
#footer p {
  margin: 0 0 1em;
}

h1 {
  font-size: clamp(26px, calc(21.6px + 1.375vw), 48px);
  line-height: 1.25;
}

h2 {
  display: block;
  margin-bottom: clamp(20px, calc(17.6px + 0.75vw), 32px);
  font-size: clamp(22px, calc(20px + 0.625vw), 32px);
  line-height: 1.32;
}

h3 {
  font-size: clamp(18px, calc(16.8px + 0.375vw), 24px);
  line-height: 1.41;
  font-weight: 400;
}

h4 {
  font-size: clamp(20px, 2.223vw, 32px);
}

h5 {
  font-size: clamp(18px, 1.945vw, 28px);
}

h6 {
  font-size: clamp(16px, 1.667vw, 24px);
}

.container {
  --_design-width: 1920;
  --_container-width: 1200;
  --_padding-inline-mobile: 20;
  --_padding-inline-desktop: 120;
  --_padding-inline: calc(var(--_padding-inline-mobile) * 1px);
  padding-inline: var(--_padding-inline);
}
@media (width >= 768px) {
  .container {
    --_padding-inline: max(
    	calc(var(--_padding-inline-desktop) / var(--_design-width) * 100%),
    	calc(50% - (var(--_container-width) * 1px / 2))
    );
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #DA3650;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  transition: gap 0.2s ease, padding 0.2s ease;
}
.btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://8193943.fs1.hubspotusercontent-na1.net/hubfs/8193943/UTS%20LandingPage%2020-03-2026/ico-10.svg") no-repeat center/contain;
  opacity: 0;
  width: 0;
  transition: opacity 0.2s ease, width 0.2s ease;
}
.btn:hover {
  gap: 8px;
  color: #fff;
}
.btn:hover::after {
  opacity: 1;
  width: 16px;
}

strong {
  display: inline;
  font-weight: 500;
}

:where(ul) :where(li) {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
}
:where(ul) :where(li):last-child {
  margin-bottom: 0;
}
:where(ul) :where(li)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DA3650;
}

section {
  --_mobile-offset: 50px;
  margin-bottom: var(--_mobile-offset);
}
@media (width >= 768px) {
  section {
    --_mobile-offset: 80px;
  }
}
@media (width >= 1024px) {
  section {
    --_mobile-offset: var(--_desktop-offset, 0px);
  }
}
section :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote):last-child {
  margin-bottom: 0;
}
section[class*="--bg"] {
  padding-block: var(--_mobile-offset);
}
section[class*="--bg-gray"] {
  background: #EAEAEA;
}

/* hero section */
.hero {
  color: #fff;
  overflow: hidden;
  font-size: clamp(14px, calc(12px + 0.625vw), 24px);
  line-height: 1.4;
  text-align: center;
}
.hero .logo_holder {
  margin-bottom: 25px;
}
.hero .logo_holder img {
  width: clamp(265px, calc(202.8px + 19.4375vw), 576px);
  height: auto;
  vertical-align: middle;
}
.hero h2 {
  color: #fff;
}
.hero__top {
  background: url("https://8193943.fs1.hubspotusercontent-na1.net/hubfs/8193943/UTS%20LandingPage%2020-03-2026/bg-01.webp") no-repeat top center;
  background-size: cover;
  padding-block: clamp(125px, calc(115.6px + 2.9375vw), 172px) clamp(70px, calc(44px + 8.125vw), 200px);
}
.hero__title-decoration {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 25px;
}
.hero__title-decoration span {
  display: block;
  height: 3px;
  border-radius: 2px;
}
.hero__title-decoration span:nth-child(1) {
  width: clamp(62px, calc(60px + 0.625vw), 72px);
  background: #ff4d7a;
}
.hero__title-decoration span:nth-child(2) {
  width: clamp(46px, calc(44px + 0.625vw), 56px);
  background: #C94B7A;
}
.hero__title-decoration span:nth-child(3) {
  width: clamp(32px, calc(30px + 0.625vw), 42px);
  background: #f9cc46;
}
.hero__top-inner {
  margin: 0 auto;
  max-width: 890px;
}
.hero__bottom {
  --_wave-height: clamp(60px, calc(38px + 6.875vw), 170px);
  position: relative;
  z-index: 1;
  margin-top: calc(var(--_wave-height) / -2);
}
.hero__bottom-decors {
  pointer-events: none;
}
.hero__bottom svg {
  display: block;
  width: 100%;
  height: var(--_wave-height);
}

/* engage section */
.engage-section {
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  font-size: clamp(14px, calc(13.6px + 0.125vw), 16px);
  line-height: 1.5;
}
.engage-section p {
  font-size: clamp(16px, calc(15.2px + 0.25vw), 20px);
  line-height: 1.4;
  margin-bottom: 25px;
}
.engage-section p:last-child {
  margin-bottom: 0;
}

.media-section .media__header {
  margin-bottom: 32px;
}
.media-section .media__header p {
  font-size: clamp(16px, calc(15.2px + 0.25vw), 20px);
  line-height: 1.4;
  margin-bottom: 0;
}

/* video carousel */
.video-carousel {
  --_gap: 20px;
  --_thumbs-width: clamp(220px, 24%, 320px);
  display: flex;
  flex-direction: column;
  gap: var(--_gap);
}
@media (width >= 768px) {
  .video-carousel {
    flex-direction: row;
    align-items: stretch;
  }
}
.video-carousel .media-holder {
  aspect-ratio: 16/9;
}
.video-carousel .media-holder iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-carousel__main {
  min-width: 0;
  border: 6px solid #DA3650;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
@media (width >= 768px) {
  .video-carousel__main {
    flex: 1 1 auto;
  }
}
@media (width >= 768px) {
  .video-carousel__thumbs {
    flex: 0 0 var(--_thumbs-width);
    width: var(--_thumbs-width);
    min-height: 0;
  }
}
.video-carousel__slide {
  min-width: 0;
}

.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.embla-thumbs {
  position: relative;
}
.embla-thumbs__viewport {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.embla-thumbs__viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (width >= 768px) {
  .embla-thumbs__viewport {
    position: absolute;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.embla-thumbs__bar {
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: calc(100% + 7px);
  height: 6px;
}
@media (width >= 768px) {
  .embla-thumbs__bar {
    left: auto;
    top: 0;
    right: 2px;
    bottom: 0;
    width: 6px;
    height: auto;
  }
}
.embla-thumbs:hover .embla-thumbs__bar, .embla-thumbs__bar.is-visible {
  opacity: 1;
}
.embla-thumbs__bar-thumb {
  position: absolute;
  background: #DA3650;
  border-radius: 3px;
  pointer-events: auto;
  cursor: pointer;
  bottom: 0;
  height: 6px;
}
@media (width >= 768px) {
  .embla-thumbs__bar-thumb {
    bottom: auto;
    left: 0;
    right: 0;
    height: auto;
    width: 6px;
  }
}
.embla-thumbs__container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (width >= 768px) {
  .embla-thumbs__container {
    flex-direction: column;
    padding-right: 14px;
  }
}
.embla-thumbs__slide {
  flex: 0 0 42%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
}
@media (width >= 480px) {
  .embla-thumbs__slide {
    flex-basis: 30%;
  }
}
@media (width >= 768px) {
  .embla-thumbs__slide {
    flex-basis: auto;
  }
}
.embla-thumbs__img {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.55;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.embla-thumbs__img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.embla-thumbs__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(218, 54, 80, 0.55);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.embla-thumbs__play::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  transform: translateX(1px);
}
.embla-thumbs__caption {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  pointer-events: none;
}
.embla-thumbs__slide:hover .embla-thumbs__img, .embla-thumbs__slide:focus-visible .embla-thumbs__img {
  opacity: 0.85;
}
.embla-thumbs__slide:hover .embla-thumbs__img .embla-thumbs__play, .embla-thumbs__slide:focus-visible .embla-thumbs__img .embla-thumbs__play {
  opacity: 1;
}
.embla-thumbs__slide.is-active .embla-thumbs__img {
  opacity: 1;
  border-color: #DA3650;
}

#footer {
  background: #000;
  font-size: 14px;
  line-height: 1.42;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#footer .container {
  position: relative;
}
#footer p {
  line-height: 1.42;
}
#footer .footer__top {
  position: relative;
  padding-top: 30px;
  text-align: center;
  z-index: 9;
}
@media (width >= 768px) {
  #footer .footer__top {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media (width >= 1024px) {
  #footer .footer__top {
    padding-top: 53px;
  }
}
#footer .footer__top p {
  margin: 0 !important;
}
#footer .footer__top a {
  color: #fff;
}
#footer .footer__top .footer__logo {
  display: block;
  margin-inline: auto;
  margin-bottom: clamp(20px, calc(15.8px + 1.3125vw), 41px);
  max-width: 140px;
}
@media (width >= 768px) {
  #footer .footer__top .footer__logo {
    margin-inline: 0;
  }
}
#footer .footer__top .footer__logo img {
  display: block;
  width: 100%;
}
#footer .footer__top .footer__btn {
  margin-top: clamp(20px, calc(16.2px + 1.1875vw), 39px);
  width: clamp(225px, calc(212px + 4.0625vw), 290px);
}
#footer .footer__top .footer__right {
  margin-top: clamp(20px, calc(11.2px + 2.75vw), 64px);
}
@media (width >= 768px) {
  #footer .footer__top .footer__right {
    text-align: right;
  }
}
#footer .footer__top .footer__right a {
  display: block;
  color: #888;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.23;
}
#footer .footer__top .footer__right a:last-child {
  margin-top: clamp(10px, calc(8px + 0.625vw), 20px);
}
#footer .footer__top .footer__right a:hover {
  text-decoration: underline;
}
#footer .footer__decoration {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: clamp(45px, calc(26.6216216216px + 5.7432432432vw), 130px);
  z-index: 1;
  margin-top: 10px;
}
@media (width >= 1920px) {
  #footer .footer__decoration {
    margin-top: -32px;
  }
}
#footer .footer__decoration img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .footer__bottom {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  z-index: 9;
  margin-top: 10px;
}
@media (width >= 768px) {
  #footer .footer__bottom {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
@media (width >= 1920px) {
  #footer .footer__bottom {
    margin-top: -24px;
  }
}
#footer .footer__bottom a {
  color: #fff;
  letter-spacing: 0.1px;
  text-decoration: none;
}
#footer .footer__bottom a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .footer__bottom .hs_cos_wrapper {
  display: contents;
}
/*# sourceMappingURL=main.css.map */