@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap);html{font-size:62.5%}body{font-family:Quicksand,sans-serif;font-size:1.4rem;color:#000;text-shadow:0 0 4px rgba(0,0,0,.2)}h1,h2,h3,h4,h5,h6{font-weight:300;margin:2rem 0 .5rem}h1{font-size:4rem;text-transform:uppercase;margin-top:0;background:#ee3a88 linear-gradient(109.6deg,#ee3a88 11.2%,#80a2f5 91.1%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent}h2{font-size:3rem}h3{font-size:2.6rem}h4{font-size:2.3rem}h5{font-size:2rem}h6{font-size:1.7rem}p{font-size:1.6rem;font-weight:300;line-height:2.5rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}body,html{margin:0}body{background:#4facfe linear-gradient(to bottom right,#4facfe 0,#00f2fe) no-repeat}a{background:#4facfe linear-gradient(90deg,#4facfe 0,#00f2fe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none}a:hover{background:#ee3a88 linear-gradient(109.6deg,#ee3a88 11.2%,#80a2f5 91.1%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.header{background-color:#fff;padding:50px;display:flex;flex-wrap:wrap;align-items:center}.header__image{height:150px;margin:1rem 3rem 1rem 0}.header__title{flex-direction:column;margin:1rem 3rem 1rem 0}.header__title>span{display:block}.header__subtitle{flex:2 2 60rem;margin:1rem 0}.main{position:relative;display:flex;flex-direction:column;max-width:900px;margin:0 auto;padding:20px}.footer{display:flex;justify-content:space-evenly;flex-wrap:wrap;min-height:100px;height:auto;background-color:#fff;padding:0 3rem}.footer__section{display:flex;flex-direction:column;justify-content:center;margin:0 2rem}.footer__section,.footer p{font-size:2rem;vertical-align:middle}.main-section{background-color:#fff;padding:10px}.main-section.bubble{position:relative;border-radius:10px;margin-bottom:50px;max-width:500px;align-self:flex-start}.main-section.bubble:nth-child(odd){align-self:flex-end}.main-section.bubble:after{bottom:0;border:1rem solid transparent;border-top-color:#fff;border-bottom:0;content:"";height:0;margin-bottom:-1rem;position:absolute;width:0}.main-section.bubble:nth-child(odd):after{border-right:0;right:20px}.main-section.bubble:nth-child(2n):after{border-left:0;left:20px}.main-section img{margin-top:20px}img{max-width:100%;width:auto}.theme-classic .main{max-width:unset;padding:0}.theme-classic .footer,.theme-classic .header{background-color:#eff8fe}.theme-classic .main-section{padding:5rem}.theme-classic .main-section:nth-child(odd){background-color:#4facfe;color:#fff}.theme-classic .main-section img{border-radius:10px}.theme-switch{position:fixed;bottom:1rem;right:1rem;background-color:#4facfe;color:#fff;border-radius:50%;width:6rem;height:6rem;border:2px solid #fff;outline:none;transition:background-color .8s linear;cursor:pointer}.theme-switch:hover{background-color:#ff1493}