
/* /magnum_custom/static/src/scss/magnum/_guardian_angel.scss */
 .o_mag_font_orbitron{font-family: 'Orbitron', sans-serif;}.o_mag_gangel_bg_3{background-color: rgba(0, 0, 0, 0.5); background-image: url("/web/image/590166-09372f8c/lp-law_enforcement_header.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: overlay;}.o_mag_gangel_logo{width: 100%; max-width: 350px;}.o_mag_text_gangel{color: #5a0000;}.o_mag_text_gangel.nav-link{color: #fff; background-color: #5a0000;}.o_mag_text_gangel.nav-link:hover, .o_mag_text_gangel.nav-link:active, .o_mag_text_gangel.nav-link:focus{background-color: color-mix(in srgb, #5a0000, white 10%);}.o_mag_text_gangel.nav-link.active{background-color: #fff;}.o_mag_text_gangel.nav-link.active:hover, .o_mag_text_gangel.nav-link.active:active, .o_mag_text_gangel.nav-link.active:focus{background-color: #fff;}.o_mag_bg_gangel{background-color: #5a0000;}.o_mag_btn_gangel{color: #fff; background-color: #5a0000; border-color: #5a0000; outline: none;}.o_mag_btn_gangel:hover, .o_mag_btn_gangel:active, .o_mag_btn_gangel:focus{color: #fff; background-color: color-mix(in srgb, #5a0000, white 10%); border-color: color-mix(in srgb, #5a0000, white 10%); outline: none;}.o_mag_btn_gangel.active{color: #fff; background-color: color-mix(in srgb, #5a0000, white 10%); border-color: color-mix(in srgb, #5a0000, white 10%); outline: none;}.o_mag_btn_gangel_acc{color: var(--mag-text-default) !important; background-color: #e9ecef !important; border: 1px solid #dee2e6 !important;}.o_mag_btn_gangel_acc:hover{color: #5a0000 !important; background-color: color-mix(in srgb, #e9ecef, black 10%) !important;}a.o_mag_text_gangel{color: #5a0000; text-decoration: none;}a.o_mag_text_gangel:hover, a.o_mag_text_gangel:active, a.o_mag_text_gangel:focus{color: color-mix(in srgb, #5a0000, white 10%);}.o_mag_ga_accordion .o_mag_ga_accordion_item .o_mag_ga_accordion_body{max-height: 0; overflow: hidden;}.o_mag_ga_accordion .o_mag_ga_accordion_item.open .o_mag_ga_accordion_body{max-height: none;}.o_mag_ga_accordion .o_mag_ga_accordion_item.transitioning .o_mag_ga_accordion_body{max-height: 50vh; overflow: hidden; transition: max-height 0.35s ease; -webkit-transition: max-height 0.35s ease; -moz-transition: max-height 0.35s ease; -ms-transition: max-height 0.35s ease; -o-transition: max-height 0.35s ease;}.o_mag_gangel_icon_card{max-width: 220px; margin: auto; cursor: pointer;}.o_mag_gangel_icon_card:hover h6{color: #5a0000;}@-webkit-keyframes cd-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -webkit-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -webkit-transform: scale(2);}}@-moz-keyframes cd-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -moz-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -moz-transform: scale(2);}}@-o-keyframes cd-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -o-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -o-transform: scale(2);}}@keyframes cd-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}}.cd-container{width: 100%; max-width: 1170px; margin: 0 auto;}.cd-container img{max-width: 100%;}.cd-container:after{display: table; content: ''; clear: both;}ol .cd-single-point, ul .cd-single-point{list-style: none;}.cd-img-replace{display: inline-block; overflow: hidden; white-space: nowrap; text-indent: 100%;}.cd-product{text-align: center;}.cd-product-wrapper{position: relative; display: inline-block; width: 90%; max-width: 800px; margin: 0 auto;}.cd-product-wrapper > img{display: block;}.cd-single-point{position: absolute; border-radius: 50%;}.cd-single-point > a{position: relative; z-index: 2; display: block; width: 24px; height: 24px; background: #e60000; border-radius: inherit; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3); transition: background-color 0.2s; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s;}.cd-single-point > a::after, .cd-single-point > a:before{position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; background-color: #fff; content: ''; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transition-property: transform; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -moz-transform; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s;}.cd-single-point > a::after{width: 12px; height: 2px;}.cd-single-point > a:before{width: 2px; height: 12px;}.cd-single-point::after{position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: transparent; border-radius: inherit; content: ''; animation: cd-pulse 2s infinite; -webkit-animation: cd-pulse 2s infinite; -moz-animation: cd-pulse 2s infinite; -o-animation: cd-pulse 2s infinite;}.cd-single-point .cd-more-info{position: fixed; top: 0; left: 0; z-index: 99998 !important; width: 100%; height: 100%; padding: 2em 1em 1em; overflow-y: auto; line-height: 1.5; text-align: left; visibility: hidden; background-color: rgba(255, 255, 255, 0.95); opacity: 0; transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, -o-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-overflow-scrolling: touch;}.cd-single-point .cd-more-info::before{position: absolute; display: none; width: 0; height: 0; border: 8px solid transparent; content: '';}.cd-single-point .cd-more-info h3{margin-bottom: 1px; font-weight: 600;}.cd-single-point-top:nth-of-type(1){bottom: 49%; right: 6%;}.cd-single-point-top:nth-of-type(2){bottom: 52%; right: 84%;}.cd-single-point-top:nth-of-type(3){top: 69%; left: 52%;}.cd-single-point-top:nth-of-type(4){top: 80%; right: 48%;}.cd-single-point-top:nth-of-type(5){top: 25%; right: 24%;}.cd-single-point-top:nth-of-type(6){top: 52%; right: 59%;}.cd-single-point-top:nth-of-type(7){top: 20%; right: 47%;}.cd-single-point-top:nth-of-type(8){top: 59%; right: 16%;}.cd-single-point-top:nth-of-type(9){top: 78%; right: 88%;}.cd-single-point-bottom:nth-of-type(1){top: 45%; right: 92%;}.cd-single-point-bottom:nth-of-type(2){bottom: 64%; right: 24%;}.cd-single-point-bottom:nth-of-type(3){top: 30%; left: 31%;}.cd-single-point-bottom:nth-of-type(4){top: 76%; right: 59%;}.cd-single-point-bottom:nth-of-type(5){top: 35%; right: 51%;}.cd-single-point-bottom:nth-of-type(6){top: 55%; right: 36%;}.cd-single-point.is-open > a{background-color: #5a0000;}.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before{transform: translateX(-50%) translateY(-50%) rotate(135deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);}.cd-single-point.is-open::after{display: none;}.cd-single-point.is-open .cd-more-info{visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -o-transition: opacity 0.3s 0s, visibility 0s 0s, -o-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;}.cd-single-point.visited > a{background-color: #5a0000;}.cd-single-point.visited::after{display: none;}.cd-close-info{position: fixed; top: 0; right: 0; width: 44px; height: 44px;}.cd-close-info::after, .cd-close-info:before{position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; background-color: #5a0000; content: ''; transform: translateX(-50%) translateY(-50%) rotate(45deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transition-property: transform; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s;}.cd-close-info::after{width: 16px; height: 2px;}.cd-close-info:before{width: 2px; height: 16px;}#interactive-device-swap{position: absolute; bottom: 3%; left: 35%; z-index: 9; width: 150px; height: 30px; font-size: 0.8em;}.single-point-img-full{float: left !important; width: 95% !important; height: 95% !important;}.ult-vc-seperator{display: none;}.vc_column-inner{z-index: unset !important;}@media only screen and (min-width: 860px){.cd-single-point.is-open .cd-more-info.cd-left{right: 140%; left: 140%;}.cd-single-point.is-open .cd-more-info.cd-right{left: 140%;}.cd-single-point.is-open .cd-more-info.cd-top{bottom: 140%;}.cd-single-point.is-open .cd-more-info.cd-bottom{top: 140%;}.cd-more-info p{margin: 0px;}.cd-more-info-image img{float: right; height: 124px;}.cd-single-point .cd-more-info{position: absolute; width: 430px; height: 290px; padding: 0.6em; overflow-y: visible; line-height: 1.4; border-radius: 0.25em; box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);}.cd-single-point .cd-more-info::before{display: block;}.cd-single-point .cd-more-info.cd-left{top: 200%; right: 160%; bottom: auto; left: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-single-point .cd-more-info.cd-left::before{top: 37%; bottom: auto; left: 100%; border-left-color: rgba(255, 255, 255, 0.95); transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-single-point .cd-more-info.cd-right{top: 200%; bottom: auto; left: 160%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-single-point .cd-more-info.cd-right::before{top: 37%; right: 100%; bottom: auto; border-right-color: rgba(255, 255, 255, 0.95); transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-single-point .cd-more-info.cd-top{top: auto; right: auto; bottom: 160%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-single-point .cd-more-info.cd-top::before{top: 100%; right: auto; left: 50%; border-top-color: rgba(255, 255, 255, 0.95); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-single-point .cd-more-info.cd-bottom{top: 160%; right: auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-single-point .cd-more-info.cd-bottom::before{right: auto; bottom: 100%; left: 50%; border-bottom-color: rgba(255, 255, 255, 0.95); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}}@media screen and (max-width: 860px){button#responsive-menu-pro-button{z-index: 99997 !important;}}@-webkit-keyframes cd-micro-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -webkit-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -webkit-transform: scale(2);}}@-moz-keyframes cd-micro-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -moz-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -moz-transform: scale(2);}}@-o-keyframes cd-micro-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); -o-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); -o-transform: scale(2);}}@keyframes cd-micro-pulse{0%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}50%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);}100%{box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0); transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}}.cd-micro-container{width: 100%; max-width: 1170px; margin: 0 auto;}.cd-micro-container img{max-width: 100%;}.cd-micro-container:after{display: table; content: ''; clear: both;}ol .cd-micro-single-point, ul .cd-micro-single-point{list-style: none;}.cd-micro-img-replace{display: inline-block; overflow: hidden; white-space: nowrap; text-indent: 100%;}.cd-micro-product{text-align: center;}.cd-micro-product-wrapper{position: relative; display: inline-block; width: 90%; max-width: 800px; margin: 0 auto;}.cd-micro-product-wrapper > img{display: block;}.cd-micro-single-point{position: absolute; border-radius: 50%;}.cd-micro-single-point > a{position: relative; z-index: 2; display: block; width: 24px; height: 24px; background: #e60000; border-radius: inherit; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3); transition: background-color 0.2s; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s;}.cd-micro-single-point > a::after, .cd-micro-single-point > a:before{position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; background-color: #fff; content: ''; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transition-property: transform; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s;}.cd-micro-single-point > a::after{width: 12px; height: 2px;}.cd-micro-single-point > a:before{width: 2px; height: 12px;}.cd-micro-single-point::after{position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: transparent; border-radius: inherit; content: ''; animation: cd-micro-pulse 2s infinite; -webkit-animation: cd-micro-pulse 2s infinite; -moz-animation: cd-micro-pulse 2s infinite; -o-animation: cd-micro-pulse 2s infinite;}.cd-micro-single-point .cd-micro-more-info{position: fixed; top: 0; left: 0; z-index: 99998 !important; width: 100%; height: 100%; padding: 2em 1em 1em; overflow-y: auto; line-height: 1.5; text-align: left; visibility: hidden; background-color: rgba(255, 255, 255, 0.95); opacity: 0; transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, -o-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-overflow-scrolling: touch;}.cd-micro-single-point .cd-micro-more-info::before{position: absolute; display: none; width: 0; height: 0; border: 8px solid transparent; content: '';}.cd-micro-single-point .cd-micro-more-info h3{margin-bottom: 1px; font-weight: 600;}.cd-micro-single-point-top:nth-of-type(1){bottom: 20%; right: 18%;}.cd-micro-single-point-top:nth-of-type(2){bottom: 50%; right: 81%;}.cd-micro-single-point-top:nth-of-type(3){bottom: 28%; right: 53%;}.cd-micro-single-point-top:nth-of-type(4){top: 20%; right: 34%;}.cd-micro-single-point-top:nth-of-type(5){top: 38%; right: 49%;}.cd-micro-single-point-top:nth-of-type(6){top: 23%; right: 70%;}.cd-micro-single-point-top:nth-of-type(7){top: 46%; right: 18%;}.cd-micro-single-point-top:nth-of-type(8){top: 43%; right: 15%;}.cd-micro-single-point-bottom:nth-of-type(1){top: 42%; left: 15%;}.cd-micro-single-point-bottom:nth-of-type(2){bottom: 24%; right: 30%;}.cd-micro-single-point-bottom:nth-of-type(3){bottom: 29%; right: 62%;}.cd-micro-single-point-bottom:nth-of-type(4){top: 36%; right: 53%;}.cd-micro-single-point-bottom:nth-of-type(5){top: 55%; left: 22%;}.cd-micro-single-point-bottom:nth-of-type(6){top: 16%; right: 58%;}.cd-micro-single-point.is-open > a{background-color: #5a0000;}.cd-micro-single-point.is-open > a::after, .cd-micro-single-point.is-open > a::before{transform: translateX(-50%) translateY(-50%) rotate(135deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);}.cd-micro-single-point.is-open::after{display: none;}.cd-micro-single-point.is-open .cd-micro-more-info{visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, -o-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;}.cd-micro-single-point.visited > a{background-color: #5a0000;}.cd-micro-single-point.visited::after{display: none;}.single-point-img-full{float: left !important; width: 98% !important; height: 98% !important;}.cd-micro-close-info{position: fixed; top: 0; right: 0; width: 44px; height: 44px;}.cd-micro-close-info::after, .cd-micro-close-info:before{position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; background-color: #5a0000; content: ''; transform: translateX(-50%) translateY(-50%) rotate(45deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transition-property: transform; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s;}.cd-micro-close-info::after{width: 16px; height: 2px;}.cd-micro-close-info:before{width: 2px; height: 16px;}#interactive-micro-device-swap{position: absolute; bottom: 3%; left: 35%; z-index: 9; width: 150px; height: 30px; font-size: 0.8em;}@media only screen and (min-width: 860px){.cd-micro-single-point.is-open .cd-micro-more-info.cd-micro-left{right: 140%; left: 140%;}.cd-micro-single-point.is-open .cd-micro-more-info.cd-micro-top{bottom: 140%;}.cd-micro-single-point.is-open .cd-micro-more-info.cd-micro-bottom{top: 140%;}.cd-micro-more-info p{margin: 0px;}.cd-micro-more-info-image img{float: right; height: 124px;}.single-point-img-full{float: left !important; width: 98% !important; height: 98% !important;}.cd-micro-single-point .cd-micro-more-info{position: absolute; width: 430px; height: 290px; padding: 0.6em; overflow-y: visible; line-height: 1.4; border-radius: 0.25em; box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);}.cd-micro-single-point .cd-micro-more-info::before{display: block;}.cd-micro-single-point .cd-micro-more-info.cd-micro-left{top: 200%; right: 160%; bottom: auto; left: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-micro-single-point .cd-micro-more-info.cd-micro-left::before{top: 37%; bottom: auto; left: 100%; border-left-color: rgba(255, 255, 255, 0.95); transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}.cd-micro-single-point .cd-micro-more-info.cd-micro-top{top: auto; right: auto; bottom: 160%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-micro-single-point .cd-micro-more-info.cd-micro-top::before{top: 100%; right: auto; left: 50%; border-top-color: rgba(255, 255, 255, 0.95); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-micro-single-point .cd-micro-more-info.cd-micro-bottom{top: 160%; right: auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}.cd-micro-single-point .cd-micro-more-info.cd-micro-bottom::before{right: auto; bottom: 100%; left: 50%; border-bottom-color: rgba(255, 255, 255, 0.95); transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}}