:root{--orange:#f90;--white:#f6f6f6;--font-mont:"Montserrat",sans-serif}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{font-family:var(--font-mont);margin:0;padding:0}h1,h2,h3{line-height:1.1;margin-top:0}a,a:active,a:visited{text-decoration:none}.container{background-color:var(--white);display:grid;height:100vh}@media (min-width:62.875em){.container{grid-template-areas:"header main";grid-template-columns:1fr 1.5fr;grid-template-rows:1fr}}@media (max-width:60.8125em){.container{grid-template-areas:"header" "main";grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.header{background-color:var(--orange);display:grid;grid-area:header;grid-template-areas:"tanecu" "logo" "links";grid-template-rows:10% 83% 7%;height:100vmin;position:fixed;width:40vw}.header .overlay,.header .overlay-links{display:none}.header__tanecu{align-items:center;display:flex;grid-area:tanecu;height:100%;justify-content:center;margin:3.75rem 2.8125rem;padding:0}.header__tanecu h1{color:var(--white);font-size:2.625rem;font-weight:400;letter-spacing:.03125rem;margin:0}.header__tanecu-menu{display:none}.header__logo{display:flex;grid-area:logo;height:auto;place-self:center;width:40%}.header__logo img{max-height:100%;max-width:100%}@media (max-width:60.8125em){.header{height:50vh;width:100vw}.header.open .overlay{display:block}.header.open .overlay-links{display:flex;flex-direction:column;gap:1.875rem;height:50vh;padding:2.5rem 3.125rem}.header.open .overlay-links a{font-size:2.8125rem;width:50%}.header.open .header__tanecu-menu>span:first-child{transform:rotate(45deg)}.header.open .header__tanecu-menu>span:nth-child(2){opacity:0}.header.open .header__tanecu-menu>span:last-child{transform:rotate(-45deg)}.header__tanecu{display:flex;justify-content:space-between;margin:2.5rem 2.8125rem}.header__tanecu-menu{display:block;z-index:99}.header__tanecu-menu>span{background-color:var(--white);display:block;height:.21875rem;transform-origin:.0625rem .125rem;transition:all .2s ease-in-out;width:2.1875rem}.header__tanecu-menu>span:not(:last-child){margin-bottom:.5rem}.header__links{display:none}.header .overlay{background-color:var(--orange);bottom:0;display:none;height:50vh;left:0;position:fixed;right:0;top:0}.header .overlay-links{display:block}.header .overlay-links a{color:var(--white);text-decoration:underline}.header .overlay-links-insta{align-items:center;display:flex}.header .overlay-links-insta img{filter:invert(100%) sepia(1%) saturate(1225%) hue-rotate(207deg) brightness(123%) contrast(93%);width:50%}}@media (min-width:62.875em){.header{background-color:var(--orange);height:100vh;width:40vw}.header__links{align-items:center;border-top:.1875rem solid;border-top-color:var(--white);display:flex;grid-area:links;justify-content:space-around}.header__links a{color:var(--white);font-size:1.375rem;font-weight:500}.header__links a img{filter:invert(100%) sepia(1%) saturate(1225%) hue-rotate(207deg) brightness(123%) contrast(93%);margin-bottom:-.59375rem;width:80%}}@media (min-width:115.5em){.header__tanecu h1{font-size:3rem}.header__logo img{transform:scale(1.1)}.header__links a{font-size:1.75rem}}@media (max-width:44em){.header{height:50vh;width:100vw}.header.open .overlay-links{gap:1.5625rem;padding:1.875rem 3.125rem}.header.open .overlay-links a{font-size:2.5rem}.header__tanecu{margin:1.875rem 2.625rem}.header__links{display:none}}@media (max-width:41em){.header{background-color:var(--orange);height:50vh;width:100vw}.header.open .overlay-links{gap:1.25rem;padding:1.6875rem 2.9375rem}.header.open .overlay-links a{font-size:2.3125rem}.header__tanecu{margin:1.875rem 2.5rem}.header__links{display:none}}@media (max-width:37em){.header{width:100vw}.header,.header.open .overlay{height:43vh}.header.open .overlay-links{gap:1.0625rem;padding:1.5625rem 1.875rem}.header.open .overlay-links a{font-size:1.75rem}.header__tanecu{margin:1.25rem 1.875rem}.header__tanecu a h1{font-size:1.625rem}.header__tanecu-menu{padding-top:.4375rem}.header__tanecu-menu>span{height:.15625rem;transform-origin:.0625rem .0875rem;width:1.75rem}.header__tanecu-menu>span:not(:last-child){margin-bottom:.4375rem}.header__links{display:none}}@media (max-width:25em){.header{width:100vw}.header,.header.open .overlay{height:38vh}.header.open .overlay-links{gap:.9375rem;padding:.875rem 1.25rem}.header.open .overlay-links a{font-size:1.5625rem}.header__tanecu{margin:.9375rem 1.625rem}.header__tanecu a h1{font-size:1.25rem}.header__links{display:none}}@media (max-width:87.4375em){.header__tanecu h1{font-size:2.375rem}}.main{background-color:var(--white);display:grid;grid-area:main;height:auto}.main .crea{grid-area:section;padding:0;text-align:center;width:100%}.main .crea h2{border-bottom:.1875rem solid;border-bottom-color:var(--orange);font-weight:500;margin:0 0 2.5rem;padding:3.75rem 3.125rem;text-align:center}.main .crea__video{margin:2.5rem 0}.main .crea__video .section__video{max-width:100vw}.main .crea__video .section__video iframe{height:50vh;width:100%}.main .crea__video h3{font-size:2.1875rem;margin:0;padding:1.25rem 0 0}.main .crea__video h4{font-size:1.875rem;font-weight:500;margin:.3125rem 0}.main .crea__video p{border-bottom:.1875rem solid;border-bottom-color:var(--orange);font-size:1.25rem;font-style:italic;margin:0;padding:0 0 2.1875rem}@media (min-width:62.875em){.main{grid-template-areas:"section";grid-template-columns:1fr}.main section{color:var(--orange);font-size:2rem;grid-area:section;padding:0 5rem 0 3.125rem;place-self:center}.main section p{font-weight:500}.main section a{color:var(--orange);font-weight:700;text-decoration:underline}.main section .main__welcome{margin-bottom:5.625rem}.main section .main__desc{margin-bottom:6.25rem}.main section footer p{margin:.4375rem 0}.main section .about__first{margin-bottom:2.5rem}.main section .about__second{margin-bottom:8.125rem}.main section .about__together{font-weight:700}.main section .about__email{align-items:center;display:flex;gap:.9375rem;justify-content:flex-start}.main section .about__email img{filter:invert(53%) sepia(98%) saturate(929%) hue-rotate(0deg) brightness(103%) contrast(105%);width:8%}.main section .about__email p{font-size:1.75rem;font-weight:400}.main .crea h2{font-size:2.625rem}}@media (min-width:115.5em){.main section{font-size:2.5rem;padding:0 9.0625rem 0 3.125rem}}@media (max-width:60.8125em){.main{color:var(--orange);grid-area:section;height:50vh;padding-top:1.875rem}.main .main__section{padding:0 3.75rem 0 2.8125rem}.main .main__section p{font-size:2.375rem;font-weight:500}.main .main__section a{color:var(--orange);font-size:2.375rem;font-weight:700;text-decoration:underline}.main .about p{font-size:2.375rem}.main .about footer{padding-bottom:4.0625rem}.main .crea{width:100vw}.main .crea h2{padding:1.25rem 3.125rem 3.125rem}.main .crea__video .section__video iframe{height:35vh}.main .crea__video h3{font-size:2rem;padding-top:1.25rem}.main .crea__video h4{font-size:1.6875rem}.main .crea__video p{font-size:1.1875rem;padding-bottom:1.375rem}}@media (max-width:44em){.main .main__section{padding:0 1.5625rem 0 2.8125rem}.main .main__section p{font-size:2.25rem}.main .main__section a{font-size:2.25rem;padding-bottom:4.0625rem}}@media (max-width:41em){.main .main__section{padding:0 .625rem 0 2.8125rem}.main .main__section a,.main .main__section p{font-size:2rem}.main .about{padding:0 .9375rem 0 2.5rem}.main .about p{font-size:2rem}.main .about footer{padding-bottom:3.4375rem}.main .crea h2{padding:.625rem .625rem 2.5rem}.main .crea__video{margin:1.875rem 0}.main .crea__video .section__video iframe{height:30vh}.main .crea__video h3{font-size:1.875rem;padding-top:.9375rem}.main .crea__video h4{font-size:1.5625rem}.main .crea__video p{font-size:1.0625rem;padding-bottom:1.0625rem}}@media (max-width:37em){.main{height:57vh}.main .main__section{padding:0 .9375rem 0 1.875rem}.main .main__section p{font-size:1.625rem}.main .main__section .main__desc,.main .main__section .main__welcome{margin-bottom:4.375rem}.main .main__section a{font-size:1.625rem}.main .about{padding:0 .9375rem 0 1.8125rem}.main .about p{font-size:1.5625rem}.main .about .about__second{margin-bottom:6.25rem}.main .about footer{padding-bottom:2.8125rem}.main .about footer p{margin:.1875rem}.main .about footer .about__email{gap:.3125rem}.main .about footer .about__email p{font-size:1.375rem}.main .crea h2{font-size:2.1875rem;padding:.3125rem .625rem 2.1875rem}.main .crea__video{margin:1.875rem 0}.main .crea__video h3{font-size:1.5625rem;padding-top:.625rem}.main .crea__video h4{font-size:1.25rem}.main .crea__video p{font-size:1rem;padding-bottom:.875rem}}@media (max-width:25em){.main{height:62vh}.main .main__section{padding:0 .9375rem 0 1.5625rem}.main .main__section p{font-size:1.5rem}.main .main__section .main__desc{margin-bottom:5rem}.main .main__section a{font-size:1.5rem}.main .about{padding:0 .9375rem 0 1.5625rem}.main .about p{font-size:1.4375rem}.main .about .about__second{margin-bottom:5rem}.main .about footer{padding-bottom:2.8125rem}.main .about footer p{margin:.1875rem}.main .about footer .about__email{gap:.3125rem}.main .crea h2{font-size:2rem;padding:.125rem .625rem 2rem}.main .crea__video h3{font-size:1.4375rem;padding-top:.625rem}.main .crea__video h4{font-size:1.0625rem}.main .crea__video p{font-size:.875rem;padding-bottom:.875rem}}@media (max-width:87.4375em){.main section{font-size:1.6875rem;padding:0 5rem 0 3.125rem}.main section .main__welcome{margin-bottom:5.625rem}.main section .main__desc{margin-bottom:6.25rem}.main section footer p{margin:.4375rem 0}.main section .about__first{margin-bottom:2.5rem}.main section .about__second{margin-bottom:6.875rem}.main section .about__together{font-weight:700}.main section .about__email{align-items:center;display:flex;gap:.9375rem;justify-content:flex-start}.main section .about__email img{filter:invert(53%) sepia(98%) saturate(929%) hue-rotate(0deg) brightness(103%) contrast(105%);width:8%}.main section .about__email p{font-size:1.625rem;font-weight:400}}
/*# sourceMappingURL=style.css.map */