@charset "utf-8";
/* t-10 FAQ CSS Document */

/*===============================
  BEGIN MODULE 2
  ===============================*/
.anchor {
    position: relative;
}

    .anchor .anchor-link {
        position: absolute;
        left: 0;
        top: 30px; /* change this value to match the height of the header */
        height: 0;
        width: 0;
    }

.faq-module2-main-container {
    position: relative;
    height: auto;
    min-height: 600px;
    max-width: 100%;
    z-index: 0;
}

.faq-module2-inner-container {
    position: relative;
    height: auto;
    z-index: 3;
}

.jump-nav {
    display: none;
}

.desktop-jump-link-container {
    width: 320px;
    height: auto;
    padding: 20px 40px 0px 40px;
    border-radius: 20px;
}

    .desktop-jump-link-container h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 20px;
    }

    .desktop-jump-link-container ul {
        list-style: none;
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .desktop-jump-link-container li {
        padding-bottom: 40px;
    }

    .desktop-jump-link-container a {
        color: #263A7C;
        text-decoration: none;
    }

        .desktop-jump-link-container a:hover {
            color: #263A7C;
            text-decoration: underline;
        }

        .desktop-jump-link-container a:focus {
            color: #263A7C;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            .desktop-jump-link-container a:focus:not(:focus-visible) {
                outline: none !important;
            }

.icon-container {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 20px;
}

    .icon-container img {
        max-width: 20px;
        max-height: 25px;
    }

.mobile-link-container {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 40px 50px 40px;
    border-radius: 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .mobile-link-container h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 20px;
    }

.desktop-link-container {
    display: none;
    width: 320px;
    height: auto;
    padding: 30px 40px 50px 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
}

    .desktop-link-container h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 20px;
    }

a.jump-nav-link {
    color: #263A7C !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    white-space: normal; /* CSS3 */
    word-wrap: normal; /* Internet Explorer 5.5+ */
}

    a.jump-nav-link:hover {
        color: #263A7C;
        text-decoration: underline;
    }

    a.jump-nav-link:focus {
        color: #263A7C;
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
        box-shadow: none;
    }

        a.jump-nav-link:focus:not(:focus-visible) {
            outline: none !important;
        }

    a.jump-nav-link:after {
        top: -1px;
        position: relative;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 3px solid #263A7C;
        border-right: 3px solid #263A7C;
        height: 12px;
        width: 12px;
        transform: rotate(315deg);
        margin-left: 5px;
        margin-right: 10px;
    }
.faq-module2-r-col .mobile-link-container a {
    color: #263A7C !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    white-space: normal; /* CSS3 */
    word-wrap: normal; /* Internet Explorer 5.5+ */
}
.faq-module2-r-col h5 { color:#fff; font-size:20px;}

#mobile-jump-link .dropdown-menu {
    position: relative !important;
    transform: translate(0px, 0px) !important;
    z-index: 0 !important;
    border-radius: 20px;
    text-align: center;
}

#mobile-jump-link .dropdown-item {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #263A7C;
}

#mobile-jump-link .dropdown-menu li {
    border-bottom: 1px solid #BFBFBF;
}

    #mobile-jump-link .dropdown-menu li:last-child {
        border-bottom: none;
    }

#mobile-jump-link h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 5px;
}

#mobile-jump-link .mobile-jump-link-button {
    z-index: 999999;
}

#mobile-jump-link .btn {
    z-index: 999999;
}

.mobile-jump-link-button {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    font-style: italic;
    color: #7F7F7F;
    background-color: #ffffff;
    border-color: transparent;
    width: 100%;
    border-radius: 20px;
    border: none;
}

    .mobile-jump-link-button:hover {
        color: #7F7F7F;
        background-color: #fffffff;
        border-color: none;
    }

    .mobile-jump-link-button:focus {
        color: #7F7F7F;
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
        box-shadow: none;
        background-color: #fff;
        border-color: #000;
    }

        .mobile-jump-link-button:focus:not(:focus-visible) {
            outline: none !important;
        }

#mobile-jump-link .dropdown-toggle[aria-expanded="true"]:after {
    float: right;
    content: ' ';
    display: inline-block;
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    height: 10px;
    width: 10px;
    transform: rotate(-135deg);
    margin-top: 5px;
    margin-top: 6px;
}
/*for animation*/
#mobile-jump-link .dropdown-toggle:after {
    float: right;
    content: ' ';
    display: inline-block;
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    height: 10px;
    width: 10px;
    transition: 0.2s;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: 4px;
    z-index: -999999;
}


