/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside {
    padding: 50px 0;
  }
  #sidebyside .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.875em;
  }
  #sidebyside .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside .content .button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  #sidebyside .content .button-container .button-solid {
    margin-top: 1.78571429em;
    align-self: center;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 50.6875em;
    height: 41.3125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside {
    padding: 6.25em 0;
  }
  #sidebyside .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 10.625em;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reverse {
    padding: 50px 0;
  }
  #sidebyside-reverse .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside-reverse .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside-reverse .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.875em;
  }
  #sidebyside-reverse .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside-reverse .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside-reverse .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside-reverse .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside-reverse .content .button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  #sidebyside-reverse .content .button-container .button-solid {
    margin-top: 1.78571429em;
    align-self: center;
  }
  #sidebyside-reverse .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 50.6875em;
    height: 41.3125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside-reverse .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside-reverse .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reverse {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reverse {
    padding: 6.25em 0;
  }
  #sidebyside-reverse .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside-reverse .content {
    margin: 0;
    width: 60%;
    order: 1;
  }
  #sidebyside-reverse .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside-reverse .image-box {
    margin: 0;
    margin-left: 10.625em;
    order: 2;
    width: 38.1875em;
    max-height: 28.8125em;
  }
  #sidebyside-reverse .image-box:before {
    left: auto;
    right: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    right: auto;
    left: -6.8125em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
/*-- -------------------------- --*/
/*          SLIDESHOW             */
/*-- -------------------------- --*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .slideshow {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #e7e7e7;
    box-shadow: 0 7.8125em 15.625em rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slideshow h1 {
    font-size: 1.5em;
    margin-top: 1.25em;
    text-align: center;
    color: var(--primary);
  }
  .slideshow-container {
    display: flex;
    padding: 1em 0;
  }
  .slide {
    flex: 0 0 auto;
    width: 15em;
    /* 10em */
    height: 15em;
    /* 10em */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2em;
    /* 0.5em on left and right */
  }
  .slide .image-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide .image-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  .slideshow h1 {
    font-size: 2.125em;
    margin-top: 1.25em;
  }
  .slideshow-container .slide {
    width: 12.5em;
    /* 12.5em */
    height: 12.5em;
    /* 12.5em */
    margin: 0 0.75em;
    /* 0.75em on left and right */
  }
  .slide .image-box img {
    max-width: 80%;
    max-height: 80%;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  .slideshow h1 {
    font-size: 3em;
    margin-top: 1.25em;
  }
  .slideshow-container .slide {
    width: 22.5em;
    /* 15em */
    height: 22.5em;
    /* 15em */
    margin: 0 3.875em;
    /* 1em on left and right */
  }
  .slide .image-box img {
    max-width: 100%;
    max-height: 100%;
  }
}
/*-- -------------------------- -->
<---          Appify            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #appify {
    position: relative;
  }
  #appify:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #appify .container {
    text-align: center;
    padding-bottom: 9.25em;
    padding-top: 5em;
    width: 100%;
  }
  #appify .image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: min(1.4vw, 1em);
    z-index: -1;
  }
  #appify .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #appify picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #appify picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #appify .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
    margin-top: -1.875em;
  }
  #appify p {
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
    font-size: 1.125em;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #appify {
    padding: 10.5em 0;
  }
  #appify .container {
    text-align: center;
  }
  #appify .image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 35.0625em;
    height: 33.8125em;
    font-size: min(1.4vw, 1em);
    z-index: -1;
    margin-top: 3em;
  }
  #appify picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #appify picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #appify {
    padding: 10.5em 0;
  }
  #appify .container {
    text-align: center;
  }
  #appify .image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 37.5625em;
    height: 31.3125em;
    font-size: min(1.4vw, 1em);
    z-index: -1;
    margin-top: -2em;
  }
  #appify picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #appify picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #appify p {
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
    font-size: 1.5em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #appify {
    position: relative;
    margin-top: 6.25em;
  }
  #appify:before {
    display: none;
  }
  #appify:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #appify .container {
    text-align: center;
    padding-bottom: 4em;
    padding-top: 10em;
  }
  #appify .image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 38.1875em;
    height: 31.3125em;
    font-size: min(1.4vw, 1em);
    z-index: -1;
    margin-top: 2em;
  }
  #appify picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #appify picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
