.product-top {display:flex;flex-direction:column-reverse;}.product-top.column {flex-direction:column;}@media only screen and (min-width:850px) {.product-top {flex-direction:row;}}.product-top .product-top-screenshot {flex:3;margin-top:2em;}@media only screen and (min-width:850px) {.product-top .product-top-screenshot {margin:0;}}.product-top .product-top-info {flex:2;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;}.product-top .product-top-info .icon-container-row {text-align:center;margin:1em;}.product-top .product-top-info .icon-container-row .icon-container {display:inline-block;padding:15px;background-color:#25252e;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;}.product-top .product-top-info .icon-container-row .icon-container.light {background-color:#666666;}.product-top .product-top-info .icon-container-row .icon-container.white {background-color:white;border:1px solid rgba(0,0,0,0.2);}.product-top .product-top-info .product-description {margin-top:0.75em;margin-bottom:1.25em;}.product-top .product-top-info .download-container-inner-beta {font-size:0.9em;margin:2em 1em 0;padding:2em 0 2em;background:rgba(255,255,255,0.05);}.product-top .product-top-info .download-container-inner-beta .product-download-button-row .product-download-button {background-color:#fb7832;}.product-top .product-top-info .download-container-inner-beta .beta-block {padding:1em 1em 0;font-size:0.9em;}.product-top .product-top-info .product-download-button-row {text-align:center;}.product-top .product-top-info .product-download-button-row .product-download-button {display:inline-block;background-color:#43a047;font-weight:700;padding:1.5em 3.75em;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;color:white;}.product-top .product-top-info .product-version-info {margin-top:1em;font-size:0.8em;line-height:1.5em;}.product-links {color:#828291;text-align:center;font-size:0.9em;}.product-links div.divider {background:radial-gradient(circle at 50% 50%,#202024 0%,#202024 100%);height:1px;margin:1em 0;}@media only screen and (min-width:850px) {.product-links {margin-top:3em;}}.product-features-container {text-align:center;}.product-premium-features,.product-features {display:flex;flex-wrap:wrap;}.product-feature {flex:1;display:inline-block;margin:1em 1em;}@media only screen and (min-width:850px) {.product-feature {min-width:15%;margin:2em 3em;}}.product-feature[href] {transition:transform 0.1s;}.product-feature[href]:hover {text-decoration:none;transform:scale(1.1);}.product-feature[href]:hover > .product-feature-name {text-decoration:underline;}.product-feature .product-feature-icon {background:#f6f6f6;width:6em;height:6em;display:flex;align-items:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;position:relative;margin:0 auto 1em;}@media only screen and (min-width:850px) {.product-feature .product-feature-icon {width:9em;height:9em;}}.product-feature .product-feature-icon .product-feature-icon-holder {max-width:60%;min-height:50%;background-position:center;background-size:contain;background-repeat:no-repeat;margin:0em auto;flex:1;}.product-premium-features .product-feature .product-feature-icon .product-feature-icon-holder {max-width:45%;height:calc(100% - 3em);margin:0em auto 0.5em;}.product-feature .product-feature-icon .product-feature-badge-text {position:absolute;bottom:-0.25em;width:100%;}.product-feature .product-feature-icon .product-feature-badge-text span {padding:0.5em 1em;display:inline-block;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;-o-border-radius:24px;font-size:0.8em;}.product-feature .product-feature-icon .product-feature-badge-text-premium span {background:linear-gradient(122deg,#ffb606,#ff8706);color:white;font-weight:bold;}.product-feature .product-feature-icon .product-feature-badge-text-free span {background:white;color:#43a047;font-weight:bold;outline:2px solid;}.product-feature .product-feature-name {font-size:1em;font-weight:700;}.product-premium-features .product-feature .product-feature-name {font-size:1.25em;}.product-feature .product-feature-description {margin-top:0.25em;font-size:0.95em;color:#666666;}.video-container {text-align:center;margin:3em 3em 0;}@media only screen and (min-width:850px) {.video-container {margin-bottom:3em;}}.video-container iframe {width:343px;height:193px;}@media only screen and (min-width:850px) {.video-container iframe {width:800px;height:450px;}}.pricing-options {display:flex;justify-content:center;margin-top:2em;flex-direction:column;}@media only screen and (min-width:850px) {.pricing-options {flex-direction:row;}}.pricing-options .pricing-option {flex:1;max-width:20em;background:#1e1e25;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-o-border-radius:2em;position:relative;margin:0em 1em 1em;}@media only screen and (min-width:850px) {.pricing-options .pricing-option {margin:0em 2em;}}.pricing-options .pricing-option .pricing-option-title {text-align:center;font-size:1.5em;font-weight:600;margin:1.5em 1.5em 1em;}.pricing-options .pricing-option .pricing-option-required {background-image:url('/Content/Images/required.svg');position:absolute;background-repeat:no-repeat;color:#81540a;height:3em;width:6em;padding:0.75em 0.5em;text-transform:uppercase;font-weight:600;font-size:0.8em;top:-0.333em;right:2em;}.pricing-options .pricing-option .pricing-option-description {color:#828291;line-height:2em;text-align:center;margin:1.5em;min-height:6em;}.pricing-options .pricing-option .pricing-option-description ul {text-align:left;}.pricing-options .pricing-option .pricing-prices {background:#27272f;display:flex;padding:0.5em 0em;}.pricing-options .pricing-option .pricing-prices .pricing-price {flex:1;}.pricing-options .pricing-option .pricing-prices .pricing-price:not(:first-child) {border-left:1px solid rgba(130,130,145,0.25);}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-best-value {background-image:url(/Content/Images/best-value.svg);background-repeat:no-repeat;text-align:right;background-position:right;font-size:0.8em;text-transform:uppercase;padding:0.5em 0.25em;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-best-value.hidden {visibility:hidden;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-best-value.short {padding-right:1em;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-currency {color:#828291;text-align:center;margin-top:0.25em;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-amount {text-align:center;margin-bottom:1em;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-amount .pricing-price-amount-value {font-size:2em;font-weight:600;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-amount .pricing-price-amount-old-value {display:block;text-decoration:line-through;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-amount .pricing-price-amount-period {color:#828291;display:block;}.pricing-options .pricing-option .pricing-prices .pricing-price .pricing-price-info {margin:1em;text-align:center;font-weight:700;}.pricing-options .pricing-option .pricing-purchase-container {padding:2em 3em;text-align:center;}.pricing-options .pricing-option .pricing-purchase-container .pricing-purchase-button {font-weight:600;padding:1em 2em;border-radius:0.25em;-webkit-border-radius:0.25em;-moz-border-radius:0.25em;-o-border-radius:0.25em;background-color:#fb7832;display:inline-block;color:white;border:0;cursor:pointer;font-size:inherit;font-family:inherit;text-transform:uppercase;display:block;}.pricing-options .pricing-option .pricing-purchase-container .pricing-purchase-button:not(:last-child) {margin-bottom:1em;}.pricing-options .pricing-option .pricing-one-time-payment-option {color:#828291;font-size:0.8em;text-align:center;margin:0 1em 3em;}.pricing-options .pricing-option .pricing-one-time-payment-option .pricing-one-time-payment-option-old-amount {font-size:0.9em;text-decoration:line-through;}.screenshot-carousel {height:450px;position:relative;width:100%;overflow:hidden;}.screenshot-carousel .screenshot-carousel-inner {width:100%;transform:translateX(50%);}.screenshot-carousel .screenshot-carousel-nav {height:100%;width:100%;position:absolute;display:flex;padding:0em 1em;}.screenshot-carousel .screenshot-carousel-nav .screenshot-carousel-nav-inner {margin:auto;max-width:975px;position:relative;flex:1;height:96px;}.screenshot-carousel .screenshot-carousel-nav .screenshot-carousel-left {position:absolute;left:0;width:80px;height:80px;opacity:0.5;z-index:2;transition:opacity 0.5s;cursor:pointer;}.screenshot-carousel .screenshot-carousel-nav .screenshot-carousel-right {position:absolute;right:0;width:80px;height:80px;opacity:0.5;z-index:2;transition:opacity 0.5s;cursor:pointer;}.screenshot-carousel.first .screenshot-carousel-left,.screenshot-carousel.last .screenshot-carousel-right {opacity:0;cursor:default;}.screenshot-carousel .carousel-screenshot {height:450px;max-width:900px;width:90%;background-size:contain;position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-position:center;transition:transform 0.5s,opacity 0.5s;transform:translateX(0%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(-3) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(-2) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(-1) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(0) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(1) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(2) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="0"] .carousel-screenshot:nth-child(3) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(-2) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(-1) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(0) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(1) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(2) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(3) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="1"] .carousel-screenshot:nth-child(4) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(-1) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(0) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(1) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(2) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(3) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(4) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="2"] .carousel-screenshot:nth-child(5) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(0) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(1) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(2) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(3) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(4) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(5) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="3"] .carousel-screenshot:nth-child(6) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(1) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(2) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(3) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(4) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(5) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(6) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="4"] .carousel-screenshot:nth-child(7) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(2) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(3) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(4) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(5) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(6) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(7) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="5"] .carousel-screenshot:nth-child(8) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(3) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(4) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(5) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(6) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(7) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(8) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="6"] .carousel-screenshot:nth-child(9) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(4) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(5) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(6) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(7) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(8) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(9) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="7"] .carousel-screenshot:nth-child(10) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(5) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(6) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(7) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(8) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(9) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(10) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="8"] .carousel-screenshot:nth-child(11) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(6) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(7) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(8) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(9) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(10) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(11) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="9"] .carousel-screenshot:nth-child(12) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(7) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(8) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(9) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(10) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(11) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(12) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="10"] .carousel-screenshot:nth-child(13) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(8) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(9) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(10) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(11) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(12) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(13) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="11"] .carousel-screenshot:nth-child(14) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(9) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(10) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(11) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(12) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(13) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(14) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="12"] .carousel-screenshot:nth-child(15) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(10) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(11) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(12) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(13) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(14) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(15) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="13"] .carousel-screenshot:nth-child(16) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(11) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(12) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(13) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(14) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(15) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(16) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="14"] .carousel-screenshot:nth-child(17) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(12) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(13) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(14) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(15) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(16) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(17) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="15"] .carousel-screenshot:nth-child(18) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(13) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(14) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(15) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(16) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(17) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(18) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="16"] .carousel-screenshot:nth-child(19) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(14) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(15) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(16) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(17) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(18) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(19) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="17"] .carousel-screenshot:nth-child(20) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(15) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(16) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(17) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(18) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(19) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(20) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="18"] .carousel-screenshot:nth-child(21) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(16) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(17) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(18) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(19) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(20) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(21) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="19"] .carousel-screenshot:nth-child(22) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(17) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(18) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(19) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(20) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(21) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(22) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="20"] .carousel-screenshot:nth-child(23) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(18) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(19) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(20) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(21) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(22) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(23) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="21"] .carousel-screenshot:nth-child(24) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(19) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(20) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(21) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(22) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(23) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(24) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="22"] .carousel-screenshot:nth-child(25) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(20) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(21) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(22) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(23) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(24) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(25) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="23"] .carousel-screenshot:nth-child(26) {transform:translateX(220%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(21) {transform:translateX(-320%) scale(0);opacity:0;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(22) {transform:translateX(-230%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(23) {transform:translateX(-140%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(24) {transform:translateX(-50%) scale(1);opacity:1;z-index:1;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(25) {transform:translateX(40%) scale(0.75);opacity:0.5;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(26) {transform:translateX(130%) scale(0.5);opacity:0.25;}.screenshot-carousel[screenshot-number="24"] .carousel-screenshot:nth-child(27) {transform:translateX(220%) scale(0);opacity:0;}.quotes-container {max-width:1400px;width:100%;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;}.quote-container {flex:1;border-radius:4px 10px 10px 10px;-webkit-border-radius:4px 10px 10px 10px;-moz-border-radius:4px 10px 10px 10px;-o-border-radius:4px 10px 10px 10px;background-color:#f6f6f6;background-image:url('/Content/Images/quote.svg');padding:5.5em 1.5em 1.5em;background-position:1.5em 1.5em;background-size:3em;background-repeat:no-repeat;min-width:17em;max-width:30em;width:100%;margin:1em;}.quote-container .quote-text {color:#666666;}.quote-container .quote-name {color:black;text-align:right;font-weight:600;margin-top:1em;}.product-links a[href] {color:inherit;}.change-log-version {margin-bottom:3em;}.change-log-version h3 {text-align:left;}.documentation-selection ul {list-style-type:none;margin-left:0;}.eula {white-space:pre-line;margin:1em 2em;font-family:monospace;line-height:1.5em;}.download-windows-required {display:none;font-weight:bold;text-align:center;padding:2em;}.download-windows-required .download-anyway-link {display:block;}.horizontal-flex {display:flex;flex-direction:column;}@media only screen and (min-width:850px) {.horizontal-flex {flex-direction:row;}}.live365-banner,.hosting-banner {flex:1;display:flex;flex-direction:column;padding:1em;margin:0.5em;border:1px dotted silver;align-items:center;justify-content:center;}@media only screen and (min-width:850px) {.live365-banner,.hosting-banner {flex-direction:row;}}.live365-banner img,.hosting-banner img,.live365-banner svg,.hosting-banner svg {max-height:100px;max-width:100%;}.live365-banner .banner-text,.hosting-banner .banner-text {margin:2em 2em;font-size:1em;}@media only screen and (min-width:850px) {.live365-banner .banner-text,.hosting-banner .banner-text {margin:2em 2em;font-size:1.1em;}}@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');* {box-sizing:border-box;}body {font-family:'Inter',sans-serif;background:#ffffff;font-size:1rem;margin:0;padding:0;}body.compact {font-size:16px;}a[href] {color:#fb7832;text-decoration:none;}a[href]:hover {text-decoration:underline;}h1 a[href],h2 a[href],h3 a[href] {color:inherit;}a[href].no-wrap {white-space:nowrap;}.no-wrap {white-space:nowrap;}p {font-weight:400;line-height:1.5em;margin:1em 0;}h1 {font-size:3rem;text-align:center;margin:0em;}h2 {font-size:2rem;margin:0.5em 0em;text-align:center;}h3 {font-size:1.5rem;margin:0.5em 0em;text-align:center;}.container {max-width:1400px;width:100%;margin-left:auto;margin-right:auto;}.compact .updented .container,.ngdialog-content .updented .container {top:0em;padding:1em;box-shadow:none;}.updented .container {position:relative;top:-2em;padding:2em;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-o-border-radius:1em;box-shadow:0px 0px 20px rgba(0,0,0,0.2);}.updented .container.narrow {max-width:750px;}.updented .container.mid-narrow {max-width:900px;}.updented .container.wide {max-width:1920px;}.updented .container.dark {background:#0f0e13;color:white;}.updented .container.dark h2,.updented .container.dark h3,.updented .container.dark h4 {color:white;}.updented .container.dark p {color:#b9b9ba;}.updented .container.light {background:#f6f6f6;color:#333333;}.updented .container.very-light {background:white;color:#333333;}.updented .container h2,.updented .container h3,.updented .container h4 {text-align:left;}.flex-container {max-width:1400px;width:100%;margin-left:auto;margin-right:auto;display:flex;}.compact .updented .flex-container,.ngdialog-content .updented .flex-container {top:0em;padding:1em;box-shadow:none;}.updented .flex-container {position:relative;top:-2em;padding:2em;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-o-border-radius:1em;box-shadow:0px 0px 20px rgba(0,0,0,0.2);}.updented .flex-container.narrow {max-width:750px;}.updented .flex-container.mid-narrow {max-width:900px;}.updented .flex-container.wide {max-width:1920px;}.updented .flex-container.dark {background:#0f0e13;color:white;}.updented .flex-container.dark h2,.updented .flex-container.dark h3,.updented .flex-container.dark h4 {color:white;}.updented .flex-container.dark p {color:#b9b9ba;}.updented .flex-container.light {background:#f6f6f6;color:#333333;}.updented .flex-container.very-light {background:white;color:#333333;}.updented .flex-container h2,.updented .flex-container h3,.updented .flex-container h4 {text-align:left;}.header-container {max-width:1200px;width:100%;margin-left:auto;margin-right:auto;}.header-container p {font-weight:300;text-align:center;}.section {padding:50px 1em;}.section.no-padding {padding:50px 0em;}.section.no-padding-top {padding:0em;border-top:8px solid silver;}.section.updented {padding-top:0;padding-bottom:0;}.compact .section.updented,.ngdialog-content .section.updented {padding:0em 0em;}div.light-section {padding:50px 1em;background:#f6f6f6;color:#333333;}div.light-section.no-padding {padding:50px 0em;}div.light-section.no-padding-top {padding:0em;border-top:8px solid silver;}div.light-section.updented {padding-top:0;padding-bottom:0;}.compact div.light-section.updented,.ngdialog-content div.light-section.updented {padding:0em 0em;}div.very-light-section {padding:50px 1em;background:white;color:#333333;}div.very-light-section.no-padding {padding:50px 0em;}div.very-light-section.no-padding-top {padding:0em;border-top:8px solid silver;}div.very-light-section.updented {padding-top:0;padding-bottom:0;}.compact div.very-light-section.updented,.ngdialog-content div.very-light-section.updented {padding:0em 0em;}div.dark-section {padding:50px 1em;background:#0f0e13;color:white;}div.dark-section.no-padding {padding:50px 0em;}div.dark-section.no-padding-top {padding:0em;border-top:8px solid silver;}div.dark-section.updented {padding-top:0;padding-bottom:0;}.compact div.dark-section.updented,.ngdialog-content div.dark-section.updented {padding:0em 0em;}div.dark-section h2,div.dark-section h3,div.dark-section h4 {color:white;}div.dark-section p {color:#b9b9ba;}.centered {text-align:center;}#footer {font-size:0.8em;}#footer a[href] {color:black;}.footer-links {display:flex;}.footer-links #terms-links {margin-bottom:0em;flex:1;}.footer-links #social-links {margin-bottom:0em;flex:1;text-align:right;}.footer-links #social-links img {width:2em;}#keywords,#copyright {text-align:center;}#keywords a {display:inline-block;}#header {min-height:100px;background:radial-gradient(circle at 25% 25%,#1f1b2f 0%,#0e0e12 25%);color:white;}#header .top-container {min-height:100px;display:flex;flex-direction:column;}@media only screen and (min-width:850px) {#header .top-container {flex-direction:row;}}#header .top-container .header-logo {margin:0.5em 1em 1em;flex:0;}#header .top-container .header-logo img {height:4em;width:100%;}@media only screen and (min-width:850px) {#header .top-container .header-logo img {width:33em;}}#header .top-container .header-links-container {flex:1 0;align-items:center;justify-content:center;display:flex;flex-direction:column;margin:0em 1em;}@media only screen and (min-width:850px) {}#header .top-container .header-links {display:flex;flex-wrap:wrap;align-self:flex-end;justify-content:center;gap:0 1.3em;}#header .top-container .header-links > a[href],#header .top-container .header-links > span {font-size:1rem;margin:0.5em 0em;}@media only screen and (min-width:850px) {#header .top-container .header-links > a[href],#header .top-container .header-links > span {flex:none;}}#header .top-container .header-links a[href] {color:white;font-weight:300;text-decoration:none;}#header .top-container .header-links a[href].current,#header .top-container .header-links a[href]:hover {color:#fb7832;}#header .top-container .header-links span {color:rgba(255,255,255,0.3);font-weight:400;}#header .top-container .header-links a[href]:last-child,#header .top-container .header-links span:last-child {margin-right:0em;}#header .screenshot {width:100%;max-width:950px;}.screenshot {image-rendering:-webkit-optimize-contrast;}.home-contact-row {display:flex;flex-wrap:wrap;width:100%;max-width:1000px;margin:auto;}.home-contact-row .dark-icon {display:none;}.dark-section .home-contact-row .dark-icon {display:inline-block;}.home-contact-row .light-icon {display:none;}.light .home-contact-row .light-icon {display:inline-block;}.home-contact-item {flex:1;display:flex;padding:1em;}.home-contact-item a {color:inherit;}.home-contact-text-container {display:flex;flex-direction:column;justify-content:center;padding:1em;}.home-contact-label {color:#b9b9ba;font-size:0.9em;padding-bottom:0.2em;text-align:left;}.light .home-contact-label {color:#666666;}@media only screen and (min-width:850px) {.home-contact-label {white-space:nowrap;}}.home-contact-value {white-space:nowrap;}table.padded {margin:1em;}table.padded th {text-align:left;}table.padded td,table.padded th {padding:0 0.25em;}.playit-btn,a.playit-btn[href] {font-weight:600;padding:1em 2em;border-radius:0.25em;-webkit-border-radius:0.25em;-moz-border-radius:0.25em;-o-border-radius:0.25em;background-color:#fb7832;display:inline-block;color:white;border:0;cursor:pointer;font-size:inherit;font-family:inherit;padding:0.5em 1em;}.playit-btn.green,a.playit-btn[href].green {background-color:#43a047;}.playit-btn.danger,a.playit-btn[href].danger {background-color:#c01111;}.warning-message {list-style:none;margin-left:0;color:#856404;background-color:#fff3cd;border-color:#ffeeba;padding:1em;border-radius:0.25em;-webkit-border-radius:0.25em;-moz-border-radius:0.25em;-o-border-radius:0.25em;}.error-message {list-style:none;margin-left:0;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:1em;border-radius:0.25em;-webkit-border-radius:0.25em;-moz-border-radius:0.25em;-o-border-radius:0.25em;}.success-message {list-style:none;margin-left:0;color:#3c763d;background-color:#dff0d8;border:1px solid #d6e9c6;padding:1em;border-radius:0.25em;-webkit-border-radius:0.25em;-moz-border-radius:0.25em;-o-border-radius:0.25em;margin:0.5em;}.clear {clear:both;}.dynamic-log-in-popup {display:none;position:fixed;width:100%;max-width:450px;z-index:100;box-shadow:0px 0px 20px rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.2);}.popup-close-button {display:none;cursor:pointer;float:right;}.popup-heading {display:none;}.popup .popup-heading {display:block;}.popup .popup-close-button {display:block;}.home-support-container {display:flex;flex-direction:column;}@media only screen and (min-width:850px) {.home-support-container {flex-direction:row;}}.home-support-item-container {flex:1;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-o-border-radius:1em;background-color:#f6f6f6;text-align:center;padding:2em;margin:2em;}.home-support-item-container a {white-space:nowrap;}.powered-by-badge-grid {grid-template-columns:100%;grid-template-rows:auto;display:grid;}@media only screen and (min-width:850px) {.powered-by-badge-grid {grid-template-columns:50% 50%;}}.powered-by-badge-grid p {text-align:center;}#pmo {position:sticky;top:0;left:0;right:0;font-size:1.5em;padding:0.5em;background-color:#0e0e12;color:white;text-align:center;z-index:1000;border-bottom:4px solid #c0c0c050;}#pmo-countdown {font-family:'Fira Mono',monospace;}.article-container {max-width:1400px;width:100%;margin-left:auto;margin-right:auto;max-width:1200px;}.compact .updented .article-container,.ngdialog-content .updented .article-container {top:0em;padding:1em;box-shadow:none;}.updented .article-container {position:relative;top:-2em;padding:2em;border-radius:1em;-webkit-border-radius:1em;-moz-border-radius:1em;-o-border-radius:1em;box-shadow:0px 0px 20px rgba(0,0,0,0.2);}.updented .article-container.narrow {max-width:750px;}.updented .article-container.mid-narrow {max-width:900px;}.updented .article-container.wide {max-width:1920px;}.updented .article-container.dark {background:#0f0e13;color:white;}.updented .article-container.dark h2,.updented .article-container.dark h3,.updented .article-container.dark h4 {color:white;}.updented .article-container.dark p {color:#b9b9ba;}.updented .article-container.light {background:#f6f6f6;color:#333333;}.updented .article-container.very-light {background:white;color:#333333;}.updented .article-container h2,.updented .article-container h3,.updented .article-container h4 {text-align:left;}.article-container .article-inner {padding:2em;border-left:1px solid silver;border-right:1px solid silver;}.article-container .article-inner .article-entry h3 {text-align:left;}.article-container .article-inner .article-main .article-theme {font-weight:bold;font-size:1.3em;}.article-container .article-inner .article-main .article-flex {display:flex;flex-direction:column-reverse;}@media only screen and (min-width:850px) {.article-container .article-inner .article-main .article-flex {flex-direction:row;}}.article-container .article-inner .article-main .article-author {text-align:center;}.article-container .article-inner .article-main .article-author img {width:7em;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;}.article-container .article-inner .article-main .article-flex > .article-author {display:none;}@media only screen and (min-width:850px) {.article-container .article-inner .article-main .article-flex > .article-author {display:block;flex:0 0 15em;padding:1.4em 2em 0 0em;}}.article-container .article-inner .article-main .article-content > .article-author {display:block;}@media only screen and (min-width:850px) {.article-container .article-inner .article-main .article-content > .article-author {display:none;}}.article-container .article-inner .article-main .article-content .article-title {text-align:left;font-size:2rem;}.article-container .article-inner .article-main .article-content img {max-width:100%;}.article-container .article-inner .article-main .article-content .article-centered-image {box-shadow:rgba(0,0,0,0.5) 5px 5px 10px;margin-left:auto;margin-right:auto;display:block;}.no-wrap {white-space:nowrap;}.warning {background-color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;box-shadow:none;line-height:1.43;letter-spacing:0.01071em;background-color:rgb(255,244,229);display:flex;padding:6px 16px;color:rgb(102,60,0);}