├── README.md ├── Services.css ├── images ├── 0fd3416c.jpeg ├── 68f64b9d.jpeg ├── 8ad73f3c.jpeg ├── 25362637_3d00772.jpg ├── 25362693_3d00879.png ├── 25842035_3d00805.png ├── 29371452_3d00860.png └── digitalmarketlogo.png ├── Post-Template.css ├── Blog-Template.css ├── Services.html ├── blog ├── post.html ├── post-1.html ├── post-2.html ├── post-3.html ├── post-4.html ├── post-5.html └── blog.html ├── Home.css ├── intlTelInput └── intlTelInput.min.js └── index.html /README.md: -------------------------------------------------------------------------------- 1 | https://closeresty.github.io/paycenter/ 2 | -------------------------------------------------------------------------------- /Services.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 400px; 3 | } -------------------------------------------------------------------------------- /images/0fd3416c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/0fd3416c.jpeg -------------------------------------------------------------------------------- /images/68f64b9d.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/68f64b9d.jpeg -------------------------------------------------------------------------------- /images/8ad73f3c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/8ad73f3c.jpeg -------------------------------------------------------------------------------- /images/25362637_3d00772.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25362637_3d00772.jpg -------------------------------------------------------------------------------- /images/25362693_3d00879.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25362693_3d00879.png -------------------------------------------------------------------------------- /images/25842035_3d00805.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/25842035_3d00805.png -------------------------------------------------------------------------------- /images/29371452_3d00860.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/29371452_3d00860.png -------------------------------------------------------------------------------- /images/digitalmarketlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/closeresty/digitalmarket/HEAD/images/digitalmarketlogo.png -------------------------------------------------------------------------------- /Post-Template.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 835px; 3 | } 4 | 5 | .u-section-1 .u-post-details-1 { 6 | min-height: 375px; 7 | margin-top: 60px; 8 | margin-bottom: -10px; 9 | } 10 | 11 | .u-section-1 .u-container-layout-1 { 12 | padding: 30px; 13 | } 14 | 15 | .u-section-1 .u-image-1 { 16 | height: 486px; 17 | margin-top: 0; 18 | margin-bottom: 0; 19 | margin-left: 0; 20 | } 21 | 22 | .u-section-1 .u-text-1 { 23 | margin-top: 20px; 24 | margin-bottom: 0; 25 | margin-left: 0; 26 | } 27 | 28 | .u-section-1 .u-metadata-1 { 29 | margin-top: 30px; 30 | margin-bottom: 0; 31 | margin-left: 0; 32 | } 33 | 34 | .u-section-1 .u-text-2 { 35 | margin-bottom: 0; 36 | margin-top: 20px; 37 | margin-left: 0; 38 | } 39 | 40 | @media (max-width: 1199px) { 41 | .u-section-1 .u-image-1 { 42 | margin-left: initial; 43 | } 44 | } 45 | 46 | @media (max-width: 991px) { 47 | .u-section-1 .u-sheet-1 { 48 | min-height: 782px; 49 | } 50 | 51 | .u-section-1 .u-post-details-1 { 52 | margin-bottom: 60px; 53 | } 54 | 55 | .u-section-1 .u-image-1 { 56 | height: 423px; 57 | margin-left: initial; 58 | } 59 | } 60 | 61 | @media (max-width: 767px) { 62 | .u-section-1 .u-sheet-1 { 63 | min-height: 722px; 64 | } 65 | 66 | .u-section-1 .u-container-layout-1 { 67 | padding-left: 10px; 68 | padding-right: 10px; 69 | } 70 | 71 | .u-section-1 .u-image-1 { 72 | height: 354px; 73 | margin-top: 9px; 74 | margin-left: initial; 75 | } 76 | } 77 | 78 | @media (max-width: 575px) { 79 | .u-section-1 .u-sheet-1 { 80 | min-height: 656px; 81 | } 82 | 83 | .u-section-1 .u-image-1 { 84 | height: 275px; 85 | margin-left: initial; 86 | } 87 | } -------------------------------------------------------------------------------- /Blog-Template.css: -------------------------------------------------------------------------------- 1 | .u-section-1 .u-sheet-1 { 2 | min-height: 561px; 3 | } 4 | 5 | .u-section-1 .u-repeater-1 { 6 | margin-top: 60px; 7 | margin-bottom: 60px; 8 | min-height: 441px; 9 | grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px); 10 | height: auto; 11 | grid-gap: 22px; 12 | } 13 | 14 | .u-section-1 .u-repeater-item-1 { 15 | background-image: none; 16 | } 17 | 18 | .u-section-1 .u-container-layout-1 { 19 | padding: 30px 20px; 20 | } 21 | 22 | .u-section-1 .u-text-1 { 23 | margin-top: 0; 24 | margin-bottom: 0; 25 | } 26 | 27 | .u-section-1 .u-image-1 { 28 | height: 222px; 29 | margin-top: 17px; 30 | margin-bottom: 0; 31 | } 32 | 33 | .u-section-1 .u-text-2 { 34 | margin-top: 20px; 35 | margin-bottom: 0; 36 | } 37 | 38 | .u-section-1 .u-btn-1 { 39 | background-image: none; 40 | border-style: none none solid; 41 | margin: 17px auto 0 0; 42 | padding: 0; 43 | } 44 | 45 | .u-section-1 .u-container-layout-2 { 46 | padding: 30px 20px; 47 | } 48 | 49 | .u-section-1 .u-text-3 { 50 | margin-top: 0; 51 | margin-bottom: 0; 52 | } 53 | 54 | .u-section-1 .u-image-2 { 55 | height: 222px; 56 | margin-top: 17px; 57 | margin-bottom: 0; 58 | } 59 | 60 | .u-section-1 .u-text-4 { 61 | margin-top: 20px; 62 | margin-bottom: 0; 63 | } 64 | 65 | .u-section-1 .u-btn-2 { 66 | background-image: none; 67 | border-style: none none solid; 68 | margin: 17px auto 0 0; 69 | padding: 0; 70 | } 71 | 72 | .u-section-1 .u-container-layout-3 { 73 | padding: 30px 20px; 74 | } 75 | 76 | .u-section-1 .u-text-5 { 77 | margin-top: 0; 78 | margin-bottom: 0; 79 | } 80 | 81 | .u-section-1 .u-image-3 { 82 | height: 222px; 83 | margin-top: 17px; 84 | margin-bottom: 0; 85 | } 86 | 87 | .u-section-1 .u-text-6 { 88 | margin-top: 20px; 89 | margin-bottom: 0; 90 | } 91 | 92 | .u-section-1 .u-btn-3 { 93 | background-image: none; 94 | border-style: none none solid; 95 | margin: 17px auto 0 0; 96 | padding: 0; 97 | } 98 | 99 | @media (max-width: 1199px) { 100 | .u-section-1 .u-sheet-1 { 101 | min-height: 484px; 102 | } 103 | 104 | .u-section-1 .u-repeater-1 { 105 | min-height: 364px; 106 | grid-template-columns: repeat(3, calc(33.333333333333336% - 15px)); 107 | } 108 | } 109 | 110 | @media (max-width: 991px) { 111 | .u-section-1 .u-sheet-1 { 112 | min-height: 956px; 113 | } 114 | 115 | .u-section-1 .u-repeater-1 { 116 | min-height: 836px; 117 | grid-template-columns: repeat(2, calc(50% - 11.25px)); 118 | } 119 | } 120 | 121 | @media (max-width: 767px) { 122 | .u-section-1 .u-repeater-1 { 123 | grid-template-columns: 100%; 124 | } 125 | 126 | .u-section-1 .u-container-layout-1 { 127 | padding-left: 10px; 128 | padding-right: 10px; 129 | } 130 | 131 | .u-section-1 .u-image-1 { 132 | height: 278px; 133 | } 134 | 135 | .u-section-1 .u-container-layout-2 { 136 | padding-left: 10px; 137 | padding-right: 10px; 138 | } 139 | 140 | .u-section-1 .u-image-2 { 141 | height: 278px; 142 | } 143 | 144 | .u-section-1 .u-container-layout-3 { 145 | padding-left: 10px; 146 | padding-right: 10px; 147 | } 148 | 149 | .u-section-1 .u-image-3 { 150 | height: 278px; 151 | } 152 | } -------------------------------------------------------------------------------- /Services.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Services 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 | 25 | 26 |
27 | 30 | 57 |
58 |
59 |
60 |
61 | 62 | 63 | 66 | 77 | 78 | -------------------------------------------------------------------------------- /blog/post.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 1 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 1 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/post-1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 2 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 2 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/post-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 3 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 3 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/post-3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 4 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 4 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/post-4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 5 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 5 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/post-5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Post 6 Headline 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 | 61 |