#mobile-jump-link .dropdown-menu:after {
    content: '';
    width: 100%;
    height: 58px;
    background: #fff;
    position: absolute;
    top: -41px;
    display: block;
    border-radius: 20px 20px 0px 0px;
}

.faq-module2-l-col {
    position: relative;
    height: auto;
    padding: 0px 20px 0px 20px;
}



.faq-module2-r-col {
    position: relative;
    height: auto;
    padding: 50px 20px 0px 20px;
}

    .faq-module2-r-col h3 {
        position: relative;
        height: auto;
        font-size: 34px;
        font-weight: 300;
        padding-bottom: 10px;
    }

        .faq-module2-r-col h3:before {
            content: '';
            width: 40px;
            height: 2px;
            background: #279F66;
            position: relative;
            top: -12px;
            display: block;
        }

    .faq-module2-r-col a {
        color: #ffffff;
        text-decoration: underline;
        font-weight: 300;
    }

        .faq-module2-r-col a:hover {
            text-decoration: underline;
            color: #fff;
        }

        .faq-module2-r-col a:focus {
            color: #ffffff;
            outline: 1px solid #ffffff !important;
            outline-offset: 4px;
        }

            .faq-module2-r-col a:focus:not(:focus-visible) {
                color: #ffffff;
                outline: none !important;
            }    

.faq-module2-r-col ol {color:#ffffff!important;} 

.faq-module2-r-col ol.footnote {
    color:#ffffff!important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

.faq-module2-r-col li:target {
        outline: thin solid #fff;
        outline-offset: 2px;
        background: none;
    }

    .faq-module2-r-col ol.alpha {
        counter-reset: alpha;
        padding-top: 20px;
    }

        .faq-module2-r-col ol.alpha li {
            list-style: none;
            position: relative;
        }

        .faq-module2-r-col ol.alpha > li:before {
            counter-increment: alpha;
            content: counter(alpha, lower-alpha)") "
        }

        .faq-module2-r-col ol.alpha li ul li {
            list-style: disc;
            position: relative;
        }

.gradient-6 {
    display: none;
    height: 610px;
    width: 128px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.5));
    background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.5));
    background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.5));
}

.gradient-7 {
    display: none;
    height: 387px;
    width: 152px;
    position: absolute;
    left: 52px;
    bottom: 0px;
    z-index: 0;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.3));
}

.gradient-8 {
    display: none;
    height: 370px;
    width: 35px;
    position: absolute;
    left: 236px;
    bottom: 0px;
    z-index: 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.3));
}

.gradient-9 {
    display: none;
    height: 543px;
    width: 35px;
    position: absolute;
    left: 386px;
    bottom: 0px;
    z-index: 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
    background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.3));
}


#faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(1) !important;
}

#faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

#faq-accordion .faq-accordion-container {
    max-width: 905px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

#faq-accordion .accordion-body {
    padding: 0px 60px 20px 0px;
}

    #faq-accordion .accordion-body p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    #faq-accordion .accordion-body ul {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }
    #faq-accordion .accordion-body ol {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    #faq-accordion .accordion-body ol.answer {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 24px !important;
    }

    #faq-accordion .accordion-body li {
        padding-bottom: 20px;
    }

#faq-accordion .accordion-item {
    background-color: transparent;
    border: 1px solid rgb(191 191 191);
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

#faq-accordion .accordion-button span {
    padding-right: 20px;
}

#faq-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 0px 25px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

    #faq-accordion .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: transparent;
        box-shadow: none !important;
    }

    #faq-accordion .accordion-button:focus {
        z-index: 3;
        outline: 1px solid #ffffff !important;
        outline-offset: 4px;
        box-shadow: none;
    }

        #faq-accordion .accordion-button:focus:not(:focus-visible) {
            outline: none !important;
        }  
       
    /* These apply to module2 but are named for module 3 */
.faq-module3-button-container a.cta-tertiary {
    color: #263A7C;
    text-decoration: none;
    font-weight: 500;
    min-width: 175px;

}

        .faq-module3-button-container a.cta-tertiary:focus:not(:focus-visible) {
            outline: none !important;
            border: 2px solid #fff !important;
        }

        .faq-module3-button-container a.cta-tertiary:hover {
            background-color: #D4EFFC;
            color: #263A7C;
            text-decoration: none;
            border: 2px solid #fff !important;
        }

    .faq-module3-button-container a.cta-tertiary:focus {
        background-color: #D4EFFC;
        color: #263A7C;
        border: 2px solid #fff!important;
        outline: 1px solid #ffffff!important;
        outline-offset: 4px;
        box-shadow: none;
    }

    .faq-module3-main-container h5 {font-size:20px;}

