@import url("https://sweetpproductions.com/common/fontawesome-free/css/all.min.css");
@import url("https://sweetpproductions.com/common/fonts/lato/latofonts.css");

/* General */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
}

body,
input,
select,
textarea {
    color: #111;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.65em;
}

#wrapper {
    height: 100%;
}

#wrapper a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: underline;
}

strong,
b {
    color: #111;
    font-weight: 700;
}

em,
i {
    font-style: oblique;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.35em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 0;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(144, 144, 144, 0.25);
    margin: 2em 0;
}

hr.scroll_marker {
    margin: 3em 0;
}

/* Section */
section {
    padding: 0 1em;
}

section.box {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.box.info {
    justify-content: initial;
    overflow: hidden;
    flex-basis: initial !important;
    position: relative;
    max-width: 350px;
    gap: 1em;
    padding: 0 !important;
}

section.box.info h3 {
    margin: 1em;
}

section.box.info p {
    margin: 0 1.5em 2em 1.5em;
}

section.box div {
    display: inline-block;
    padding: 0 3em;
}

section.support {
    position: relative;
}

section.support::after {
    content: "";
    position: absolute;
    left: 25%;
    top: 0;
    width: 50%;
    border-top: 1px solid rgba(144, 144, 144, 0.25);
}

section.support section {
    text-align: left;
}

section.support div h3 {
    margin-top: 1.5em;
}

section div.row {
    display: flex;
    justify-content: center;
}

section#one div.row {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

section div.row section {
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
}

section.profile {
    padding: 2em;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 1em;
}

.style1 section.profile {
    background-color: #fff;
}

section.special_footer {
    position: relative;
    z-index: 0;
    overflow: clip;
}

section.special_footer::after {
    content: "";
    background: url(https://sweetpproductions.com/common/img/footer.jpg);
    background-position: top center;
    background-size: cover;
    opacity: 0.1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    transform: scale(1.05);
    z-index: -1;
    filter: grayscale() blur(5px) contrast(120%);
}

/* columns */
.column {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
}

column section {
    flex-grow: 0;
    flex: 1 0 0;
}

/* Box */
.box {
    border-radius: 10px;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

/* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:active,
.icon:hover {
    text-decoration: none;
}

.icon > .label {
    display: none;
}

.icon.rounded {
    background-color: #383b43;
    color: #ffffff;
    width: 100%;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.icon.rounded::before {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.05) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon.rounded.big {
    font-size: 1.8em;
    padding: 0.4em;
}

.icon.rounded.color1 {
    background-color: #ff5f5c;
}

.icon.rounded.color2 {
    background-color: #5cff5f;
}

.icon.rounded.color3 {
    background-color: #5f5cff;
}

.icon.rounded.color4 {
    background-color: #ff5cab;
}

.icon.rounded.color5 {
    background-color: #5cffb1;
}

.icon.rounded.color6 {
    background-color: #ffb15c;
}

.icon.rounded.color7 {
    background-color: #5cabff;
}

.icon.rounded.color8 {
    background-color: #b15cff;
}

/* Image */
.image {
    border-radius: 10px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 10px;
    display: block;
}

/* List */
ul {
    list-style: disc;
    margin: 0;
    padding-left: 1em;
    margin-left: 0.5em;
}

ul.unstyled {
    list-style: none;
    padding-left: 0;
    margin: 0.5em 0 2em 0.5em;
}

ul.unstyled li {
    padding: 0.4em 0;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
}

ul.actions li:last-child {
    padding-right: 0;
}

/* Button */
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -webkit-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -o-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -ms-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    background-color: #3cadd4;
    border-radius: 10px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.35em;
}

.button:hover {
    background-color: #51b6d9;
    text-decoration: none;
}

.button:active {
    background-color: #2da2ca;
    text-decoration: none;
}

.button.icon {
    padding-left: 1.35em;
}

.button.icon:before {
    margin-right: 0.5em;
}

.button.white {
    background-color: #fff;
    color: #474747 !important;
}

.button.white:hover {
    background-color: #383b43;
    color: #fff !important;
}

.button:hover,
.button:hover,
.button.white:active {
    background-color: rgba(144, 144, 144, 0.5);
}

.button.white.icon::before {
    color: #858585;
}

.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
    color: #474747 !important;
}

.button.alt:hover {
    background-color: rgba(144, 144, 144, 0.075);
}

.button.alt:active {
    background-color: rgba(144, 144, 144, 0.2);
}

.button.alt.icon:before {
    color: #858585;
}

.button.special {
    background-color: #383b43;
    color: #ffffff !important;
    margin: 10px !important;
}

.button.special.top {
    margin-top: 4em !important;
}

.button.special:hover {
    background-color: #444751;
}

.button.special:active {
    background-color: #2c2f35;
}

.mas_button {
    height: 4em;
    margin: 0.4em 0 0 0;
    cursor: pointer;
}

.mas_button:hover {
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.custom_color.button:hover {
    background-color: rgba(144, 144, 144, 0.6) !important;
}

/* Header */
#header {
    background-color: #383b43;
    color: #ffffff;
    cursor: default;
    font-size: 1.1em;
    height: 12em;
    line-height: 6em;
    width: 100%;
    z-index: 10000;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

#header h1 {
    margin-left: 35px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-top: 34px;
    color: #ffffff;
    height: inherit;
    left: 3em;
    padding: 0;
    position: absolute;
}

#header h1::before {
    content: "";
    background: url("https://sweetpproductions.com/gfx/sweetp_logo.svg")
        no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 30px;
    display: block;
    float: left;
    margin: -3px 5px 10px 0;
    filter: invert(0%) sepia(0%) saturate(5140%) hue-rotate(51deg)
        brightness(115%) contrast(79%);
}

