body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{display:flex;justify-content:space-between;align-items:center;background-color:#fff;box-shadow:1rem 1rem 4rem rgba(32,44,55,.1);min-height:8.5rem;max-height:8.5rem}.header__logo{padding:2rem 3rem;font-size:2.5rem}.header__darkLightMode{display:flex;align-items:center;padding:0 3rem;cursor:pointer}.header__change-input{width:0;height:0;opacity:0}.header__icon-moon{transform:rotate(90deg)}.header__mode-name{padding-left:1rem;font-size:1.3rem;font-weight:800}.countries-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,30rem));grid-gap:3rem;gap:3rem;justify-content:space-between;align-items:center}@media only screen and (max-width:742px){.countries-container{justify-content:center}}@media only screen and (max-width:686px){.countries-container{grid-template-columns:repeat(auto-fit,minmax(20rem,35rem))}}.countryCard{display:grid;grid-template-rows:repeat(2,minmax(10rem,20rem));border-radius:1%;overflow:hidden;background-color:#fff;box-shadow:1rem 1rem 4rem rgba(32,44,55,.2);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.2s ease-in-out}.countryCard:hover{transform:scale(1.1)}@media only screen and (max-width:686px){.countryCard{grid-template-rows:23rem minmax(10rem,20rem)}}.countryCard__flag{grid-row:1/2}.countryCard__flagImg{width:100%;height:100%;object-fit:cover;object-position:center}.countryCard__flagImg--AIA,.countryCard__flagImg--ASM,.countryCard__flagImg--COK,.countryCard__flagImg--COM,.countryCard__flagImg--CUB,.countryCard__flagImg--CXR,.countryCard__flagImg--ERI,.countryCard__flagImg--FLK,.countryCard__flagImg--GLP,.countryCard__flagImg--LKA,.countryCard__flagImg--MHL,.countryCard__flagImg--MNE,.countryCard__flagImg--MNG,.countryCard__flagImg--MSR,.countryCard__flagImg--MTQ,.countryCard__flagImg--NPL,.countryCard__flagImg--NZL,.countryCard__flagImg--SGS,.countryCard__flagImg--SHN,.countryCard__flagImg--SLB,.countryCard__flagImg--SPM,.countryCard__flagImg--TCA,.countryCard__flagImg--TKL,.countryCard__flagImg--TKM,.countryCard__flagImg--TUV,.countryCard__flagImg--VGB{object-fit:fill}.countryCard__flagImg--BLR,.countryCard__flagImg--LBR,.countryCard__flagImg--NIU,.countryCard__flagImg--OMN,.countryCard__flagImg--SSD,.countryCard__flagImg--TLS,.countryCard__flagImg--UZB,.countryCard__flagImg--ZWE{object-position:left}.countryCard__flagImg--CAF,.countryCard__flagImg--CHN,.countryCard__flagImg--MLT{object-position:top}.countryCard__description{grid-row:2/3;padding:1rem;border-top:1px solid #2b3945}.countryCard__primary{font-size:1.6rem}.countryCard__itemList{display:flex;flex-direction:column;align-self:center;font-size:1.6rem;font-weight:600}.countryCard__item span{font-weight:800}.countryCard__item:first-child{padding-top:2rem}.countryCard__item:not(:last-child){padding-bottom:2rem}.home{padding:3rem}.scroll{position:fixed;top:89%;left:100%;width:7rem;height:7rem;background-color:#fff;box-shadow:0 0 .5rem .2rem rgba(32,44,55,.4);cursor:pointer;transition:1s ease-in-out;display:flex;justify-content:center;align-items:center;transform:translateX(-150%)}@media only screen and (max-width:1100px){.scroll{top:85%}}.scroll:hover{transform:translateX(-150%) scale(1.1);transition:.1s ease-in-out}.scroll__arrowUp{font-size:4rem;color:#111517}.loading{display:flex;justify-content:center;align-items:center;height:60vh}@media only screen and (max-width:698px){.loading{height:35vh}}@media only screen and (max-width:1100px){.loading{height:50vh}}.loading__loader{border-radius:50%;border:1rem solid #a7b8c8;border-top-color:green;box-shadow:inset 1rem 1rem 4rem rgba(32,44,55,.2);width:10rem;height:10rem;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.filter{display:grid;grid-template-columns:repeat(2,1fr);padding-bottom:3rem}@media only screen and (max-width:768px){.filter{grid-template-columns:1fr;grid-gap:2rem;gap:2rem}}.filter__searchPanel{display:flex;align-items:center;padding-left:1.5rem;width:50rem}@media only screen and (max-width:686px){.filter__searchPanel{width:100%}}.filter__searchInput{width:90%;background-color:#fff;padding:1.5rem 1.5rem 1.5rem 5rem;border:0;border-radius:.3rem;box-shadow:1rem 1rem 4rem rgba(32,44,55,.2);margin-left:-3.5rem;font-family:inherit;color:inherit;font-size:1.6rem;font-weight:600;transition:1s}.filter__searchInput::-webkit-input-placeholder{color:#858585}.filter__searchInput::-ms-input-placeholder{color:#858585}.filter__searchInput::placeholder{color:#858585}.filter__searchInput:focus{width:100%;outline:0}.filter__icon{position:relative;z-index:100;color:#858585;fill:currentColor;width:2rem;height:2rem}.filter__selectPanel{display:flex;justify-content:flex-end;position:relative;z-index:100}@media only screen and (max-width:768px){.filter__selectPanel{justify-content:flex-start}}.filter__chooseRegion{width:20rem;outline:0;background-color:#fff;color:inherit;font-family:inherit;font-size:1.6rem;font-weight:600;border:0;border-radius:.3rem;box-shadow:1rem 1rem 4rem rgba(32,44,55,.2);cursor:pointer;padding:1.5rem;display:flex;justify-content:space-between;align-content:center;transition:1s ease-in-out}.filter__chooseRegion--caretDown:after{content:"\F0D7";font-weight:900;font-family:Font Awesome\ 5 Free}.filter__chooseRegion--caretUp:after{content:"\F0D8";font-weight:900;font-family:Font Awesome\ 5 Free}.filter__dropdown{width:20rem;outline:0;background-color:#fff;color:inherit;font-family:inherit;font-size:1.6rem;font-weight:600;border:0;border-radius:.3rem;box-shadow:1rem 1rem 4rem rgba(32,44,55,.2);cursor:pointer;margin-top:1rem;opacity:0;position:absolute;top:100%;visibility:hidden;transition:.5s ease-in-out}.filter__dropdown-item{padding:.5rem 1.5rem;display:flex;justify-content:space-between;align-content:center;transition:.5s ease-in-out}.filter__dropdown-item:hover{background-color:#2b3945;color:#fff}.filter__dropdown-item--africa:after,.filter__dropdown-item--all:after,.filter__dropdown-item--americas:after,.filter__dropdown-item--asia:after,.filter__dropdown-item--europe:after,.filter__dropdown-item--oceania:after{font-weight:900;font-family:Font Awesome\ 5 Free}.filter__dropdown-item--all:after{content:"\F0AC"}.filter__dropdown-item--africa:after{content:"\F57C"}.filter__dropdown-item--americas:after{content:"\F57D"}.filter__dropdown-item--asia:after{content:"\F57E"}.filter__dropdown-item--europe:after{content:"\F7A2"}.filter__dropdown-item--oceania:after{content:"\F57E"}.country-container{padding:3rem;display:grid;grid-gap:7rem;gap:7rem}@media only screen and (max-width:1100px){.country-container{grid-gap:3rem;gap:3rem}}.country-container__back{width:11.8rem}.country-container__button-back{padding:1.5rem 3rem;display:flex;align-items:center;font-size:1.6rem}.country-container__button-back:before{content:"\F30A";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:2rem;padding-right:1rem}.country-details{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"flag info";grid-gap:10rem;gap:10rem}@media only screen and (max-width:1100px){.country-details{grid-template-columns:minmax(10rem,55rem);grid-template-areas:"flag" "info";justify-content:center;grid-gap:5rem;gap:5rem}}.country-details__flag{grid-area:flag;align-self:center}.country-details__flagImg{width:100%;height:100%;max-height:40rem;box-shadow:0 0 1rem .3rem rgba(32,44,55,.5);object-fit:cover}.country-details__flagImg--CHN{object-position:top}.country-details__flagImg--BTN,.country-details__flagImg--COD,.country-details__flagImg--NPL{object-fit:fill}.country-details__flagImg--CAF{object-position:top}@media only screen and (min-width:1556px){.country-details__flagImg--CAF{max-height:60rem;object-position:center}}@media only screen and (max-width:1400px){.country-details__flagImg{height:auto}}.country-details__info{grid-area:info;display:grid;grid-template-columns:30rem 1fr;grid-template-rows:auto;grid-template-areas:". ." "infoPartOne infoPartTwo" "infoPartThree infoPartThree";grid-row-gap:1.5rem;row-gap:1.5rem;align-items:center}@media only screen and (max-width:1100px){.country-details__info{grid-template-columns:repeat(2,1fr);grid-template-areas:". ." "infoPartOne infoPartOne" "infoPartTwo infoPartTwo" "infoPartThree infoPartThree"}}.country-details__headingPrimary{font-size:calc(1rem + .96vw);white-space:nowrap}@media only screen and (max-width:1100px){.country-details__headingPrimary{padding-bottom:1rem;font-size:calc(1rem + 2.5vw);white-space:normal}}.country-details__headingQuaternary{padding-right:1rem}.info-item{display:flex;padding-bottom:1rem;font-weight:600}.info-item:not(:last-child){padding-right:1rem}.info-list{font-size:calc(1rem + .4vw)}@media only screen and (max-width:1100px){.info-list{font-size:calc(1rem + 1vw)}}.info-list--partOne{grid-area:infoPartOne}.info-list--partTwo{grid-area:infoPartTwo}.info-list--partThree{grid-area:infoPartThree;padding-top:2rem}.info-list__domain{display:flex}.info-list__borders,.info-list__curriences,.info-list__languages{display:flex;flex-wrap:wrap}.info-list__borders{flex-direction:row;align-items:center}.info-list__borders h4{padding-bottom:1rem;padding-right:1rem}@media only screen and (max-width:1100px){.info-list__borders{grid-gap:4rem;gap:4rem}.info-list__borders h4{width:100%}}.borders-item{padding:0 1rem 1rem 0}.btn--borders{padding:.5rem 3rem}@media only screen and (max-width:1100px){.btn--borders{font-size:calc(1rem + 1vw)}}.footer{text-align:center;background-color:#fff;box-shadow:1rem 1rem 4rem rgba(32,44,55,.1);padding:2rem;font-weight:600;font-size:1.6rem;margin-top:auto}.footer__link:active,.footer__link:link,.footer__link:visited{color:red}.footer__link:focus,.footer__link:hover{-webkit-filter:brightness(55%);filter:brightness(55%)}.main--error{margin-top:auto;display:flex;justify-content:center}.main--error h1{font-size:calc(2.5rem + 2vw)}*,:after,:before{margin:0;padding:0;box-sizing:inherit;text-decoration:none;list-style:none}:active,:link,:visited{color:#111517}:focus{outline:none!important}.btn{background-color:#fff;border:0;border-radius:.3rem;box-shadow:0 0 .5rem .2rem rgba(32,44,55,.4);cursor:pointer;font-family:inherit;font-weight:600;transition:.5s ease-in-out}.btn:hover{box-shadow:0 0 .5rem .2rem rgba(32,44,55,.9)}.btn:focus{box-shadow:inset 0 0 .5rem .2rem rgba(32,44,55,.9)}.visible{visibility:visible;opacity:1}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}body{background-color:#fafafa;font-family:Nunito Sans,sans-serif;font-weight:300}.container{height:100vh;display:flex;flex-direction:column}
/*# sourceMappingURL=main.373c90e4.chunk.css.map */