@charset "UTF-8";
/* CSS Document */
.elgato_wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
  color: #000;
  background: #fff;
}
.elgato_wrapper p {
  margin: 2% 0;
  padding: 0;
}
.elgato_wrapper a {
  color: #000;
}
.elgato_outer {
  width: 92%;
  padding: 4% 4%;
}
.elgato_content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.elgato_centeredtxt {
  text-align: center !important;
  margin-bottom: 6%;
}
.elgato_nobreak {
  white-space: nowrap;
}
.elgato_logo {
  width: 30%;
  max-width: 200px;
  min-width: 140px;
  padding: 0;
  margin: 6% auto 4% auto;
}
.elgato_header {
  max-width: 900px;
  margin: 0 auto;
}
.elgato_headercontent {
  width: 100%;
  padding: 2% 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.elgato_headertxt {
  width: 38%;
  padding-top: 4%;
  z-index: 3;
}
.elgato_headertxt img {
  width: 75% !important;
}
.elgato_callout {
  width: 15%;
  margin-right: 3%;
  z-index: 3;
}
.elgato_headerhl {
  font-size: 3em;
  font-weight: bold;
  line-height: 120%;
  padding: 6% 0 4% 0;
}
.elgato_headerimg {
  padding-bottom: 10%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.elgato_blue {
  background-color: #5865f2;
  width: 100%;
  color: #fff;
  text-align: center;
}
.elgato_grey {
  background-color: #f5f5f5;
  width: 100%;
  margin 6% 0;
  padding: 0;
}
.elgato_content img {
  width: 100%;
  margin-top: 2%;
}
.elgato_bold {
  font-weight: bold;
}
.elgato_smallcont {
  max-width: 900px !important;
  margin: 0 auto;
}
.elgato_boxshot {
  max-width: 800px;
}
.elgato_footnote {
  font-size: 0.8em;
  font-style: italic;
}
.elgato_description_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.elgato_description_content img, .elgato_description_content div, .elgato_description_content video {
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
}
.elgato_description_content img {
  width: 50%;
  max-width: 560px;
  border-radius: 1em !important;
}
.elgato_description_content div {
  width: 40%;
}
.elgato_description_content video {
  width: 50%;
  max-width: 560px;
  object-fit: cover !important;
  border-radius: 1em !important;
}
.elgato_description_hl {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 120%;
  width: 100% !important;
}
.elgato_nitro_hl {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 120%;
  width: 100% !important;
  padding: 6% 0 4% 0;
}
.elgato_spacebelow {
  margin-bottom: 4%;
  border-radius: 1em !important;
}
/* Slide start */
.elgato_splide {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.elgato_splide img {
  width: 100%;
}
.elgato_splide__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.elgato_splide__arrows {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 80px;
  margin: 0;
}
.elgato_splide__arrow {
  position: relative;
  width: 40px;
  margin: 0 25px;
  opacity: 0.8 !important;
}
.elgato_splide__arrow:hover {
  opacity: 1 !important;
}
.elgato_splide__slide_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.elgato_splide_txt {
  width: 40%;
  margin-top: 5%;
}
.elgato_splide_img {
  width: 50%;
  margin-top: 5%;
}
.elgato_splide_txt1 {
  width: 60%;
}
.elgato_splide_img1 {
  width: 40%;
  margin-bottom: -8%;
}
.elgato_start {
  text-align: center;
  width: 240px !important;
  margin: 0 auto;
}
#elgato_start {
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
}
#elgato_start:hover {
  opacity: 1;
}
@media screen and (max-width:720px) {
  .elgato_splide_txt {
    width: 80%;
    text-align: center;
    margin: 10% auto 0 auto;
  }
  .elgato_splide_txt1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .elgato_splide_img {
    width: 100%;
    margin: 10% auto 0 auto;
  }
  .elgato_splide_img1 {
    width: 70%;
    margin: 0 auto;
  }
}
/* Slide end */
@media screen and (max-width:1050px) {
  .elgato_headerhl {
    font-size: 2.5em;
  }
}
@media screen and (max-width:900px) {
  .elgato_wrapper {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width:720px) {
  .elgato_content img {
    margin-top: 0;
  }
  .elgato_headercontent {
    width: 88%;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12%;
  }
  .elgato_headertxt {
    width: 100%;
    padding-top: 0;
  }
  .elgato_headertxt img {
    width: 90% !important;
  }
  .elgato_callout {
    display: none;
  }
  .elgato_headerimg {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 108%;
    margin-left: -4%;
  }
  .elgato_headerhl {
    font-size: 3em;
    padding-top: 10%;
  }
  .elgato_description_content {
    text-align: center;
    margin: 0 auto;
    max-width: 560px;
  }
  .elgato_description_content div {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .elgato_description_content img, .elgato_description_content video {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 6%;
  }
  .elgato_smallcont {
    max-width: 540px !important;
  }
  .elgato_smallcont2 {
      padding-bottom: 6%;
    margin: 0 auto;
    max-width: 560px;
  }
  .elgato_outer, .elgato_grey, .elgato_smallcont2, .elgato_headertxt {
  padding-top: 6%;
}
}
@media screen and (max-width:420px) {
  .elgato_headerhl {
    font-size: 2.4em;
  }
  .elgato_headertxt img {
    width: 100% !important;
  }
}