#header h1 a {
    font-size: 1.25em;
    color: #ffffff !important;
}

#header h1 a:hover {
    text-decoration: none;
}

.heavy {
    font-weight: 900;
}

.light {
    font-weight: 300;
}

header.scroll_marker p,
#banner p {
    font-weight: 400;
}

#header .container {
    position: relative;
}

#header .container h1 {
    left: 0;
}

#header .container nav {
    right: 0;
}

/* Sub Header */
header p {
    color: #858585;
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.5em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

header.scroll_marker {
    text-align: center;
    margin-bottom: 4em;
}

header.scroll_marker h2 {
    font-size: 2.25em;
    margin-bottom: 0.5em;
}

header.scroll_marker p {
    font-size: 1.25em;
}

li.title::before {
    content: "";
    background: url("https://sweetpproductions.com/gfx/sweetp_logo.svg")
        no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 22px;
    display: block;
    float: left;
    margin: 3px -6px 0 8px;
    filter: invert(0%) sepia(0%) saturate(66%) hue-rotate(203deg)
        brightness(90%) contrast(79%);
}

/* Banner */
#banner {
    position: relative;
    color: #ffffff;
    text-align: center;
    overflow: clip;
    z-index: 2;
    padding: 12em 0em;
}

#banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(transparent, rgba(0, 0, 0, 1)), var(--banner-bg-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.05);
    filter: grayscale() blur(5px) contrast(120%);
    z-index: -1;
}

#banner :last-child {
    margin-bottom: 0;
}

#banner h2 {
    color: #ffffff;
    padding: 0;
    font-size: 5em;
    font-weight: 900;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    width: fit-content;
    margin: 0 auto 0.5em auto;
    display: inline;
    line-height: 1em;
}

#banner h2 span {
    position: absolute;
    bottom: -0.6em;
    right: 0em;
}

#banner p {
    margin-bottom: 1.75em;
    font-size: 1.25em;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#banner p.tag {
    margin-top: 1.5em;
    margin-bottom: 0 !important;
}

#banner p.os {
    margin-top: 0;
    font-size: 1em;
    font-style: oblique;
}

#banner a.changelog {
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    padding: 0.5em;
    transition: all 0.3s ease-in-out;
}

#banner a.changelog:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#banner h2 .changelog {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

/* Wrapper */
.wrapper {
    padding: 6em 0em 4em;
}

.wrapper.style1 {
    background-color: #f5f5f5;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

.wrapper.style1 .box,
.wrapper.style1 .box.info {
    background-color: #fff;
}

.wrapper.style1 .box.support {
    background-color: transparent;
}

.wrapper .box.support,
.wrapper .box.upgrade {
    margin: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.wrapper .box.support div,
.wrapper .box.upgrade div {
    margin-bottom: 0;
}

.wrapper .box.support h3,
.wrapper .box.upgrade h3 {
    margin-top: 0;
}

.wrapper.style1 .box h2,
.wrapper.style1 .box h4,
.wrapper.style1 .box h5,
.wrapper.style1 .box h6 {
    color: #858585;
}

.wrapper.style2 .profiles {
    margin-bottom: 4em;
    padding-top: 4em;
}

.wrapper.style2 .profile {
    margin-bottom: 2em;
    text-align: left;
}

.wrapper.style2 .profile img,
.wrapper.style1 .profile img {
    margin-bottom: 1em;
}

.wrapper.style2 .profile h4,
.wrapper.style1 .profile h4 {
    margin-bottom: 0;
    margin-top: 1em;
}

.wrapper.style3 {
    background-color: #3cadd4;
    color: #ffffff;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 p {
    color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
    background-color: #fff;
    color: #444;
}

.wrapper .profile img {
    border-radius: 4px;
    height: 160px;
}

.wrapper .features {
    margin-bottom: 4em;
}

.wrapper.custom_color {
    padding: 4em 2em;
}

/* Container */
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;
}

/* Navigation */
#nav_wrapper {
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10001;
    transition: all 0.5s ease-in-out;
}

