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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
  width: 100%;
}


/* Variables */
body {
  background-color: #f5e5cc;
}

section.banner {
  margin-top: 95px;
  z-index: 3;
  position: relative;
  border-left: 20px solid #b85024;
  border-right: 20px solid #b85024;
}
@media screen and (max-width: 1440px) {
  section.banner {
    margin-top: 80px;
  }
}
section.banner .bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 25.24375%;
  background-position: center;
}
section.banner .scroll {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50vw;
  height: 7vw;
  top: 99%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  section.banner {
    margin-top: 0;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
  }
  section.banner .bg {
    padding-bottom: 59.84375%;
  }
  section.banner .scroll {
    width: 50vw;
    height: 13vw;
    min-width: 228px;
    min-height: 65px;
  }
}

section.anchors {
  padding-top: 100px;
  border-left: 20px solid #b85024;
  border-right: 20px solid #b85024;
}
section.anchors .container {
  max-width: 980px;
}
section.anchors .anchors_group {
  display: flex;
  justify-content: center;
  gap: 45px;
  row-gap: 15px;
  flex-wrap: wrap;
}
section.anchors .anchors_group .anchor {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #000;
  transition: 0.25s linear;
}
section.anchors .anchors_group .anchor:hover::after {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  background-color: #f4ae85;
  z-index: 2;
  opacity: 0.75;
}
@media screen and (max-width: 980px) {
  section.anchors {
    border: none;
  }
  section.anchors .anchors_group {
    justify-content: center;
    gap: 23px;
    row-gap: 20px;
    line-height: 1;
  }
  section.anchors .anchors_group .anchor {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
  section.anchors {
    padding-top: 50px;
  }
}

section.videos {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-left: 20px solid #b85024;
  border-right: 20px solid #b85024;
}
section.videos .draw1 {
  position: absolute;
  width: 24.04vw;
  height: 100%;
  left: 0;
  top: -5vw;
  background-position: top left;
  background-repeat: repeat-y;
  background-image: url(../images/brick-left.png);
}
@media screen and (max-width: 1880px) {
  section.videos .draw1 {
    top: 0;
  }
}
@media screen and (max-width: 1440px) {
  section.videos .draw1 {
    background-size: contain;
    width: 16vw;
  }
}
@media screen and (max-width: 980px) {
  section.videos .draw1 {
    display: none;
  }
}
section.videos .draw2 {
  position: absolute;
  width: 19.12vw;
  height: 100%;
  right: 0;
  top: 14vw;
  background-repeat: repeat-y;
  background-image: url(../images/brick-right.png);
}
@media screen and (max-width: 1440px) {
  section.videos .draw2 {
    background-size: contain;
    width: 16vw;
  }
}
@media screen and (max-width: 980px) {
  section.videos .draw2 {
    display: none;
  }
}
section.videos .video {
  max-width: 940px;
  margin: auto;
  width: 100%;
  margin-bottom: 110px;
}
section.videos .video .video-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 57%;
  height: 0;
}
section.videos .video .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.videos .video .video-title {
  position: relative;
  border: 3px solid #2960ac;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 28px;
  margin-bottom: 20px;
  padding: 4px;
}
section.videos .video .video-title .video-wrapper {
  padding: 6px 30px 6px 50px;
  transition: 0.25s linear;
  padding: 6px 35px;
  border-radius: 20px;
  background-color: #2960ac;
  display: flex;
  align-items: center;
  gap: 20px;
}
section.videos .video .video-title .pic {
  max-width: 40px;
}
section.videos .video .video-title p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
section.videos .video:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  section.videos .video {
    max-width: 800px;
  }
}
@media screen and (max-width: 980px) {
  section.videos .video .video-title .video-wrapper {
    padding: 6px 30px 6px 30px;
    gap: 10px;
  }
  section.videos .video .video-title .pic {
    max-width: 25px;
  }
  section.videos .video .video-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  section.videos {
    margin-top: 50px;
    padding-top: 0;
    border: none;
  }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
  section.videos .video {
    margin-bottom: 70px;
  }
}

.footer {
  position: relative;
}
.footer .radius {
  position: relative;
  z-index: 2;
}
.footer::after {
  position: absolute;
  content: "";
  background-color: #b85024;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .footer::after {
    display: none;
  }
}
.footer::before {
  position: absolute;
  content: "";
  background-color: #b85024;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .footer::before {
    display: none;
  }
}