
.a-plus-plus img {
    display: inline;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*todo reset full width in backend*/
.Contenu.Riche .row-wrapper {
    padding: 0;
    margin: 0;
  }
  .Contenu.Riche .row {
    max-width: 100%;
    margin: 0;
  }
  .Contenu.Riche .row .page-entity-column-item {
    padding: 0;
  }
  /** MOBILE FIRST **/
  /* global */
  #agplus-newguide .section-inner-text {
    max-width: 75rem;
    margin: auto;
  }
  #agplus-newguide .bg-grey {
    background-color: #f3f4f4;
  }
  /** section welcome **/
  #agplus-newguide .section-welcome {
    text-align: center;
    opacity: 0;
    transform: translateX(40px);
    -webkit-transition: transform .75s, opacity .75s;
    transition: transform .75s, opacity .75s;
  }
  #agplus-newguide .section-welcome.active-anim {
    opacity: 1;
    transform: translateX(0);
  }
  #agplus-newguide .section-welcome .welcome-title {
    margin: 0;
    font-family: "EDF-Light", sans-serif;
    font-size: 1.63rem;
    line-height: 1.2;
    color: #00155A;
  }
  #agplus-newguide .section-welcome .welcome-title span {
    font-family: "EDF-Bold", sans-serif;
    color: #005bbb;
  }
  #agplus-newguide .section-welcome .welcome-subtitle {
    color: #666;
  }
  #agplus-newguide .section-welcome .welcome-title:after {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background: #d1d3d4;
    margin: 0.8rem auto;
  }
  /*section content*/
  #agplus-newguide section {
    padding: 2.375rem .875rem;
  }
  #agplus-newguide .ordered-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }
  #agplus-newguide .ordered-title h3 {
    margin: 0;
  }
  #agplus-newguide .ordering {
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 1rem;
    background-size: 60px;
    line-height: 60px;
    text-align: center;
    font-size: .875rem;
    font-family: "EDF-Bold", sans-serif;
  }
  #agplus-newguide .section-inner-text .content-text {
    margin: 1rem 0 2rem;
    line-height: 1.7;
    font-size: .875rem;
  }
  #agplus-newguide .content-number {
    display: flex;
    justify-content: center;
  }
  #agplus-newguide .content-number .inner-content {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 4px #cfd4d5;
  }
  #agplus-newguide .content-number .left,
  #agplus-newguide .content-number .right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #agplus-newguide .content-number .left {
    padding: .875rem 0;
    width: 5.75rem;
    max-width: 5.75rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
  }
  #agplus-newguide .content-number .left > div {
    margin: auto;
  }
  #agplus-newguide .content-number .left .legend {
    font-size: .625rem;
    text-transform: uppercase;
    font-family: "EDF-Bold", sans-serif;
    text-align: center;
  }
  #agplus-newguide .content-number .left .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "EDF-Light", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
  }
  #agplus-newguide .content-number .left .number .percent {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  #agplus-newguide .content-number .right {
    display: flex;
    align-items: stretch;
    width: 12.5rem;
    max-width: 12.5rem;
    padding: .875rem 1.5rem;
    background: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: .875rem;
  }
  #agplus-newguide .section-content.bg-grey {
    margin-bottom: 13rem;
  }
  #agplus-newguide .section-inner-img {
    position: relative;
    z-index: 0;
    max-width: 14.435rem;
    margin: 4.5rem auto 1rem;
  }
  #agplus-newguide .bg-grey .section-inner-img {
    margin-bottom: -14.5rem
  }
  #agplus-newguide .section-inner-img:before {
    position: absolute;
    z-index: -1;
    transform: rotate(15deg) scale(0.95);
    width: 100%;
    height: 100%;
    background-image: url('/sites/sei_corse/files/2022-04/bg_push_orange.jpg');
    content: '';
  }
  #agplus-newguide .wrapper-img {
    font-size: .75rem;
    /*background: #fff;*/
  }
  #agplus-newguide .wrapper-img .slide {
    background-color: #fff;
    background-size: 100%;
  }
  #agplus-newguide .wrapper-img.wrapper-carousel .slide {
    margin: 0 1px 1px 1px;
  }
  #agplus-newguide .wrapper-img img {
    display: block;
  }
  #agplus-newguide .wrapper-img .content-text {
    padding: 1rem 1.375rem 1.75rem;
    box-shadow: 0 0 4px #cfd4d5;
  }
  #agplus-newguide .wrapper-img .legend a {
    font-size: 1.125rem;
  }
  #agplus-newguide .wrapper-img .legend a:hover,
  #agplus-newguide .wrapper-img .legend a:focus,
  #agplus-newguide .wrapper-img .legend a {
    color: #00155A;
    text-decoration: none;
  }
  #agplus-newguide .wrapper-img .text {
    color: #00155A;
    line-height: 1.6;
    margin: .5rem 0 .75rem;
  }
  #agplus-newguide .wrapper-img .link a {
    position: relative;
    font-family: "EDF-Bold", sans-serif;
    padding-left: 10px;
  }
  #agplus-newguide .wrapper-img .link a:before {
    position: absolute;
    width: 4px;
    height: 6px;
    bottom: calc(50% - 3px);
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowN2QwZTliZC1kYTE4LTQ3NjItYWI1OC1jZmU0YTJlNzNmYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ2RjgzREI5NjY1MTFFODhGNjdFOUEyRjVFRjQwRkEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ2RjgzREE5NjY1MTFFODhGNjdFOUEyRjVFRjQwRkEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNTRkNWM0Yy0yYTZjLTQ3ZmItYmI3NS0xMmU4M2NlN2ZiMTEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MDRkNWRiZC1jYzllLTExN2ItOTRmNy1lOTk3MmViOThmNGIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ZD5c9AAAAjUlEQVR42mK8ePkKAxCEAvF5IL7DgAUwAbEHEC8H4v1ArIJL0WEgPgrEMrgUghR9BWIvID6ESyETlMarkAlJA06FTGjWY1XIhMUznEDMB2V/AWF0RSJAvBuIDYD4BhA7AvELFjQFe4BYH1kBsptwKoApwqsApkgHiNVxKQABkJsOALE3EF/DpgAEAAIMAK6GKA2KkEWGAAAAAElFTkSuQmCC');
    background-size: 100%;
    content: '';
  }
  /* content orange */
  #agplus-newguide .section-orange .ordering {
    background-image: url('/sites/sei_corse/files/2022-04/circle-orange.png');
  }
  #agplus-newguide .section-content .ordered-title h3 {
    color: #00155A;
  }
  #agplus-newguide .section-orange .content-number .left {
    background: #FE5716;
  }
  #agplus-newguide .section-orange .section-inner-img:before {
    background-image: url('/sites/sei_corse/files/2022-04/bg_push_orange.jpg');
  }
  /* content grey */
  #agplus-newguide .section-grey .ordering {
    background-image: url('/sites/sei_corse/files/2022-04/circle-grey.png');
  }
  /* content green */
  #agplus-newguide .section-green .ordering {
    background-image: url('/sites/sei_corse/files/2022-04/circle-green.png');
  }
  #agplus-newguide .section-green h3 {
    color: #509e2f;
  }
  #agplus-newguide .section-green .content-number .left {
    background: #307A10;
  }
  #agplus-newguide .section-green .section-inner-img:before {
    background-image: url('/sites/sei_corse/files/2022-04/bg_push_green.jpg');
  }
  /* content blue */
  #agplus-newguide .section-blue .ordering {
    background-image: url('/sites/sei_corse/files/2022-04/circle-blue.png');
  }
  #agplus-newguide .section-blue h3 {
    color: #005bbb;
  }
  #agplus-newguide .section-blue .content-number .left {
    background: #005bbb;
  }
  #agplus-newguide .section-blue .section-inner-img:before {
    background-image: url('/sites/sei_corse/files/2022-04/bg_push_blue.jpg');
  }
  /*Section carousels*/
  #agplus-newguide .wrapper-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    text-indent: -99999px;
    line-height: 1.75rem;
  }
  #agplus-newguide .wrapper-carousel .slick-arrow.slick-disabled {
    display: block;
    opacity: 0.2;
    cursor: initial;
  }
  #agplus-newguide .wrapper-carousel button.slick-prev {
    left: -15%;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAcCAYAAAAEN20fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjdENkEyODU5QTIwMTFFOEI2NURGQTM5MzZEODM1NkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjdENkEyODY5QTIwMTFFOEI2NURGQTM5MzZEODM1NkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCN0Q2QTI4MzlBMjAxMUU4QjY1REZBMzkzNkQ4MzU2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCN0Q2QTI4NDlBMjAxMUU4QjY1REZBMzkzNkQ4MzU2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvBoKCkAAAGPSURBVHjavJexSgNBEIb3lrPxWazU0srKysJKEFIpYioRYowELCzOKywTG6sErXwGKzsTG30LK1tFz39ghGXA3O7t3A78LBnYve92c//MZlVVmUWRZZkJjfXVtW0MPWhn9jJ/p1ztc7RBGOIBWoLeoE3o43k++1w0zxrFAMSeA0GxAu1DG3Vzc2WIiXi5EkdT+My3LUOc+a5hFSCOMEzFWkUIRPTRMMRYpAeAuApdy0ZAdLUgGoMAgrZ9JNK9phCNjoYh5JfQBcRNzDHbQIhhGxBBOwII2va+k/qBDgFxq2EBeQREBxB3WoaYe0BcYzhpE8L3P7Isfn+bFqIWBG9OplU6KSpoE7b1pDti2K5LMU8VxvvzZZhCzJ2yzacDYZhzsnG3byKb14AJtni28YFIj7n2pANxYE5FesT23yiietaQNqDuOVGNEdcYeSQF16Q0/YiAOWDH/YtLLgvpQBiGCl9HwPRDYFTvNf800cfQK+41j8nuNVwId6EvTtEF6x56Sroj4rZ3AW35Xjl/BRgA0jincYxDB/YAAAAASUVORK5CYII=') no-repeat 50% 50%;
    background-size: 1rem;
  }
  #agplus-newguide .wrapper-carousel button.slick-next {
    right: -15%;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAcCAYAAAAEN20fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjAyREQxNkQ5QTIwMTFFODk1MzNBODA4MTY5ODYyNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjAyREQxNkU5QTIwMTFFODk1MzNBODA4MTY5ODYyNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMDJERDE2QjlBMjAxMUU4OTUzM0E4MDgxNjk4NjI0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMDJERDE2QzlBMjAxMUU4OTUzM0E4MDgxNjk4NjI0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMqyH4AAAGNSURBVHjavJe/SgNBEMZvzz9tqryFlYnYWOUZrBIICDY5S5UkRQpBTIJ1LkIEISAIgoWVlZWdiZXPYiNk/TZM4Bg8s+vtzsDHkL3b2999u5m9VVrr6K9QSi1zdbdSRnqBLmYf8+fIMdaOs+6GvUp1G6kEvUI70DfUAMyjT5DY4hkHUJ0gTGxBD3CoEXkM5TA1A6R25tICasKZeylHloEBO0hD1ncKwGMfjsQuNxNMj/WfAKYlCkIwl0hd1pwWhYn/0wkwgxyY8+CL9bfAwAnSiDV3CTTMYs1xJkVKWHMfgB2RqWEwY4LRDOZKbGrYNJkCN2UvN6R/WtipYc6YwtakQreKNhVCOUeYM3e0Fazi5n0+a4k4wmKD/f4Kvlgt18mpGAjtObmLVQSEyvuEPa9nC2Fi0xNEalNdgzkCiDMfEIUcoTLeZ80nVPYjEZAciITKvcxnAO0hWQhdFMLZkaLfrV4cCQlh5QgAakj7DMKcbY58Qdg68gbdQp8ZiEOfEK7nGnPkfIKuQxw5fwQYAC5WtjKiXw9LAAAAAElFTkSuQmCC') no-repeat 50% 50%;
    background-size: 1rem;
  }
  #agplus-newguide .wrapper-img .slick-slide .content-text {
    padding-bottom: 4.5rem;
  }
  #agplus-newguide .wrapper-carousel .slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: .625rem 0 .75rem;
    margin: 0 10%;
    list-style: none;
    text-align: center;
    border-top: solid 1px #d1d3d4;
    opacity: 1;
    transition: opacity 150ms;
  }
  #agplus-newguide .wrapper-carousel .slick-dots.anim-hide {
    opacity: 0;
  }
  
  #agplus-newguide .wrapper-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  #agplus-newguide .wrapper-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  #agplus-newguide .wrapper-carousel .slick-dots li button::before {
    font-size: 1.75rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 300ms;
  }
  #agplus-newguide .wrapper-carousel .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #005bbb;
    font-size:2.5rem;
    top: -1px;
  }
  #agplus-newguide .slick-arrow:focus,
  #agplus-newguide .slick-dots button:focus:before {
    outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color;
  }
  /** PORTRAIT ( > 768px) **/
  @media screen and (min-width: 48em) {
    #agplus-newguide .section-content {
      display: flex;
      justify-content: space-around;
      margin: 5rem 0 11rem;
    }
    #agplus-newguide .section-content.bg-grey {
      margin-bottom: 4rem;
    }
    #agplus-newguide .section-content .section-inner-text {
      position: relative;
      width: 40%;
    }
    #agplus-newguide .section-content .section-inner-text .content-number {
      position: absolute;
    }
    #agplus-newguide .section-content .section-inner-img {
      transform: scale(1.1) translate(0, -2.13rem);
      width: 50%;
    }
    #agplus-newguide .section-content:not(.bg-grey) .section-inner-text {
      order: 2;
    }
    #agplus-newguide .section-content:not(.bg-grey) .section-inner-img {
      order: 1;
    }
    #agplus-newguide .section-content .section-inner-text,
    #agplus-newguide .section-content .section-inner-img {
      margin: 0;
    }
    #agplus-newguide .section-inner-img:before {
      transform: rotate(15deg) scale(1);
    }
    #agplus-newguide .section-single {
      margin: 3rem 0 0;
      padding-top: 0;
    }
    #agplus-newguide .section-single .section-inner-text {
      width: 80%;
      text-align: center;
    }
    #agplus-newguide .section-single .ordered-title {
      justify-content: center;
    }
    /*orange*/
    #agplus-newguide .section-orange {
      margin-top: 2rem;
      box-shadow: 0 -4rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-orange .section-inner-text .content-number {
      bottom: -1rem; /*outline adjustments*/
    }
    #agplus-newguide .section-orange .section-inner-img {
      transform: scale(1.1) translate(0, -1.13rem);
    }
    /*blue*/
    /*outline adjustment*/
    #agplus-newguide .section-blue.bg-grey {
      margin-top: 5rem;
      margin-bottom: 0;
      box-shadow: 0 -8.75rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-blue .section-inner-text .content-number {
      bottom: -6rem; /*outline adjustments*/
    }
    /*green*/
    /*outline adjustment*/
    #agplus-newguide .section-green.bg-grey {
      margin-top: 5rem;
      margin-bottom: 0;
      box-shadow: 0 -4.75rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-green .section-inner-text .content-number {
      bottom: -1.25rem; /*outline adjustments*/
    }
    #agplus-newguide .section-green .section-inner-img {
      transform: scale(1.1) translate(0, -1.75rem);
    }
  }
  
  /** LANDSCAPE (> 1024px) **/
  @media screen and (min-width: 64em) {
    /* section welcome */
    #agplus-newguide .section-welcome {
      max-width: 60rem;
      padding-bottom: 4rem; padding-top: 3rem;
      margin: auto;
    }
    #agplus-newguide .section-welcome h2.welcome-title {
      font-size: 3.25rem;
    }
    #agplus-newguide .section-welcome .welcome-subtitle {
      font-size: 1.5rem;
    }
    /* section content*/
    #agplus-newguide .section-content .section-inner-text {
      width: 50%;
      max-width: 26rem;
    }
    #agplus-newguide .section-content .section-inner-img {
      max-width: 16rem;
    }
    #agplus-newguide .section-content .section-inner-img:not(.active-anim):before {
      opacity: 0;
    }
    #agplus-newguide .section-inner-img::before {
      transform: rotate(0deg) translate3d(0, 0, 0) scale(.99);
      transition: all 1000ms;
    }
    #agplus-newguide .section-inner-img.active-anim::before {
      transform: rotate(16deg) scale(1);
    }
    #agplus-newguide .wrapper-img.wrapper-carousel .slide {
      margin: 1px;
    }
    #agplus-newguide .wrapper-img .slide {
      margin: 1px;
    }
    #agplus-newguide .wrapper-img .link a {
      margin-left: 14px;
      padding-left: 0;
    }
    #agplus-newguide .wrapper-img .link a::before {
      left: -14px;
    }
    #agplus-newguide .section-content .slide:hover a,
    #agplus-newguide .section-content .slide:focus a {
      position: relative;
      text-decoration: none;
    }
    #agplus-newguide .section-content .slide:hover a:after,
    #agplus-newguide .section-content .slide:focus a:after {
      position: absolute;
      display: block;
      right: 0;
      content: '';
      width: 100%;
    }
    #agplus-newguide .section-content .slide:hover .legend a:after,
    #agplus-newguide .section-content .slide:focus .legend a:after {
      height: 2px;
      bottom: 2px;
      background-color: black;
    }
    #agplus-newguide .section-content .slide:hover .link a:after,
    #agplus-newguide .section-content .slide:focus .link a:after {
      height: 1px;
      bottom: 0;
      background-color: #005bbb;
    }
    /*blue*/
    #agplus-newguide .section-blue .section-inner-text .content-number {
      bottom: -1.25rem; /*outline adjustments*/
    }
    #agplus-newguide .section-blue {
      margin-bottom: 7rem;
    }
    /* green */
    #agplus-newguide .section-green .content-number .right {
      max-width: 16rem;
      width: 16rem;
    }
    #agplus-newguide .section-green.bg-grey {
      box-shadow: 0 -6.5rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-green .section-inner-text .content-number {
      bottom: 1.5rem; /*outline adjustments*/
    }
    #agplus-newguide .section-green .section-inner-img {
      transform: scale(1.1) translate(0, -2.5rem);
    }
    #agplus-newguide .section-single {
      margin: 0;
    }
    /*carousel animation */
    #agplus-newguide .section-inner-img.active-anim.anim-go::before,
    #agplus-newguide .section-inner-img.active-anim.anim-go .slick-list.draggable {
      animation-duration: 1000ms;
      animation-timing-function: linear;
    }
    #agplus-newguide .section-inner-img.active-anim.anim-go-left::before {
      animation-name: bgcarouselanimgoleft;
    }
    #agplus-newguide .section-inner-img.active-anim.anim-go-left .slick-list.draggable {
      animation-name: slidecarouselanimgoleft;
    }
    #agplus-newguide .section-inner-img.active-anim.anim-go-right::before {
      animation-name: bgcarouselanimgoright;
    }
    #agplus-newguide .section-inner-img.active-anim.anim-go-right .slick-list.draggable {
      animation-name: slidecarouselanimgoright;
    }
    @keyframes bgcarouselanimgoleft {
      15% {
        transform: rotate(16deg) translate3d(0, 0, 0) scale(1);
        opacity: 1
      }
      31% {
        transform: rotate(16deg) translate3d(-3rem, 1rem, 0) scale(1);
        opacity: 1
      }
      48% {
        transform: rotate(16deg) translate3d(-6rem, 2rem, 0) scale(1);
        opacity: 0
      }
      65% {
        transform: rotate(0) translate3d(-6rem, 2rem, 0) scale(0.99);
        opacity: 0
      }
      75% {
        transform: rotate(0) translate3d(0, 0, 0) scale(0.99);
        opacity: 0
      }
      to {
        transform: rotate(16deg) translate3d(0, 0, 0) scale(0.99);
        opacity: 1}
    }
    @keyframes slidecarouselanimgoleft {
      from {
        transform: translateX(0);
        opacity: 1
      }
      16% {
        transform: translateX(-3rem);
        opacity: 1
      }
      33% {
        transform: translateX(-6rem);
        opacity: 0
      }
      50% {
        transform: translateX(0);
        opacity: 0
      }
      70% {
        transform: translateX(0);
        opacity: 1
      }
    }
    @keyframes bgcarouselanimgoright {
      15% {
        transform: rotate(16deg) translate3d(0, 0, 0) scale(1);
        opacity: 1
      }
      31% {
        transform: rotate(16deg) translate3d(3rem, -1rem, 0) scale(1);
        opacity: 1
      }
      48% {
        transform: rotate(16deg) translate3d(6rem, -2rem, 0) scale(1);
        opacity: 0
      }
      65% {
        transform: rotate(0) translate3d(6rem, 2rem, 0) scale(0.99);
        opacity: 0
      }
      75% {
        transform: rotate(0) translate3d(0, 0, 0) scale(0.99);
        opacity: 0
      }
      to {
        transform: rotate(16deg) translate3d(0, 0, 0) scale(0.99);
        opacity: 1}
    }
    @keyframes slidecarouselanimgoright {
      from {
        transform: translateX(0);
        opacity: 1
      }
      16% {
        transform: translateX(3rem);
        opacity: 1
      }
      33% {
        transform: translateX(6rem);
        opacity: 0
      }
      50% {
        transform: translateX(0);
        opacity: 0
      }
      70% {
        transform: translateX(0);
        opacity: 1
      }
    }
  
    /* Fix spacing */
    #agplus-newguide .section-green {
      padding-bottom: 0;
    }
    .row-id-0 {
      margin-top: 0;
    }
    .row-id-0 .page-entity-column-item {
      padding-top: 0;
    }
    #agplus-newguide .section-grey.section-single .content-text {
      margin-bottom: 1.25rem;
    }
  }
  
  /** DESKTOP ( > 1280px ) **/
  @media screen and (min-width: 80em) {
    #agplus-newguide {
      overflow: hidden;
    }
    /** section welcome **/
    #agplus-newguide section h3 {
      font-size: 1.875rem;
      line-height: 1.3;
    }
    #agplus-newguide section.bg-grey {
      position: relative;
    }
    #agplus-newguide section.bg-grey::before,
    #agplus-newguide section.bg-grey::after {
      position: absolute;
      width: 9999px;
      height: 100%;
      background: #f3f4f4;
      content: '';
      box-shadow: 0 -6.5rem 0 #fff inset;
    }
    #agplus-newguide section.bg-grey::before {
      left: -9999px;
      top: 0;
    }
    #agplus-newguide section.bg-grey::after {
      right: -9999px;
      top: 0;
    }
    /* section content*/
    #agplus-newguide .section-inner-text .content-text {
      font-size: 1rem;
    }
    #agplus-newguide .ordering {
      width: 95px;
      min-width: 95px;
      height: 95px;
      line-height: 95px;
      margin-left: calc(-95px - 1rem);
      background-size: 95px;
      margin-right: 1rem;
      font-size: 1.38rem;
    }
    #agplus-newguide .content-number .left .legend {
      font-size: .69rem;
      letter-spacing: 1px;
    }
    #agplus-newguide .content-number .left .number {
      font-size: 3.125rem;
    }
    #agplus-newguide .content-number .left .number .percent {
      font-size: 1.75rem;
    }
    #agplus-newguide .content-number .right {
      font-size: 1rem;
    }
    #agplus-newguide .section-content .section-inner-img {
      max-width: 25.625rem;
      width: 27vw;
    }
    #agplus-newguide .wrapper-img .content-text {
      padding: 1.5rem 2.5rem 3rem;
    }
    #agplus-newguide .wrapper-img .slick-slide .content-text {
      padding-bottom: 5rem;
    }
    #agplus-newguide .wrapper-img .legend a {
      font-size: 2rem;
    }
    #agplus-newguide .wrapper-img .text {
      line-height: 1.7;
      margin: .75rem 0 1rem;
    }
    #agplus-newguide .wrapper-img .text,
    #agplus-newguide .wrapper-img .link {
      font-size: 1rem;
    }
    #agplus-newguide .wrapper-img .link a::before {
      width: 6px;
      height: 10px;
      bottom: calc(50% - 5px);
    }
    #agplus-newguide .section-content:not(.section-single) {
      max-width: 1200px;
      margin: 3rem auto 0;
      justify-content: space-around;
    }
    #agplus-newguide .section-single .section-inner-text {
      width: 52%;
      max-width: 48.75rem;
    }
    /* orange */
    #agplus-newguide .section-content.section-orange {
      margin-top: 3rem;
      box-shadow: 0 -10rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-orange.bg-grey::before,
    #agplus-newguide .section-orange.bg-grey::after {
      box-shadow: 0 -10rem 0 #fff inset;
    }
    #agplus-newguide .section-orange .section-inner-img {
      transform: scale(1) translate(.5rem, -4.5rem);
    }
    #agplus-newguide .section-orange .section-inner-text .content-number {
      bottom: 4.75rem; /*outline adjustments*/
    }
    /*blue*/
    #agplus-newguide .section-blue .section-inner-img {
      transform: scale(1) translate(-.5rem, -3.5rem);
    }
    #agplus-newguide .section-content.section-blue{
      margin-top: 4rem;
    }
    #agplus-newguide .section-blue .section-inner-text .content-number{
      bottom: 5.25rem;
    }
    #agplus-newguide .section-blue .wrapper-img .slick-slide .content-text {
      min-height: 390px;
    }
    /* green */
    #agplus-newguide .section-content.section-green{
      margin-top: 6rem;
    }
    #agplus-newguide .section-green .section-inner-img {
      transform: scale(1) translate(.5rem, -6rem);
    }
    #agplus-newguide .section-green.bg-grey {
      box-shadow: 0 -13.5rem 0 #fff inset; /*outline adjustments*/
    }
    #agplus-newguide .section-green.bg-grey::before,
    #agplus-newguide .section-green.bg-grey::after {
      box-shadow: 0 -13.5rem 0 #fff inset;
    }
    #agplus-newguide .section-green .section-inner-text .content-number {
      bottom: 10rem; /*outline adjustments*/
    }
    #agplus-newguide .section-green .content-text{
      margin-top: 0;
    }
    #agplus-newguide .section-green .ordered-title{
      margin-bottom: 0;
    }
    #agplus-newguide .section-green .wrapper-img .slick-slide .content-text {
      min-height: 350px;
    }
  }
  /** WIDE ( > 1360 ) **/
  @media screen and (min-width: 85em) {
    #agplus-newguide .ordering {
      margin-left: calc(-95px - 2rem);
      margin-right: 2rem;
    }
    #agplus-newguide .section-content {
      justify-content: space-evenly;
    }
    /* orange */
    #agplus-newguide .section-content.section-orange {
      margin-top: 4rem;
    }
    #agplus-newguide .section-content.section-blue .section-inner-text {
      margin-left: 10rem;
    }
    #agplus-newguide .content-number .left {
      width: 7.25rem;
      max-width: 7.25rem;
    }
    #agplus-newguide .content-number .right {
      max-width: 11.25rem;
    }
  
    /*Section carousels*/
    #agplus-newguide .wrapper-carousel button.slick-arrow{
      top: 47%;
      width: 1.5rem;
      background-size: 1.875rem;
    }
    #agplus-newguide .wrapper-carousel button.slick-prev {
      left: -14%;
    }
    #agplus-newguide .wrapper-carousel button.slick-next {
      right: -14%;
    }
  }
  
  /** HD WIDE ( > 1520 ) **/
  @media screen and (min-width: 95em) {
    /*blue*/
    #agplus-newguide .section-blue .wrapper-img .slick-slide .content-text {
      min-height: 340px;
    }
    /* green */
    #agplus-newguide .section-green .wrapper-img .slick-slide .content-text {
      min-height: 310px;
    }
  }