/*===============================
  END MODULE 2
  ===============================*/

/*===============================
  BEGIN MODULE 3
  ===============================*/
.faq-module3 {
}

.faq-module3-main-container {
    height: auto;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.faq-module3-inner-container {
}

.faq-module3-inner-container li.footnoteTarget {
    background: yellow;
}  

.faq-module3-container ul {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.faq-module3-container li {
    padding-bottom: 20px;
}

.faq-module3-container {
    position: relative;
    min-height: 136px;
    max-width: 100%;
    padding: 0px 20px 0px 20px;
    border-radius: 0px;   
}

.faq-module3-container ol {
    color: #000000;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    padding-left: 16px !important;
}


    .faq-module3-container ol.alpha {
        counter-reset: alpha; padding-top: 20px;
    }

        .faq-module3-container ol.alpha li {
            list-style: none;
            position: relative;
        }

        .faq-module3-container ol.alpha > li:before {  
            counter-increment: alpha;
            content:counter(alpha, lower-alpha)") "
        }

        .faq-module3-container ol.alpha li ul li {
            list-style: disc;
            position: relative;
        }



.faq-module3-container ol.footnote {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

.faq-module3-container li:target {
        background: yellow;
    }

.faq-module3-container li.footnoteTarget {
        background: yellow;
    }

 .faq-accordion-container {
        max-width: 905px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
    }

#accordionQuestions2 .accordion-button {
    background-color: transparent;
}

#accordionQuestions2 .accordion-item {
    background-color: transparent;
}

.accordion-item ol.answer {padding-left: 2rem !important;} 

.faq-h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 40px;
}

.faq-h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 40px;
}

.faq-module3-button-container {
    padding-bottom: 40px;
}

.faq-module3-button-container a.cta-secondary {       
    min-width: 175px;
}

/*===============================
  END MODULE 3
  ===============================*/

.gradient-15 {
    display: none;
}

.gradient-16 {
    display: none;
}

.gradient-17 {
    display: none;
}

.gradient-18 {
    display: none;
}

.gradient-19 {
    display: none;
}

.gradient-20 {
    display: none;
}

.gradient-21 {
    display: none;
}


@media (min-width: 320px) {
}

@media (min-width: 360px) {
}

@media (min-width: 375px) {    
}

@media (min-width: 450px) {
}

@media (min-width: 576px) {
    
    .investment-detail-module2 h3 {
        font-size: 20px;
    }

    .down-arrow {
        width: 135px !important;
    }

/*===============================
  BEGIN MODULE 3
  ===============================*/

    .faq-module3-inner-container {
        max-width: 540px;
        margin: 0 auto;
    }

    .faq-accordion-container {
        padding: 0px;
    }
/*===============================
  END MODULE 3
  ===============================*/


}

@media (min-width: 768px) {   
   
/*===============================
  BEGIN MODULE 2
===============================*/

    #faq-accordion .accordion-button {
        font-size: 26px;
        font-weight: 700;
        line-height: 27px;
    }
 /*===============================
  End  MODULE 2
===============================*/

/*===============================
  BEGIN MODULE 3
  ===============================*/
    .faq-module3-container {
        border-radius: 0px 20px 0px 0px;
        max-width: 100%;
    }

    .faq-module3-inner-container {
        max-width: 720px;
        margin: 0 auto;
    }
/*===============================
  END MODULE 3
  ===============================*/

}

