/******************************************************************************\
# CSS - style                                    #       Maximum Tension       #
################################################################################
#                                                #      -__            __-     #
# Teoman Deniz                                   #  :    :!1!-_    _-!1!:    : #
# maximum-tension.com                            #  ::                      :: #
#                                                #  :!:    : :: : :  :  ::::!: #
# +.....................++.....................+ #   :!:: :!:!1:!:!::1:::!!!:  #
# : C - Maximum Tension :: Create - 2026/09/12 : #   ::!::!!1001010!:!11!!::   #
# :---------------------::---------------------: #   :!1!!11000000000011!!:    #
# : License - MIT       :: Update - 2026/09/12 : #    ::::!!!1!!1!!!1!!!::     #
# +.....................++.....................+ #       ::::!::!:::!::::      #
\******************************************************************************/

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

html
{
	   scroll-behavior: smooth;
	scroll-padding-top: 84px;
}

body
{
	                 color: #15171A;
	            background: #0E0F11;
	            overflow-x: hidden;
	           font-family: "manrope", sans-serif;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection
{
	     color: #FFF;
	background: #226ED4;
}

::selection
{
	     color: #FFF;
	background: #226ED4;
}

/* *************************** [v] SCROLL BAR [v] *************************** */
*::-webkit-scrollbar
{
	width: 12px;
}

*::-webkit-scrollbar-track
{
	background: #1B1D20;
}

*::-webkit-scrollbar-thumb
{
	   background: linear-gradient(#222ED4, #14156B);
	border-radius: 2px;
}

*::-webkit-scrollbar-thumb:hover
{
	background: linear-gradient(#626CF5, #292A96);
}

@supports (-ms-ime-align: auto)
{
	*::-webkit-scrollbar-thumb:hover
	{
		box-shadow: none !important; /* simplify the effect in edge */
	}
}
/* *************************** [^] SCROLL BAR [^] *************************** */

body h1.seo
{
	display: none;
}

.page
{
	background: #FFF;
	overflow-x: hidden;
}

.header
{
	                    top: 0;
	                   left: 0;
	                  right: 0;
	                 height: 154px;
	                z-index: 90;
	                display: flex;
	               position: fixed;
	             box-shadow: none;
	             background: rgba(18, 19, 21, 0.25);
	            align-items: center;
	        backdrop-filter: blur(10px);

	-webkit-backdrop-filter: blur(20px);
	        backdrop-filter: blur(20px);

	     -webkit-transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, height 1s ease;
	        -moz-transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, height 1s ease;
	          -o-transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, height 1s ease;
	             transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, height 1s ease;
}

.header.scrolled
{
	    height: 84px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
	background: rgb(18 19 21 / 81%);
}

.header_inner
{
	            gap: 24px;
	          width: 100%;
	         margin: 0 auto;
	        display: flex;
	        padding: 0 26px;
	      max-width: 1320px;
	    align-items: center;
	justify-content: space-between;
}

.logo
{
	            gap: 13px;
	        display: flex;
	    align-items: center;
	text-decoration: none;
}

.logo_mark
{
	         width: auto;
	        height: 46px;

	-webkit-filter: drop-shadow(0 3px 8px rgba(42, 34, 212, 0.45));
	        filter: drop-shadow(0 3px 8px rgba(42, 34, 212, 0.45));
}

.logo_text
{
	       display: flex;
	   line-height: 1;
	flex-direction: column;
}

.logo_title
{
	             color: #004FFF;
	         font-size: 56px;
	        text-align: center;
	       font-family: "oswald", sans-serif;
	       font-weight: 900;
	    letter-spacing: -1px;

	-webkit-transition: font-size 1s ease;
	   -moz-transition: font-size 1s ease;
	     -o-transition: font-size 1s ease;
	        transition: font-size 1s ease;
}

.logo_subtitle
{
	             color: #FFF;
	           padding: 3px;
	         font-size: 21px;
	        margin-top: 2px;
	        text-align: center;
	       font-weight: 900;
	    letter-spacing: 0px;
	  background-color: #3122D4;

	-webkit-transition: font-size 1s ease;
	   -moz-transition: font-size 1s ease;
	     -o-transition: font-size 1s ease;
	        transition: font-size 1s ease;
}

.header.scrolled .logo_title
{
	font-size: 32px;
}

.header.scrolled .logo_subtitle
{
	font-size: 12px;
}

.nav
{
	        gap: 4px;
	    display: flex;
	align-items: center;
}

.nav_link
{
	             color: #E7E9EC;
	           padding: 9px 13px;
	         font-size: 14px;
	       font-weight: 600;
	     border-radius: 7px;
	    letter-spacing: 0.3px;
	   text-decoration: none;

	-webkit-transition: color 0.2s ease, background 0.2s ease;
	   -moz-transition: color 0.2s ease, background 0.2s ease;
	     -o-transition: color 0.2s ease, background 0.2s ease;
	        transition: color 0.2s ease, background 0.2s ease;
}

.nav_link:hover
{
	     color: #FFF;
	background: rgb(34 55 212 / 18%);
}

.nav_whatsapp
{
	               gap: 8px;
	             color: #FFF;
	           display: flex;
	           padding: 11px 18px;
	         font-size: 13.5px;
	        background: #1FAF54;
	        box-shadow: 0 6px 18px rgba(31, 175, 84, 0.4);
	       margin-left: 10px;
	       font-weight: 700;
	       align-items: center;
	     border-radius: 9px;
	   text-decoration: none;

	-webkit-transition: transform 0.2s ease, box-shadow 0.2s ease;
	   -moz-transition: transform 0.2s ease, box-shadow 0.2s ease;
	     -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
	        transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav_whatsapp:hover
{
	       box-shadow: 0 10px 26px rgba(31, 175, 84, 0.55);

	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	     -o-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.burger
{
	            gap: 5px;
	          width: 46px;
	         height: 44px;
	         border: 1.5px solid #E7E9EC;
	         cursor: pointer;
	        display: none;
	     background: transparent;
	    align-items: center;
	  border-radius: 9px;
	 flex-direction: column;
	justify-content: center;
}

.burger_line
{
	        width: 22px;
	       height: 2.4px;
	   background: #E7E9EC;
	border-radius: 2px;
}

.mobile_menu
{
	                    gap: 6px;
	                  inset: 0;
	                display: none;
	                z-index: 95;
	               position: fixed;
	             background: rgb(9 8 12 / 97%);
	            align-items: center;
	         flex-direction: column;
	        justify-content: center;

	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
}

.mobile_menu_close
{
	          top: 26px;
	        right: 26px;
	        color: #FFF;
	        width: 48px;
	       border: none;
	       height: 48px;
	       cursor: pointer;
	     position: absolute;
	    font-size: 26px;
	   background: #2225D4;
	border-radius: 50%;
}

.mobile_menu_link
{
	          color: #FFF;
	        padding: 11px;
	      font-size: 26px;
	    font-family: "oswald", sans-serif;
	 letter-spacing: 1px;
	text-decoration: none;
}

.hero
{
	    display: flex;
	    padding: 200px 0 70px;
	   overflow: hidden;
	   position: relative;
	 min-height: 100vh;
	 background: #040516;
	align-items: center;
}

.hero_layer
{
	   inset: 0;
	position: absolute;
}

.hero_background
{
	background: #06051A;
}

.hero_shade_1
{
	background: linear-gradient(100deg, rgb(4 4 16 / 96%) 0%, rgb(5 5 20 / 92%) 42%, rgb(7 6 26 / 86%) 72%, rgb(7 9 30 / 84%) 100%)
}

.hero_shade_2
{
	background: radial-gradient(120% 90% at 16% 14%, rgb(24 60 140 / 50%) 0%, transparent 58%)
}

.hero_shade_3
{
	background: linear-gradient(180deg, rgb(6 4 15 / 55%), transparent 24%, transparent 76%, rgb(4 4 15 / 65%))
}

.hero_glow
{
	     position: absolute;
	border-radius: 50%;
}

.hero_glow_1
{
	              top: -15%;
	             left: -10%;
	            width: 560px;
	           height: 560px;
	       background: radial-gradient(circle, rgb(34 37 212 / 50%), transparent 65%);

	   -webkit-filter: blur(10px);
	           filter: blur(10px);

	-webkit-animation: glow_pulse 7s ease-in-out infinite;
	   -moz-animation: glow_pulse 7s ease-in-out infinite;
	     -o-animation: glow_pulse 7s ease-in-out infinite;
	        animation: glow_pulse 7s ease-in-out infinite;
}

.hero_glow_2
{
	            right: -5%;
	            width: 620px;
	           bottom: -20%;
	           height: 620px;
	       background: radial-gradient(circle, rgb(18 26 140 / 55%), transparent 68%);

	   -webkit-filter: blur(8px);
	           filter: blur(8px);

	-webkit-animation: glow_pulse 9s ease-in-out infinite 1s;
	   -moz-animation: glow_pulse 9s ease-in-out infinite 1s;
	     -o-animation: glow_pulse 9s ease-in-out infinite 1s;
	        animation: glow_pulse 9s ease-in-out infinite 1s;
}

.drip
{
	     top: 0;
	position: absolute;
}

.drip_1
{
	             left: 22%;
	            width: 7px;
	           height: 34px;
	       background: linear-gradient(#1A46E2, #0F248C);
	    border-radius: 0 0 7px 7px;

	-webkit-animation: drip 5.5s ease-in 1s infinite;
	   -moz-animation: drip 5.5s ease-in 1s infinite;
	     -o-animation: drip 5.5s ease-in 1s infinite;
	        animation: drip 5.5s ease-in 1s infinite;
}

.drip_2
{
	             left: 63%;
	            width: 5px;
	           height: 26px;
	       background: linear-gradient(#4ECFF2, #1260C9);
	    border-radius: 0 0 6px 6px;

	-webkit-animation: drip 7s ease-in 2.4s infinite;
	   -moz-animation: drip 7s ease-in 2.4s infinite;
	     -o-animation: drip 7s ease-in 2.4s infinite;
	        animation: drip 7s ease-in 2.4s infinite;
}

.drip_3
{
	             left: 82%;
	            width: 6px;
	           height: 30px;
	       background: linear-gradient(#225CD4, #14236B);
	    border-radius: 0 0 6px 6px;

	-webkit-animation: drip 6.2s ease-in 3.6s infinite;
	   -moz-animation: drip 6.2s ease-in 3.6s infinite;
	     -o-animation: drip 6.2s ease-in 3.6s infinite;
	        animation: drip 6.2s ease-in 3.6s infinite;
}

.hero_inner
{
	                  gap: 46px;
	                width: 100%;
	               margin: 0 auto;
	              z-index: 3;
	              display: grid;
	              padding: 0 26px;
	             position: relative;
	            max-width: 1320px;
	          align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.hero_text
{
	min-width: 0;
}

.hero_badge
{
	              gap: 10px;
	           border: 1px solid rgb(34 37 212 / 50%);
	          display: inline-flex;
	          padding: 8px 16px;
	       background: rgb(50 34 212 / 16%);
	      align-items: center;
	    border-radius: 30px;

	-webkit-animation: fade_up 0.7s both;
	   -moz-animation: fade_up 0.7s both;
	     -o-animation: fade_up 0.7s both;
	        animation: fade_up 0.7s both;
}

.hero_badge_dot
{
	        width: 7px;
	       height: 7px;
	   background: #1A46E2;
	   box-shadow: 0 0 10px #1A1DE2;
	border-radius: 50%;
}

.hero_badge_text
{
	         color: #D0C8F3;
	     font-size: 12.5px;
	   font-weight: 700;
	letter-spacing: 2.5px;
}

.hero_title
{
	            color: #FFF;
	           margin: 22px 0 0;
	        font-size: clamp(46px, 7vw, 86px);
	      font-family: "oswald", sans-serif;
	      font-weight: 700;
	      line-height: 0.96;
	      text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
	   letter-spacing: -0.5px;

	-webkit-animation: fade_up 0.8s both 0.08s;
	   -moz-animation: fade_up 0.8s both 0.08s;
	     -o-animation: fade_up 0.8s both 0.08s;
	        animation: fade_up 0.8s both 0.08s;
}

.hero_title_accent
{
	                  color: transparent;
	                display: inline-block;
	               position: relative;
	             background: linear-gradient(100deg, #545fff, #2224d4 55%, #0f1e8c);

	-webkit-background-clip: text;
	        background-clip: text;
}

.hero_script
{
	            color: #C8CBF3;
	           margin: 6px 0 0;
	        font-size: clamp(28px, 4vw, 40px);
	      font-family: "great vibes", cursive;

	-webkit-animation: fade_up 0.8s both 0.14s;
	   -moz-animation: fade_up 0.8s both 0.14s;
	     -o-animation: fade_up 0.8s both 0.14s;
	        animation: fade_up 0.8s both 0.14s;
}

.hero_lead
{
	            color: #D7D6E7;
	           margin: 20px 0 0;
	        font-size: clamp(15px, 1.6vw, 18.5px);
	        max-width: 480px;
	      line-height: 1.65;

	-webkit-animation: fade_up 0.8s both 0.2s;
	   -moz-animation: fade_up 0.8s both 0.2s;
	     -o-animation: fade_up 0.8s both 0.2s;
	        animation: fade_up 0.8s both 0.2s;
}

.hero_buttons
{
	              gap: 14px;
	          display: flex;
	        flex-wrap: wrap;
	       margin-top: 32px;

	-webkit-animation: fade_up 0.8s both 0.26s;
	   -moz-animation: fade_up 0.8s both 0.26s;
	     -o-animation: fade_up 0.8s both 0.26s;
	        animation: fade_up 0.8s both 0.26s;
}

.button
{
	            gap: 9px;
	          color: #FFF;
	        display: inline-flex;
	        padding: 15px 26px;
	      font-size: 15px;
	    font-weight: 700;
	    align-items: center;
	  border-radius: 11px;
	text-decoration: none;
}

.button_blue
{
	        background: linear-gradient(135deg, #1a46e2, #1d10a0);
	        box-shadow: 0 12px 30px rgb(34 55 212 / 45%);

	-webkit-transition: transform 0.22s ease, box-shadow 0.22s ease;
	   -moz-transition: transform 0.22s ease, box-shadow 0.22s ease;
	     -o-transition: transform 0.22s ease, box-shadow 0.22s ease;
	        transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.button_green
{
	        background: #1FAF54;
	        box-shadow: 0 12px 30px rgba(31, 175, 84, 0.42);

	-webkit-transition: transform 0.22s ease, box-shadow 0.22s ease;
	   -moz-transition: transform 0.22s ease, box-shadow 0.22s ease;
	     -o-transition: transform 0.22s ease, box-shadow 0.22s ease;
	        transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.button_ghost
{
	            border: 1.5px solid rgba(255, 255, 255, 0.4);
	        background: transparent;

	-webkit-transition: background 0.22s ease, border-color 0.22s ease;
	   -moz-transition: background 0.22s ease, border-color 0.22s ease;
	     -o-transition: background 0.22s ease, border-color 0.22s ease;
	        transition: background 0.22s ease, border-color 0.22s ease;
}

.button_ghost:hover
{
	  background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.7);
}

.hero_stats
{
	              gap: 30px;
	          display: flex;
	        flex-wrap: wrap;
	       margin-top: 40px;

	-webkit-animation: fade_up 0.8s both 0.32s;
	   -moz-animation: fade_up 0.8s both 0.32s;
	     -o-animation: fade_up 0.8s both 0.32s;
	        animation: fade_up 0.8s both 0.32s;
}

.stat_value
{
	      color: #FFF;
	  font-size: 34px;
	font-family: "oswald", sans-serif;
	font-weight: 700;
}

.stat_label
{
	         color: #B0A9CF;
	     font-size: 12.5px;
	   font-weight: 600;
	letter-spacing: 1.5px;
}

.stat_divider
{
	     width: 1px;
	background: rgba(255, 255, 255, 0.18);
}

.hero_col
{
	         position: relative;
	        min-width: 0;

	-webkit-animation: fade_up 1s both 0.25s;
	   -moz-animation: fade_up 1s both 0.25s;
	     -o-animation: fade_up 1s both 0.25s;
	        animation: fade_up 1s both 0.25s;
}

.hero_col_glow
{
	         inset: -6% -4%;
	      position: absolute;
	    background: radial-gradient(circle at 60% 35%, rgba(226, 35, 26, 0.4), transparent 70%);
	 border-radius: 26px;

	-webkit-filter: blur(26px);
	        filter: blur(26px);
}

.hero_slider
{
	        width: 100%;
	       border: 1px solid rgba(255, 255, 255, 0.14);
	     overflow: hidden;
	     position: relative;
	   min-height: 260px;
	   background: #0D0D0F;
	   box-shadow: 0 36px 80px rgba(0, 0, 0, 0.5);
	 aspect-ratio: 16 / 9;
	border-radius: 20px;
}

.hero_slides
{
	   inset: 0;
	position: absolute;
}

.hero_slide
{
	             inset: 0;
	             width: 100%;
	            height: 100%;
	           opacity: 0;
	           z-index: 1;
	          position: absolute;
	        object-fit: fill;
	    pointer-events: none;

	-webkit-transition: opacity 1.4s ease;
	   -moz-transition: opacity 1.4s ease;
	     -o-transition: opacity 1.4s ease;
	        transition: opacity 1.4s ease;
}

.hero_slide.active
{
	       opacity: 1;
	       z-index: 2;
	pointer-events: auto;
}

.hero_dots
{
	     gap: 8px;
	    left: 22px;
	  bottom: 20px;
	 z-index: 5;
	 display: flex;
	position: absolute;
}

.hero_dot
{
	             width: 12px;
	            border: none;
	            height: 5px;
	            cursor: pointer;
	           padding: 0;
	        background: rgba(21, 23, 26, 0.28);
	     border-radius: 3px;

	-webkit-transition: background 0.3s ease, width 0.3s ease;
	   -moz-transition: background 0.3s ease, width 0.3s ease;
	     -o-transition: background 0.3s ease, width 0.3s ease;
	        transition: background 0.3s ease, width 0.3s ease;
}

.hero_dot.active
{
	     width: 26px;
	background: #1A33E2;
}

.scroll_hint
{
	              gap: 7px;
	             left: 50%;
	           bottom: 22px;
	          z-index: 3;
	          display: flex;
	         position: absolute;
	      align-items: center;
	   flex-direction: column;

	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.scroll_hint_text
{
	         color: rgba(255, 255, 255, 0.55);
	     font-size: 12px;
	   font-weight: 600;
	letter-spacing: 2.5px;
}

.scroll_mouse
{
	          width: 24px;
	         height: 40px;
	         border: 1.6px solid rgba(255, 255, 255, 0.4);
	        display: flex;
	    padding-top: 7px;
	  border-radius: 13px;
	justify-content: center;
}

.scroll_wheel
{
	            width: 4px;
	           height: 8px;
	       background: #FFF;
	    border-radius: 3px;

	-webkit-animation: floaty 1.6s ease-in-out infinite;
	   -moz-animation: floaty 1.6s ease-in-out infinite;
	     -o-animation: floaty 1.6s ease-in-out infinite;
	        animation: floaty 1.6s ease-in-out infinite;
}

.marquee
{
	   padding: 17px 0;
	  overflow: hidden;
	background: #121315;
	border-top: 2px solid #2252d4;
}

.marquee_track
{
	              gap: 0;
	            width: max-content;
	          display: flex;

	-webkit-animation: marquee 28s linear infinite;
	   -moz-animation: marquee 28s linear infinite;
	     -o-animation: marquee 28s linear infinite;
	        animation: marquee 28s linear infinite;
}

.marquee_group
{
	           gap: 46px;
	         color: #E7E9EC;
	       display: flex;
	     font-size: 19px;
	   font-family: "oswald", sans-serif;
	   font-weight: 500;
	   white-space: nowrap;
	   align-items: center;
	 padding-right: 46px;
	letter-spacing: 2px;
}

.marquee_diamond
{
	color: #225CD4;
}

.container
{
	   margin: 0 auto;
	  padding: 0 26px;
	 position: relative;
	max-width: 1320px;
}

.eyebrow
{
	         color: #225CD4;
	     font-size: 13px;
	   font-weight: 700;
	letter-spacing: 3px;
}

.eyebrow_light
{
	color: #1A33E2;
}

.section_title
{
	      color: #15171A;
	     margin: 13px 0 0;
	  font-size: clamp(32px, 4.6vw, 52px);
	font-family: "oswald", sans-serif;
	font-weight: 700;
}

.section_title_light
{
	color: #FFF;
}

.brands
{
	   padding: 104px 0 108px;
	  overflow: hidden;
	  position: relative;
	background: #FFF;
}

.brands_inner
{
	   margin: 0 auto;
	  padding: 0 30px;
	 position: relative;
	max-width: 1340px;
}

.brands_head
{
	    margin: 0 auto 58px;
	 max-width: 820px;
	text-align: center;
}

.brands_title
{
	      color: #15171A;
	     margin: 14px 0 0;
	  font-size: clamp(36px, 5.4vw, 62px);
	font-family: "oswald", sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.brands_title_accent
{
	color: #3122d4;
}

.brands_desc
{
	      color: #5C636B;
	     margin: 20px 0 0;
	  font-size: 17px;
	line-height: 1.6;
}

.brand_grid
{
	                  gap: 18px;
	              display: grid;
	grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
}

.brand_tile
{
	            border: 2px solid #111417;
	            cursor: default;
	           display: flex;
	           padding: 16px;
	          overflow: hidden;
	          position: relative;
	        background: #FFF;
	        box-sizing: border-box;
	       align-items: center;
	      aspect-ratio: 1 / 1;
	     border-radius: 16px;
	   justify-content: center;

	-webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
	   -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
	     -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
	        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand_tile:hover
{
	       box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);

	-webkit-transform: translateY(-6px);
	   -moz-transform: translateY(-6px);
	    -ms-transform: translateY(-6px);
	     -o-transform: translateY(-6px);
	        transform: translateY(-6px);
}

.brand_logo
{
	 max-width: 100%;
	object-fit: contain;
	max-height: 100%;
}

.brand_name
{
	         color: #15171A;
	       display: none;
	     font-size: clamp(14px, 1.5vw, 19px);
	    text-align: center;
	   font-family: "oswald", sans-serif;
	   font-weight: 600;
	   line-height: 1.05;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.brand_tile.no_logo .brand_logo
{
	display: none;
}

.brand_tile.no_logo .brand_name
{
	display: block;
}

.about
{
	   padding: 96px 0 100px;
	  overflow: hidden;
	  position: relative;
	background: #121315;
}

.about_glow
{
	       top: -96px;
	      left: 164px;
	     right: 0;
	    bottom: 0;
	  position: absolute;
	background: radial-gradient(60% 80% at 12% 30%, rgb(34 52 212 / 16%), transparent 60%)
}

.about_inner
{
	    margin: 0 auto;
	   padding: 0 26px;
	  position: relative;
	 max-width: 1100px;
	text-align: center;
}

.about_logo
{
	         width: auto;
	        height: 74px;

	-webkit-filter: drop-shadow(0 8px 22px rgba(42, 34, 212, 0.5));
	        filter: drop-shadow(0 8px 22px rgba(42, 34, 212, 0.5));
}

.about_eyebrow
{
	         color: #1A33E2;
	       display: block;
	     font-size: 13px;
	    margin-top: 24px;
	   font-weight: 700;
	letter-spacing: 3px;
}

.about_title
{
	      color: #FFF;
	     margin: 13px 0 0;
	  font-size: clamp(30px, 4.4vw, 48px);
	font-family: "oswald", sans-serif;
	font-weight: 700;
}

.about_text
{
	      color: #BFC4CB;
	     margin: 22px auto 0;
	  font-size: clamp(16px, 2vw, 20px);
	  max-width: 840px;
	line-height: 1.75;
}

.about_script
{
	      color: #8796FF;
	     margin: 26px 0 0;
	  font-size: 38px;
	font-family: "great vibes", cursive;
}

.why
{
	   padding: 98px 0 148px;
	  overflow: hidden;
	  position: relative;
	background: #15171A;
}

.why_glow
{
	     inset: 0;
	  position: absolute;
	background: radial-gradient(70% 60% at 80% 10%, rgb(34 34 212 / 16%), transparent 60%);
}

.why_head
{
	    margin: 0 auto 56px;
	 max-width: 720px;
	text-align: center;
}

.feature_grid
{
	                  gap: 18px;
	              display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.feature
{
	               gap: 16px;
	            border: 1px solid #2C2F34;
	           display: flex;
	           padding: 24px;
	        background: linear-gradient(150deg, #1F2125, #191B1E);
	     border-radius: 16px;

	-webkit-transition: transform 0.3s ease, border-color 0.3s ease;
	   -moz-transition: transform 0.3s ease, border-color 0.3s ease;
	     -o-transition: transform 0.3s ease, border-color 0.3s ease;
	        transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature_whatsapp
{
	  background: linear-gradient(150deg, #0F0F23, #0D0C1B);
	border-color: #1D1B5A;
}

.feature:hover
{
	     border-color: #1A33E2;

	-webkit-transform: translateY(-5px);
	   -moz-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	     -o-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.feature_icon
{
	          width: 48px;
	         height: 48px;
	        display: flex;
	     background: rgb(26 29 226 / 14%);
	    flex-shrink: 0;
	    align-items: center;
	  border-radius: 12px;
	justify-content: center;
}

.feature_icon_green
{
	background: rgba(31, 175, 84, 0.18);
}

.feature_title
{
	      color: #FFF;
	     margin: 2px 0 0;
	  font-size: 17.5px;
	font-weight: 700;
}

.feature_text
{
	      color: #9AA0A8;
	     margin: 6px 0 0;
	  font-size: 14px;
	line-height: 1.5;
}

.feature_text_pink
{
	color: #CFA9AD;
}

.contact
{
	   padding: 100px 0 104px;
	background: linear-gradient(180deg, #F5F6F8, #ECEEF1);
}

.contact_head
{
	    margin: 0 auto 54px;
	 max-width: 720px;
	text-align: center;
}

.contact_desc
{
	      color: #5C636B;
	     margin: 16px 0 0;
	  font-size: 16.5px;
	line-height: 1.6;
}

.contact_grid
{
	                  gap: 26px;
	              display: grid;
	          align-items: start;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.contact_form
{
	        width: 622px;
	       border: 1px solid #E3E6EA;
	       height: 586px;
	      padding: 34px;
	    max-width: 100%;
	   background: #FFF;
	   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
}

.form_row
{
	                  gap: 16px;
	              display: grid;
	grid-template-columns: 1fr 1fr;
}

.field
{
	display: block;
}

.field_spaced
{
	margin-top: 16px;
}

.field_label
{
	         color: #3A3F46;
	     font-size: 13px;
	   font-weight: 700;
	letter-spacing: 0.3px;
}

.field_input
{
	        width: 100%;
	       border: 1.5px solid #DFE2E6;
	      outline: none;
	      padding: 13px 14px;
	    font-size: 14.5px;
	   margin-top: 7px;
	  font-family: inherit;
	border-radius: 10px;
}

.field_editable
{
	-webkit-transition: border-color 0.2s ease;
	   -moz-transition: border-color 0.2s ease;
	     -o-transition: border-color 0.2s ease;
	        transition: border-color 0.2s ease;
}

.field_editable:focus
{
	border-color: #1A33E2;
}

.field_select
{
	    cursor: pointer;
	background: #FFF;
}

.field_textarea
{
	resize: vertical;
}

.form_submit
{
	               gap: 9px;
	             color: #FFF;
	           display: flex;
	           padding: 15px;
	         font-size: 15.5px;
	        background: linear-gradient(135deg, #1FAF54, #138A3F);
	        box-shadow: 0 12px 28px rgba(31, 175, 84, 0.35);
	        margin-top: 20px;
	       font-weight: 700;
	       align-items: center;
	     border-radius: 11px;
	   justify-content: center;
	   text-decoration: none;

	-webkit-transition: transform 0.2s ease;
	   -moz-transition: transform 0.2s ease;
	     -o-transition: transform 0.2s ease;
	        transition: transform 0.2s ease;
}

.button_blue:hover,
.button_green:hover,
.form_submit:hover,
.floating_whatsapp:hover
{
	-webkit-transform: translateY(-3px);
	   -moz-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	     -o-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.contact_info
{
	           gap: 16px;
	       display: flex;
	flex-direction: column;
}

.info_card
{
	            gap: 15px;
	         border: 1px solid #E3E6EA;
	        display: flex;
	        padding: 22px;
	     background: #FFF;
	    align-items: center;
	  border-radius: 16px;
	text-decoration: none;
}

.info_card_dark
{
	    border: 0;
	background: #15171A;
}

.info_link
{
	-webkit-transition: transform 0.25s ease;
	   -moz-transition: transform 0.25s ease;
	     -o-transition: transform 0.25s ease;
	        transition: transform 0.25s ease;
}

.info_link:hover
{
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}

.info_icon
{
	          width: 50px;
	         height: 50px;
	        display: flex;
	    flex-shrink: 0;
	    align-items: center;
	  border-radius: 13px;
	justify-content: center;
}

.info_icon_green
{
	background: #1FAF54;
}

.info_icon_red
{
	background: linear-gradient(135deg, #1A33E2, #0F248C);
}

.info_icon_dark
{
	background: linear-gradient(135deg, #3A3D42, #15171A);
}

.info_label
{
	         color: #9AA0A8;
	     font-size: 12.5px;
	   font-weight: 600;
	letter-spacing: 1.5px;
}

.info_value
{
	      color: #15171A;
	  font-size: 18px;
	 margin-top: 2px;
	font-weight: 700;
}

.info_value_small
{
	font-size: 16px;
}

.info_value_light
{
	color: #FFF;
}

.info_body
{
	     flex: 1;
	min-width: 0;
}

.map
{
	       border: 1px solid #E3E6EA;
	       height: 230px;
	     overflow: hidden;
	     position: relative;
	   background: #DFE3E7;
	border-radius: 16px;
}

.map_frame
{
	         width: 100%;
	        border: 0;
	        height: 100%;

	-webkit-filter: grayscale(0.15);
	        filter: grayscale(0.15);
}

.footer
{
	   padding: 60px 0 30px;
	background: #0C0D0F;
	border-top: 2px solid #225CD4;
}

.footer_grid
{
	                  gap: 40px;
	               margin: 0 auto;
	              display: grid;
	              padding: 0 26px;
	            max-width: 1320px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer_logo
{
	        gap: 12px;
	    display: flex;
	align-items: center;
}

.footer_logo_text
{
	line-height: 1;
}

.footer_logo_title
{
	         color: #004FFF;
	     font-size: 32px;
	    text-align: center;
	   font-family: "oswald", sans-serif;
	   font-weight: 900;
	letter-spacing: -1px;
}

.footer_logo_subtitle
{
	           color: #FFF;
	         padding: 3px;
	       font-size: 12px;
	      margin-top: 2px;
	      text-align: center;
	     font-weight: 900;
	  letter-spacing: 0px;
	background-color: #3122D4;
}

.footer_about
{
	      color: #8A9098;
	     margin: 18px 0 0;
	  font-size: 14px;
	  max-width: 300px;
	line-height: 1.6;
}

.footer_title
{
	         color: #FFF;
	        margin: 0 0 16px;
	     font-size: 16px;
	   font-family: "oswald", sans-serif;
	   font-weight: 600;
	letter-spacing: 1.5px;
}

.footer_links
{
	           gap: 10px;
	       display: flex;
	flex-direction: column;
}

.footer_link
{
	          color: #9AA0A8;
	      font-size: 14px;
	text-decoration: none;
}

.footer_whatsapp
{
	            gap: 9px;
	          color: #FFF;
	        display: inline-flex;
	        padding: 12px 18px;
	      font-size: 14px;
	     background: #1FAF54;
	    font-weight: 700;
	    align-items: center;
	  border-radius: 10px;
	text-decoration: none;
}

.footer_bottom
{
	            gap: 12px;
	         margin: 40px auto 0;
	        display: flex;
	        padding: 22px 26px 0;
	      flex-wrap: wrap;
	      max-width: 1320px;
	     border-top: 1px solid #1F2125;
	justify-content: space-between;
}

.footer_note
{
	    color: #6B7178;
	font-size: 13px;
}

.footer_note b
{
	font-style: italic;
}

.floating_whatsapp
{
	               gap: 12px;
	             right: 26px;
	             color: #FFF;
	            bottom: 63px;
	           z-index: 80;
	           display: flex;
	           padding: 14px 16px 14px 16px;
	          position: fixed;
	         font-size: 14.5px;
	        background: #1FAF54;
	        box-shadow: 0 14px 36px rgba(31, 175, 84, 0.5);
	       font-weight: 700;
	       align-items: center;
	     border-radius: 50px;
	   text-decoration: none;

	-webkit-transition: transform 0.25s ease;
	   -moz-transition: transform 0.25s ease;
	     -o-transition: transform 0.25s ease;
	        transition: transform 0.25s ease;
}

.floating_icon
{
	 display: flex;
	position: relative;
}

.floating_ring
{
	            inset: -7px;
	           border: 2px solid #1FAF54;
	         position: absolute;
	    border-radius: 50%;

	-webkit-animation: ring 2.2s ease-out infinite;
	   -moz-animation: ring 2.2s ease-out infinite;
	     -o-animation: ring 2.2s ease-out infinite;
	        animation: ring 2.2s ease-out infinite;
}

.floating_label
{
	display: inline;
}

.reveal_pending
{
	           opacity: 0;

	 -webkit-transform: translateY(30px);
	    -moz-transform: translateY(30px);
	     -ms-transform: translateY(30px);
	      -o-transform: translateY(30px);
	         transform: translateY(30px);

	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}

.reveal_pending.reveal_visible
{
	           opacity: 1;

	 -webkit-transform: none;
	    -moz-transform: none;
	     -ms-transform: none;
	      -o-transform: none;
	         transform: none;

	-webkit-transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
	   -moz-transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
	     -o-transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
	        transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (max-width: 979px)
{
	.nav,
	.floating_label
	{
		display: none;
	}

	.burger,
	body.menu_open .mobile_menu
	{
		display: flex;
	}
}

@media (max-width: 900px)
{
	.hero_slider
	{
		min-height: 0;
	}
}

@media (max-width: 600px)
{
	.hero_col
	{
		     width: 100%;
		   padding: 0 18px;
		box-sizing: border-box;
	}

	.hero_slider
	{
		   min-height: 0;
		border-radius: 16px;
	}

	.hero_dots
	{
		             left: 50%;
		           bottom: 14px;
		  justify-content: center;

		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.contact_form
	{
		 width: 100%;
		height: auto;
	}

	.form_row
	{
		grid-template-columns: 1fr;
	}

	.addr_card
	{
		flex-wrap: wrap;
	}
}

@-webkit-keyframes fade_up
{
	from
	{
		          opacity: 0;

		-webkit-transform: translateY(34px);
		        transform: translateY(34px);
	}

	to
	{
		          opacity: 1;

		-webkit-transform: none;
		        transform: none;
	}
}

@-moz-keyframes fade_up
{
	from
	{
		       opacity: 0;

		-moz-transform: translateY(34px);
		     transform: translateY(34px);
	}

	to
	{
		       opacity: 1;

		-moz-transform: none;
		     transform: none;
	}
}

@-o-keyframes fade_up
{
	from
	{
		     opacity: 0;

		-o-transform: translateY(34px);
		   transform: translateY(34px);
	}

	to
	{
		     opacity: 1;

		-o-transform: none;
		   transform: none;
	}
}

@keyframes fade_up
{
	from
	{
		  opacity: 0;

		transform: translateY(34px);
	}

	to
	{
		  opacity: 1;

		transform: none;
	}
}

@-webkit-keyframes floaty
{
	0%,
	100%
	{
		-webkit-transform: translateY(0) rotate(-1.4deg);
		        transform: translateY(0) rotate(-1.4deg);
	}

	50%
	{
		-webkit-transform: translateY(-18px) rotate(-1.4deg);
		        transform: translateY(-18px) rotate(-1.4deg);
	}
}

@-moz-keyframes floaty
{
	0%,
	100%
	{
		-moz-transform: translateY(0) rotate(-1.4deg);
		     transform: translateY(0) rotate(-1.4deg);
	}

	50%
	{
		-moz-transform: translateY(-18px) rotate(-1.4deg);
		     transform: translateY(-18px) rotate(-1.4deg);
	}
}

@-o-keyframes floaty
{
	0%,
	100%
	{
		-o-transform: translateY(0) rotate(-1.4deg);
		   transform: translateY(0) rotate(-1.4deg);
	}

	50%
	{
		-o-transform: translateY(-18px) rotate(-1.4deg);
		   transform: translateY(-18px) rotate(-1.4deg);
	}
}

@keyframes floaty
{
	0%,
	100%
	{
		transform: translateY(0) rotate(-1.4deg);
	}

	50%
	{
		transform: translateY(-18px) rotate(-1.4deg);
	}
}

@-webkit-keyframes glow_pulse
{
	0%,
	100%
	{
		          opacity: 0.55;

		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	50%
	{
		          opacity: 0.9;

		-webkit-transform: scale(1.08);
		        transform: scale(1.08);
	}
}

@-moz-keyframes glow_pulse
{
	0%,
	100%
	{
		       opacity: 0.55;

		-moz-transform: scale(1);
		     transform: scale(1);
	}

	50%
	{
		       opacity: 0.9;

		-moz-transform: scale(1.08);
		     transform: scale(1.08);
	}
}

@-o-keyframes glow_pulse
{
	0%,
	100%
	{
		     opacity: 0.55;

		-o-transform: scale(1);
		   transform: scale(1);
	}

	50%
	{
		     opacity: 0.9;

		-o-transform: scale(1.08);
		   transform: scale(1.08);
	}
}

@keyframes glow_pulse
{
	0%,
	100%
	{
		  opacity: 0.55;

		transform: scale(1);
	}

	50%
	{
		  opacity: 0.9;

		transform: scale(1.08);
	}
}

@-webkit-keyframes drip
{
	0%
	{
		          opacity: 0;

		-webkit-transform: translateY(-10px) scaleY(0.6);
		        transform: translateY(-10px) scaleY(0.6);
	}

	15%
	{
		opacity: 0.9;
	}

	80%
	{
		opacity: 0.9;
	}

	100%
	{
		          opacity: 0;

		-webkit-transform: translateY(240px) scaleY(1.3);
		        transform: translateY(240px) scaleY(1.3);
	}
}

@-moz-keyframes drip
{
	0%
	{
		       opacity: 0;

		-moz-transform: translateY(-10px) scaleY(0.6);
		     transform: translateY(-10px) scaleY(0.6);
	}

	15%
	{
		opacity: 0.9;
	}

	80%
	{
		opacity: 0.9;
	}

	100%
	{
		       opacity: 0;

		-moz-transform: translateY(240px) scaleY(1.3);
		     transform: translateY(240px) scaleY(1.3);
	}
}

@-o-keyframes drip
{
	0%
	{
		     opacity: 0;

		-o-transform: translateY(-10px) scaleY(0.6);
		   transform: translateY(-10px) scaleY(0.6);
	}

	15%
	{
		opacity: 0.9;
	}

	80%
	{
		opacity: 0.9;
	}

	100%
	{
		     opacity: 0;

		-o-transform: translateY(240px) scaleY(1.3);
		   transform: translateY(240px) scaleY(1.3);
	}
}

@keyframes drip
{
	0%
	{
		  opacity: 0;

		transform: translateY(-10px) scaleY(0.6);
	}

	15%
	{
		opacity: 0.9;
	}

	80%
	{
		opacity: 0.9;
	}

	100%
	{
		  opacity: 0;

		transform: translateY(240px) scaleY(1.3);
	}
}

@-webkit-keyframes marquee
{
	from
	{
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	to
	{
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@-moz-keyframes marquee
{
	from
	{
		-moz-transform: translateX(0);
		     transform: translateX(0);
	}

	to
	{
		-moz-transform: translateX(-50%);
		     transform: translateX(-50%);
	}
}

@-o-keyframes marquee
{
	from
	{
		-o-transform: translateX(0);
		   transform: translateX(0);
	}

	to
	{
		-o-transform: translateX(-50%);
		   transform: translateX(-50%);
	}
}

@keyframes marquee
{
	from
	{
		transform: translateX(0);
	}

	to
	{
		transform: translateX(-50%);
	}
}

@-webkit-keyframes ring
{
	0%
	{
		          opacity: 0.7;

		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}

	100%
	{
		          opacity: 0;

		-webkit-transform: scale(2.1);
		        transform: scale(2.1);
	}
}

@-moz-keyframes ring
{
	0%
	{
		       opacity: 0.7;

		-moz-transform: scale(0.8);
		     transform: scale(0.8);
	}

	100%
	{
		       opacity: 0;

		-moz-transform: scale(2.1);
		     transform: scale(2.1);
	}
}

@-o-keyframes ring
{
	0%
	{
		     opacity: 0.7;

		-o-transform: scale(0.8);
		   transform: scale(0.8);
	}

	100%
	{
		     opacity: 0;

		-o-transform: scale(2.1);
		   transform: scale(2.1);
	}
}

@keyframes ring
{
	0%
	{
		  opacity: 0.7;

		transform: scale(0.8);
	}

	100%
	{
		  opacity: 0;

		transform: scale(2.1);
	}
}