Post 6 Headline

62 | 67 |
68 | Sample small text. Lorem ipsum dolor sit amet. 69 |
70 |
71 |
72 |
73 |
74 | 75 | 76 | 79 | 90 | 91 | -------------------------------------------------------------------------------- /blog/blog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Blog Template 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 22 | 23 | 24 |
25 | 28 | 55 |
56 |
57 |
58 |
59 |
60 |
61 |

62 | Post 6 Headline 63 |

64 | 65 |
Sample small text. Lorem ipsum dolor sit amet.
66 | Read More 67 |
68 |
69 |
70 |

71 | Post 5 Headline 72 |

73 | 74 |
Sample small text. Lorem ipsum dolor sit amet.
75 | Read More 76 |
77 |
78 |
79 |

80 | Post 4 Headline 81 |

82 | 83 |
Sample small text. Lorem ipsum dolor sit amet.
84 | Read More 85 |
86 |
87 |
88 |

89 | Post 3 Headline 90 |

91 | 92 |
Sample small text. Lorem ipsum dolor sit amet.
93 | Read More 94 |
95 |
96 |
97 |

98 | Post 2 Headline 99 |

100 | 101 |
Sample small text. Lorem ipsum dolor sit amet.
102 | Read More 103 |
104 |
105 |
106 |

107 | Post 1 Headline 108 |

