*,html,body{padding: 0;margin: 0;font-family: Arial,sans-serif;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,pre,td,textarea,th,ul{margin: 0;padding: 0;}
header,hgroup,nav,menu,main,section,article,summary,details,aside,figure,figcaption,footer{display: block;margin: 0;padding: 0;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;resize: none;}
a,a:hover,a:focus{outline: none;text-decoration: none;}
img{vertical-align: middle;height: auto;}
dt,ul,ol{list-style-type: none;}
p:last-child{margin-bottom: 0;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family: 'object-fit: cover;';}
body{box-sizing: border-box;}
html{font-size: calc(100vw / 1920 * 100);}



.show-width-content{width: 100%;max-width: 750px;margin: 30px auto;}
.item-maps-title{font-size: 24px;font-weight: bold;line-height: 1;display: flex;align-items: center;justify-content: space-between;padding-left: 20px;position: relative;}
.item-maps-title .lang{font-size: 16px;font-weight: normal;}
.item-maps-title .lang a{color: #333;}
.item-maps-title .lang a:hover{color: #e4000d;}
.item-maps-title:after{content: '';width: 4px;height: 100%;background: #e4000d;position: absolute;top: 0;left: 0;}
.item-maps-text{margin: 20px 0 40px;font-size: 16px;line-height: 1.75;background: #f9f9f9;color: #666;padding: 15px;}
.item-maps-text p{margin-bottom: 0;}
.item-maps-text a{color: #0090ff;}
.item-maps-text a:hover{color: #e4000d;}

.header{display: flex;justify-content: space-between;padding: 0 20px;border-bottom: 1px solid #e5e5e5;}
.header .header-col{font-size: 16px;height: 40px;line-height: 40px;color: #333;cursor:pointer;position: relative;}
.header .header-col:hover,.header .header-col.active{font-weight: bold;color: #e4000d;}
.header .header-col.active:after{content: '';width: 100%;height: 2px;background: #e4000d;position: absolute;left: 0;bottom: -1px;}
.countries{margin: 20px -5px;display: flex;flex-wrap: wrap;}
.countries .countries-col{font-size: 14px;background: #f9f9f9;padding: 5px 15px;margin: 5px;cursor: pointer;}
.countries .countries-col:hover,.countries .countries-col.active{background: #e4000d;color: #fff;}
.states .states-row{padding: 20px;margin-top: 20px;border: 1px solid #e5e5e5;}
.states .states-row .title{font-size: 20px;font-weight: bold;}
.states .states-row .package_size{margin-top: 15px;font-size: 16px;color: #888;display: flex;align-items: center;}
.states .states-row .package_size a{font-size: 14px;background: #f7f7f7;padding: 6px 12px;margin-left: 40px;border-radius: 4px;}
.states .states-row .package_size a:hover{background: #e4000d;color: #fff;}

.box-explain-title{font-size: 28px;font-weight: bold;text-align: center;}
.box-explain-text{margin-top: 40px;font-size: 16px;line-height: 1.75;color: #666;}
.box-explain-text p{margin-bottom: 10px;}
.box-explain-text img{max-width: 100%;}