@layer swift3 {@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }.editor-styles-wrapper, .entry-content { counter-reset: footnotes 0; }:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }.dslc-icon-spin, .dashicon-spin { display: inline-block; animation: 2s linear 0s infinite normal none running spin; }@-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }.owl-origin { -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; perspective: 1200px; }@-webkit-keyframes empty { 0% { opacity: 1; } }@keyframes empty { 0% { opacity: 1; } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes backSlideOut { 25% { opacity: 0.5; transform: translateZ(-500px); } 100%, 75% { opacity: 0.5; transform: translateZ(-500px) translateX(-200%); } }@keyframes backSlideOut { 25% { opacity: 0.5; transform: translateZ(-500px); } 100%, 75% { opacity: 0.5; transform: translateZ(-500px) translateX(-200%); } }@-webkit-keyframes backSlideIn { 0%, 25% { opacity: 0.5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: 0.5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0px) translateX(0px); } }@keyframes backSlideIn { 0%, 25% { opacity: 0.5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: 0.5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0px) translateX(0px); } }@-webkit-keyframes scaleToFade { 100% { opacity: 0; transform: scale(0.8); } }@keyframes scaleToFade { 100% { opacity: 0; transform: scale(0.8); } }@-webkit-keyframes goDown { 0% { transform: translateY(-100%); } }@keyframes goDown { 0% { transform: translateY(-100%); } }@-webkit-keyframes scaleUpFrom { 0% { opacity: 0; transform: scale(1.5); } }@keyframes scaleUpFrom { 0% { opacity: 0; transform: scale(1.5); } }@-webkit-keyframes scaleUpTo { 100% { opacity: 0; transform: scale(1.5); } }@keyframes scaleUpTo { 100% { opacity: 0; transform: scale(1.5); } }@keyframes dslcSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes dslcSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes dslcFadeIn { 100% { opacity: 1; } }@keyframes dslcSlideUp { 100% { transform: translateY(0px); } }@keyframes dslcSlideDown { 100% { transform: translateY(0px); } }@keyframes dslcSlideRight { 100% { transform: translateX(0px); } }@keyframes dslcSlideLeft { 100% { transform: translateX(0px); } }@keyframes dslcSlideUpFadeIn { 100% { transform: translateY(0px); opacity: 1; } }@keyframes dslcSlideDownFadeIn { 100% { transform: translateY(0px); opacity: 1; } }@keyframes dslcSlideRightFadeIn { 100% { transform: translateX(0px); opacity: 1; } }@keyframes dslcSlideLeftFadeIn { 100% { transform: translateX(0px); opacity: 1; } }input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button { border-style: none; appearance: none; }.panel-grid.panel-has-style > .panel-row-style, .panel-grid.panel-no-style { display: flex; flex-wrap: nowrap; justify-content: space-between; }.panel-grid-cell { box-sizing: border-box; }.panel-grid-cell .so-panel { zoom: 1; }.panel-grid-cell .so-panel::before { content: ""; display: block; }.panel-grid-cell .so-panel::after { content: ""; display: table; clear: both; }.panel-grid-cell .panel-last-child { margin-bottom: 0px; }@font-face{font-family:"feature-background";font-weight:400;font-style:normal;src:url(https://dpt.com.pa/wp-content/swift-ai/cache/dpt.com.pa/vmware-2/__data/feature-background9082b71d.woff) format('woff2');font-display:swap;}.sow-features-list::before, .sow-features-list::after { content: none; }.sow-features-list .sow-icon-container { font-family: feature-background; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block; font-size: 90px; position: relative; color: #404040; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list { display: flex; flex-wrap: wrap; gap: 25px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature { box-sizing: border-box; position: relative; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature.sow-icon-container-position-top { text-align: center; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container { margin: 0px auto 10px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature .sow-icon-container { font-size: 84px; height: 84px; text-decoration: none; width: 84px; flex: 0 0 84px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature h5 { margin: 1em 0px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature p:last-child { margin-bottom: 0px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list .sow-features-feature .textwidget > h5 { font-size: 14px; }@media (max-width: 780px){.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list { gap: 25px; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .sow-features-feature { flex-direction: row !important; justify-content: center; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-top, .so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-right, .so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-left { flex-direction: column !important; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .sow-features-feature { width: 100% !important; }.so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .textwidget, .so-widget-sow-features-default-8ed5dc5e4578-2042 .sow-features-list.sow-features-responsive .textwidget > h5 { text-align: center; }}.so-widget-sow-features-default-337894245976-2042 .sow-features-list { display: flex; flex-wrap: wrap; gap: 25px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature { box-sizing: border-box; position: relative; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature.sow-icon-container-position-top { text-align: center; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container { margin: 0px auto 10px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature .sow-icon-container { font-size: 100px; height: 100px; text-decoration: none; width: 100px; flex: 0 0 100px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature h5 { margin: 1em 0px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature p:last-child { margin-bottom: 0px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list .sow-features-feature .textwidget > h5 { font-size: 1.4em; }@media (max-width: 780px){.so-widget-sow-features-default-337894245976-2042 .sow-features-list { gap: 25px; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .sow-features-feature { flex-direction: row !important; justify-content: center; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-top, .so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-right, .so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .sow-icon-container-position-left { flex-direction: column !important; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .sow-features-feature { width: 100% !important; }.so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .textwidget, .so-widget-sow-features-default-337894245976-2042 .sow-features-list.sow-features-responsive .textwidget > h5 { text-align: center; }}@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 300; font-stretch: 100%; font-display: swap; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Raleway; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@-webkit-keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }.flash { animation-name: flash; }@-webkit-keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@-webkit-keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: none; } }@keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: none; } }@-webkit-keyframes jello { 11.1%, 0%, 100% { transform: none; } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 11.1%, 0%, 100% { transform: none; } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@-webkit-keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: none; } }@keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: none; } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.fa { font-family: var(--fa-style-family,"Font Awesome 6 Free"); font-weight: var(--fa-style,900); }.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }@-webkit-keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@-webkit-keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@-webkit-keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@-webkit-keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }.fa-angle-double-up::before, .fa-angles-up::before { content: ""; }.fa-angle-down::before { content: ""; }:host, :root { --fa-style-family-brands: "Font Awesome 6 Brands"; --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }:host, :root { --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }:host, :root { --fa-style-family-classic: "Font Awesome 6 Free"; --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }@font-face{font-family:"Font Awesome 6 Free";font-weight:900;font-style:normal;src:url(https://dpt.com.pa/wp-content/swift-ai/cache/dpt.com.pa/vmware-2/__data/fa-solid-9001ec5daa3.woff) format('woff2');font-display:swap;}html { font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; }body { margin: 0px; }article, aside, footer, header, nav, section { display: block; }h1 { font-size: 2em; margin: 0.67em 0px; }figcaption, figure, main { display: block; }a { background-color: transparent; }a:active, a:hover { outline-width: 0px; }audio, video { display: inline-block; }img { border-style: none; }svg:not(:root) { overflow: hidden; }button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0px; }button, input { overflow: visible; }button, select { text-transform: none; }[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }html { box-sizing: border-box; }*, ::after, ::before { box-sizing: inherit; }html { -webkit-tap-highlight-color: transparent; }body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #292b2c; background-color: #ffffff; }h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }p { margin-top: 0px; margin-bottom: 1rem; }dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }a { color: #0275d8; text-decoration: none; }a:focus, a:hover { color: #014c8c; text-decoration: underline; }img { vertical-align: middle; }[role="button"] { cursor: pointer; }[role="button"], a, area, button, input, label, select, summary, textarea { touch-action: manipulation; }button:focus { outline: -webkit-focus-ring-color auto 5px; }button, input, select, textarea { line-height: inherit; }.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }.h1, h1 { font-size: 2.5rem; }.h2, h2 { font-size: 2rem; }.h5, h5 { font-size: 1.25rem; }.h6, h6 { font-size: 1rem; }.container { position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; }@-webkit-keyframes progress-bar-stripes { 0% { background-position: 1rem 0px; } 100% { background-position: 0px 0px; } }@keyframes progress-bar-stripes { 0% { background-position: 1rem 0px; } 100% { background-position: 0px 0px; } }html, body { height: 100%; }html, body { margin: 0px; padding: 0px; }html { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px; }@media (max-width: 991px){html { font-size: 15px; }}@media (max-width: 767px){html { font-size: 14px; }}body { background: #ffffff; }.site { background: #ffffff; position: relative; }body, button, input, select, textarea { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 0.875rem; line-height: 1.7; color: #777777; }a { color: #03c4eb; text-decoration: none; outline: none; }a:hover { color: #777777; text-decoration: underline; }a:active, a:focus, a:hover { outline: none; }h1, h2, h3, h4, h5, h6 { clear: both; font-family: Raleway, Helvetica, Arial, sans-serif; font-weight: 600; margin-bottom: 0.9375rem; margin-top: 0px; color: #333333; }h1 { line-height: 1.3; font-size: 2.0625rem; }h2 { line-height: 1.2; font-size: 1.5625rem; }h5 { text-transform: uppercase; font-size: 0.9375rem; font-weight: 700; }h6 { font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 1px; }ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr { margin-bottom: 0.9375rem; margin-top: 0px; }img { height: auto; max-width: 100%; vertical-align: middle; }dfn, cite, em, i { font-style: italic; }ul, ol { padding-left: 20px; }ul { list-style: disc; }ul li, ol li { margin: 8px 0px; }input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus { cursor: pointer; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f8f9f9; border-radius: 3px; color: #03c4eb; display: block; height: auto; left: 5px; line-height: normal; padding: 17px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after { content: ""; display: table; clear: both; }.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after { clear: both; }.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre { word-break: break-word; overflow-wrap: break-word; }#primary { padding-bottom: 40px; padding-top: 40px; }.template-fullwidth-stretched #primary, .siteorigin-panels #primary { padding: 0px; }.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content { margin-bottom: 0px; }.content-area { width: 100%; float: none; }.no-sidebar .content-area { width: 100%; }.site-header { line-height: 75px; position: relative; width: 100%; background: #ffffff; z-index: 1000; transition: 0.5s ease-out; box-shadow: rgba(50, 50, 50, 0.06) 0px 5px 10px 0px; }.site-header.header-fixed { top: 0px; left: 0px; position: fixed; }.followWrap { display: block; }.site-branding { float: left; }.site-branding .site-logo-div { line-height: 75px; }.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img { line-height: 60px; }.onepress-menu, .onepress-menu * { margin: 0px; padding: 0px; list-style: none; }.onepress-menu { float: right; }.onepress-menu ul { position: absolute; display: block; height: 1px; overflow: hidden; opacity: 0; z-index: -1; top: 100%; left: 0px; }.onepress-menu li { position: relative; }.onepress-menu > li { float: left; }.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul { display: block; height: initial; overflow: initial; opacity: 1; z-index: 99; }.onepress-menu a { display: block; position: relative; }.onepress-menu ul { min-width: 12em; width: fit-content; max-width: 100vw; border-right: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; border-left: 1px solid #e9e9e9; border-image: initial; border-top: none; }.onepress-menu li { white-space: nowrap; transition:background 0.2s ease; }.onepress-menu li:hover, .onepress-menu li.sfHover { transition: none; }.onepress-menu a { color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; padding-left: 17px; padding-right: 17px; font-size: 13px; font-weight: 600; text-transform: uppercase; text-decoration: none; zoom: 1; letter-spacing: 1px; white-space: nowrap; }.onepress-menu a:hover { color: #03c4eb; }.onepress-menu ul li { line-height: 26px; width: fit-content; min-width: 100%; }.onepress-menu ul li a { border-top: 1px solid #e9e9e9; padding: 8px 18px; color: #999999; font-size: 13px; text-transform: none; background: #ffffff; letter-spacing: 0px; }.onepress-menu ul li a:hover { color: #03c4eb; }.onepress-menu ul li.current-menu-item > a { color: #03c4eb; }.onepress-menu > li:last-child > a { padding-right: 0px; }.onepress-menu .nav-toggle-subarrow { display: none; }#nav-toggle { display: none; margin-left: 15px; }@media screen and (max-width: 1140px){.main-navigation { position: static; }.main-navigation .onepress-menu { display: block; height: 0px; overflow: hidden; background: #ffffff; width: 100% !important; }#nav-toggle { display: block; }}#nav-toggle { float: right; position: relative; width: 35px; overflow: hidden; white-space: nowrap; color: transparent; }#nav-toggle span { position: absolute; top: 50%; right: 5px; margin-top: -2px; transition:rotate, translate 0.2s, 0.2s ease, ease; display: inline-block; height: 3px; width: 24px; background: #000000; }#nav-toggle span::before { top: -8px; }#nav-toggle span::after { top: 8px; }#nav-toggle span::before, #nav-toggle span::after { position: absolute; display: inline-block; height: 3px; width: 24px; background: #000000; content: ""; right: 0px; transform: translateZ(0px); backface-visibility: hidden; transform-origin: 0% 50%; transition: transform 0.2s; }.site-content { border-top: 1px solid #e9e9e9; margin-top: -1px; }.page-header { padding: 30px 0px; border-top: 1px solid #e9e9e9; background: #f8f9f9; border-bottom: 1px solid #e9e9e9; position: relative; }.page-header::before { position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%; display: block; content: " "; }.page-header .entry-title, .page-header .page-title { margin-bottom: 0px; font-size: 24px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }.page-header.page--cover { position: relative; padding: 8% 0px; text-align: center; border-top: 0px none; border-bottom: 0px none; background-size: cover; background-position: center center; background-repeat: no-repeat; }.page-header.page--cover::before { position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%; display: block; background: rgba(0, 0, 0, 0.3); content: " "; }.page-header.page--cover .entry-title { font-size: 2.5rem; font-weight: 800; color: #ffffff; }.site-footer { background: #111111; color: #bbbbbb; font-size: 14px; }.site-footer a { color: #03c4eb; }.site-footer .site-info { position: relative; text-align: center; padding: 35px 0px; background: #222222; font-weight: 500; color: #bbbbbb; }.site-footer .site-info a { color: #dddddd; }.site-footer .site-info a:hover { text-decoration: underline; }.site-footer .site-info .container { position: initial; }.site-footer .btt a { border-radius: 0px 20px 0px 0px; color: #999999; background: #222222; display: block; font-size: 30px; height: 50px; line-height: 50px; margin: auto; position: absolute; right: 60px; top: -25px; transition: 0.2s linear; width: 50px; z-index: 99; transform: rotate(-45deg); }.site-footer .btt a:hover { color: #03c4eb; }.site-footer .btt a i { transform: rotate(45deg); margin-left: 3px; }@media screen and (max-width: 940px){.site-footer .btt a { right: 0px; left: 0px; }}.entry-content { margin-bottom: 30px; }@-webkit-keyframes sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@keyframes sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes bully-pop { 50% { transform: scale(0.7); } 100% { transform: scale(1); } }@keyframes bully-squash { 50% { transform: scale(0.6, 1.8); } 100% { transform: scale(1); } }a, .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus, .header-social a, .onepress-menu a:hover, .onepress-menu ul li a:hover, .onepress-menu li.onepress-current-item > a, .onepress-menu ul li.current-menu-item > a, .onepress-menu > li a.menu-actived, .onepress-menu.onepress-menu-mobile li.onepress-current-item > a, .site-footer a, .site-footer .footer-social a:hover, .site-footer .btt a:hover, .highlight, #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover, .btn-theme-primary-outline, .sidebar .widget a:hover, .section-services .service-item .service-image i, .counter_item .counter__number, .team-member .member-thumb .member-profile a:hover, .icon-background-default { color: #dd9933; }@-webkit-keyframes lg-right-end { 0% { left: 0px; } 50% { left: -30px; } 100% { left: 0px; } }@keyframes lg-right-end { 0% { left: 0px; } 50% { left: -30px; } 100% { left: 0px; } }@-webkit-keyframes lg-left-end { 0% { left: 0px; } 50% { left: 30px; } 100% { left: 0px; } }@keyframes lg-left-end { 0% { left: 0px; } 50% { left: 30px; } 100% { left: 0px; } }:root { --joinchat-ico: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E"); --joinchat-font: -apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif; }.joinchat { --bottom: 20px; --sep: 20px; --s: 60px; --header: calc(var(--s)*1.16667); --vh: 100vh; --red: 37; --green: 211; --blue: 102; --rgb: var(--red) var(--green) var(--blue); --color: rgb(var(--rgb)); --dark: rgb(calc(var(--red) - 75) calc(var(--green) - 75) calc(var(--blue) - 75)); --hover: rgb(calc(var(--red) + 50) calc(var(--green) + 50) calc(var(--blue) + 50)); --bg: rgb(var(--rgb)/4%); --bw: 100; --text: hsl(0deg 0% clamp(0%,var(--bw)*1%,100%)/clamp(70%,var(--bw)*1%,100%)); --msg: var(--color); color: var(--text); display: none; position: fixed; z-index: 9000; right: var(--sep); bottom: var(--bottom); font: normal normal normal 16px/1.625em var(--joinchat-font); letter-spacing: 0px; animation: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 10ms 1 normal both running joinchat_show; transform: scale3d(0, 0, 0); transform-origin: calc(var(--s)/-2) calc(var(--s)/-4); user-select: none; touch-action: manipulation; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }.joinchat *, .joinchat ::after, .joinchat ::before { box-sizing: border-box; }.joinchat--left { right: auto; left: var(--sep); }@supports not (width:clamp(1px,1%,10px)) {.joinchat { --text: hsl(0deg 0% calc(var(--bw)*1%)/90%); }}.joinchat__button { display: flex; flex-direction: row; position: absolute; z-index: 2; bottom: 8px; right: 8px; height: var(--s); min-width: var(--s); background: #25d366; color: inherit; border-radius: calc(var(--s)/2); box-shadow: rgba(7, 94, 84, 0.24) 1px 6px 24px 0px; cursor: pointer; transition:background-color 0.2s linear; }.joinchat__button:hover { background: #128c7e; transition-duration: 1.5s; }.joinchat__button:active { background: #128c7e; transition: none; }.joinchat--left .joinchat__button { right: auto; left: 8px; flex-direction: row-reverse; }.joinchat__button__open { width: var(--s); height: var(--s); border-radius: 50%; background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: 60%; overflow: hidden; }.joinchat__button__send { display: none; flex-shrink: 0; width: var(--s); height: var(--s); max-width: var(--s); padding: calc(var(--s)*0.18); margin: 0px; overflow: hidden; }.joinchat__button__send path { fill: none !important; stroke: var(--text) !important; }.joinchat__button__send .joinchat_svg__plain { stroke-dasharray: 1097; stroke-dashoffset: 1097; animation: 6s ease-in-out 0.2s infinite normal none running joinchat_plain; }.joinchat__button__send .joinchat_svg__chat { stroke-dasharray: 1020; stroke-dashoffset: 1020; animation: 6s ease-in-out 3.2s infinite normal none running joinchat_chat; }.joinchat__button__sendtext { padding: 0px; max-width: 0px; border-radius: var(--s); font-weight: 600; line-height: var(--s); white-space: nowrap; opacity: 0; overflow: hidden; text-overflow: ellipsis; transition:none 0s ease; }.joinchat__box { display: flex; flex-direction: column; position: absolute; bottom: 0px; right: 0px; z-index: 1; width: calc(100vw - var(--sep)*2); max-width: 400px; max-height: calc(var(--vh) - var(--bottom) - var(--sep)); border-radius: calc(var(--s)/2 + 2px); background: #fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg)); box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px 0px; text-align: left; overflow: hidden; transform: scale3d(0, 0, 0); opacity: 0; transition:max-height, opacity, transform 0.2s, 0.4s, 0s ease-out, ease-out, linear; }.joinchat--left .joinchat__box { right: auto; left: 0px; }.joinchat__header { display: flex; flex-flow: row; align-items: center; position: relative; flex-shrink: 0; height: var(--header); min-height: 50px; padding: 0px 70px 0px 26px; margin: 0px; }.joinchat__powered { font-size: 11px; line-height: 18px; fill: currentcolor; opacity: 0.8; color: inherit !important; text-decoration: none !important; }.joinchat__powered svg { display: inline-block; width: auto; height: 18px; vertical-align: -30%; }.joinchat__powered:active, .joinchat__powered:hover { opacity: 0.9; filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 3px); color: inherit !important; text-decoration: none !important; }.joinchat__close { --size: 34px; position: absolute; top: calc(50% - var(--size)/2); right: 24px; width: var(--size); height: var(--size); border-radius: 50%; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50% center / 12px no-repeat rgba(0, 0, 0, 0.4); cursor: pointer; transition:background-color 0.3s ease-out; }.joinchat__close:hover { background-color: rgba(0, 0, 0, 0.6); }.joinchat__close:active { background-color: rgba(0, 0, 0, 0.7); }.joinchat__box__scroll { overflow: hidden scroll; overscroll-behavior-y: contain; }.joinchat__box__content { width: calc(100% + 4px); padding: 20px 0 calc(var(--s) + 16px); }.joinchat { --peak: url(https://dpt.com.pa/wp-content/plugins/creame-whatsapp-me/public/css/joinchat.min.css#joinchat__peak_l); }.joinchat__message { position: relative; min-height: 56px; padding: 15px 20px; margin: 0px 26px 26px; border-radius: 26px; background: #ffffff; color: #4a4a4a; word-break: break-word; filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px); transform: translateZ(0px); }.joinchat__message::before { content: ""; display: block; position: absolute; bottom: 18px; left: -15px; width: 17px; height: 25px; background: inherit; clip-path: var(--peak); }@keyframes joinchat_show { 0% { transform: scale3d(0, 0, 0); } 100% { transform: scaleX(1); } }@keyframes joinchat_badge_in { 0% { opacity: 0; transform: translate3d(0px, 50px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes joinchat_badge_out { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(0px, -20px, 0px); } }@keyframes joinchat_plain { 0%, 50%, 100% { stroke-dashoffset: 1097; } 5%, 45% { stroke-dashoffset: 0; } }@keyframes joinchat_chat { 0%, 50%, 100% { stroke-dashoffset: 1020; } 5%, 45% { stroke-dashoffset: 0; } }@keyframes joinchat_image_loop { 0% { opacity: 0; } 3%, 20% { opacity: 1; } 25%, 100% { opacity: 0; } }@keyframes joinchat_tootlip { 0% { opacity: 0; transform: scaleY(0); } 1%, 20% { opacity: 1; transform: scaleX(1); } 25%, 100% { opacity: 0; transform: scaleX(1); } }@media (orientation: landscape) and (height <= 480px), (width <= 480px){.joinchat { --bottom: 6px; --sep: 6px; --header: calc(var(--s)*0.91667); }.joinchat__close { --size: 28px; }.joinchat__box__scroll { padding-top: 15px; }.joinchat__message { padding: 18px 16px; line-height: 24px; margin: 0px 20px 20px; }}#pgc-2042-0-0, #pgc-2042-0-1 { width: calc(50% - 15px); }#pl-2042 #panel-2042-0-0-0 { margin: 0% 10% 0% 5%; }#pg-2042-0, #pg-2042-1, #pl-2042 .so-panel:last-of-type { margin-bottom: 0px; }#pgc-2042-1-0, #pgc-2042-2-0, #pgc-2042-3-0 { width: calc(100% + 0px); }#pl-2042 #panel-2042-1-0-0 { margin: 0px 10px; }#pl-2042 #panel-2042-1-0-1 { margin: 2% 10%; }#pg-2042-2, #pl-2042 .so-panel { margin-bottom: 30px; }#pg-2042-0 > .panel-row-style { padding: 5% 10% 0%; }#pg-2042-0.panel-has-style > .panel-row-style, #pg-2042-0.panel-no-style, #pg-2042-1.panel-has-style > .panel-row-style, #pg-2042-1.panel-no-style, #pg-2042-3.panel-has-style > .panel-row-style, #pg-2042-3.panel-no-style { align-items: flex-start; }#pg-2042-1 > .panel-row-style, #pg-2042-3 > .panel-row-style { padding: 5% 0%; }#panel-2042-1-0-1 > .panel-widget-style { padding: 1% 0% 0%; }#panel-2042-3-0-0 > .panel-widget-style { padding: 10px 0px 0px; }#panel-2042-3-0-1 > .panel-widget-style { padding: 0% 5%; }@media (max-width: 780px){#pg-2042-0.panel-no-style, #pg-2042-0.panel-has-style > .panel-row-style, #pg-2042-0, #pg-2042-1.panel-no-style, #pg-2042-1.panel-has-style > .panel-row-style, #pg-2042-1, #pg-2042-2.panel-no-style, #pg-2042-2.panel-has-style > .panel-row-style, #pg-2042-2, #pg-2042-3.panel-no-style, #pg-2042-3.panel-has-style > .panel-row-style, #pg-2042-3 { flex-direction: column; }#pg-2042-0 > .panel-grid-cell, #pg-2042-0 > .panel-row-style > .panel-grid-cell, #pg-2042-1 > .panel-grid-cell, #pg-2042-1 > .panel-row-style > .panel-grid-cell, #pg-2042-2 > .panel-grid-cell, #pg-2042-2 > .panel-row-style > .panel-grid-cell, #pg-2042-3 > .panel-grid-cell, #pg-2042-3 > .panel-row-style > .panel-grid-cell { width: 100%; margin-right: 0px; }#pgc-2042-0-0 { margin-bottom: 30px; }#pl-2042 .panel-grid-cell { padding: 0px; }#pg-2042-0 > .panel-row-style, #pg-2042-1 > .panel-row-style { padding: 45px 0px; }}.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container h6.sow-headline { text-align: left; color: #292929; line-height: 1.4em; font-size: 14pt; margin-top: 0px; margin-bottom: 0px; }@media (max-width: 780px){.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container h6.sow-headline { text-align: left; }}.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container p.sow-sub-headline { text-align: justify; color: #404040; line-height: 1.4em; font-size: 1.2em; margin-top: 0%; margin-bottom: 0%; }@media (max-width: 780px){.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container p.sow-sub-headline { text-align: justify; }}.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container :first-child { margin-top: 0px !important; }.so-widget-sow-headline-default-6666d65f5754-2042 .sow-headline-container :last-child { margin-bottom: 0px !important; }.mejs-offscreen { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal; }.mejs-container { background: #000000; font-family: Helvetica, Arial, serif; position: relative; text-align: left; text-indent: 0px; vertical-align: top; }.mejs-container, .mejs-container * { box-sizing: border-box; }.mejs-container:focus { outline: none; }.mejs-iframe-overlay { height: 100%; position: absolute; width: 100%; }.mejs-background, .mejs-mediaelement { left: 0px; position: absolute; top: 0px; }.mejs-mediaelement { height: 100%; width: 100%; z-index: 0; }.mejs-poster { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; left: 0px; position: absolute; top: 0px; z-index: 1; }.mejs-overlay { -webkit-box-align: center; align-items: center; display: flex; -webkit-box-pack: center; justify-content: center; left: 0px; position: absolute; top: 0px; }.mejs-layer { z-index: 1; }.mejs-overlay-play { cursor: pointer; }.mejs-overlay-button { background: url(https://dpt.com.pa/wp-includes/js/mediaelement/mejs-controls.svg) 0px -39px no-repeat; height: 80px; width: 80px; }.mejs-overlay:hover > .mejs-overlay-button { background-position: -80px -39px; }.mejs-overlay-loading { height: 80px; width: 80px; }.mejs-overlay-loading-bg-img { animation: 1s linear 0s infinite normal none running a; background: url(https://dpt.com.pa/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat transparent; display: block; height: 80px; width: 80px; z-index: 1; }@-webkit-keyframes a { 100% { transform: rotate(1turn); } }@keyframes a { 100% { transform: rotate(1turn); } }.mejs-controls { bottom: 0px; display: flex; height: 40px; left: 0px; list-style-type: none; margin: 0px; padding: 0px 10px; position: absolute; width: 100%; z-index: 3; }.mejs-controls:not([style*="display: none"]) { background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }.mejs-button, .mejs-time, .mejs-time-rail { font-size: 10px; height: 40px; line-height: 10px; margin: 0px; width: 32px; }.mejs-button > button { background: url(https://dpt.com.pa/wp-includes/js/mediaelement/mejs-controls.svg) transparent; border: 0px; cursor: pointer; display: block; font-size: 0px; height: 20px; line-height: 0; margin: 10px 6px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; width: 20px; }.mejs-button > button:focus { outline: #999999 dotted 1px; }.mejs-container-keyboard-inactive [role="slider"], .mejs-container-keyboard-inactive [role="slider"]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus { outline: 0px; }.mejs-time { box-sizing: content-box; color: #ffffff; font-size: 11px; font-weight: 700; height: 24px; overflow: hidden; padding: 16px 6px 0px; text-align: center; width: auto; }.mejs-play > button { background-position: 0px 0px; }.mejs-time-rail { direction: ltr; -webkit-box-flex: 1; flex-grow: 1; height: 40px; margin: 0px 10px; padding-top: 10px; position: relative; }.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total { border-radius: 2px; cursor: pointer; display: block; height: 10px; position: absolute; }.mejs-time-total { background: rgba(255, 255, 255, 0.3); margin: 5px 0px 0px; width: 100%; }.mejs-time-buffering { animation: 2s linear 0s infinite normal none running b; background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0px, transparent 50%, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0.4) 75%, transparent 0px, transparent) 0% 0% / 15px 15px; width: 100%; }@-webkit-keyframes b { 0% { background-position: 0px 0px; } 100% { background-position: 30px 0px; } }@keyframes b { 0% { background-position: 0px 0px; } 100% { background-position: 30px 0px; } }.mejs-time-loaded { background: rgba(255, 255, 255, 0.3); }.mejs-time-current, .mejs-time-handle-content { background: rgba(255, 255, 255, 0.9); }.mejs-time-hovered { background: rgba(255, 255, 255, 0.5); z-index: 10; }.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded { left: 0px; transform: scaleX(0); transform-origin: 0px 0px; transition: 0.15s ease-in; width: 100%; }.mejs-time-buffering { transform: scaleX(1); }.mejs-time-hovered { transition:height 0.1s cubic-bezier(0.44, 0, 1, 1); }.mejs-time-hovered.no-hover { transform: scaleX(0) !important; }.mejs-time-handle, .mejs-time-handle-content { border: 4px solid transparent; cursor: pointer; left: 0px; position: absolute; transform: translateX(0px); z-index: 11; }.mejs-time-handle-content { border: 4px solid rgba(255, 255, 255, 0.9); border-radius: 50%; height: 10px; left: -7px; top: -4px; transform: scale(0); width: 10px; }.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content { transform: scale(1); }.mejs-time-float { background: #eeeeee; border: 1px solid #333333; bottom: 100%; color: #111111; display: none; height: 17px; margin-bottom: 9px; position: absolute; text-align: center; transform: translateX(-50%); width: 36px; }.mejs-time-float-current { display: block; left: 0px; margin: 2px; text-align: center; width: 30px; }.mejs-time-float-corner { border-width: 5px; border-style: solid; border-image: initial; border-color: #eeeeee transparent transparent; border-radius: 0px; display: block; height: 0px; left: 50%; line-height: 0; position: absolute; top: 100%; transform: translateX(-50%); width: 0px; }.mejs-fullscreen-button > button { background-position: -80px 0px; }.mejs-mute > button { background-position: -60px 0px; }.mejs-volume-button { position: relative; }.mejs-volume-button > .mejs-volume-slider { backface-visibility: hidden; background: rgba(50, 50, 50, 0.7); border-radius: 0px; bottom: 100%; display: none; height: 115px; left: 50%; margin: 0px; position: absolute; transform: translateX(-50%); width: 25px; z-index: 1; }.mejs-volume-button:hover { border-radius: 0px 0px 4px 4px; }.mejs-volume-total { background: rgba(255, 255, 255, 0.5); height: 100px; left: 50%; margin: 0px; position: absolute; top: 8px; transform: translateX(-50%); width: 2px; }.mejs-volume-current { left: 0px; margin: 0px; width: 100%; }.mejs-volume-current, .mejs-volume-handle { background: rgba(255, 255, 255, 0.9); position: absolute; }.mejs-volume-handle { border-radius: 1px; cursor: ns-resize; height: 6px; left: 50%; transform: translateX(-50%); width: 16px; }.mejs-overlay-error { position: relative; }.mejs-container { clear: both; max-width: 100%; }.mejs-container * { font-family: Helvetica, Arial; }.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body { background: #222222; }.mejs-time { font-weight: 400; overflow-wrap: normal; }.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #ffffff; }.mejs-controls .mejs-time-rail .mejs-time-current { background: #0073aa; }.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total { background: rgba(255, 255, 255, 0.33); }.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span { border-radius: 0px; }.mejs-overlay-loading { background: 0px 0px; }.mejs-controls button:hover { border: none; box-shadow: none; }.wp-video { max-width: 100%; height: auto; }.wp-video-shortcode video, video.wp-video-shortcode { max-width: 100%; display: inline-block; }.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container h2.sow-headline { text-align: center; color: #404040; line-height: 1.4em; font-size: 14pt; margin-top: 0px; margin-bottom: 0px; }@media (max-width: 780px){.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container h2.sow-headline { text-align: center; }}.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container p.sow-sub-headline { text-align: center; color: #404040; line-height: 1.4em; font-size: 1.2em; margin-top: 0%; margin-bottom: 0%; }@media (max-width: 780px){.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container p.sow-sub-headline { text-align: center; }}.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container :first-child { margin-top: 0px !important; }.so-widget-sow-headline-default-3118f2bb515c-2042 .sow-headline-container :last-child { margin-bottom: 0px !important; }@font-face{font-family:"sow-fontawesome-free";font-weight:400;font-style:normal;src:url(https://dpt.com.pa/wp-content/swift-ai/cache/dpt.com.pa/vmware-2/__data/fa-regular-4005058311b.woff) format('woff2');font-display:swap;}.sow-far { font-family: sow-fontawesome-free; font-style: normal !important; font-weight: 400 !important; }@font-face{font-family:"sow-fontawesome-free";font-weight:900;font-style:normal;src:url(https://dpt.com.pa/wp-content/swift-ai/cache/dpt.com.pa/vmware-2/__data/fa-solid-900d76caf6b.woff) format('woff2');font-display:swap;}.sow-fa, .sow-fas { font-family: sow-fontawesome-free; font-weight: 900 !important; font-style: normal !important; }.sow-icon-fontawesome { display: inline-block; speak: none; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }.sow-icon-fontawesome[data-sow-icon]::before { content: attr(data-sow-icon); }.so-widget-sow-headline-default-78d3ee32b949-2042 .sow-headline-container h2.sow-headline { text-align: center; color: #404040; line-height: 1.4em; font-size: 15pt; margin-top: 0px; margin-bottom: 0px; }@media (max-width: 780px){.so-widget-sow-headline-default-78d3ee32b949-2042 .sow-headline-container h2.sow-headline { text-align: center; }}.so-widget-sow-headline-default-78d3ee32b949-2042 .sow-headline-container :first-child { margin-top: 0px !important; }.so-widget-sow-headline-default-78d3ee32b949-2042 .sow-headline-container :last-child { margin-bottom: 0px !important; }body.swift-nojs [data-s3cid="1"]{min-width: 100vw;max-height:4477.59375px;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;}body.swift-nojs [data-s3cid="4"]{min-width: 100vw;}body.swift-nojs [data-s3cid="8"]{min-width:371px;}body.swift-nojs [data-s3cid="9"]{min-width: 100vw;min-height:109.65625px;}body.swift-nojs [data-s3cid="10"]{min-width: 100vw;}body.swift-nojs [data-s3cid="11"]{min-width: 100vw;max-height:4175.125px;}body.swift-nojs [data-s3cid="12"]{min-width: 100vw;max-height:4174.125px;}body.swift-nojs [data-s3cid="13"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="14"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="15"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="16"]{min-width:371px;}body.swift-nojs [data-s3cid="17"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="18"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="19"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="20"]{min-width:371px;max-height:4174.125px;}body.swift-nojs [data-s3cid="21"]{min-width:371px;}body.swift-nojs [data-s3cid="22"]{max-width:401px;}body.swift-nojs [data-s3cid="23"]{min-width: 100vw;max-height:258.0625px;}body.swift-nojs [data-s3cid="24"]{min-width:340.859375px;max-height:258.0625px;}body.swift-nojs [data-s3cid="25"]{min-width:340.859375px;max-height:258.0625px;}body.swift-nojs [data-s3cid="26"]{min-width:340.859375px;max-height:258.0625px;}body.swift-nojs [data-s3cid="27"]{min-width: 100vw;min-height:225.5625px;}body.swift-nojs [data-s3cid="28"]{min-width: 100vw;min-height:225.5625px;}body.swift-nojs [data-s3cid="29"]{min-width: 100vw;min-height:225.5625px;}body.swift-nojs [data-s3cid="30"]{min-width:371px;max-height:1661.34375px;}body.swift-nojs [data-s3cid="31"]{max-width:401px;max-height:1661.34375px;}body.swift-nojs [data-s3cid="32"]{min-width: 100vw;max-height:1571.34375px;}body.swift-nojs [data-s3cid="33"]{min-width:381px;max-height:87.875px;}body.swift-nojs [data-s3cid="34"]{min-width:381px;max-height:87.875px;}body.swift-nojs [data-s3cid="35"]{min-width:381px;max-height:87.875px;}body.swift-nojs [data-s3cid="36"]{min-width:320.8125px;max-height:1467.4375px;}body.swift-nojs [data-s3cid="37"]{min-width:320.8125px;max-height:1467.4375px;}body.swift-nojs [data-s3cid="38"]{min-width:320.8125px;max-height:1464.234375px;}body.swift-nojs [data-s3cid="39"]{min-width:320.8125px;max-height:1464.234375px;}body.swift-nojs [data-s3cid="40"]{min-width:320.8125px;max-height:256.84375px;}body.swift-nojs [data-s3cid="42"]{min-width:320.8125px;max-height:162.84375px;}body.swift-nojs [data-s3cid="43"]{min-width:320.8125px;max-height:199.828125px;}body.swift-nojs [data-s3cid="45"]{min-width:320.8125px;max-height:105.828125px;}body.swift-nojs [data-s3cid="46"]{min-width:320.8125px;}body.swift-nojs [data-s3cid="48"]{min-width:320.8125px;}body.swift-nojs [data-s3cid="49"]{min-width:320.8125px;max-height:220.640625px;}body.swift-nojs [data-s3cid="51"]{min-width:320.8125px;max-height:126.640625px;}body.swift-nojs [data-s3cid="52"]{min-width:320.8125px;}body.swift-nojs [data-s3cid="54"]{min-width:320.8125px;}body.swift-nojs [data-s3cid="55"]{min-width:320.8125px;max-height:199.828125px;}body.swift-nojs [data-s3cid="57"]{min-width:320.8125px;max-height:105.828125px;}body.swift-nojs [data-s3cid="58"]{min-width:371px;min-height:101.09375px;}body.swift-nojs [data-s3cid="59"]{min-width:371px;min-height:101.09375px;}body.swift-nojs [data-s3cid="60"]{min-width:371px;min-height:101.09375px;}body.swift-nojs [data-s3cid="61"]{min-width:371px;max-height:1778.0625px;}body.swift-nojs [data-s3cid="62"]{min-width:371px;max-height:1778.0625px;}body.swift-nojs [data-s3cid="63"]{min-width:371px;max-height:1740.96875px;}body.swift-nojs [data-s3cid="64"]{min-width:371px;max-height:66px;}body.swift-nojs [data-s3cid="65"]{min-width:371px;max-height:66px;}body.swift-nojs [data-s3cid="66"]{min-width:371px;max-height:56px;}body.swift-nojs [data-s3cid="67"]{min-width:371px;max-height:56px;}body.swift-nojs [data-s3cid="68"]{min-width:371px;}body.swift-nojs [data-s3cid="69"]{min-width:371px;}body.swift-nojs [data-s3cid="70"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="71"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="72"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="74"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="75"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="77"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="78"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="80"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="81"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="83"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="84"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="86"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="87"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="89"]{min-width:333.90625px;}body.swift-nojs [data-s3cid="90"]{min-width: 100vw;}body.swift-nojs [data-s3cid="91"]{min-width: 100vw;}body.swift-nojs [data-s3cid="92"]{min-width: 100vw;}body.swift-nojs [data-s3cid="93"]{min-width:371px;}html{opacity:1}}