#nav_wrapper.hidden {
    left: -340px;
    pointer-events: none;
}

#nav_show_wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10001;
    padding: 10px;
}

#nav-content {
    list-style: none;
    font-size: 1.2em;
    font-weight: 300;
    pointer-events: all;
    width: 280px;
    background-color: #282828;
    position: absolute;
    padding: 15px 15px 4em 15px;
    border-radius: 10px;
    top: 20px;
    left: 20px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

#nav-content .button {
    height: 1.9em;
    line-height: 2em;
    text-indent: 0;
    padding: 0;
    width: calc(100% - 20px);
}

.nav_title {
    font-weight: 700;
    color: #e4e4e4;
}

li.nav_title {
    margin-left: -1em;
}

#menu-hide {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

#menu-hide:hover {
    opacity: 1;
    transform: scale(1.1);
    transform: rotate(-90deg);
    cursor: pointer;
}

#menu-hide:before,
#menu-hide:after {
    position: absolute;
    left: 10px;
    top: 4px;
    content: "";
    height: 16px;
    width: 4px;
    background-color: #d3d3d3;
}

#menu-hide:before {
    transform: rotate(45deg);
}

#menu-hide:after {
    transform: rotate(-45deg);
}

#menu-show {
    position: sticky;
    display: block;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    height: 10px;
    width: 20px;
}

#menu-show-button {
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    top: 11px;
    left: 15px;
    width: 20px;
    height: 2px;
    border-bottom: 2px solid #fff;
}

#menu-show-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 8px;
    border-bottom: 2px solid #fff;
}

#menu-show-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 14px;
    border-bottom: 2px solid #fff;
}

#nav-content ul {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
    width: 100%;
}

#nav-content li {
    text-indent: 2em;
    margin: 0.25em 0;
}

#nav-content li.title {
    margin-bottom: 2em;
    text-indent: 0.5em;
}

#nav-content a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #e4e4e4 !important;
    border-radius: 4px;
}

#nav-content li.title a:hover {
    background-color: transparent !important;
}

#nav-content a:hover {
    transition: all 150ms ease;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#nav-content a.active {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2) !important;
    pointer-events: none;
}

#nav-content a.active::after {
    content: "●";
    position: absolute;
    left: -1em;
}

/* Footer */
#footer {
    background: #383b43;
    padding: 2em 0 0 0;
}

#footer div.row {
    margin-bottom: 0;
}

#footer .links {
    margin: 2em 0;
    padding-bottom: 1em;
    color: #e4e4e4;
}

#footer .links h3 {
    color: #e4e4e4;
}

#footer .copyright {
    padding: 2em 0;
    text-align: left;
    position: relative;
}

#footer .copyright::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    border-top: 1px solid rgba(144, 144, 144, 0.25);
}

#footer .copyright li {
    color: #858585;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-left: 0.1em;
    padding-left: 0.1em;
}

#footer .copyright li:last-child {
    float: right;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover {
    font-weight: bold;
    color: #fff !important;
}

#footer a.icon {
    color: #ffffff;
    font-size: 2em;
    cursor: pointer;
    vertical-align: middle;
}

#footer section {
    text-align: left;
}

#footer .links li {
    line-height: 80%;
    font-size: 80%;
}

#footer .links li a {
    line-height: 110%;
}

#footer .links li a:hover {
    text-decoration: underline;
}

#footer .links p {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 80%;
    line-height: 110%;
}

.wrapper footer {
    padding-top: 2em;
    margin: 0 16em;
}

.wrapper footer.purchase {
    padding: 3em 2.5em;
    margin: 2em;
    border-radius: 10px;
    display: inline-grid;
    gap: 0;
    text-align: left;
    align-items: center;
    align-content: center;
    max-width: 600px;
    position: relative;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
    grid-template-columns: 120px 1fr;
}

.wrapper footer.purchase::after {
    content: "\f005";
    font: var(--fa-font-solid);
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.3);
}