@media (min-width: 992px) {   

    .anchor .anchor-link {
        top: -160px; /* change this value to match the height of the header */
    }
    
/*===============================
  END MODULE 2
  ===============================*/
    .faq-module2-l-col {
        position: relative;
        height: auto;
        padding: 85px 0px 0px 0px;
    }

    .faq-module2-r-col {
        position: relative;
        height: auto;
        padding: 95px 20px 0px 100px;
        max-width: 860px;
    }

    .faq-mobile-dropdown {
        display: none;
    }

    .jump-nav {
        display: block
    }

    .mobile-link-container {
        display: none;
    }

    .desktop-link-container {
        display: block;
    }

    .gradient-6 {
        display: block;
    }

    .gradient-7 {
        display: block;
    }

    .gradient-8 {
        display: block;
    }

    .gradient-9 {
        display: block;
    }
 /*===============================
  END MODULE 2
  ===============================*/

/*===============================
  BEGIN MODULE 3
  ===============================*/
    .faq-module3-container {
        max-width: 88%;
        padding: 0px 0px 0px 20px;
    }

    .faq-module3-inner-container {
        max-width: 860px;
        margin: 0 auto;
    }

    .faq-h3 {
        font-size: 34px;
        line-height: 47px;
    }

/*===============================
  END MODULE 3
  ===============================*/

    .gradient-15 {
        display: block;
        height: 693px;
        width: 88px;
        position: absolute;
        right: 0px;
        top: 1000px;
        z-index: 0;
        border-radius: 15px;
        background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.5));
        background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.5));
        background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.5));
    }

    .gradient-16 {
        display: block;
        height: 395px;
        width: 34px;
        position: absolute;
        right: 75px;
        top: 1280px;
        z-index: 0;
        border-radius: 5px;
        background-image: -webkit-linear-gradient(bottom, rgba(38,58,124,0), rgba(38,58,124,.5));
        background-image: -o-linear-gradient(bottom, rgba(38,58,124,0), rgba(38,58,124,.5));
        background-image: linear-gradient(to top, rgba(38,58,124,0), rgba(38,58,124,.5));
    }

    .gradient-19 {
        display: block;
        height: 1177px;
        width: 108px;
        position: absolute;
        right: 0px;
        top: 3710px;
        z-index: 0;
        border-radius: 15px;
        background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
        background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.3));
        background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.3));
    }

    .gradient-20 {
        display: block;
        height: 588px;
        width: 78px;
        position: absolute;
        right: 70px;
        top: 3560px;
        z-index: 9999;
        border-radius: 15px;
        background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.7));
        background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.7));
        background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.7));
    }
}

@media (min-width: 1200px) {
   
/*===============================
  END MODULE 2
  ===============================*/
    .faq-module2-l-col {
        position: relative;
        height: auto;
        padding: 85px 20px 0px 35px;
    }

/*===============================
  END MODULE 2
  ===============================*/
/*===============================
  BEGIN MODULE 3
  ===============================*/

    .faq-module3-container {
        max-width: 90%;
        padding: 0px 0px 0px 20px;
    }

    .faq-module3-inner-container {
        max-width: 100%;
        margin: 0 auto;
    }

/*===============================
  END MODULE 3
  ===============================*/



}

@media (min-width: 1300px) {
    .gradient-17 {
        display: block;
        height: 961px;
        width: 79px;
        position: absolute;
        left: 0px;
        top: 2400px;
        z-index: 0;
        border-radius: 15px;
        background-image: -webkit-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.7));
        background-image: -o-linear-gradient(bottom, rgba(135,177,223,0), rgba(135,177,223,.7));
        background-image: linear-gradient(to top, rgba(135,177,223,0), rgba(135,177,223,.7));
    }

    .gradient-18 {
        display: block;
        height: 407px;
        width: 34px;
        position: absolute;
        left: 100px;
        top: 2660px;
        z-index: 0;
        border-radius: 5px;
        background-image: -webkit-linear-gradient(bottom, rgba(38,58,124,0), rgba(38,58,124,.5));
        background-image: -o-linear-gradient(bottom, rgba(44,163,102,0), rgba(38,58,124,.5));
        background-image: linear-gradient(to top, rgba(38,58,124,0), rgba(38,58,124,.5));
    }
}

    @media (min-width: 1400px) {
        .gradient-21 {
            display: block;
            height: 611px;
            width: 34px;
            position: absolute;
            right: 240px;
            top: 3940px;
            z-index: 0;
            border-radius: 5px;
            background-image: -webkit-linear-gradient(bottom, rgba(38,58,124,0), rgba(38,58,124,.5));
            background-image: -o-linear-gradient(bottom, rgba(38,58,124,0), rgba(38,58,124,.5));
            background-image: linear-gradient(to top, rgba(38,58,124,0), rgba(38,58,124,.5));
        }
    }

    @media (min-width: 1440px) {       

    }

    @media (min-width: 1441px) {
/*===============================
  BEGIN MODULE 3
  ===============================*/
        .faq-module3-container {
            max-width: 90%;
            margin: 0px;
            padding: 0px 0px 0px 130px;
            border-radius: 20px 20px 0px 0px;
        }



/*===============================
  END MODULE 3
  ===============================*/

    }

    @media (min-width: 1500px) {
    }

    @media (min-width: 1650px) {
    }
