@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans: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&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');
@media (max-width: 998px) {
  .main-nav {
    transform: translate(100%, 0%);
    transition: 0.3s;
    right: 0px;
  }

    .main-nav.open {
      display: block;
      overflow: auto;
      transform: translate(0%, 0);
    }
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 376px){
  .container{
    max-width: 376px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1281px){
  .container{
    max-width: 1281px;
  }
}
@media (min-width: 1366px){
  .container{
    max-width: 1366px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 640px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 720px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1281px){
  .container{
    max-width: 1296px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1376px;
  }
}
.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}
.btn.large{
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 24px;
}
.btn.medium{
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 24px;
}
.btn.small{
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 24px;
}
.btn i{
  font-size: 16px;
}
.btn i.right{
  margin-right: 0.5rem;
}
.btn i.left{
  margin-left: 0.5rem;
}
.btn:disabled,.btn.disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.btn-icon.large{
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
}
.btn-icon.large i{
  font-size: 18px;
}
.primary-solid{
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
.primary-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(125 157 179 / var(--tw-bg-opacity));
}
.secondary-solid{
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
.secondary-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(169 85 101 / var(--tw-bg-opacity));
}
.form-group{
  display: block;
}
.form-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.form-group label{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.form-group label.error{
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(209 69 39 / var(--tw-text-opacity));
}
.form-control{
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 221 229 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(212 152 159 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-control::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.form-control::placeholder{
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.form-control.error{
  --tw-border-opacity: 1;
  border-color: rgb(209 69 39 / var(--tw-border-opacity));
}
.form-control:focus{
  --tw-border-opacity: 1;
  border-color: rgb(212 152 159 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-control.area{
  height: 152px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.input-icon-arrow{
  position: relative;
  display: flex;
}
.input-icon-arrow label.error{
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 69 39 / var(--tw-text-opacity));
}
.input-icon-arrow .select2-container{
  height: 3.5rem;
  width: 100% !important;
}
.input-icon-arrow .select2-container .selection{
  height: 100%;
  width: 100%;
}
.input-icon-arrow .select2-container .selection .select2-selection--single{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 221 229 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
}
.input-icon-arrow .select2-container .selection .select2-selection__rendered{
  padding-left: 0px;
  padding-right: 0px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(212 152 159 / var(--tw-text-opacity));
}
.input-icon-arrow .select2-container .selection .select2-selection__rendered::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.input-icon-arrow .select2-container .selection .select2-selection__rendered::placeholder{
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.input-icon-arrow .select2-container .selection .select2-selection__placeholder{
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.input-icon-arrow .select2-container .selection .select2-selection__arrow{
  display: none;
}
.content-splash .video-container.input-icon-arrow .select2-container .selection .select2-selection__arrow{
  opacity: 0;
      pointer-events: none;
}
.input-icon-arrow i{
  position: absolute;
  right: 1rem;
  top: 24px;
  font-size: 6px;
  --tw-text-opacity: 1;
  color: rgb(170 191 207 / var(--tw-text-opacity));
}
header{
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px){
  header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
header > .container-fluid{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  header > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  header > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  header > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  header > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
header .logo{
  display: block;
}
header .logo img{
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px){
  header .logo img{
    height: 4rem;
  }
}
header .main-nav{
  position: fixed;
  top: 88px;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  header .main-nav{
    max-width: 24rem;
  }
}
@media (min-width: 1024px){
  header .main-nav{
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .main-nav .main-menu{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  header .main-nav .main-menu{
    gap: 1.5rem;
  }
}
@media (min-width: 1024px){
  header .main-nav .main-menu{
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding-bottom: 0px;
  }
}
header .main-nav .main-menu li a{
  display: inline-flex;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
header .main-nav .main-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
header .main-nav .main-menu li a.active{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
header .main-nav .list-networks-responsive{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px){
  header .main-nav .list-networks-responsive{
    gap: 0.5rem;
  }
}
@media (min-width: 1024px){
  header .main-nav .list-networks-responsive{
    display: none;
  }
}
header .main-nav .list-networks-responsive li a{
  display: inline-flex;
  height: 2rem;
  min-width: 32px;
  max-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
header .main-nav .list-networks-responsive li a i{
  font-size: 16px;
}
header .list-networks{
  display: none;
  align-items: center;
  gap: 1.5rem;
}
.content-splash header.video-container .list-networks{
  opacity: 0;
      pointer-events: none;
}
@media (min-width: 768px){
  header .list-networks{
    gap: 0.5rem;
  }
}
@media (min-width: 1024px){
  header .list-networks{
    display: flex;
  }
}
header .list-networks li a{
  display: inline-flex;
  height: 2rem;
  min-width: 32px;
  max-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
header .list-networks li a i{
  font-size: 16px;
}
header #btnMenu{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 248 250 / var(--tw-border-opacity));
}
@media (min-width: 1024px){
  header #btnMenu{
    display: none;
  }
}
header #btnMenu i{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
footer{
  width: 100%;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(201 133 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  footer{
    padding-top: 4rem;
  }
}
@media (min-width: 1024px){
  footer{
    padding-top: 120px;
  }
}
footer > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  footer > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  footer > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  footer > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  footer > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
footer .description{
  display: block;
  min-width: 100%;
  max-width: 100%;
}
footer .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  footer .description{
    min-width: 320px;
    max-width: 320px;
  }
  footer .description > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1200px){
  footer .description{
    min-width: 368px;
    max-width: 368px;
  }
}
footer .description .logo{
  display: block;
}
footer .description .logo img{
  height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .description p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(170 191 207 / var(--tw-text-opacity));
}
footer .nav-footer{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px){
  footer .nav-footer{
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1200px){
  footer .nav-footer{
    gap: 5rem;
  }
}
footer .nav-footer h5{
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(92 129 155 / var(--tw-text-opacity));
}
footer .nav-footer .list-footer{
  display: block;
}
footer .nav-footer .list-footer > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
footer .nav-footer .list-footer li a{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
footer .nav-footer .list-networks{
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .nav-footer .list-networks li a{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
footer .nav-footer .list-networks li a i{
  font-size: 12px;
}
footer .nav-footer .btn-link{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
footer .nav-footer address{
  max-width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  footer .nav-footer address{
    max-width: 192px;
  }
}
footer .nav-footer address {
        font-style: normal;
      }
footer h6{
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(170 191 207 / var(--tw-text-opacity));
}
.visible{
  visibility: visible;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-12{
  gap: 3rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.pb-12{
  padding-bottom: 3rem;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 80px;
}
body {
  font-family: "DM Sans", "Fira Sans", "Poppins", sans-serif;
}
.overflow-hidden-menu{
  position: relative;
  overflow: hidden;
}
.overflow-hidden-menu::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity));
    opacity: 0.7;
  }
a {
  text-decoration: none !important;
}
#content{
  margin-top: 88px;
  width: 100%;
}
@media (min-width: 1024px){
  #content{
    margin-top: 112px;
  }
}
.content-hero{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  .content-hero{
    padding-top: 5rem;
  }
}
@media (min-width: 1024px){
  .content-hero{
    padding-top: 100px;
  }
}
@media (min-width: 1281px){
  .content-hero{
    padding-top: 128px;
  }
}
.content-hero > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-hero > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-hero > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  .content-hero > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  .content-hero > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
.content-hero h1{
  font-family: Fira Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .content-hero h1{
    text-align: center;
  }
}
@media (min-width: 1024px){
  .content-hero h1{
    font-size: 64px;
    line-height: 80px;
  }
}
.content-hero h1 span{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-hero .thumb{
  position: relative;
  display: block;
  height: 320px;
  width: 100%;
}
@media (min-width: 768px){
  .content-hero .thumb{
    height: 400px;
  }
}
@media (min-width: 1024px){
  .content-hero .thumb{
    height: 600px;
  }
}
.content-hero .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-hero .thumb img.img-icon{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-hero .thumb iframe{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-phrases{
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px){
  .content-phrases{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px){
  .content-phrases{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1281px){
  .content-phrases{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.content-phrases .slide-track{
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
}
@media (min-width: 768px){
  .content-phrases .slide-track{
    gap: 1.5rem;
  }
}
@media (min-width: 1024px){
  .content-phrases .slide-track{
    gap: 2rem;
  }
}
@media (min-width: 1200px){
  .content-phrases .slide-track{
    gap: 2.5rem;
  }
}
.content-phrases .slide-track .slide{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  font-family: Fira Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(92 129 155 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .content-phrases .slide-track .slide{
    gap: 1.5rem;
    font-size: 64px;
    line-height: 80px;
  }
}
@media (min-width: 1024px){
  .content-phrases .slide-track .slide{
    gap: 2rem;
    font-size: 80px;
    line-height: 100px;
  }
}
@media (min-width: 1200px){
  .content-phrases .slide-track .slide{
    gap: 2.5rem;
    font-size: 96px;
    line-height: 120px;
  }
}
.content-phrases .slide-track .slide i{
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(210 221 229 / var(--tw-text-opacity));
}
.content-strategies{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 112px;
}
.content-strategies > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-strategies > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-strategies > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  .content-strategies > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  .content-strategies > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
.content-strategies h2{
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .content-strategies h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-strategies .list-strategies{
  display: block;
}
.content-strategies .list-strategies > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(96px * var(--tw-space-y-reverse));
}
.content-strategies .list-strategies li:not(:last-child){
  padding-top: 3rem;
}
.content-strategies .list-strategies li{
  position: sticky;
  top: 5rem;
}
.content-strategies .list-strategies li .card-strategies{
  position: relative;
  display: flex;
  height: 568px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-strategies .list-strategies li .card-strategies:before {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width: 100%;
          border-radius: 0.5rem;
          background-color: rgb(10 10 10 / var(--tw-bg-opacity));
          --tw-bg-opacity: 0.75;
        }
.content-strategies .list-strategies li .card-strategies h5{
  position: relative;
  z-index: 20;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .content-strategies .list-strategies li .card-strategies h5{
    font-size: 48px;
    line-height: 64px;
  }
}
.content-strategies .list-strategies li .card-strategies .caption{
  position: absolute;
  bottom: 1.5rem;
  z-index: 20;
  border-radius: 0.5rem;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .content-strategies .list-strategies li .card-strategies .caption{
    right: 1.5rem;
  }
}
.content-strategies .list-strategies li .card-strategies .caption .img-icon{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-strategies .list-strategies li .card-strategies .caption .img-video{
  height: 136px;
  min-width: 264px;
  max-width: 264px;
  border-radius: 0.25rem;
}
.content-services{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .content-services{
    padding-bottom: 128px;
  }
}
.content-services > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-services > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-services > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  .content-services > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  .content-services > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
.content-services h2{
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .content-services h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-services .list-services{
  display: block;
}
.content-services .list-services > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .content-services .list-services > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px){
  .content-services .list-services > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
.content-services .list-services li .card-services{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(72 104 129 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.content-services .list-services li .card-services:hover{
  --tw-border-opacity: 1;
  border-color: rgb(201 133 143 / var(--tw-border-opacity));
}
.content-services .list-services li .card-services:hover .title {

            /* .thumb {
              @apply opacity-100;
            } */
          }
.content-services .list-services li .card-services:hover .title h5{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-services .list-services li .card-services:hover .service-tooltip{
  pointer-events: auto;
  opacity: 1;
}
.content-services .list-services li .card-services:hover i{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-services .list-services li .card-services .title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  
          /* .thumb {
            @apply max-w-[220px] xl:max-w-[280px] min-w-[220px] xl:min-w-[280px] h-[220px] xl:h-[280px] absolute opacity-0 left-full ml-4 z-20 hidden lg:block;
  
            img {
              @apply w-full h-full object-cover rounded-lg;
            }
          } */
}
.content-services .list-services li .card-services .title h5{
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(72 104 129 / var(--tw-text-opacity));
}
@media (min-width: 1200px){
  .content-services .list-services li .card-services .title h5{
    font-size: 24px;
    line-height: 2.5rem;
  }
}
.content-services .list-services li .card-services .service-tooltip{
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(169 85 101 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}
.content-services .list-services li .card-services i{
  display: none;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(72 104 129 / var(--tw-text-opacity));
}
.content-splash .video-container.content-services .list-services li .card-services i{
  opacity: 0;
      pointer-events: none;
}
@media (min-width: 1024px){
  .content-services .list-services li .card-services i{
    display: block;
  }
}
.content-building-casting{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .content-building-casting{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.content-building-casting > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-building-casting > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-building-casting > .container-fluid{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1281px){
  .content-building-casting > .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  .content-building-casting > .container-fluid{
    padding-left: 144px;
    padding-right: 144px;
  }
}
.content-building-casting .thumb{
  height: 448px;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px){
  .content-building-casting .thumb{
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1200px){
  .content-building-casting .thumb{
    min-width: 512px;
    max-width: 512px;
  }
}
.content-building-casting .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-building-casting .description{
  display: block;
}
.content-building-casting .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .content-building-casting .description > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}
.content-building-casting .description h2{
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .content-building-casting .description h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-building-casting .description h2 span{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-building-casting .description h6{
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-building-casting .description p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.content-building-casting .description p b{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.content-building-casting .description p span{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-productions{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .content-productions{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.content-productions .body{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 888px;
}
.content-productions .body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.content-productions .body h2{
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .content-productions .body h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-productions .body h2 span{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-productions .body .form-production{
  display: block;
}
.content-productions .body .form-production > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .content-productions .body .form-production > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}
.modal-sent{
  position: fixed;
  top: 1.5rem;
  right: 0px;
  z-index: 50;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px){
  .modal-sent{
    right: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.modal-sent {

  transform: translate(100%, 0%);
  transition: 0.3s;
  right: 0px;
}
.modal-sent.show{
  right: 1.5rem;
    display: block;
    overflow: auto;
    transform: translate(0%, 0);
}
.modal-sent .body{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 48 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px){
  .modal-sent .body{
    flex-direction: row;
    align-items: center;
  }
}
.modal-sent .body .icon-contain{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
}
.modal-sent .body .icon-contain i{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
.modal-sent .body p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.modal-sent .body small{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.content-splash{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-splash.slide-0{
  --tw-bg-opacity: 1;
  background-color: rgb(24 45 59 / var(--tw-bg-opacity));
}
.content-splash.slide-0 .slides-container .description h1{
  --tw-text-opacity: 1;
  color: rgb(245 248 250 / var(--tw-text-opacity));
}
.content-splash.slide-0 .slides-container .description h1 .span-swiper .swiper-slide{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-splash.slide-1{
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
}
.content-splash.slide-1 .slides-container .description h1{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.content-splash.slide-1 .slides-container .description h1 .span-swiper .swiper-slide{
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.content-splash.slide-2{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.content-splash.slide-2 .slides-container .description h1{
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.content-splash.slide-2 .slides-container .description h1 .span-swiper .swiper-slide{
  --tw-text-opacity: 1;
  color: rgb(201 133 143 / var(--tw-text-opacity));
}
.content-splash.slide-3{
  --tw-bg-opacity: 1;
  background-color: rgb(201 133 143 / var(--tw-bg-opacity));
}
.content-splash.slide-3 .slides-container .description h1{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.content-splash.slide-3 .slides-container .description h1 .span-swiper .swiper-slide{
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.content-splash .description{
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-splash .description h1{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: Fira Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px){
  .content-splash .description h1{
    flex-direction: row;
    gap: 1rem;
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 1024px){
  .content-splash .description h1{
    font-size: 64px;
    line-height: 80px;
  }
}
.content-splash .description h1 .span-swiper{
  display: inline-block;
  height: 50px;
  width: auto;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px){
  .content-splash .description h1 .span-swiper{
    height: 56px;
    text-align: left;
  }
}
@media (min-width: 1024px){
  .content-splash .description h1 .span-swiper{
    height: 80px;
  }
}
.content-splash .description h1 .span-swiper {
        vertical-align: middle;
      }
.content-splash .description h1 .span-swiper .swiper-wrapper{
  height: 100%;
}
.content-splash .description h1 .span-swiper .swiper-slide{
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  .content-splash .description h1 .span-swiper .swiper-slide{
    height: 56px;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px){
  .content-splash .description h1 .span-swiper .swiper-slide{
    height: 80px;
  }
}
.content-splash .video-container{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(37 48 59 / var(--tw-bg-opacity));
  opacity: 1;
    transition: opacity 0.8s ease;
}
.content-splash .video-container video{
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 45 59 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}
.content-splash .video-container.hidden{
  opacity: 0;
      pointer-events: none;
}
.content-splash .slides-container{
  opacity: 0;
    transition: opacity 0.8s ease;
}
.content-splash .slides-container.visible{
  opacity: 1;
}
.select2-dropdown{
  border-radius: 0.5rem !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}
.select2-dropdown .select2-search{
  display: none;
}
.content-splash .video-container.select2-dropdown .select2-search{
  opacity: 0;
      pointer-events: none;
}
.select2-dropdown .select2-results .select2-results__options{
  display: block;
}
.select2-dropdown .select2-results .select2-results__options > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.select2-dropdown .select2-results .select2-results__options{
  border-radius: 0.5rem;
  padding: 1rem;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option{
  cursor: pointer;
  padding: 0px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option--selectable{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(37 48 59 / var(--tw-text-opacity));
}
.info-floating{
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 50;
  display: flex;
  align-items: center;
}
.info-floating:hover .floating-tooltip{
  opacity: 1;
}
.info-floating .btn-floating{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.info-floating .btn-floating i{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.info-floating .floating-tooltip{
  position: absolute;
  right: 100%;
  margin-right: 0.5rem;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(169 85 101 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:pb-\[96px\]{
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px){
  .xl\:gap-8{
    gap: 2rem;
  }
}