.wrapper.style1 footer.purchase {
    background-color: #fff;
}

.wrapper.style2 footer.purchase {
    background-color: rgba(0, 0, 0, 0.05);
}

footer.purchase h2 {
    text-align: left;
    font-weight: 800;
    grid-area: 1 / 1 / 2 / 2;
    grid-column: span 2;
    margin-bottom: 0.5em;
    display: none;
}

footer.purchase .appicon {
    grid-area: 2 / 1 / 3 / 2;
}

footer.purchase div:not(.appicon) {
    grid-area: 2 / 2 / 3 / 3;
    margin-left: 1em;
    margin-bottom: 0;
}

footer.purchase div p.try_it {
    font-style: oblique;
    margin: 0;
}

footer.purchase ul.actions {
    grid-area: 3 / 1 / 4 / 2;
    grid-column: span 2;
    margin-top: 1em;
}

footer#footer .icon:hover {
    opacity: 0.6;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* screens */
.screen_container {
    width: 262px;
    margin: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
}

.screen_container img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    margin-right: 0;
}

.screen_container img:hover {
    transform: scale(1.05, 1.05);
}

/* icon */
.appicon_big {
    height: 250px;
    margin-top: -2em;
}

.appicon {
    height: 120px;
}

.appicon img,
.appicon_big img {
    height: 100%;
}

.icon_header {
    margin-bottom: 0.2em;
    font-size: 45px;
}

.main {
    font-size: 1.3em;
    white-space: nowrap;
    margin-bottom: 1em;
}

.icon::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    text-transform: none !important;
}

/* misc */
.info {
    padding: 2em !important;
    width: 180px;
}

.tech_info {
    text-align: left;
    margin-bottom: 1em;
}

.tech_info a {
    text-decoration: underline;
}

.tech_info li a,
.tech_info li a:hover,
.tech_info li a:visited,
.tech_info li a:link {
    font-weight: bold;
    text-decoration: underline !important;
}

.profile_text {
    text-align: center;
}

.profile_text p {
    margin-bottom: 0;
}

div.row {
    margin-bottom: 2em;
}

.questions div.row,
.features div.row {
    gap: 2em;
}

.questions div.row > div,
.features div.row > div {
    flex-grow: 1;
    flex-basis: 0;
}

.box a {
    color: #429c46 !important;
}

/* reviews */
#reviews ~ div,
#helper ~ div,
#screens ~ section div.row {
    padding: 0 6em;
}

#reviews ~ div .profile h3,
#reviews ~ div .profile h4 {
    margin: 0;
}

#reviews ~ div .profile h5 {
    margin-bottom: 2em;
}

#reviews ~ .row .profile {
    margin-bottom: 2em;
    text-align: left;
}

.review_info {
    text-align: center;
    white-space: nowrap;
}

.review_info i {
    font-size: 35px;
}

.review_info a {
    margin-top: -5px;
}

.review_info img,
.review_info div {
    height: 35px;
    position: relative;
    left: 0;
    top: 5px;
    margin: -5px 5px 0 0;
}

.review_info h2 {
    margin-bottom: 0.3em;
    height: 40px;
}

.review_info h2 a:hover {
    text-decoration: none;
}

.apple_icon {
    height: 35px;
    width: 35px;
    background-size: 29px !important;
    background: url(https://sweetpproductions.com/common/img/apple_logo_dark.png)
        no-repeat;
    display: inline-block;
}

.pad_top {
    margin-top: 2em;
    padding-top: 2em !important;
}

.pad_bottom {
    padding-bottom: 2em !important;
}

@media screen and (max-width: 1305px) {
    .container {
        width: auto !important;
        padding: 0 2em;
    }

    .wrapper {
        padding: 4em 0em 2em;
    }

    #footer {
        padding: 4em 4em 1em 4em;
    }

    #footer a.icon {
        font-size: 1.5em;
    }

    .wrapper footer {
        margin: 0 2em;
    }

    #footer section div.row {
        flex-direction: row;
        margin: 0;
    }

    #footer .links {
        padding-left: 0;
        padding-right: 0;
    }

    .info {
        width: 100%;
    }

    section.box.info {
        width: auto;
    }
}

@media screen and (max-width: 1260px) {
    .container {
        width: 900px;
    }

    .wrapper footer {
        margin: 0 8em;
    }

    .questions div.row > div,
    .features div.row > div {
        padding: 0;
    }
}

