html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  outline: transparent !important;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Roboto", sans-serif;
}

.button {
  background: #ff6b6b;
  color: #fff;
  box-shadow: 0px 4px 10px rgba(255, 107, 107, 0.19);
  border: none;
  padding: 15px 60px;
}

/* Media Queries
--------------------------------------------------------- */
body {
  overflow: hidden;
}

.container {
  height: 100vh;
  width: 100%;
  padding: 0 80px 0 0;
  background-image: url("/assets/background-home.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 200px;
}

@media only screen and (max-width: 1449px) {
  .container {
    background-size: 40%;
  }
}

@media only screen and (max-width: 1099px) {
  .container {
    background-position: 100% 400px;
  }
}

@media only screen and (max-width: 419px) {
  .container {
    background-size: 60%;
  }
}

@media only screen and (max-width: 329px) {
  .container {
    background-size: 40%;
    background-position: 100% 350px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 20px 0 0;
  }
}

.sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px 0 30px;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sidebar a {
  text-decoration: none;
  cursor: pointer;
  color: black;
  margin-bottom: 50px;
}

.sidebar .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .logo-wrapper img {
  margin-right: 10px;
}

.sidebar .logo-wrapper h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 7px;
}

.sidebar .logo-wrapper p {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
}

.sidebar .logo-wrapper p span {
  color: #ff6b6b;
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sidebar ul li {
  width: 100%;
  padding: 15px 10px 15px 30px;
  margin-left: -25px;
}

.sidebar ul li:hover {
  background: rgba(196, 196, 196, 0.14);
  cursor: pointer;
}

.sidebar ul li a {
  color: #0000006e;
  text-decoration: none;
  font-size: 18px;
  line-height: 16px;
}

.sidebar .active {
  color: black;
}

.sidebar-mobile {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px 0 30px;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
  z-index: 100;
  transform: translateX(-250px);
  transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
  .sidebar-mobile {
    display: none;
  }
}

.sidebar-mobile ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sidebar-mobile ul li {
  width: 100%;
  padding: 15px 10px 15px 30px;
  margin-left: -25px;
}

.sidebar-mobile ul li:hover {
  background: rgba(196, 196, 196, 0.14);
  cursor: pointer;
}

.sidebar-mobile ul li a {
  color: #0000006e;
  text-decoration: none;
  font-size: 18px;
  line-height: 16px;
}

@media only screen and (max-width: 991px) {
  .sidebar-mobile ul li a {
    font-size: 14px;
  }
}

.sidebar-mobile .active {
  color: black;
}

.open-sidebar {
  transform: translateX(0);
}

.close-sidebar {
  transform: translateX(-250px);
}

.nav-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
  background-color: white;
}

@media only screen and (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}

.nav-mobile a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.nav-mobile .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.nav-mobile .logo-wrapper img {
  margin-right: 10px;
}

.nav-mobile .logo-wrapper h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 991px) {
  .nav-mobile .logo-wrapper h2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.nav-mobile .logo-wrapper p {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
}

@media only screen and (max-width: 991px) {
  .nav-mobile .logo-wrapper p {
    font-size: 9px;
  }
}

.nav-mobile .logo-wrapper p span {
  color: #ff6b6b;
}

.nav-mobile #burger-menu {
  width: 100%;
  max-width: 30px;
  margin-right: 20px;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .nav {
    display: none;
  }
}

.nav ul {
  display: flex;
}

.nav ul li {
  margin-right: 40px;
}

.nav ul li a {
  text-decoration: none;
  color: black;
}

.nav ul li a:hover {
  text-decoration: underline;
}

.page-layout {
  margin-left: 400px;
}

@media only screen and (max-width: 1199px) {
  .page-layout {
    margin-left: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .page-layout {
    margin-left: 20px;
  }
}

.main-content h2 {
  width: 100%;
  max-width: 870px;
  padding-top: 200px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .main-content h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 419px) {
  .main-content h2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding-top: 50px;
  }
}

.main-content p {
  width: 100%;
  max-width: 750px;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .main-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 419px) {
  .main-content p {
    font-size: 14px;
    line-height: 25px;
  }
}

.main-content p span {
  color: #ff6b6b;
}

.main-content button {
  margin-top: 30px;
}

@media only screen and (max-width: 419px) {
  .main-content button {
    margin-top: 10px;
  }
}