109 | 110 |
Sample small text. Lorem ipsum dolor sit amet.
111 | Read More 112 |
113 |
114 | 115 | 116 |
117 |
118 |
119 | 120 | 121 | 124 | 135 | 136 | -------------------------------------------------------------------------------- /Home.css: -------------------------------------------------------------------------------- 1 | .u-section-1 { 2 | background-image: url("images/25362637_3d00772.jpg"); 3 | background-position: 50% 50%; 4 | } 5 | 6 | .u-section-1 .u-sheet-1 { 7 | min-height: 740px; 8 | } 9 | 10 | .u-section-1 .u-text-1 { 11 | font-size: 3.75rem; 12 | margin: 155px 465px 0 0; 13 | } 14 | 15 | .u-section-1 .u-text-2 { 16 | margin: 20px 691px 0 0; 17 | } 18 | 19 | .u-section-1 .u-btn-1 { 20 | background-image: none; 21 | padding: 0; 22 | } 23 | 24 | .u-section-1 .u-form-1 { 25 | background-image: none; 26 | height: 88px; 27 | margin: 31px 570px 0 0; 28 | } 29 | 30 | .u-section-1 .u-icon-1 { 31 | width: 64px; 32 | height: 64px; 33 | background-image: none; 34 | margin: 59px auto 0 0; 35 | padding: 13px; 36 | } 37 | 38 | .u-section-1 .u-btn-3 { 39 | font-size: 1.875rem; 40 | letter-spacing: 1px; 41 | margin: -61px auto 0 84px; 42 | padding: 0; 43 | } 44 | 45 | .u-section-1 .u-text-3 { 46 | margin: 13px auto 60px 81px; 47 | } 48 | 49 | @media (max-width: 1199px) { 50 | .u-section-1 .u-sheet-1 { 51 | min-height: 610px; 52 | } 53 | 54 | .u-section-1 .u-text-1 { 55 | margin-right: 265px; 56 | } 57 | 58 | .u-section-1 .u-text-2 { 59 | margin-right: 491px; 60 | } 61 | 62 | .u-section-1 .u-form-1 { 63 | margin-right: 370px; 64 | } 65 | 66 | .u-section-1 .u-btn-3 { 67 | margin-top: 20px; 68 | margin-left: 0; 69 | } 70 | } 71 | 72 | @media (max-width: 991px) { 73 | .u-section-1 .u-sheet-1 { 74 | min-height: 467px; 75 | } 76 | 77 | .u-section-1 .u-text-1 { 78 | margin-right: 45px; 79 | } 80 | 81 | .u-section-1 .u-text-2 { 82 | margin-right: 271px; 83 | } 84 | 85 | .u-section-1 .u-form-1 { 86 | margin-right: 150px; 87 | } 88 | } 89 | 90 | @media (max-width: 767px) { 91 | .u-section-1 .u-sheet-1 { 92 | min-height: 350px; 93 | } 94 | 95 | .u-section-1 .u-text-1 { 96 | margin-right: 0; 97 | } 98 | 99 | .u-section-1 .u-text-2 { 100 | margin-right: 91px; 101 | } 102 | 103 | .u-section-1 .u-form-1 { 104 | margin-right: 0; 105 | } 106 | } 107 | 108 | @media (max-width: 575px) { 109 | .u-section-1 .u-sheet-1 { 110 | min-height: 220px; 111 | } 112 | 113 | .u-section-1 .u-text-1 { 114 | font-size: 1.875rem; 115 | } 116 | 117 | .u-section-1 .u-text-2 { 118 | margin-right: 0; 119 | } 120 | } .u-section-2 { 121 | background-image: none; 122 | } 123 | 124 | .u-section-2 .u-sheet-1 { 125 | min-height: 636px; 126 | } 127 | 128 | .u-section-2 .u-layout-wrap-1 { 129 | margin-top: 60px; 130 | margin-bottom: 0; 131 | } 132 | 133 | .u-section-2 .u-layout-cell-1 { 134 | min-height: 576px; 135 | } 136 | 137 | .u-section-2 .u-container-layout-1 { 138 | padding: 0 12px; 139 | } 140 | 141 | .u-section-2 .u-image-1 { 142 | width: 485px; 143 | height: 485px; 144 | background-image: url("images/25362693_3d00879.png"); 145 | background-position: 50% 50%; 146 | margin: -29px auto 0; 147 | } 148 | 149 | .u-section-2 .u-text-1 { 150 | width: 311px; 151 | margin: 31px auto 0; 152 | } 153 | 154 | .u-section-2 .u-btn-1 { 155 | background-image: none; 156 | padding: 0; 157 | } 158 | 159 | .u-section-2 .u-layout-cell-2 { 160 | min-height: 576px; 161 | } 162 | 163 | .u-section-2 .u-container-layout-2 { 164 | padding: 0; 165 | } 166 | 167 | .u-section-2 .u-list-1 { 168 | width: 460px; 169 | margin: 11px auto 0; 170 | } 171 | 172 | .u-section-2 .u-repeater-1 { 173 | grid-template-columns: 100%; 174 | min-height: 495px; 175 | grid-gap: 20px 20px; 176 | } 177 | 178 | .u-section-2 .u-list-item-1 { 179 | background-image: none; 180 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 181 | } 182 | 183 | .u-section-2 .u-container-layout-3 { 184 | padding: 10px; 185 | } 186 | 187 | .u-section-2 .u-icon-1 { 188 | width: 64px; 189 | height: 64px; 190 | background-image: none; 191 | margin: 0 auto; 192 | padding: 13px; 193 | } 194 | 195 | .u-section-2 .u-text-2 { 196 | font-weight: 400; 197 | margin: 30px 0 0; 198 | } 199 | 200 | .u-section-2 .u-list-item-2 { 201 | background-image: none; 202 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 203 | } 204 | 205 | .u-section-2 .u-container-layout-4 { 206 | padding: 10px; 207 | } 208 | 209 | .u-section-2 .u-icon-2 { 210 | width: 64px; 211 | height: 64px; 212 | background-image: none; 213 | margin: 0 auto; 214 | padding: 13px; 215 | } 216 | 217 | .u-section-2 .u-text-3 { 218 | font-weight: 400; 219 | margin: 30px 0 0; 220 | } 221 | 222 | .u-section-2 .u-list-item-3 { 223 | background-image: none; 224 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 225 | } 226 | 227 | .u-section-2 .u-container-layout-5 { 228 | padding: 10px; 229 | } 230 | 231 | .u-section-2 .u-icon-3 { 232 | width: 64px; 233 | height: 64px; 234 | background-image: none; 235 | margin: 0 auto; 236 | padding: 13px; 237 | } 238 | 239 | .u-section-2 .u-text-4 { 240 | font-weight: 400; 241 | margin: 30px 0 0; 242 | } 243 | 244 | @media (max-width: 1199px) { 245 | .u-section-2 .u-sheet-1 { 246 | min-height: 535px; 247 | } 248 | 249 | .u-section-2 .u-layout-cell-1 { 250 | min-height: 475px; 251 | } 252 | 253 | .u-section-2 .u-image-1 { 254 | width: 447px; 255 | height: 447px; 256 | } 257 | 258 | .u-section-2 .u-layout-cell-2 { 259 | min-height: 475px; 260 | } 261 | } 262 | 263 | @media (max-width: 991px) { 264 | .u-section-2 .u-sheet-1 { 265 | min-height: 160px; 266 | } 267 | 268 | .u-section-2 .u-layout-cell-1 { 269 | min-height: 100px; 270 | } 271 | 272 | .u-section-2 .u-image-1 { 273 | width: 337px; 274 | height: 337px; 275 | } 276 | 277 | .u-section-2 .u-layout-cell-2 { 278 | min-height: 100px; 279 | } 280 | 281 | .u-section-2 .u-list-1 { 282 | width: 360px; 283 | } 284 | } 285 | 286 | @media (max-width: 767px) { 287 | .u-section-2 .u-sheet-1 { 288 | min-height: 260px; 289 | } 290 | 291 | .u-section-2 .u-container-layout-1 { 292 | padding-left: 10px; 293 | padding-right: 10px; 294 | } 295 | } 296 | 297 | @media (max-width: 575px) { 298 | .u-section-2 .u-image-1 { 299 | width: 320px; 300 | height: 320px; 301 | } 302 | 303 | .u-section-2 .u-list-1 { 304 | width: 340px; 305 | } 306 | } .u-section-3 { 307 | background-image: none; 308 | } 309 | 310 | .u-section-3 .u-sheet-1 { 311 | min-height: 630px; 312 | } 313 | 314 | .u-section-3 .u-layout-wrap-1 { 315 | margin-top: 77px; 316 | margin-bottom: 0; 317 | } 318 | 319 | .u-section-3 .u-layout-cell-1 { 320 | min-height: 554px; 321 | } 322 | 323 | .u-section-3 .u-container-layout-1 { 324 | padding: 30px; 325 | } 326 | 327 | .u-section-3 .u-text-1 { 328 | margin-bottom: 0; 329 | margin-top: 0; 330 | font-size: 3rem; 331 | } 332 | 333 | .u-section-3 .u-text-2 { 334 | margin: 21px auto 0 1px; 335 | } 336 | 337 | .u-section-3 .u-btn-1 { 338 | background-image: none; 339 | padding: 0; 340 | } 341 | 342 | .u-section-3 .u-btn-2 { 343 | background-image: none; 344 | margin: 30px auto 0 0; 345 | padding: 15px 39px 15px 37px; 346 | } 347 | 348 | .u-section-3 .u-layout-cell-2 { 349 | min-height: 554px; 350 | } 351 | 352 | .u-section-3 .u-container-layout-2 { 353 | padding: 0; 354 | } 355 | 356 | .u-section-3 .u-image-1 { 357 | height: 542px; 358 | margin-top: 0; 359 | margin-bottom: 0; 360 | } 361 | 362 | @media (max-width: 1199px) { 363 | .u-section-3 .u-sheet-1 { 364 | min-height: 577px; 365 | } 366 | 367 | .u-section-3 .u-layout-cell-1 { 368 | min-height: 467px; 369 | } 370 | 371 | .u-section-3 .u-container-layout-1 { 372 | padding-left: 29px; 373 | padding-right: 29px; 374 | } 375 | 376 | .u-section-3 .u-text-1 { 377 | width: auto; 378 | margin-top: 13px; 379 | margin-left: 0; 380 | margin-right: 0; 381 | } 382 | 383 | .u-section-3 .u-text-2 { 384 | margin-left: 2px; 385 | } 386 | 387 | .u-section-3 .u-btn-2 { 388 | margin-left: 1px; 389 | } 390 | 391 | .u-section-3 .u-layout-cell-2 { 392 | min-height: 457px; 393 | } 394 | 395 | .u-section-3 .u-image-1 { 396 | height: 447px; 397 | } 398 | } 399 | 400 | @media (max-width: 991px) { 401 | .u-section-3 .u-sheet-1 { 402 | min-height: 470px; 403 | } 404 | 405 | .u-section-3 .u-layout-cell-1 { 406 | min-height: 100px; 407 | } 408 | 409 | .u-section-3 .u-text-1 { 410 | font-size: 2.25rem; 411 | } 412 | 413 | .u-section-3 .u-btn-2 { 414 | margin-left: 0; 415 | } 416 | 417 | .u-section-3 .u-layout-cell-2 { 418 | min-height: 350px; 419 | } 420 | 421 | .u-section-3 .u-image-1 { 422 | height: 342px; 423 | } 424 | } 425 | 426 | @media (max-width: 767px) { 427 | .u-section-3 .u-sheet-1 { 428 | min-height: 945px; 429 | } 430 | 431 | .u-section-3 .u-layout-wrap-1 { 432 | margin-top: 42px; 433 | margin-bottom: 29px; 434 | } 435 | 436 | .u-section-3 .u-container-layout-1 { 437 | padding-left: 10px; 438 | padding-right: 10px; 439 | } 440 | 441 | .u-section-3 .u-text-2 { 442 | width: auto; 443 | margin-left: 1px; 444 | margin-right: 1px; 445 | } 446 | 447 | .u-section-3 .u-btn-2 { 448 | margin-left: auto; 449 | } 450 | 451 | .u-section-3 .u-layout-cell-2 { 452 | min-height: 525px; 453 | } 454 | 455 | .u-section-3 .u-image-1 { 456 | height: 513px; 457 | } 458 | } 459 | 460 | @media (max-width: 575px) { 461 | .u-section-3 .u-sheet-1 { 462 | min-height: 782px; 463 | } 464 | 465 | .u-section-3 .u-text-1 { 466 | font-size: 1.5rem; 467 | } 468 | 469 | .u-section-3 .u-layout-cell-2 { 470 | min-height: 331px; 471 | } 472 | 473 | .u-section-3 .u-image-1 { 474 | height: 323px; 475 | } 476 | } .u-section-4 { 477 | background-image: none; 478 | } 479 | 480 | .u-section-4 .u-sheet-1 { 481 | min-height: 552px; 482 | } 483 | 484 | .u-section-4 .u-list-1 { 485 | width: 765px; 486 | margin: 33px auto; 487 | } 488 | 489 | .u-section-4 .u-repeater-1 { 490 | grid-template-columns: calc(50% - 10px) calc(50% - 10px); 491 | min-height: 486px; 492 | margin-left: auto; 493 | grid-gap: 20px 20px; 494 | } 495 | 496 | .u-section-4 .u-list-item-1 { 497 | background-image: none; 498 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 499 | margin-left: auto; 500 | } 501 | 502 | .u-section-4 .u-container-layout-1 { 503 | padding: 30px; 504 | } 505 | 506 | .u-section-4 .u-text-1 { 507 | font-weight: 700; 508 | font-size: 3.75rem; 509 | margin: 20px 0 0; 510 | } 511 | 512 | .u-section-4 .u-text-2 { 513 | font-weight: 400; 514 | margin: 20px 0 0; 515 | } 516 | 517 | .u-section-4 .u-list-item-2 { 518 | background-image: none; 519 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 520 | margin-left: auto; 521 | } 522 | 523 | .u-section-4 .u-container-layout-2 { 524 | padding: 30px; 525 | } 526 | 527 | .u-section-4 .u-text-3 { 528 | font-weight: 700; 529 | font-size: 3.75rem; 530 | margin: 20px 0 0; 531 | } 532 | 533 | .u-section-4 .u-text-4 { 534 | font-weight: 400; 535 | margin: 20px 0 0; 536 | } 537 | 538 | .u-section-4 .u-list-item-3 { 539 | background-image: none; 540 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 541 | margin-left: auto; 542 | } 543 | 544 | .u-section-4 .u-container-layout-3 { 545 | padding: 30px; 546 | } 547 | 548 | .u-section-4 .u-text-5 { 549 | font-weight: 700; 550 | font-size: 3.75rem; 551 | margin: 20px 0 0; 552 | } 553 | 554 | .u-section-4 .u-text-6 { 555 | font-weight: 400; 556 | margin: 20px 0 0; 557 | } 558 | 559 | .u-section-4 .u-list-item-4 { 560 | background-image: none; 561 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 562 | margin-left: auto; 563 | } 564 | 565 | .u-section-4 .u-container-layout-4 { 566 | padding: 30px; 567 | } 568 | 569 | .u-section-4 .u-text-7 { 570 | font-weight: 700; 571 | font-size: 3.75rem; 572 | margin: 20px 0 0; 573 | } 574 | 575 | .u-section-4 .u-text-8 { 576 | font-weight: 400; 577 | margin: 20px 0 0; 578 | } 579 | 580 | @media (max-width: 1199px) { 581 | .u-section-4 .u-repeater-1 { 582 | grid-template-columns: repeat(2, calc(50% - 10px)); 583 | } 584 | } 585 | 586 | @media (max-width: 991px) { 587 | .u-section-4 .u-sheet-1 { 588 | min-height: 905px; 589 | } 590 | 591 | .u-section-4 .u-list-1 { 592 | width: 360px; 593 | margin-top: 60px; 594 | margin-bottom: 60px; 595 | } 596 | 597 | .u-section-4 .u-repeater-1 { 598 | grid-template-columns: 100%; 599 | } 600 | } 601 | 602 | @media (max-width: 767px) { 603 | .u-section-4 .u-container-layout-1 { 604 | padding-left: 10px; 605 | padding-right: 10px; 606 | } 607 | 608 | .u-section-4 .u-container-layout-2 { 609 | padding-left: 10px; 610 | padding-right: 10px; 611 | } 612 | 613 | .u-section-4 .u-container-layout-3 { 614 | padding-left: 10px; 615 | padding-right: 10px; 616 | } 617 | 618 | .u-section-4 .u-container-layout-4 { 619 | padding-left: 10px; 620 | padding-right: 10px; 621 | } 622 | } 623 | 624 | @media (max-width: 575px) { 625 | .u-section-4 .u-sheet-1 { 626 | min-height: 800px; 627 | } 628 | 629 | .u-section-4 .u-list-1 { 630 | width: 340px; 631 | margin-bottom: 0; 632 | } 633 | 634 | .u-section-4 .u-text-1 { 635 | font-size: 1.5rem; 636 | } 637 | 638 | .u-section-4 .u-text-3 { 639 | font-size: 1.5rem; 640 | } 641 | 642 | .u-section-4 .u-text-5 { 643 | font-size: 1.5rem; 644 | } 645 | 646 | .u-section-4 .u-text-7 { 647 | font-size: 1.5rem; 648 | } 649 | } .u-section-5 { 650 | background-image: none; 651 | } 652 | 653 | .u-section-5 .u-sheet-1 { 654 | min-height: 709px; 655 | } 656 | 657 | .u-section-5 .u-text-1 { 658 | font-size: 3rem; 659 | margin: 21px auto 0; 660 | } 661 | 662 | .u-section-5 .u-text-2 { 663 | width: 373px; 664 | margin: 21px auto 0; 665 | } 666 | 667 | .u-section-5 .u-list-1 { 668 | margin: 41px 0 13px; 669 | } 670 | 671 | .u-section-5 .u-repeater-1 { 672 | grid-template-columns: repeat(3, calc(33.3333% - 13.3333px)); 673 | min-height: 505px; 674 | grid-gap: 20px; 675 | } 676 | 677 | .u-section-5 .u-list-item-1 { 678 | background-image: none; 679 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 680 | } 681 | 682 | .u-section-5 .u-container-layout-1 { 683 | padding: 10px; 684 | } 685 | 686 | .u-section-5 .u-icon-1 { 687 | width: 64px; 688 | height: 64px; 689 | background-image: none; 690 | margin: 0 auto; 691 | padding: 13px; 692 | } 693 | 694 | .u-section-5 .u-text-3 { 695 | font-weight: 400; 696 | margin: 30px 0 0; 697 | } 698 | 699 | .u-section-5 .u-text-4 { 700 | margin: 20px 0 0; 701 | } 702 | 703 | .u-section-5 .u-list-item-2 { 704 | background-image: none; 705 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 706 | } 707 | 708 | .u-section-5 .u-container-layout-2 { 709 | padding: 10px; 710 | } 711 | 712 | .u-section-5 .u-icon-2 { 713 | width: 64px; 714 | height: 64px; 715 | background-image: none; 716 | margin: 0 auto; 717 | padding: 13px; 718 | } 719 | 720 | .u-section-5 .u-text-5 { 721 | font-weight: 400; 722 | margin: 30px 0 0; 723 | } 724 | 725 | .u-section-5 .u-text-6 { 726 | margin: 20px 0 0; 727 | } 728 | 729 | .u-section-5 .u-list-item-3 { 730 | background-image: none; 731 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 732 | } 733 | 734 | .u-section-5 .u-container-layout-3 { 735 | padding: 10px; 736 | } 737 | 738 | .u-section-5 .u-icon-3 { 739 | width: 64px; 740 | height: 64px; 741 | background-image: none; 742 | margin: 0 auto; 743 | padding: 13px; 744 | } 745 | 746 | .u-section-5 .u-text-7 { 747 | font-weight: 400; 748 | margin: 30px 0 0; 749 | } 750 | 751 | .u-section-5 .u-text-8 { 752 | margin: 20px 0 0; 753 | } 754 | 755 | .u-section-5 .u-list-item-4 { 756 | background-image: none; 757 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 758 | } 759 | 760 | .u-section-5 .u-container-layout-4 { 761 | padding: 10px; 762 | } 763 | 764 | .u-section-5 .u-icon-4 { 765 | width: 64px; 766 | height: 64px; 767 | background-image: none; 768 | margin: 0 auto; 769 | padding: 13px; 770 | } 771 | 772 | .u-section-5 .u-text-9 { 773 | font-weight: 400; 774 | margin: 30px 0 0; 775 | } 776 | 777 | .u-section-5 .u-text-10 { 778 | margin: 20px 0 0; 779 | } 780 | 781 | .u-section-5 .u-list-item-5 { 782 | background-image: none; 783 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 784 | } 785 | 786 | .u-section-5 .u-container-layout-5 { 787 | padding: 10px; 788 | } 789 | 790 | .u-section-5 .u-icon-5 { 791 | width: 64px; 792 | height: 64px; 793 | background-image: none; 794 | margin: 0 auto; 795 | padding: 13px; 796 | } 797 | 798 | .u-section-5 .u-text-11 { 799 | font-weight: 400; 800 | margin: 30px 0 0; 801 | } 802 | 803 | .u-section-5 .u-text-12 { 804 | margin: 20px 0 0; 805 | } 806 | 807 | .u-section-5 .u-list-item-6 { 808 | background-image: none; 809 | box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); 810 | } 811 | 812 | .u-section-5 .u-container-layout-6 { 813 | padding: 10px; 814 | } 815 | 816 | .u-section-5 .u-icon-6 { 817 | width: 64px; 818 | height: 64px; 819 | background-image: none; 820 | margin: 0 auto; 821 | padding: 13px; 822 | } 823 | 824 | .u-section-5 .u-text-13 { 825 | font-weight: 400; 826 | margin: 30px 0 0; 827 | } 828 | 829 | .u-section-5 .u-text-14 { 830 | margin: 20px 0 0; 831 | } 832 | 833 | @media (max-width: 1199px) { 834 | .u-section-5 .u-list-1 { 835 | margin-right: initial; 836 | margin-left: initial; 837 | } 838 | 839 | .u-section-5 .u-repeater-1 { 840 | min-height: 417px; 841 | } 842 | } 843 | 844 | @media (max-width: 991px) { 845 | .u-section-5 .u-text-1 { 846 | font-size: 2.25rem; 847 | } 848 | 849 | .u-section-5 .u-repeater-1 { 850 | grid-template-columns: repeat(2, calc(50% - 9.99997px)); 851 | min-height: 735px; 852 | } 853 | } 854 | 855 | @media (max-width: 767px) { 856 | .u-section-5 .u-repeater-1 { 857 | grid-template-columns: 100%; 858 | } 859 | } 860 | 861 | @media (max-width: 575px) { 862 | .u-section-5 .u-text-1 { 863 | font-size: 1.5rem; 864 | } 865 | 866 | .u-section-5 .u-text-2 { 867 | width: 340px; 868 | } 869 | } .u-section-6 { 870 | background-image: none; 871 | } 872 | 873 | .u-section-6 .u-sheet-1 { 874 | min-height: 686px; 875 | } 876 | 877 | .u-section-6 .u-layout-wrap-1 { 878 | margin-top: 60px; 879 | margin-bottom: 0; 880 | } 881 | 882 | .u-section-6 .u-layout-cell-1 { 883 | min-height: 626px; 884 | } 885 | 886 | .u-section-6 .u-container-layout-1 { 887 | padding: 0; 888 | } 889 | 890 | .u-section-6 .u-image-1 { 891 | height: 617px; 892 | margin-top: 0; 893 | margin-bottom: 0; 894 | } 895 | 896 | .u-section-6 .u-layout-cell-2 { 897 | min-height: 645px; 898 | } 899 | 900 | .u-section-6 .u-container-layout-2 { 901 | padding: 30px 29px; 902 | } 903 | 904 | .u-section-6 .u-text-1 { 905 | font-size: 3rem; 906 | margin: 0 1px; 907 | } 908 | 909 | .u-section-6 .u-text-2 { 910 | margin: 23px 0 0; 911 | } 912 | 913 | .u-section-6 .u-btn-1 { 914 | background-image: none; 915 | padding: 0; 916 | } 917 | 918 | .u-section-6 .u-form-1 { 919 | width: 510px; 920 | background-image: none; 921 | margin: 28px auto 0 2px; 922 | } 923 | 924 | .u-section-6 .u-btn-2 { 925 | background-image: none; 926 | } 927 | 928 | @media (max-width: 1199px) { 929 | .u-section-6 .u-sheet-1 { 930 | min-height: 577px; 931 | } 932 | 933 | .u-section-6 .u-layout-cell-1 { 934 | min-height: 516px; 935 | } 936 | 937 | .u-section-6 .u-image-1 { 938 | height: 508px; 939 | } 940 | 941 | .u-section-6 .u-layout-cell-2 { 942 | min-height: 532px; 943 | } 944 | 945 | .u-section-6 .u-form-1 { 946 | width: 412px; 947 | margin-left: 0; 948 | } 949 | } 950 | 951 | @media (max-width: 991px) { 952 | .u-section-6 .u-sheet-1 { 953 | min-height: 470px; 954 | } 955 | 956 | .u-section-6 .u-layout-cell-1 { 957 | min-height: 395px; 958 | } 959 | 960 | .u-section-6 .u-image-1 { 961 | height: 389px; 962 | } 963 | 964 | .u-section-6 .u-layout-cell-2 { 965 | min-height: 100px; 966 | } 967 | 968 | .u-section-6 .u-text-1 { 969 | font-size: 2.25rem; 970 | } 971 | 972 | .u-section-6 .u-form-1 { 973 | width: 302px; 974 | } 975 | } 976 | 977 | @media (max-width: 767px) { 978 | .u-section-6 .u-sheet-1 { 979 | min-height: 1170px; 980 | } 981 | 982 | .u-section-6 .u-layout-cell-1 { 983 | min-height: 593px; 984 | } 985 | 986 | .u-section-6 .u-image-1 { 987 | height: 584px; 988 | } 989 | 990 | .u-section-6 .u-layout-cell-2 { 991 | min-height: 584px; 992 | } 993 | 994 | .u-section-6 .u-container-layout-2 { 995 | padding-left: 9px; 996 | padding-right: 9px; 997 | } 998 | 999 | .u-section-6 .u-text-2 { 1000 | margin-left: 2px; 1001 | } 1002 | 1003 | .u-section-6 .u-form-1 { 1004 | width: 520px; 1005 | height: 347px; 1006 | margin-right: 0; 1007 | margin-left: 2px; 1008 | } 1009 | } 1010 | 1011 | @media (max-width: 575px) { 1012 | .u-section-6 .u-sheet-1 { 1013 | min-height: 1129px; 1014 | } 1015 | 1016 | .u-section-6 .u-layout-cell-1 { 1017 | min-height: 373px; 1018 | } 1019 | 1020 | .u-section-6 .u-image-1 { 1021 | height: 368px; 1022 | } 1023 | 1024 | .u-section-6 .u-layout-cell-2 { 1025 | min-height: 100px; 1026 | } 1027 | 1028 | .u-section-6 .u-text-1 { 1029 | font-size: 1.5rem; 1030 | margin-left: auto; 1031 | margin-right: auto; 1032 | } 1033 | 1034 | .u-section-6 .u-text-2 { 1035 | width: auto; 1036 | margin-left: 0; 1037 | margin-right: 1px; 1038 | } 1039 | 1040 | .u-section-6 .u-form-1 { 1041 | width: 322px; 1042 | margin-left: 0; 1043 | } 1044 | } -------------------------------------------------------------------------------- /intlTelInput/intlTelInput.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * International Telephone Input v17.0.15 3 | * https://github.com/jackocnr/intl-tel-input.git 4 | * Licensed under the MIT license 5 | */ 6 | 7 | !function(a){"object"==typeof module&&module.exports?module.exports=a():window.intlTelInput=a()}(function(a){"use strict";return function(){function b(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function c(a,b){for(var c=0;cthis.countryCodeMaxLen&&(this.countryCodeMaxLen=c.length),this.q.hasOwnProperty(c)||(this.q[c]=[]);for(var e=0;e-1})}else if(this.d.excludeCountries.length){var b=this.d.excludeCountries.map(function(a){return a.toLowerCase()});this.p=e.filter(function(a){return-1===b.indexOf(a.iso2)})}else this.p=e}},{key:"_d0",value:function(){for(var a=0;a"),d+="
"),d+="".concat(f.name,""),d+="+".concat(f.dialCode,""),d+=""}this.m.insertAdjacentHTML("beforeend",d)}},{key:"_h",value:function(){var a=this.a.getAttribute("value"),b=this.a.value,c=a&&"+"===a.charAt(0)&&(!b||"+"!==b.charAt(0)),d=c?a:b,e=this._5(d),f=this._w(d),g=this.d,h=g.initialCountry,i=g.nationalMode,j=g.autoHideDialCode,k=g.separateDialCode;e&&!f?this._v(d):"auto"!==h&&(h?this._z(h.toLowerCase()):e&&f?this._z("us"):(this.j=this.preferredCountries.length?this.preferredCountries[0].iso2:this.p[0].iso2,d||this._z(this.j)),d||i||j||k||(this.a.value="+".concat(this.s.dialCode))),d&&this._u(d)}},{key:"_i",value:function(){this._j(),this.d.autoHideDialCode&&this._l(),this.d.allowDropdown&&this._i2(),this.hiddenInput&&this._i0()}},{key:"_i0",value:function(){var a=this;this._a14=function(){a.hiddenInput.value=a.getNumber()},this.a.form&&this.a.form.addEventListener("submit",this._a14)}},{key:"_i1",value:function(){for(var a=this.a;a&&"LABEL"!==a.tagName;)a=a.parentNode;return a}},{key:"_i2",value:function(){var a=this;this._a9=function(b){a.m.classList.contains("iti__hide")?a.a.focus():b.preventDefault()};var b=this._i1();b&&b.addEventListener("click",this._a9),this._a10=function(){!a.m.classList.contains("iti__hide")||a.a.disabled||a.a.readOnly||a._n()},this.selectedFlag.addEventListener("click",this._a10),this._a11=function(b){a.m.classList.contains("iti__hide")&&-1!==["ArrowUp","Up","ArrowDown","Down"," ","Enter"].indexOf(b.key)&&(b.preventDefault(),b.stopPropagation(),a._n()),"Tab"===b.key&&a._2()},this.k.addEventListener("keydown",this._a11)}},{key:"_i3",value:function(){var a=this;this.d.utilsScript&&!window.intlTelInputUtils?window.intlTelInputGlobals.documentReady()?window.intlTelInputGlobals.loadUtils(this.d.utilsScript):window.addEventListener("load",function(){window.intlTelInputGlobals.loadUtils(a.d.utilsScript)}):this.i0(),"auto"===this.d.initialCountry?this._i4():this.h()}},{key:"_i4",value:function(){window.intlTelInputGlobals.autoCountry?this.handleAutoCountry():window.intlTelInputGlobals.startedLoadingAutoCountry||(window.intlTelInputGlobals.startedLoadingAutoCountry=!0,"function"==typeof this.d.geoIpLookup&&this.d.geoIpLookup(function(a){window.intlTelInputGlobals.autoCountry=a.toLowerCase(),setTimeout(function(){return m("handleAutoCountry")})},function(){return m("rejectAutoCountryPromise")}))}},{key:"_j",value:function(){var a=this;this._a12=function(){a._v(a.a.value)&&a._m2CountryChange()},this.a.addEventListener("keyup",this._a12),this._a13=function(){setTimeout(a._a12)},this.a.addEventListener("cut",this._a13),this.a.addEventListener("paste",this._a13)}},{key:"_j2",value:function(a){var b=this.a.getAttribute("maxlength");return b&&a.length>b?a.substr(0,b):a}},{key:"_l",value:function(){var a=this;this._a8=function(){a._l2()},this.a.form&&this.a.form.addEventListener("submit",this._a8),this.a.addEventListener("blur",this._a8)}},{key:"_l2",value:function(){if("+"===this.a.value.charAt(0)){var a=this._m(this.a.value);a&&this.s.dialCode!==a||(this.a.value="")}}},{key:"_m",value:function(a){return a.replace(/\D/g,"")}},{key:"_m2",value:function(a){var b=document.createEvent("Event");b.initEvent(a,!0,!0),this.a.dispatchEvent(b)}},{key:"_n",value:function(){this.m.classList.remove("iti__hide"),this.selectedFlag.setAttribute("aria-expanded","true"),this._o(),this.b&&(this._x(this.b,!1),this._3(this.b,!0)),this._p(),this.u.classList.add("iti__arrow--up"),this._m2("open:countrydropdown")}},{key:"_n2",value:function(a,b,c){c&&!a.classList.contains(b)?a.classList.add(b):!c&&a.classList.contains(b)&&a.classList.remove(b)}},{key:"_o",value:function(){var a=this;if(this.d.dropdownContainer&&this.d.dropdownContainer.appendChild(this.dropdown),!this.g){var b=this.a.getBoundingClientRect(),c=window.pageYOffset||document.documentElement.scrollTop,d=b.top+c,e=this.m.offsetHeight,f=d+this.a.offsetHeight+ec;if(this._n2(this.m,"iti__country-list--dropup",!f&&g),this.d.dropdownContainer){var h=!f&&g?0:this.a.offsetHeight;this.dropdown.style.top="".concat(d+h,"px"),this.dropdown.style.left="".concat(b.left+document.body.scrollLeft,"px"),this._a4=function(){return a._2()},window.addEventListener("scroll",this._a4)}}}},{key:"_o2",value:function(a){for(var b=a;b&&b!==this.m&&!b.classList.contains("iti__country");)b=b.parentNode;return b===this.m?null:b}},{key:"_p",value:function(){var a=this;this._a0=function(b){var c=a._o2(b.target);c&&a._x(c,!1)},this.m.addEventListener("mouseover",this._a0),this._a1=function(b){var c=a._o2(b.target);c&&a._1(c)},this.m.addEventListener("click",this._a1);var b=!0;this._a2=function(){b||a._2(),b=!1},document.documentElement.addEventListener("click",this._a2);var c="",d=null;this._a3=function(b){b.preventDefault(),"ArrowUp"===b.key||"Up"===b.key||"ArrowDown"===b.key||"Down"===b.key?a._q(b.key):"Enter"===b.key?a._r():"Escape"===b.key?a._2():/^[a-zA-ZÀ-ÿа-яА-Я ]$/.test(b.key)&&(d&&clearTimeout(d),c+=b.key.toLowerCase(),a._s(c),d=setTimeout(function(){c=""},1e3))},document.addEventListener("keydown",this._a3)}},{key:"_q",value:function(a){var b="ArrowUp"===a||"Up"===a?this.c.previousElementSibling:this.c.nextElementSibling;b&&(b.classList.contains("iti__divider")&&(b="ArrowUp"===a||"Up"===a?b.previousElementSibling:b.nextElementSibling),this._x(b,!0))}},{key:"_r",value:function(){this.c&&this._1(this.c)}},{key:"_s",value:function(a){for(var b=0;bg){b&&(k+=l);var m=e-h;c.scrollTop=k-m}}},{key:"_4",value:function(a,b){var c,d=this.a.value,e="+".concat(a);if("+"===d.charAt(0)){var f=this._5(d);c=f?d.replace(f,e):e}else{if(this.d.nationalMode||this.d.separateDialCode)return;if(d)c=e+d;else{if(!b&&this.d.autoHideDialCode)return;c=e}}this.a.value=c}},{key:"_5",value:function(a,b){var c="";if("+"===a.charAt(0))for(var d="",e=0;e 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | Home 11 | 12 | 13 | 14 | 15 | 16 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 |
37 |
38 | 41 | 91 |
92 |
93 |
94 |
95 |