@media screen and (max-width: 1040px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }

    .container {
        width: auto !important;
        padding: 0 2em;
    }

    .wrapper {
        padding: 4em 0em 2em;
    }

    #footer {
        padding: 4em 4em 1em 4em;
    }

    #footer a.icon {
        font-size: 1.5em;
    }

    .wrapper footer {
        margin: 0 2em;
    }

    section div.row {
        flex-direction: column;
    }

    #footer section div.row {
        flex-direction: row;
        margin: 0;
    }

    #footer .links {
        padding-left: 0;
        padding-right: 0;
    }

    .info {
        width: 100%;
    }

    section.box.info {
        width: auto;
    }
}

@media screen and (max-width: 820px) {
    #footer .copyright li {
        display: block;
        text-align: center;
    }

    #footer .copyright li:last-child {
        float: none;
    }
}

@media screen and (max-width: 780px) {
    .wrapper footer {
        margin: 0 !important;
    }

    .wrapper.custom_color {
        padding: 2em;
    }

    section.box div {
        margin: 0;
    }

    section.profile {
        margin: 0;
    }

    #footer section div.row {
        flex-direction: column !important;
        margin: 0 !important;
        justify-content: center;
    }
}

@media screen and (max-width: 720px) {
    .wrapper .box.support,
    .wrapper .box.upgrade {
        margin: 2em 0;
    }

    .wrapper footer.purchase {
        padding: 2em 2em 1em;
    }

    .wrapper footer.purchase ul.actions {
        width: calc(100% + 4em);
        margin-left: -2em;
        scale: 0.85;
        gap: 0.85;
    }

    #reviews ~ div,
    #helper ~ div,
    #screens ~ section div.row,
    #screens ~ section {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    #banner h2 span {
        bottom: -0.7em;
    }

    .appicon_big {
        margin-top: -3em;
    }

    .mas_button {
        margin: 0;
    }

    #banner h2 {
        font-size: 2.5em;
    }

    section,
    section.box div {
        padding: 0;
    }

    #nav-content a.active::after {
        scale: 0.5;
    }

    #footer {
        padding: 2em 0em 1em 0 !important;
    }

    .row {
        margin: 0 !important;
    }

    .wrapper footer.purchase * {
        margin: 0;
    }

    .wrapper footer.purchase {
        padding: 2em;
        grid-template-columns: initial;
    }

    .wrapper footer.purchase p:not(.try_it) {
        margin-bottom: 1em;
    }

    .wrapper footer.purchase div.appicon {
        grid-area: 1 / 1 / 2 / 2;
        margin-left: -1em;
    }

    .wrapper footer.purchase h2 {
        line-height: initial;
        grid-area: 2 / 1 / 3 / 2;
        margin-bottom: 1em;
    }

    .wrapper footer.purchase div {
        grid-area: 3 / 1 / 4 / 2;
        margin-bottom: 1em;
    }

    .wrapper footer.purchase ul.actions {
        grid-area: 4 / 1 / 5 / 2;
    }

    .wrapper.custom_color.special_footer .container:last-of-type {
        padding: 0;
    }
}

@media screen and (min-width: 401px) and (max-width: 480px) {
    #header h1 {
        font-size: 23px;
    }
}

@media screen and (max-width: 430px) {
    footer.purchase div p.try_it {
        display: inline;
    }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
    #header h1 {
        font-size: 19px;
    }
}

@media screen and (max-width: 320px) {
    #header h1 {
        font-size: 15px;
    }

    .button {
        font-size: 1.1em !important;
    }
}

@media (prefers-color-scheme: dark) {
    html,
    body,
    .wrapper.style1 {
        background-color: #232323 !important;
        color: #e4e4e4;
        background-image: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.05) 100%
        );
    }

    .wrapper footer.purchase {
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
    }

    .wrapper footer.purchase::after {
        color: rgba(255, 255, 255, 0.3);
    }

    section.profile,
    .wrapper.style2 footer.purchase {
        background-color: rgba(255, 255, 255, 0.03);
    }

    .style1 section.profile,
    .wrapper.style1 footer.purchase {
        background-color: rgba(255, 255, 255, 0.1);
    }

    section.support::after {
        border-top: none;
    }

    .wrapper.style1 .box,
    .wrapper.style1 .box.info,
    .wrapper.style1 .box.support,
    .wrapper.style2 .box {
        background-color: #171717;
    }

    .wrapper.style2 {
        background-color: #1e1e1e;
    }

    #footer {
        background: #1e1e1e;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .icon_header {
        color: #e4e4e4 !important;
    }

    img {
        filter: grayscale(30%);
    }

    #menu-show {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .apple_icon {
        background: url(https://sweetpproductions.com/common/img/apple_logo_light.png)
            no-repeat;
    }
}
