*{box-sizing:border-box;margin:0;padding:0}.Hero{width:100%;height:100vh;background-image:url(../images/cover.jpg);background-position:center;background-size:cover;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;padding-top:40vh}@media (min-width: 1280px){.Hero{justify-content:flex-end;padding-top:none}}.hero_title{width:290px;height:110px;color:#ffffff;font-family:"Roboto Slab", serif;font-weight:bold;font-size:42px;text-transform:uppercase;line-height:55px;margin-bottom:10px}@media (min-width: 768px){.hero_title{font-size:80px;width:690px;height:212px;line-height:106px}}@media (min-width: 1280px){.hero_title{font-size:100px;line-height:132px}}.hero_subtitle{color:#ffffff;font-size:16px;font-family:"Roboto", sans-serif;margin:5px 15px 22px 15px}@media (min-width: 768px){.hero_subtitle{font-size:24px}}@media (min-width: 1280px){.hero_subtitle{margin-top:20px}}.scroll-button{width:45px;height:45px;line-height:22px;border:none;border-radius:50%;margin-bottom:20px;margin-top:22px;transition:box-shadow ease-in-out 2s}@media (min-width: 1280px){.scroll-button{margin-top:8px;margin-bottom:13px}}.scroll-button:hover{box-shadow:0px 2px 15px 4px #f26002}.main{width:100%}.anonymous{background-color:#f26002;width:100vw;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.anonymous a{text-decoration:none;color:#fff}@media (min-width: 768px){.anonymous{padding:20px 0px 20px 0px;flex-direction:row;justify-content:space-around;background-color:#304268}.anonymous .new-section-title{padding-left:20px}.anonymous .anonymous-p{padding-right:20px}}.section_One{background-color:#fff;padding:30px 15px 45px 15px}.section_One h2{text-transform:capitalize;font-family:"Roboto Slab",serif}.section_One p{font-family:"Roboto",sans-serif;color:#4a4a4a;line-height:30px;margin-bottom:30px;margin-top:15px;text-transform:initial}.section_One .imsomnia{font-size:14px;color:#8ccbea;font-family:"Roboto",sans-serif}@media (min-width: 768px){.section_One{padding-left:39px;padding-right:39px}}@media (min-width: 1280px){.section_One{padding:60px 275px 60px 275px}}.button_Go{width:75px;height:45px;border-radius:22.5px;border:solid 2px #f26002;text-transform:capitalize;font-weight:bold;color:#f26002;font-family:"Roboto",sans-serif;font-weight:500;font-size:20px;background-color:#fff;cursor:pointer}@media (min-width: 1280px){.button_Go{width:160px}}.button_Go:hover{background-color:#f25e0267;text-shadow:0px 2px 2px gray}#reasons{background-color:#eff9ff;display:flex;flex-direction:column;align-items:center;padding-bottom:60px}#reasons .section-title{font-size:24px;font-family:"Roboto Slab",serif;padding-top:30px;text-align:center}#reasons .more_Reasons{background-color:#f26002;color:#fff;height:45px;width:184px;border-radius:22.5px;border:#f26002;font-family:"Roboto",sans-serif;font-weight:500;font-size:20px}#reasons p{text-transform:initial}.more_Reasons:hover{background-color:#c2662d67;text-shadow:0px 2px 2px gray}.wrapper{display:grid;grid-template-rows:1fr 1fr 1fr;grid-template-columns:184px;row-gap:30px;justify-content:center;padding-top:45px;padding-bottom:45px;line-height:30px}.wrapper .purchase-titles{font-size:18px;font-family:"Roboto Slab",serif;text-align:center}.wrapper p{text-align:center;font-family:"Roboto",sans-serif;font-size:18px}@media (min-width: 768px){.wrapper{grid-template-columns:1fr 1fr 1fr;grid-template-rows:122px;text-align:center;grid-gap:27px;margin:0 40px 0px 40px}}.header{text-align:center}.menu_Header{background-color:#0271bc;width:44px;height:44px;position:fixed}.menu_Header .burger_Link{width:16px;height:40px;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-name:intro;animation-name:intro;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes intro{from{transform:scale(2)}to{transform:scale(1)}}@keyframes intro{from{transform:scale(2)}to{transform:scale(1)}}.footer{background-color:#304268;height:465px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;text-transform:uppercase;font-family:"Roboto",sans-serif;line-height:30px;font-size:16px;padding-bottom:30px;color:#fff}.footer .arrow{width:45px;height:45px;background-color:#fff;border:none;border-radius:50%;transform:translateY(-50%);box-shadow:0 -1px 2px 0 #d1cccc;transition:box-shadow ease 2s}.footer .arrow:hover{box-shadow:0px 2px 15px 4px #f26002}.arrow-animation{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-name:arrow;animation-name:arrow;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes arrow{0%{transform:rotate(0deg)}50%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}@keyframes arrow{0%{transform:rotate(0deg)}50%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}.fas{color:red}p{text-transform:lowercase}.articles-list{list-style:none}.articles-list a{text-decoration:none;font-family:"Roboto",sans-serif;color:#fff;transition:color ease 1s, text-shadow ease 1s}a:hover{color:#f26002;text-shadow:1px 3px rgba(26,24,24,0.301)}.twitter{list-style:none}.twitter a{text-decoration:none;font-family:"Roboto",sans-serif;color:#fff;transition:color ease 1s, text-shadow ease 1s}.twitter a:hover{color:#f26002;text-shadow:1px 3px rgba(26,24,24,0.301)}.footer-wrapper{display:flex;flex-direction:column;row-gap:30px;justify-content:space-around}@media (min-width: 768px){.footer{height:240px}.footer-wrapper{flex-direction:row;text-align:left;width:688px}.footer-wrapper .footer-copy{order:-1}}
