@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Italic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Bold.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri-BoldItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Light.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Calibri";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Calibri-LightItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Calibri-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Bold.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-DemiBold.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-DemiBoldItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-BoldItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Black.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-BlackItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraBold.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraBoldItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Heavy.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-LightItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-HeavyItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraLightItalic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraLight.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Italic.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Neuron";
  src: url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Light.woff2") format("woff2"), url("../themes/my3dgirlfriends2/assets/fonts/Neuron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
    font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

body:before {
    background-color: #fcf8e3;
    border-bottom: 1px solid #fbeed5;
    border-left: 1px solid #fbeed5;
    color: #c09853;
    font: small-caption;
    padding: 3px 6px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

/*@media (min-width: 35.625em) {*/
/*    body:before {*/
/*        content: "phone ≥ 570px (35.625em)";*/
/*    }*/
/*}*/

/*@media (min-width: 48em) {*/
/*    body:before {*/
/*        content: "tablet ≥ 768px (48em)";*/
/*    }*/
/*}*/

/*@media (min-width: 62em) {*/
/*    body:before {*/
/*        content: "desktop ≥ 992px (62em)";*/
/*    }*/
/*}*/

/*@media (min-width: 81.25em) {*/
/*    body:before {*/
/*        content: "wide ≥ 1300px (81.25em)";*/
/*    }*/
/*}*/

/*@media (min-width: 87.5em) {*/
/*    body:before {*/
/*        content: "large ≥ 1400px (87.5em)";*/
/*    }*/
/*}*/

dl:after, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
  /* 1 */
    text-overflow: ellipsis;
  /* 2 */
    overflow: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 0.5em;
}

blockquote {
    border-left: 4px solid #161616;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #161616;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 20px;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: 0.3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

body {
    color: #bfbfbf;
    background: #05080b;
    font: 300 16px/1.333 "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 360px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (min-width: 62em) {
    body {
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 61.99em) {
    iframe {
        width: 100%;
    }
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin: 0 0 0.5em;
    font-family: "Neuron", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}

@media (min-width: 48em) {
    h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
        margin-bottom: 20px;
    }
}

h1 {
    margin: 0 0 0.5em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 81.25em) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    margin: 0 0 0.5em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 81.25em) {
    h2 {
        font-size: 48px;
    }
}

h3 {
    margin: 0 0 0.6em;
    font-size: calc(30px + 18 * (100vw - 360px) / 940);
    line-height: 0.7708333333;
    color: #fff;
}

@media (min-width: 81.25em) {
    h3 {
        font-size: 48px;
    }
}

