//disable_direct_params=true
(function () {
function addCss(style) {
let css = document.createElement("style");
css.appendChild(document.createTextNode(style));
document.getElementsByTagName("head")[0].appendChild(css);
}
const placementAppend = {"rows":"2","columns":"3","mobile_limit":"12","custom_preferences":"on","text_font_size":"","background_color":"#ffffff","background_hover_color":"#ffffff","text_color":"#000000","branding_text_color":"#000000","branding_hover_text_color":"#e53d09","button_color":"#f0f0f0","button_text_color":"#000000","button_hover_color":"#e53d09","button_text_hover_color":"#ffffff"};
const rows = placementAppend.rows;
const columns = placementAppend.columns;
const mobileLimit = placementAppend.mobile_limit;
const colors = {
backrgound: placementAppend.background_color ?? "#f7f7f5",
backgroundHover: placementAppend.background_hover_color ?? "#3d74c7",
text: placementAppend.text_color ?? "#000",
encodedUriText: placementAppend.text_color ? encodeURIComponent(placementAppend.text_color) : encodeURIComponent("#000"),
textHover: placementAppend.branding_hover_text_color ?? "#fff",
brandingText: placementAppend.branding_text_color ?? "#a4a5b2",
button: placementAppend.button_color ?? "#5c8acf",
buttonText: placementAppend.button_text_color ?? "#fff",
encodedUriButtonText: placementAppend.button_text_color ? encodeURIComponent(placementAppend.button_text_color) : encodeURIComponent("#fff"),
buttonHover: placementAppend.button_hover_color ?? "#284f8b",
buttonTextHover: placementAppend.button_text_hover_color ?? "#fff",
encodedUriButtonTextHover: placementAppend.button_text_hover_color ? encodeURIComponent(placementAppend.button_text_hover_color) : encodeURIComponent("#fff"),
};
const text = {
fontSize: placementAppend.text_font_size ?? "18px",
decoration: placementAppend.underline_effect ? "underline" : "none",
underlineThickness: placementAppend.underline_thickness ?? "1px",
underlineColor: placementAppend.underline_effect_color ?? "#fff"
}
let style =
`
:root {
--profitads-color:${colors.backrgound};
--profitads-hover-color:${colors.backgroundHover};
--profitads-text-color:${colors.text};
--profitads-text-hover-color:${colors.textHover};
--profitads-branding-text-color:${colors.brandingText};
--profitads-button-color:${colors.button};
--profitads-button-text-color:${colors.buttonText};
--profitads-button-hover-color:${colors.buttonHover};
--profitads-button-text-hover-color:${colors.buttonTextHover};
--profitads-text-font-size:${text.fontSize};
--profitads-text-decoration:${text.decoration};
--profitads-text-decoration-thickness:${text.underlineThickness};
--profitads-text-underline-color:${text.underlineColor};
}
#sas_placement1101 {
margin-top: 1rem;
}
#sas_placement1101 .sas-natives-container {
width: 100%;
background: inherit;
padding: 0;
}
#sas_placement1101 .sas-natives-d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch !important;
align-items: stretch !important;
margin-left: -2%;
width: auto;
}
#sas_placement1101 .sas-natives-box {
background: var(--profitads-color);
display: flex;
flex-direction: column;
align-items: flex-end;
transition: background 0.1s ease-in-out;
}
#sas_placement1101 .sas-natives-col-1,
#sas_placement1101 .sas-natives-col-md-1,
#sas_placement1101 .sas-natives-col-md-2,
#sas_placement1101 .sas-natives-col-md-3,
#sas_placement1101 .sas-natives-col-md-4,
#sas_placement1101 .sas-natives-col-md-5 {
position: relative;
width: 100%;
margin-left: 2%;
margin-bottom: 1rem;
overflow: hidden;
}
#sas_placement1101 .sas-natives-col-1,
#sas_placement1101 .sas-natives-col-md-1 {
-ms-flex: 0 0 98%;
flex: 0 0 98%;
max-width: 98%;
}
@media (max-width: 575.67px) {
#sas_placement1101 .sas-natives-hidden-mobile {
display: none;
}
}
@media (min-width: 576px) {
#sas_placement1101 .sas-natives-col-md-2 {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
}
#sas_placement1101 .sas-natives-col-md-3 {
-ms-flex: 0 0 31.333333%;
flex: 0 0 31.333333%;
max-width: 31.333333%;
}
#sas_placement1101 .sas-natives-col-md-4 {
-ms-flex: 0 0 23%;
flex: 0 0 23%;
max-width: 23%;
}
#sas_placement1101 .sas-natives-col-md-5 {
-ms-flex: 0 0 18%;
flex: 0 0 18%;
max-width: 18%;
}
}
#sas_placement1101 .sas-natives-box-track {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#sas_placement1101 .sas-natives-image-target {
width: 100%;
position: relative;
display: inline-block;
}
#sas_placement1101 .sas-natives-image-src {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: center center/cover no-repeat;
display: inline-block;
margin: 0;
padding: 0;
overflow: hidden;
}
#sas_placement1101 .sas-natives-image-aspect {
width: 100%;
padding-top: 56.25%;
display: block;
}
#sas_placement1101 .sas-natives-labels {
height: 100%;
text-decoration: none;
display: flex;
flex-direction: column;
width: 100%;
position: relative;
overflow: hidden;
padding: 0;
margin: 0;
align-items: flex-end;
}
#sas_placement1101 .sas-natives-labels:hover {
background-color: var(--profitads-background-hover-color);
}
#sas_placement1101 .sas-natives-labels .sas-natives-descr {
line-height: 18px;
font-size: var(--profitads-text-font-size);
color: var(--profitads-text-color);
font-weight: 700;
text-decoration: none;
letter-spacing: -0.02em;
margin: 10px 0 0;
margin-right: auto;
text-align: left;
}
#sas_placement1101 .sas-natives-labels .sas-natives-branding {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center !important;
align-items: center !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
margin-top: auto;
margin-bottom: 10px;
width: 100%;
}
#sas_placement1101 .sas-natives-labels .sas-natives-branding-text {
line-height: 14px;
font-size: 12px;
color: var(--profitads-branding-text-color);
text-decoration: none;
margin: 10px 10px 10px 0;
flex: 1 1 auto !important;
text-align: left;
}
#sas_placement1101 .sas-natives-labels .sas-natives-branding-text span {
border-bottom: 1px solid var(--profitads-branding-text-color);
display: inline-block;
padding-left: 10px;
padding-right: 2px;
}
#sas_placement1101 .sas-natives-box:hover .sas-natives-labels .sas-natives-branding-text span {
border-bottom: 1px solid var(--profitads-text-underline-color);
}
#sas_placement1101 .sas-natives-labels .sas-natives-button {
margin: 0 10px;
font-size: 12px;
letter-spacing: normal;
text-transform: none;
outline: 0;
line-height: 14px;
box-shadow: none;
user-select: none;
transition: none;
text-decoration: none;
transform: none;
background: var(--profitads-button-color);
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
border-radius: 3px;
color: var(--profitads-button-text-color);
border: none;
padding: 6px 33px 6px 10px;
position: relative;
}
#sas_placement1101 .sas-natives-labels .sas-natives-branding-text span:empty,
#sas_placement1101 .sas-natives-labels .sas-natives-button:empty {
display: none;
}
#sas_placement1101 .sas-natives-labels .sas-natives-button:after {
content: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 20C15.9183 20 19.5 16.4183 19.5 12C19.5 7.58172 15.9183 4 11.5 4C7.08172 4 3.5 7.58172 3.5 12C3.5 16.4183 7.08172 20 11.5 20ZM11.0644 7.86426C10.6738 7.47374 10.0407 7.47374 9.65016 7.86426C9.25964 8.25478 9.25964 8.88795 9.65016 9.27847L12.3716 11.9999L9.65016 14.7214C9.25964 15.1119 9.25964 15.7451 9.65016 16.1356C10.0407 16.5261 10.6738 16.5261 11.0644 16.1356L14.4929 12.707C14.8835 12.3165 14.8835 11.6834 14.4929 11.2928L11.0644 7.86426Z' fill='${colors.encodedUriButtonText}'/%3E%3C/svg%3E");
position: absolute;
width: 24px;
height: 24px;
display: block;
top: 50%;
right: 4px;
transform: translateY(-50%);
}
#sas_placement1101 .sas-natives-box:hover {
background: var(--profitads-hover-color);
}
#sas_placement1101 .sas-natives-box:hover .sas-natives-labels .sas-natives-button:after {
content: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 20C15.9183 20 19.5 16.4183 19.5 12C19.5 7.58172 15.9183 4 11.5 4C7.08172 4 3.5 7.58172 3.5 12C3.5 16.4183 7.08172 20 11.5 20ZM11.0644 7.86426C10.6738 7.47374 10.0407 7.47374 9.65016 7.86426C9.25964 8.25478 9.25964 8.88795 9.65016 9.27847L12.3716 11.9999L9.65016 14.7214C9.25964 15.1119 9.25964 15.7451 9.65016 16.1356C10.0407 16.5261 10.6738 16.5261 11.0644 16.1356L14.4929 12.707C14.8835 12.3165 14.8835 11.6834 14.4929 11.2928L11.0644 7.86426Z' fill='${colors.encodedUriButtonTextHover}'/%3E%3C/svg%3E");
}
#sas_placement1101
.sas-natives-box:hover
.sas-natives-labels
.sas-natives-branding-text,
#sas_placement1101 .sas-natives-box:hover .sas-natives-labels .sas-natives-descr {
text-decoration: var(--profitads-text-decoration);
text-decoration-thickness: var(--profitads-text-decoration-thickness);
text-decoration-color: var(--profitads-text-underline-color);
text-decoration-skip-ink: none;
color: var(--profitads-text-hover-color);
}
#sas_placement1101 .sas-natives-box:hover .sas-natives-labels .sas-natives-button {
background: var(--profitads-button-hover-color);
color: var(--profitads-button-text-hover-color);
}
#sas_placement1101 .sas-natives-read-more-heading {
margin: 6px 0;
font-weight: 700;
}
`;
addCss(style);
let nativeAdArray = [];
nativeAdArray[0] = `