Digital product marketing agency

96 |

Lorem ipsum dolor sit amet, consectetur adipiscing 97 | elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Digital 99 | Market 100 |

101 |
102 |
105 | 110 |
111 | Submit 112 | 113 |
114 |
Thank you! Your message has been sent.
115 |
Unable to send your message. Please fix errors then try 116 | again.
117 | 118 | 119 |
120 |
122 | 123 | 125 | 126 | 130 | 131 | 133 | 134 | 135 | 138 | 141 | 144 | 147 | 148 | 149 | 151 | +63 9153858690 152 | 153 |

https://github.com/closeresty

154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
165 |

Lorem ipsum dolor sit amet, consequat.Digital 168 | Market Lorem   169 |

170 |
171 |
172 |
173 |
174 |
175 |
176 |
178 |
181 | 182 | 184 | 208 | 209 |
Discover, Explore the Product
210 |
211 |
212 |
214 |
217 | 218 | 220 | 221 | 226 | 228 | 229 | 231 | 232 | 233 | 234 | 236 | 238 | 240 | 242 | 244 | 245 | 246 |
Art Direction & Brand Strategy
247 |
248 |
249 |
251 |
254 | 255 | 257 | 258 | 282 | 283 | 285 | 286 | 287 |
Product UX, Design & Development‎
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |

Make your marketing more 307 | effective

308 |

Lorem ipsum dolor sit 309 | amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 310 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo 311 | consequat. Digital 313 | Market 314 |

315 | read 317 | more 318 |
319 |
320 |
322 |
323 | 325 |
326 |
327 |
328 |
329 |
330 |
331 |
332 | 368 | 610 | 669 | 670 | 671 | 676 | 677 | 678 | 679 | 680 | --------------------------------------------------------------------------------