h4 {
    margin: 0 0 0.2em;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

p {
    margin: 0 0 1em;
}

a {
    color: #65c14a;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(69.7716049383, 141.8950617284, 48.6049382716);
    text-decoration: none;
}

a[href*="mailto:"] {
    word-wrap: break-word;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    font-family: "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 0;
}

input[type=text]:not(textarea),
input[type=tel]:not(textarea),
input[type=email]:not(textarea),
input[type=search]:not(textarea),
input[type=password]:not(textarea),
input[type=url]:not(textarea),
textarea:not(textarea) {
    height: 40px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    outline: none;
    border-color: #000;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder {
    color: #ddd;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    height: 40px;
    padding: 13px 19px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    background: #007bff;
    border-width: 1px;
    border-style: solid;
    border-color: #007bff;
    border-radius: 9px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
    background: #000;
    color: #007bff;
}

noscript {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    background: #ff8f8f;
    display: block;
    padding: 5px 0;
    text-align: center;
    z-index: 99999;
}

.accessibility {
    position: absolute;
    left: -200vw;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

[id=wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container {
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto;
}

.logo {
    width: 250px;
    min-width: 250px;
    margin: 0 auto 2.2em;
}

@media (min-width: 48em) {
    .logo {
        width: 343px;
        min-width: 343px;
        margin: 0 0 2.2em;
    }
}

[id=footer] {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    padding: 65px 0 40px;
    background-image: url("../themes/my3dgirlfriends2/assets/images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

@media (min-width: 62em) {
    [id=footer] {
        padding: 65px 0 80px;
    }
}

[id=footer] a {
    color: inherit;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

[id=footer] a:hover {
    color: #fff;
}

[id=footer] .container {
    position: relative;
    z-index: 1;
}

.footer-text {
    max-width: 820px;
    text-align: center;
    margin: 0 auto 54px;
}

.footer-text p {
    margin: 0 0 1.2em;
}

.footer-text a {
    text-decoration: underline;
}

.footer-text a:hover {
    text-decoration: none;
}

.footer-menu {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bfbfbf;
}

.footer-menu > li:before {
    content: "|";
    margin: 0 5px;
}

.footer-menu > li:first-child:before {
    display: none;
}

.footer-menu a {
    color: #bfbfbf;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-list > li {
    width: 260px;
    padding: 0 10px 20px;
}

@media (min-width: 62em) {
    .footer-list > li {
        width: 300px;
    }
}

.footer-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.footer-list-item h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: inherit;
}

.footer-list-item__icon {
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
}

@media (max-width: 47.99em) {
    .footer-list-item__icon {
        text-align: right;
    }
}

@media (min-width: 48em) {
    .footer-list-item__icon {
        width: 83px;
        min-width: 83px;
    }
}

.footer-list-item p {
    margin: 0;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.btn--sm {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 48em) {
    .btn--sm {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 18px;
    }
}

.btn--md {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    min-width: 142px;
}

@media (min-width: 48em) {
    .btn--md {
        padding: 12px 24px;
        font-size: 18px;
        line-height: 22px;
    }
}

.btn--lg {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 48em) {
    .btn--lg {
        padding: 18px 36px;
        font-size: 20px;
        line-height: 24px;
    }
}

.btn--default {
    color: #fff;
    text-shadow: 0 2px 0 #a81f61;
    -webkit-box-shadow: inset 0 2px 0 #ee2b30, 0 2px 0 #891e6c;
    box-shadow: inset 0 2px 0 #ee2b30, 0 2px 0 #891e6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0216f), to(#cc1c8a));
    background: linear-gradient(to bottom, #f0216f 0%, #cc1c8a 100%);
}

.btn--default:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f0216f), to(#cc1c8a));
    background: linear-gradient(to top, #f0216f 0%, #cc1c8a 100%);
    color: #fff;
}

.btn--primary {
    color: #fff;
    background: #007bff;
}

.btn--primary:hover {
    background: rgb(0, 98.4, 204);
}

.btn--success {
    color: #fff;
    background: #68c748;
}

.btn--success:hover {
    background: rgb(81.0041841004, 168.4518828452, 51.5481171548);
}

.btn--dark {
    color: #fff;
    background: #161616;
}

.btn--dark:hover {
    background: rgb(47.5, 47.5, 47.5);
}

.btn--light {
    color: #fff;
    text-decoration: underline;
    border-width: 1px;
    border-color: #d64691;
    border-style: solid;
    background: transparent;
}

.btn--light:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.buble {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    min-height: 73px;
    color: #fff;
    font-weight: 300;
    border-radius: 17px;
    background: rgba(78, 67, 116, 0.3);
}

@media (min-width: 62em) {
    .buble {
        padding: 20px 20px 20px 55px;
        background: rgba(5, 8, 11, 0.5);
    }
}

.buble:after {
    position: absolute;
    left: 100%;
    bottom: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0px 0px 26px;
    border-color: transparent transparent transparent rgba(78, 67, 116, 0.3);
}

@media (min-width: 35.625em) {
    .buble:after {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 62em) {
    .buble:after {
        border-color: transparent transparent transparent rgba(5, 8, 11, 0.5);
    }
}

.section-hero {
    position: relative;
    padding: calc(30px + 162 * (100vw - 360px) / 940) 0 calc(250px + 300 * (100vw - 360px) / 407);
    background-position: 82% 100%;
    background-repeat: no-repeat;
    background-size: 165% auto;
}

@media (min-width: 48em) {
    .section-hero {
        padding: calc(30px + 162 * (100vw - 360px) / 940) 0 50px;
        min-height: calc(670px + 310 * (100vw - 768px) / 532);
        background-position: 50% 100%;
        background-size: 140% auto;
    }
}

@media (min-width: 81.25em) {
    .section-hero {
        min-height: 980px;
        padding: 192px 0 50px;
        background-size: auto;
    }
}

@media (min-width: 48em) {
    .section-hero .container {
        position: relative;
    }
}

.section-hero__buble {
    position: absolute;
    background: rgba(5, 8, 11, 0.5);
    right: calc(35px + 87 * (100vw - 360px) / 408);
    width: 150px;
    bottom: calc(50px + 140 * (100vw - 360px) / 408);
}

@media (min-width: 48em) {
    .section-hero__buble {
        width: 284px;
        -webkit-transform: none;
        transform: none;
        bottom: auto;
        right: 0;
        top: 50%;
        width: calc(190px + 94 * (100vw - 768px) / 532);
    }
}

@media (min-width: 62em) {
    .section-hero__buble {
        padding: 20px;
        top: 237px;
    }
}

@media (min-width: 81.25em) {
    .section-hero__buble {
        width: 284px;
    }
}

.section-hero__buble:after {
    top: auto;
    left: 20px;
    bottom: 100%;
    border-style: solid;
    border-width: 40px 0 0 18px;
    border-color: transparent transparent transparent rgba(5, 8, 11, 0.5);
    -webkit-transform: none;
    transform: none;
}

.section-hero__content {
    text-align: center;
}

@media (min-width: 48em) {
    .section-hero__content {
        text-align: left;
        max-width: 390px;
    }
}

@media (min-width: 62em) {
    .section-hero__content {
        max-width: 456px;
    }
}

.section-hero__text {
    margin: 0 0 3.1em;
}

.section-hero__buttons-box {
    margin: 0 0 1.3em;
}

@media (max-width: 47.99em) {
    .section-hero__buttons-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 48em) {
    .section-hero__visual {
        margin: 0 0 0 -10px;
    }
}

.buttons-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.section-video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-three-columns {
    padding: 50px 0 0;
    position: relative;
    z-index: 10;
}

@media (min-width: 62em) {
    .section-three-columns {
        padding: 66px 0 0;
    }
}

.item-element {
    text-align: center;
    font-size: 16px;
    line-height: 1.1875;
}

.item-element__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px;
    height: 56px;
}

.item-element__icon img {
    max-height: 100%;
}

.item-element__title {
    margin-bottom: 10px;
}

.item-element h2 {
    margin: 0 0 0.5em;
}

.item-element p:last-child {
    margin: 0;
}

.three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 4%;
    list-style: none;
}

.three-columns > li {
    width: 100%;
}

@media (max-width: 47.99em) {
    .three-columns > li + li {
        margin: 30px 0 0;
    }
}

@media (min-width: 48em) {
    .three-columns > li {
        width: 50%;
        margin: 0 0 30px;
        padding: 0 15px;
    }
}

@media (min-width: 62em) {
    .three-columns > li {
        width: 33.3333333333%;
    }
}

.section-fade-gallery {
    padding: 30px 0;
}

@media (min-width: 48em) {
    .section-fade-gallery {
        padding: 0;
    }
}

@media (min-width: 81.25em) {
    .section-fade-gallery {
        margin: -10px 0;
    }
}

.fade-box-wrap {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 62em) {
    .fade-box-wrap {
        margin-bottom: 0;
    }
}

.fade-box-wrap:after {
    content: "";
    position: absolute;
    width: 1724px;
    height: 980px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
    background-image: url("../themes/my3dgirlfriends2/assets/images/bg-fade-01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media (max-width: 81.24em) {
    .fade-box-wrap:after {
        width: 130%;
    }
}

@media (min-width: 62em) {
    .fade-box {
        padding: 0 74px;
    }
}

.fade-box__slide {
    opacity: 0 !important;
}

.fade-box .swiper-slide-active {
    opacity: 1 !important;
}

.fade-box__tools {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    right: 50%;
    width: 300px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media (min-width: 35.625em) {
    .fade-box__tools {
        width: 440px;
    }
}

@media (min-width: 62em) {
    .fade-box__tools {
        bottom: 45px;
        width: 441px;
        right: 13.4%;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 61.99em) {
    .fade-box .swiper-button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.fade-box .swiper-button {
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #332d42;
    background: rgba(51, 45, 66, 0.1);
    cursor: pointer;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

@media (min-width: 62em) {
    .fade-box .swiper-button {
        position: absolute;
        top: 52.5%;
    }
}

@media (min-width: 81.25em) {
    .fade-box .swiper-button {
        top: 55.8%;
    }
}

@media (min-width: 87.5em) {
    .fade-box .swiper-button {
        width: 64px;
        height: 64px;
    }
}

.fade-box .swiper-button:hover {
    background: rgba(51, 45, 66, 0.3);
}

@media (min-width: 62em) {
    .fade-box .swiper-button.swiper-prev {
        left: 15px;
    }
}

@media (min-width: 87.5em) {
    .fade-box .swiper-button.swiper-prev {
        left: 0;
    }
}

@media (min-width: 62em) {
    .fade-box .swiper-button.swiper-next {
        right: 15px;
    }
}

@media (min-width: 87.5em) {
    .fade-box .swiper-button.swiper-next {
        right: 0;
    }
}

.fade-box .swiper-button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.fade-element {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fade-element * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fade-element p {
    margin: 0 0 1.3em;
}

.fade-element:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.fade-element__content {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    border-radius: 15px;
    background: rgba(78, 67, 116, 0.3);
}

@media (min-width: 35.625em) {
    .fade-element__content {
        padding: 30px 40px;
        border-radius: 30px;
    }
}

@media (min-width: 48em) {
    .fade-element__content {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 143px;
        margin-bottom: 0;
        min-height: 250px;
        padding: 20px 50px;
        border-radius: 40px;
    }
}

@media (min-width: 81.25em) {
    .fade-element__content {
        min-height: 358px;
        padding: 30px 75px;
        bottom: 143px;
    }
}

.fade-element__text {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all 0.3s 0.5s;
    transition: all 0.3s 0.5s;
}

@media (min-width: 48em) {
    .fade-element__text {
        max-width: 350px;
    }
}

.swiper-slide-active .fade-element__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fade-element__person {
    margin: 0 0 0 auto;
    float: right;
    width: 170px;
}

@media (min-width: 35.625em) {
    .fade-element__person {
        width: 220px;
    }
}

@media (min-width: 48em) {
    .fade-element__person {
        width: 370px;
    }
}

@media (min-width: 62em) {
    .fade-element__person {
        margin: 0 8px 0 auto;
        width: 370px;
    }
}

@media (min-width: 81.25em) {
    .fade-element__person {
        width: 487px;
    }
}

.fade-element__person img {
    position: relative;
}

.fade-element__buble {
    position: absolute;
    bottom: 29vw;
    left: 0;
    right: 165px;
    opacity: 0;
    -webkit-transition: all 0.3s 0.5s;
    transition: all 0.3s 0.5s;
}

@media (min-width: 35.625em) {
    .fade-element__buble {
        bottom: 210px;
        right: 210px;
    }
}

@media (min-width: 48em) {
    .fade-element__buble {
        bottom: auto;
        top: 100px;
        right: 330px;
    }
}

@media (min-width: 81.25em) {
    .fade-element__buble {
        top: 174px;
        right: 420px;
    }
}

.swiper-slide-active .fade-element__buble {
    opacity: 1;
}

.card {
    font-size: 12px;
    line-height: 1.1666666667;
    background: #382e52;
    border-bottom-right-radius: 44px;
}

.card__visual {
    position: relative;
    padding-top: 126%;
    overflow: hidden;
}

.card__visual > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.card__body {
    padding: 10px 10%;
}

@media (min-width: 48em) {
    .card__body {
        padding: 25px 10%;
    }
}

.card p:last-child {
    margin: 0;
}

.cards-wrap .cards {
    margin: 0 -100px;
}

@media (min-width: 35.625em) {
    .cards-wrap .cards {
        margin: 0 -90px;
    }
}

@media (min-width: 62em) {
    .cards-wrap .cards {
        margin: 0 -30px;
    }
}

@media (min-width: 48em) {
    .cards-wrap .card {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cards-wrap .cards-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards-wrap .cards-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
}

@media (min-width: 35.625em) {
    .cards-wrap .cards-list > li {
        padding: 0 18px;
    }
}

@media (max-width: 35.615em) {
    .cards-wrap .cards-list > li:nth-child(3) {
        display: none;
    }
}

@media (max-width: 61.99em) {
    .cards-wrap .cards-list > li:nth-child(2) {
        display: none;
    }
}

.cards-wrap .cards-list > li:first-child .card {
    opacity: 0.3;
    -webkit-transform: scale(0.5) translateX(85px);
    transform: scale(0.5) translateX(85px);
}

.cards-wrap .cards-list > li:last-child .card {
    opacity: 0.3;
    -webkit-transform: scale(0.5) translateX(-85px);
    transform: scale(0.5) translateX(-85px);
}

.section-twocolumns {
    position: relative;
    z-index: 1;
    padding: 50px 0 0;
}

@media (min-width: 62em) {
    .section-twocolumns {
        padding: 124px 0 0;
    }
}

.section-twocolumns .container {
    max-width: 1190px;
}

.twocolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 48em) {
    .twocolumns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }
}

@media (min-width: 48em) {
    .twocolumns__content {
        width: 45%;
        padding: 0 2.4%;
    }
}

.twocolumns__visual {
    text-align: center;
}

@media (min-width: 48em) {
    .twocolumns__visual {
        width: 48%;
        text-align: right;
    }
}

@media (min-width: 48em) {
    .section-modificator {
        margin: -156px 0 0;
    }
}

@media (min-width: 62em) {
    .section-modificator {
        margin-top: calc(-100px + -56 * (100vw - 992px) / 308);
    }
}

@media (min-width: 81.25em) {
    .section-modificator {
        margin-top: -156px;
    }
}

.modificator {
    position: relative;
}

.modificator__visual {
    position: relative;
    margin: 0 -180px;
}

.modificator__buble {
    position: absolute;
    z-index: 1;
    bottom: 37%;
    left: 50%;
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
    width: 130px;
    padding: 20px;
    background: rgba(5, 8, 11, 0.5);
}

@media (min-width: 35.625em) {
    .modificator__buble {
        width: 180px;
        bottom: 54%;
    }
}

@media (min-width: 48em) {
    .modificator__buble {
        bottom: 65%;
        width: 280px;
        -webkit-transform: translateX(37%);
        transform: translateX(37%);
    }
}

@media (min-width: 81.25em) {
    .modificator__buble {
        bottom: 546px;
    }
}

@media (max-width: 47.99em) {
    .modificator__buble {
        font-size: 12px;
    }
}

.modificator__buble:after {
    left: auto;
    right: 100%;
    border-style: solid;
    border-width: 0px 30px 17px 0px;
    border-color: transparent rgba(5, 8, 11, 0.5) transparent transparent;
}

.modificator__list {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 30px;
    text-align: center;
}

@media (min-width: 48em) {
    .modificator__list {
        bottom: calc(60px + 53 * (100vw - 992px) / 308);
    }
}

@media (min-width: 81.25em) {
    .modificator__list {
        bottom: 113px;
    }
}

@media (max-width: 47.99em) {
    .modificator__list img {
        max-width: 60%;
    }
}

.section-action {
    margin: 0 0 30px;
}

.list-action {
    margin: -3px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-action > li {
    padding: 3px;
    width: 100%;
}

@media (min-width: 35.625em) {
    .list-action > li {
        width: 33.3333333333%;
    }
}

.list-action img {
    max-width: none;
    width: 100%;
}

.dott {
    text-align: center;
    padding: 46px 0 0;
}

.section-cpt {
    padding: 17px 0 32px;
    text-align: center;
}

.section-cpt__buttons-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-cpt h3 {
    margin: 0 0 0.8em;
}

.section-cpt p {
    margin: 0 0 1.8em;
}

.text-cpt {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.section-join {
    position: relative;
    z-index: 2;
    padding: calc(30px + 162 * (100vw - 360px) / 940) 0 60px;
}

@media (min-width: 48em) {
    .section-join {
        padding: calc(30px + 162 * (100vw - 360px) / 940) 0 107px;
    }
}

@media (min-width: 81.25em) {
    .section-join {
        padding: 192px 0 90px;
    }
}

.section-join__button {
    margin: 0 0 6px;
}

.section-join__text {
    padding: 17px 0;
}

@media (min-width: 48em) {
    .section-join__text {
        margin-bottom: 50px;
    }
}

.section-join__text mark {
    background: none;
    color: #e62077;
}

.section-join__text p {
    margin: 0;
}

.section-join h3 {
    margin-bottom: 0.5em;
    color: #f9faf9;
    font-size: 32px;
    text-transform: uppercase;
}

.section-join mark {
    color: #e62077;
    background: none;
}

.section-join form {
    position: relative;
    padding: 40px 0 0;
    z-index: 1;
}

.section-join__visual {
    text-align: center;
    margin: 0 -27% 0 -44%;
}

@media (min-width: 48em) {
    .section-join__visual {
        padding: 147px 0 0;
        margin: 0 -27% 0 -44%;
    }
}

@media (min-width: 62em) {
    .section-join__visual {
        margin: 0 -17% 0 -46%;
    }
}

@media (min-width: 81.25em) {
    .section-join__visual {
        margin: 0 -26% 0 -53%;
    }
}

@media (min-width: 48em) {
    .columns {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 48em) {
    .columns__col {
        width: 50%;
    }
}

.form-row {
    margin: 0 0 45px;
}

.custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 10px;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 48em) {
    .custom-radio {
        max-width: 445px;
    }
}

.custom-radio + .custom-radio {
    margin-top: 10px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom-radio input:checked + .custom-radio__content {
    background: -webkit-gradient(linear, left top, right top, from(#762b55), color-stop(30%, #383255));
    background: linear-gradient(to right, #762b55 0%, #383255 30%);
}

.custom-radio input:checked + .custom-radio__content:after {
    border-color: #eea2d0;
    background: radial-gradient(circle at center, #965e88 0%, #965e88 49%, rgba(222, 30, 125, 0) 50%, rgba(222, 30, 125, 0) 100%);
}

.custom-radio__content {
    padding: 5px 20px 5px 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #141521;
}

@media (min-width: 35.625em) {
    .custom-radio__content {
        padding-left: 80px;
    }
}

.custom-radio__content:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #4c4b6e;
    content: "";
}

@media (min-width: 35.625em) {
    .custom-radio__content:after {
        left: 31px;
    }
}

.benefits-wrap {
    width: 100%;
}

@media (min-width: 48em) {
    .benefits-wrap {
        position: absolute;
        width: 51%;
        top: 18px;
        right: 0;
    }
}

@media (min-width: 62em) {
    .benefits-wrap {
        right: 2.5%;
    }
}

@media (min-width: 81.25em) {
    .benefits-wrap {
        right: -8%;
    }
}

.list-benefits {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 48em) {
    .list-benefits {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
    }
}

@media (min-width: 81.25em) {
    .list-benefits {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.item-benefist {
    padding: 10px 5px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
}

@media (min-width: 35.625em) {
    .item-benefist {
        font-size: 12px;
    }
}

@media (min-width: 48em) {
    .item-benefist {
        font-size: 10px;
        padding: 20px 5px;
    }
}

@media (min-width: 62em) {
    .item-benefist {
        padding: 20px 10px;
        font-size: 12px;
    }
}

.item-benefist__icon {
    margin: 0 0 20px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(30px + 384 * (100vw - 360px) / 940) 0 calc(100px + 316 * (100vw - 360px) / 940);
}

@media (min-width: 81.25em) {
    .section-info {
        padding-top: 414px;
        padding-bottom: 416px;
    }
}

.section-info:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(270px + 220 * (100vw - 360px) / 408);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 968px;
    max-height: 715px;
    width: calc(560px + 200 * (100vw - 360px) / 408);
    height: calc(560px + 200 * (100vw - 360px) / 408);
    background: url("../themes/my3dgirlfriends2/assets/images/bg-02.png") no-repeat;
    background-size: contain;
}

@media (min-width: 48em) {
    .section-info:after {
        top: 48.3%;
        width: 150vw;
        height: 150vw;
    }
}

.section-info--check .info-block a,
.section-info--check .info-block mark {
    color: #68c748;
}

.section-info--check .info-block__content {
    max-width: 380px;
}

.info-block {
    text-align: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

.info-block .logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: calc(100px + 104 * (100vw - 360px) / 408);
}

@media (min-width: 81.25em) {
    .info-block .logo {
        margin-bottom: 204px;
    }
}

.info-block__icon {
    margin-bottom: 5px;
}

.info-block__ico-wrap {
    display: inline-block;
    vertical-align: top;
    height: 58px;
}

.info-block__content {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    max-width: 480px;
}

.info-block h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 0.9375;
}

@media (min-width: 48em) {
    .info-block h1 {
        font-size: 32px;
    }
}

.info-block mark {
    color: #f21f4c;
    background: none;
}

.info-block__footer {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.info-block a {
    color: #f21f4c;
    text-decoration: underline;
    text-transform: uppercase;
}

.info-block a:hover {
    text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
