/* Minify_CSS_UriRewriter::$debugText

*/

/* tds-front.css */

/* 1    */ /*  ----------------------------------------------------------------------------
/* 2    *|     responsive settings
/* 3    *| */
/* 4    */ /* responsive landscape tablet */
/* 5    */ /* responsive portrait tablet */
/* 6    */ /* responsive portrait phone */
/* 7    */ .tds-s-page-sec:not(:last-child) {
/* 8    */   margin-bottom: 35px;
/* 9    */   padding-bottom: 35px;
/* 10   */   border-bottom: 1px solid #EBEBEB;
/* 11   */ }
/* 12   */ .tds-s-page-sec-cols {
/* 13   */   display: flex;
/* 14   */   flex-wrap: wrap;
/* 15   */   margin: 0 -20px;
/* 16   */ }
/* 17   */ .tds-s-page-sec-col {
/* 18   */   width: 100%;
/* 19   */   padding: 0 20px;
/* 20   */ }
/* 21   */ .tds-s-page-sec-col:not(:last-child) {
/* 22   */   margin-bottom: 45px;
/* 23   */ }
/* 24   */ .tds-s-page-sec-header {
/* 25   */   margin-bottom: 35px;
/* 26   */ }
/* 27   */ .tds-s-page-sec-header .tds-s-notif {
/* 28   */   margin-top: 25px;
/* 29   */ }
/* 30   */ .tds-spsh-row {
/* 31   */   display: flex;
/* 32   */   flex-wrap: wrap;
/* 33   */   margin-left: -10px;
/* 34   */   margin-right: -10px;
/* 35   */ }
/* 36   */ .tds-spsh-col {
/* 37   */   padding: 0 10px;
/* 38   */ }
/* 39   */ body h2.tds-spsh-title {
/* 40   */   margin: 0;
/* 41   */   font-family: inherit;
/* 42   */   font-size: 1.429em;
/* 43   */   font-weight: 500;
/* 44   */   line-height: 1.2;
/* 45   */   color: #1d2327;
/* 46   */ }
/* 47   */ .tds-spsh-descr {
/* 48   */   margin-top: 11px;
/* 49   */   font-size: .929em;
/* 50   */   line-height: 1.4;

/* tds-front.css */

/* 51   */   color: #555D66;
/* 52   */ }
/* 53   */ .tds-s-page-sec-content {
/* 54   */   position: relative;
/* 55   */ }
/* 56   */ .tds-s-page-sec-content .tds-spsc-title {
/* 57   */   display: flex;
/* 58   */   width: 100%;
/* 59   */   margin: 0;
/* 60   */   padding: 0;
/* 61   */   font-size: .929em;
/* 62   */   font-weight: 500;
/* 63   */   line-height: 1.2;
/* 64   */   color: #1d2327;
/* 65   */ }
/* 66   */ .tds-s-page-sec-content .tds-spsc-title:not(:last-child) {
/* 67   */   margin-bottom: 20px;
/* 68   */ }
/* 69   */ .tds-s-page-sec-content .tds-spsc-title span {
/* 70   */   background-color: #f1f1f1;
/* 71   */   border-radius: 3px;
/* 72   */   padding: 4px 7px 6px;
/* 73   */ }
/* 74   */ .tds-s-page-sec-content .tds-spsc-title-sm:not(:last-child) {
/* 75   */   margin-bottom: 15px;
/* 76   */ }
/* 77   */ .tds-s-page-sec-content .tds-spsc-title-sm span {
/* 78   */   font-size: .857em;
/* 79   */   padding: 3px 6px 4px;
/* 80   */ }
/* 81   */ .tds-s-page-sec-content .tds-s-notif-error:not(:first-child) {
/* 82   */   margin-top: 40px;
/* 83   */ }
/* 84   */ .tds-spsc-sub-section:not(:last-child) {
/* 85   */   margin-bottom: 28px;
/* 86   */   padding-bottom: 28px;
/* 87   */   border-bottom: 1px solid #efefef;
/* 88   */ }
/* 89   */ .tds-s-btn {
/* 90   */   display: inline-flex;
/* 91   */   align-items: center;
/* 92   */   justify-content: center;
/* 93   */   position: relative;
/* 94   */   background-color: #0489FC;
/* 95   */   min-width: 100px;
/* 96   */   padding: 14px 24px 16px;
/* 97   */   font-size: 1em;
/* 98   */   line-height: 1;
/* 99   */   font-weight: 600;
/* 100  */   text-align: center;

/* tds-front.css */

/* 101  */   text-decoration: none;
/* 102  */   color: #fff;
/* 103  */   border: 0;
/* 104  */   border-radius: 5px;
/* 105  */   outline: 3px solid transparent;
/* 106  */   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 107  */   -webkit-appearance: none;
/* 108  */   cursor: pointer;
/* 109  */ }
/* 110  */ .tds-s-btn svg {
/* 111  */   position: relative;
/* 112  */   width: .9em;
/* 113  */   height: auto;
/* 114  */ }
/* 115  */ .tds-s-btn svg:not(:last-child) {
/* 116  */   margin-right: .5em;
/* 117  */ }
/* 118  */ .tds-s-btn:hover,
/* 119  */ .tds-s-btn:active {
/* 120  */   background-color: #152BF7;
/* 121  */ }
/* 122  */ .tds-s-btn:active:not(:disabled) {
/* 123  */   outline-color: rgba(21, 43, 247, 0.2);
/* 124  */ }
/* 125  */ .tds-s-btn:disabled {
/* 126  */   background-color: #9ACFFD;
/* 127  */   pointer-events: none;
/* 128  */ }
/* 129  */ .tds-s-btn.tds-s-btn-saving:after {
/* 130  */   content: '';
/* 131  */   position: relative;
/* 132  */   width: 12px;
/* 133  */   height: 12px;
/* 134  */   margin-left: 15px;
/* 135  */   border: 1px solid #fff;
/* 136  */   border-left-color: transparent;
/* 137  */   border-right-color: transparent;
/* 138  */   border-radius: 50%;
/* 139  */   -webkit-animation: fullspin 1s infinite ease-out;
/* 140  */   animation: fullspin 1s infinite ease-out;
/* 141  */   z-index: 2;
/* 142  */   transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
/* 143  */ }
/* 144  */ .tds-s-btn.tds-s-btn-saved {
/* 145  */   background-color: #9ACFFD;
/* 146  */   pointer-events: none;
/* 147  */ }
/* 148  */ .tds-s-btn.tds-s-btn-saved:after {
/* 149  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23fff"/></svg>');
/* 150  */   width: 14px;

/* tds-front.css */

/* 151  */   height: auto;
/* 152  */   border: 0;
/* 153  */   -webkit-animation: none;
/* 154  */   animation: none;
/* 155  */ }
/* 156  */ .tds-s-btn-light {
/* 157  */   background-color: #E5F3FF;
/* 158  */   color: #152BF7;
/* 159  */ }
/* 160  */ .tds-s-btn-light:hover,
/* 161  */ .tds-s-btn-light:active {
/* 162  */   background-color: #152BF7;
/* 163  */   color: #E5F3FF;
/* 164  */ }
/* 165  */ .tds-s-btn-light:disabled {
/* 166  */   background-color: #eef4fd;
/* 167  */   color: #6c79fa;
/* 168  */ }
/* 169  */ .tds-s-btn-light.tds-s-btn-saving:after {
/* 170  */   border-top-color: #152BF7;
/* 171  */   border-bottom-color: #152BF7;
/* 172  */ }
/* 173  */ .tds-s-btn-light.tds-s-btn-saving:hover:after {
/* 174  */   border-top-color: #fff;
/* 175  */   border-bottom-color: #fff;
/* 176  */ }
/* 177  */ .tds-s-btn-light.tds-s-btn-saved {
/* 178  */   background-color: #eef4fd;
/* 179  */   color: #6c79fa;
/* 180  */ }
/* 181  */ .tds-s-btn-light.tds-s-btn-saved:after {
/* 182  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%236c79fa"/></svg>');
/* 183  */ }
/* 184  */ .tds-s-btn-grey {
/* 185  */   background-color: #f3f3f3;
/* 186  */   color: #1D2327;
/* 187  */ }
/* 188  */ .tds-s-btn-grey:hover,
/* 189  */ .tds-s-btn-grey:active {
/* 190  */   background-color: #EBEBEB;
/* 191  */ }
/* 192  */ .tds-s-btn-grey:disabled {
/* 193  */   background-color: #F8F8F8;
/* 194  */   color: #828588;
/* 195  */ }
/* 196  */ .tds-s-btn-grey.tds-s-btn-saving:after {
/* 197  */   border-top-color: #1D2327;
/* 198  */   border-bottom-color: #1D2327;
/* 199  */ }
/* 200  */ .tds-s-btn-grey.tds-s-btn-saved {

/* tds-front.css */

/* 201  */   background-color: #F8F8F8;
/* 202  */   color: #828588;
/* 203  */ }
/* 204  */ .tds-s-btn-grey.tds-s-btn-saved:after {
/* 205  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23828588"/></svg>');
/* 206  */ }
/* 207  */ .tds-s-btn-red {
/* 208  */   background-color: #FF3838;
/* 209  */ }
/* 210  */ .tds-s-btn-red:hover,
/* 211  */ .tds-s-btn-red:active {
/* 212  */   background-color: #E20000;
/* 213  */ }
/* 214  */ .tds-s-btn-red:active:not(:disabled) {
/* 215  */   outline-color: rgba(226, 0, 0, 0.15);
/* 216  */ }
/* 217  */ .tds-s-btn-red:disabled,
/* 218  */ .tds-s-btn-red [disabled="disabled"] {
/* 219  */   background-color: #FFA4A4;
/* 220  */ }
/* 221  */ .tds-s-btn-red.tds-s-btn-saved {
/* 222  */   background-color: #FFA4A4;
/* 223  */ }
/* 224  */ .tds-s-btn-light-red {
/* 225  */   background-color: #fde7e7;
/* 226  */   color: #E20000;
/* 227  */ }
/* 228  */ .tds-s-btn-light-red svg {
/* 229  */   fill: #E20000;
/* 230  */ }
/* 231  */ .tds-s-btn-light-red:hover,
/* 232  */ .tds-s-btn-light-red:active {
/* 233  */   background-color: #FF3838;
/* 234  */   color: #fff;
/* 235  */ }
/* 236  */ .tds-s-btn-light-red:hover svg,
/* 237  */ .tds-s-btn-light-red:active svg {
/* 238  */   fill: #fff;
/* 239  */ }
/* 240  */ .tds-s-btn-light-red:active:not(:disabled) {
/* 241  */   outline-color: rgba(226, 0, 0, 0.1);
/* 242  */ }
/* 243  */ .tds-s-btn-light-red:disabled,
/* 244  */ .tds-s-btn-light-red [disabled="disabled"] {
/* 245  */   background-color: #fff1f1;
/* 246  */   color: #e76a6a;
/* 247  */ }
/* 248  */ .tds-s-btn-light-red:disabled svg,
/* 249  */ .tds-s-btn-light-red [disabled="disabled"] svg {
/* 250  */   fill: #e76a6a;

/* tds-front.css */

/* 251  */ }
/* 252  */ .tds-s-btn-light-red.tds-s-btn-saved {
/* 253  */   background-color: #fff1f1;
/* 254  */ }
/* 255  */ .tds-s-btn-hollow {
/* 256  */   min-width: 96px;
/* 257  */   padding: 12px 22px 14px;
/* 258  */   background-color: transparent;
/* 259  */   color: #444;
/* 260  */   border: 2px solid #A8AAB8;
/* 261  */ }
/* 262  */ .tds-s-btn-hollow:hover,
/* 263  */ .tds-s-btn-hollow:active {
/* 264  */   background-color: transparent;
/* 265  */   color: #0489FC;
/* 266  */   border-color: #0489FC;
/* 267  */ }
/* 268  */ .tds-s-btn-hollow:active:not(:disabled) {
/* 269  */   outline-color: rgba(4, 137, 252, 0.2);
/* 270  */ }
/* 271  */ .tds-s-btn-hollow:disabled {
/* 272  */   background-color: transparent;
/* 273  */   color: #B3B3B3;
/* 274  */   border-color: #D3D4DB;
/* 275  */ }
/* 276  */ .tds-s-btn-hollow.tds-s-btn-saving:after {
/* 277  */   border-top-color: #444;
/* 278  */   border-bottom-color: #444;
/* 279  */ }
/* 280  */ .tds-s-btn-hollow.tds-s-btn-saving:hover:after {
/* 281  */   border-top-color: #0489FC;
/* 282  */   border-bottom-color: #0489FC;
/* 283  */ }
/* 284  */ .tds-s-btn-hollow.tds-s-btn-saved {
/* 285  */   background-color: transparent;
/* 286  */   color: #B3B3B3;
/* 287  */ }
/* 288  */ .tds-s-btn-hollow.tds-s-btn-saved:after {
/* 289  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23B3B3B3"/></svg>');
/* 290  */ }
/* 291  */ .tds-s-btn-xsm {
/* 292  */   min-width: 0;
/* 293  */   padding: 5px 10px 7px;
/* 294  */   font-size: .857em;
/* 295  */ }
/* 296  */ .tds-s-btn-xsm svg {
/* 297  */   top: 1px;
/* 298  */   width: .95em;
/* 299  */ }
/* 300  */ .tds-s-btn-xsm.tds-s-btn-saving:after {

/* tds-front.css */

/* 301  */   width: 8px;
/* 302  */   height: 8px;
/* 303  */   margin-left: 12px;
/* 304  */ }
/* 305  */ .tds-s-btn-xsm.tds-s-btn-saving:not(.tds-s-btn-saved):after {
/* 306  */   top: 1px;
/* 307  */ }
/* 308  */ .tds-s-btn-xsm.tds-s-btn-saved:after {
/* 309  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="6.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23fff" opacity="0.8"/></svg>');
/* 310  */   top: -3px;
/* 311  */ }
/* 312  */ .tds-s-btn-xsm.tds-s-btn-light.tds-s-btn-saved:after {
/* 313  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="6.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%236371fd" opacity="0.8"/></svg>');
/* 314  */ }
/* 315  */ .tds-s-btn-xsm.tds-s-btn-grey.tds-s-btn-saved:after {
/* 316  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="6.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23828588" opacity="0.8"/></svg>');
/* 317  */ }
/* 318  */ .tds-s-btn-xsm.tds-s-btn-hollow {
/* 319  */   min-width: 0;
/* 320  */   padding: 3px 8px 5px;
/* 321  */ }
/* 322  */ .tds-s-btn-xsm.tds-s-btn-hollow.tds-s-btn-saved:after {
/* 323  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="6.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23B3B3B3" opacity="0.8"/></svg>');
/* 324  */ }
/* 325  */ .tds-s-btn-sm {
/* 326  */   min-width: 76px;
/* 327  */   padding: 10px 19px 12px;
/* 328  */   font-size: .929em;
/* 329  */ }
/* 330  */ .tds-s-btn-sm svg {
/* 331  */   top: 1px;
/* 332  */ }
/* 333  */ .tds-s-btn-sm.tds-s-btn-saving:after {
/* 334  */   width: 11px;
/* 335  */   height: 11px;
/* 336  */   margin-left: 13px;
/* 337  */ }
/* 338  */ .tds-s-btn-sm.tds-s-btn-saving:not(.tds-s-btn-saved):after {
/* 339  */   top: 1px;
/* 340  */ }
/* 341  */ .tds-s-btn-sm.tds-s-btn-saved:after {
/* 342  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23fff" opacity="0.8"/></svg>');
/* 343  */   top: -2px;
/* 344  */ }
/* 345  */ .tds-s-btn-sm.tds-s-btn-light.tds-s-btn-saved:after {
/* 346  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%236371fd" opacity="0.8"/></svg>');
/* 347  */ }
/* 348  */ .tds-s-btn-sm.tds-s-btn-grey.tds-s-btn-saved:after {
/* 349  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23828588" opacity="0.8"/></svg>');
/* 350  */ }

/* tds-front.css */

/* 351  */ .tds-s-btn-sm.tds-s-btn-hollow {
/* 352  */   min-width: 72px;
/* 353  */   padding: 8px 17px 10px;
/* 354  */ }
/* 355  */ .tds-s-btn-sm.tds-s-btn-hollow.tds-s-btn-saved:after {
/* 356  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23B3B3B3" opacity="0.8"/></svg>');
/* 357  */ }
/* 358  */ body .tds-s-form .tds-s-form-footer {
/* 359  */   margin-top: 40px;
/* 360  */ }
/* 361  */ body .tds-s-form .tds-s-fc-inner {
/* 362  */   position: relative;
/* 363  */   display: flex;
/* 364  */   flex-wrap: wrap;
/* 365  */   margin: 0 -13px;
/* 366  */ }
/* 367  */ body .tds-s-form .tds-s-fc-inner:not(:last-child) {
/* 368  */   margin-bottom: 28px;
/* 369  */ }
/* 370  */ body .tds-s-form .tds-s-fc-inner:not(:last-child):after {
/* 371  */   content: '';
/* 372  */   display: block;
/* 373  */   margin: 28px 13px 0;
/* 374  */   width: 100%;
/* 375  */   height: 1px;
/* 376  */   background-color: #efefef;
/* 377  */ }
/* 378  */ body .tds-s-form .tds-s-fc-inner .tds-s-notif {
/* 379  */   width: 100%;
/* 380  */   margin-left: 13px;
/* 381  */   margin-right: 13px;
/* 382  */ }
/* 383  */ body .tds-s-form .tds-spsc-title {
/* 384  */   padding: 0 13px;
/* 385  */ }
/* 386  */ body .tds-s-form .tds-s-fc-inner-descr {
/* 387  */   width: 100%;
/* 388  */   margin: -10px 0 20px;
/* 389  */   padding: 0 13px;
/* 390  */   font-size: .857em;
/* 391  */   line-height: 1.4;
/* 392  */   color: #67696c;
/* 393  */ }
/* 394  */ body .tds-s-form .tds-s-form-label {
/* 395  */   position: relative;
/* 396  */   display: block;
/* 397  */   margin-bottom: 8px;
/* 398  */   font-size: .929em;
/* 399  */   line-height: 1;
/* 400  */   font-weight: 600;

/* tds-front.css */

/* 401  */   color: #666;
/* 402  */ }
/* 403  */ body .tds-s-form .tds-s-form-label a {
/* 404  */   font-size: .923em;
/* 405  */ }
/* 406  */ body .tds-s-form .tds-s-form-label-loading {
/* 407  */   display: inline-block;
/* 408  */   position: relative;
/* 409  */   top: 1px;
/* 410  */   width: 11px;
/* 411  */   height: 11px;
/* 412  */   margin-left: 9px;
/* 413  */   border: 1px solid #666;
/* 414  */   border-left-color: transparent;
/* 415  */   border-right-color: transparent;
/* 416  */   border-radius: 50%;
/* 417  */   -webkit-animation: fullspin 1s infinite ease-out;
/* 418  */   animation: fullspin 1s infinite ease-out;
/* 419  */ }
/* 420  */ body .tds-s-form .tds-s-form-label-tip {
/* 421  */   padding-right: 21px;
/* 422  */ }
/* 423  */ body .tds-s-form .tds-s-form-tip {
/* 424  */   position: absolute;
/* 425  */   top: 50%;
/* 426  */   right: 0;
/* 427  */   transform: translateY(-50%);
/* 428  */ }
/* 429  */ body .tds-s-form .tds-s-form-tip:before {
/* 430  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><g id="icon" transform="translate(-325 -452)"><circle id="Ellipse_7" data-name="Ellipse 7" cx="6.5" cy="6.5" r="6.5" transform="translate(325 452)" opacity="0.61" fill="%23666"/><path id="Path_4" data-name="Path 4" d="M1.775-2.373a2.353,2.353,0,0,1-.094-.381,2.681,2.681,0,0,1-.041-.463,1.44,1.44,0,0,1,.144-.647,2.655,2.655,0,0,1,.357-.542A6,6,0,0,1,2.6-4.893q.249-.234.463-.457a2.485,2.485,0,0,0,.357-.469,1.051,1.051,0,0,0,.144-.539.958.958,0,0,0-.105-.46.953.953,0,0,0-.29-.328,1.309,1.309,0,0,0-.422-.2,1.927,1.927,0,0,0-.507-.064A2.362,2.362,0,0,0,.58-6.627V-7.98a3.892,3.892,0,0,1,1.992-.562,3.187,3.187,0,0,1,.9.123,2.249,2.249,0,0,1,.738.363,1.717,1.717,0,0,1,.5.6,1.813,1.813,0,0,1,.182.832,2,2,0,0,1-.152.8,2.949,2.949,0,0,1-.384.647,3.646,3.646,0,0,1-.5.524q-.267.229-.5.457a2.574,2.574,0,0,0-.384.475,1.015,1.015,0,0,0-.152.545,1.52,1.52,0,0,0,.064.457,3.005,3.005,0,0,0,.129.346ZM2.443.105a.866.866,0,0,1-.592-.229.713.713,0,0,1-.246-.551.7.7,0,0,1,.246-.551.841.841,0,0,1,.592-.234.834.834,0,0,1,.586.234.7.7,0,0,1,.246.551.713.713,0,0,1-.246.551A.859.859,0,0,1,2.443.105Z" transform="translate(329 463)" fill="%23fff"/></g></svg>');
/* 431  */   display: block;
/* 432  */   cursor: pointer;
/* 433  */ }
/* 434  */ body .tds-s-form .tds-s-form-tip-txt {
/* 435  */   position: absolute;
/* 436  */   bottom: calc(100% + 3px);
/* 437  */   right: 0;
/* 438  */   width: 130px;
/* 439  */   padding: 6px 6px 8px;
/* 440  */   background-color: rgba(0, 0, 0, 0.75);
/* 441  */   font-size: .769em;
/* 442  */   line-height: 1.2;
/* 443  */   text-align: center;
/* 444  */   font-weight: 400;
/* 445  */   color: #fff;
/* 446  */   border-radius: 2px;
/* 447  */   opacity: 0;
/* 448  */   pointer-events: none;
/* 449  */   transition: opacity 0.2s ease-in-out;
/* 450  */ }

/* tds-front.css */

/* 451  */ body .tds-s-form .tds-s-form-tip-txt:after {
/* 452  */   content: '';
/* 453  */   position: absolute;
/* 454  */   top: 100%;
/* 455  */   right: 0;
/* 456  */   width: 100%;
/* 457  */   height: 4px;
/* 458  */ }
/* 459  */ body .tds-s-form .tds-s-form-tip-txt-item {
/* 460  */   display: block;
/* 461  */ }
/* 462  */ body .tds-s-form .tds-s-form-tip-txt-item:not(:last-child) {
/* 463  */   margin-bottom: 4px;
/* 464  */ }
/* 465  */ body .tds-s-form .tds-s-form-tip:hover .tds-s-form-tip-txt {
/* 466  */   opacity: 1;
/* 467  */   pointer-events: auto;
/* 468  */ }
/* 469  */ body .tds-s-form .tds-s-form-input {
/* 470  */   margin: 0;
/* 471  */   padding: 0 15px 1px;
/* 472  */   width: 100%;
/* 473  */   height: 44px;
/* 474  */   min-height: 44px;
/* 475  */   font-size: 1em;
/* 476  */   line-height: 1.3;
/* 477  */   font-weight: 600;
/* 478  */   color: #444;
/* 479  */   border: 2px solid #D7D8DE;
/* 480  */   border-radius: 5px;
/* 481  */   outline: 3px solid transparent;
/* 482  */   box-shadow: none;
/* 483  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 484  */ }
/* 485  */ body .tds-s-form .tds-s-form-input:-webkit-autofill,
/* 486  */ body .tds-s-form .tds-s-form-input:-webkit-autofill:hover,
/* 487  */ body .tds-s-form .tds-s-form-input:-webkit-autofill:focus,
/* 488  */ body .tds-s-form .tds-s-form-input:-webkit-autofill:active {
/* 489  */   -webkit-text-fill-color: #444;
/* 490  */   -webkit-box-shadow: 0 0 0 1000px white inset !important;
/* 491  */ }
/* 492  */ body .tds-s-form .tds-s-form-input::placeholder {
/* 493  */   color: #888;
/* 494  */   transition: color 0.2s ease-in-out;
/* 495  */ }
/* 496  */ body .tds-s-form .tds-s-form-input::-webkit-input-placeholder {
/* 497  */   color: #888;
/* 498  */   transition: color 0.2s ease-in-out;
/* 499  */ }
/* 500  */ body .tds-s-form .tds-s-form-input::-moz-placeholder {

/* tds-front.css */

/* 501  */   color: #888;
/* 502  */   transition: color 0.2s ease-in-out;
/* 503  */ }
/* 504  */ body .tds-s-form .tds-s-form-input:-ms-input-placeholder {
/* 505  */   color: #888;
/* 506  */   transition: color 0.2s ease-in-out;
/* 507  */ }
/* 508  */ body .tds-s-form .tds-s-form-input:-moz-placeholder {
/* 509  */   color: #888;
/* 510  */   transition: color 0.2s ease-in-out;
/* 511  */ }
/* 512  */ body .tds-s-form .tds-s-form-input:hover {
/* 513  */   color: inherit;
/* 514  */ }
/* 515  */ body .tds-s-form .tds-s-form-input:focus {
/* 516  */   box-shadow: none;
/* 517  */ }
/* 518  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:focus:not([readonly]) {
/* 519  */   border-color: #0489FC !important;
/* 520  */   outline-width: 3px;
/* 521  */   outline-style: solid;
/* 522  */   outline-color: rgba(4, 137, 252, 0.1);
/* 523  */ }
/* 524  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date),
/* 525  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled {
/* 526  */   color: #BEBEBE;
/* 527  */   border-color: #E8E9EC;
/* 528  */ }
/* 529  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date)::placeholder,
/* 530  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled::placeholder {
/* 531  */   color: #BEBEBE;
/* 532  */ }
/* 533  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date)::-webkit-input-placeholder,
/* 534  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled::-webkit-input-placeholder {
/* 535  */   color: #BEBEBE;
/* 536  */ }
/* 537  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date)::-moz-placeholder,
/* 538  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled::-moz-placeholder {
/* 539  */   color: #BEBEBE;
/* 540  */ }
/* 541  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date):-ms-input-placeholder,
/* 542  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled:-ms-input-placeholder {
/* 543  */   color: #BEBEBE;
/* 544  */ }
/* 545  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly]:not(.tds-s-form-input-date):-moz-placeholder,
/* 546  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input:disabled:-moz-placeholder {
/* 547  */   color: #BEBEBE;
/* 548  */ }
/* 549  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-input[readonly] {
/* 550  */   background-color: #fff;

/* tds-front.css */

/* 551  */ }
/* 552  */ body .tds-s-form textarea.tds-s-form-input {
/* 553  */   min-height: 114px;
/* 554  */   padding-top: 10px;
/* 555  */   padding-bottom: 10px;
/* 556  */   font-weight: 400;
/* 557  */   line-height: 1.6;
/* 558  */ }
/* 559  */ body .tds-s-form .tds-s-form-wpeditor {
/* 560  */   border: 2px solid #D7D8DE;
/* 561  */   border-radius: 5px;
/* 562  */   outline: 3px solid transparent;
/* 563  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 564  */ }
/* 565  */ body .tds-s-form .tds-s-form-wpeditor .mce-panel {
/* 566  */   background-color: transparent;
/* 567  */ }
/* 568  */ body .tds-s-form .tds-s-form-wpeditor .wp-editor-tools {
/* 569  */   display: flex;
/* 570  */   align-items: center;
/* 571  */   background-color: #f5f5f5;
/* 572  */   margin: 6px 6px 0;
/* 573  */   padding: 7px 9px 4px;
/* 574  */   border-radius: 4px 4px 0 0;
/* 575  */ }
/* 576  */ body .tds-s-form .tds-s-form-wpeditor .wp-editor-tabs {
/* 577  */   display: flex;
/* 578  */   align-items: center;
/* 579  */   margin-left: auto;
/* 580  */ }
/* 581  */ body .tds-s-form .tds-s-form-wpeditor .wp-switch-editor {
/* 582  */   margin: 0;
/* 583  */   padding: 1px 7px 2px;
/* 584  */   background-color: transparent;
/* 585  */   text-transform: uppercase;
/* 586  */   font-size: 11px;
/* 587  */   line-height: 1;
/* 588  */   font-weight: 500;
/* 589  */   border-width: 1px;
/* 590  */   border-color: transparent;
/* 591  */   border-radius: 4px;
/* 592  */ }
/* 593  */ body .tds-s-form .tds-s-form-wpeditor .switch-tmce {
/* 594  */   margin-right: 3px;
/* 595  */ }
/* 596  */ body .tds-s-form .tds-s-form-wpeditor .wp-switch-editor:hover,
/* 597  */ body .tds-s-form .tds-s-form-wpeditor .html-active .switch-html,
/* 598  */ body .tds-s-form .tds-s-form-wpeditor .tmce-active .switch-tmce {
/* 599  */   border-color: #e7e6e6;
/* 600  */ }

/* tds-front.css */

/* 601  */ body .tds-s-form .tds-s-form-wpeditor .html-active .switch-html,
/* 602  */ body .tds-s-form .tds-s-form-wpeditor .tmce-active .switch-tmce {
/* 603  */   background-color: #fff;
/* 604  */ }
/* 605  */ body .tds-s-form .tds-s-form-wpeditor .wp-editor-container {
/* 606  */   border: 0;
/* 607  */ }
/* 608  */ body .tds-s-form .tds-s-form-wpeditor .wp-editor-container {
/* 609  */   width: calc(100% - 12px) !important;
/* 610  */   margin: 0 6px 6px;
/* 611  */ }
/* 612  */ body .tds-s-form .tds-s-form-wpeditor .mce-tinymce {
/* 613  */   border: 0 !important;
/* 614  */ }
/* 615  */ body .tds-s-form .tds-s-form-wpeditor .mce-top-part:before {
/* 616  */   display: none;
/* 617  */ }
/* 618  */ body .tds-s-form .tds-s-form-wpeditor .quicktags-toolbar {
/* 619  */   padding: 5px 7px;
/* 620  */   border-bottom: 0;
/* 621  */ }
/* 622  */ body .tds-s-form .tds-s-form-wpeditor .mce-toolbar-grp {
/* 623  */   background-color: #f5f5f5;
/* 624  */   border-bottom: 0;
/* 625  */   border-radius: 0 0 4px 4px;
/* 626  */ }
/* 627  */ body .tds-s-form .tds-s-form-wpeditor .mce-toolbar-grp > div {
/* 628  */   padding: 5px 7px;
/* 629  */ }
/* 630  */ body .tds-s-form .tds-s-form-wpeditor iframe {
/* 631  */   height: 200px !important;
/* 632  */ }
/* 633  */ body .tds-s-form .tds-s-form-select-wrap {
/* 634  */   position: relative;
/* 635  */ }
/* 636  */ body .tds-s-form .tds-s-form-select-wrap .tds-s-form-input {
/* 637  */   max-width: 100%;
/* 638  */   padding-right: 34px;
/* 639  */   background: #fff;
/* 640  */   -webkit-appearance: none;
/* 641  */ }
/* 642  */ body .tds-s-form .tds-s-form-select-wrap .tds-s-form-input::-webkit-calendar-picker-indicator {
/* 643  */   opacity: 0;
/* 644  */ }
/* 645  */ body .tds-s-form .tds-s-form-select-wrap .tds-s-form-select-icon {
/* 646  */   position: absolute;
/* 647  */   top: 50%;
/* 648  */   right: 15px;
/* 649  */   transform: translateY(-50%);
/* 650  */   pointer-events: none;

/* tds-front.css */

/* 651  */   fill: #444;
/* 652  */   transition: fill 0.2s ease-in-out;
/* 653  */ }
/* 654  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-select-wrap .tds-s-form-input[readonly] + .tds-s-form-select-icon,
/* 655  */ body .tds-s-form .tds-s-form-group:not(.tds-s-fg-error) .tds-s-form-select-wrap .tds-s-form-input:disabled + .tds-s-form-select-icon {
/* 656  */   fill: #BEBEBE;
/* 657  */ }
/* 658  */ body .tds-s-form .tds-s-form-check input {
/* 659  */   display: none;
/* 660  */ }
/* 661  */ body .tds-s-form .tds-s-form-check label {
/* 662  */   display: flex;
/* 663  */   align-items: flex-start;
/* 664  */   cursor: auto;
/* 665  */ }
/* 666  */ body .tds-s-form .tds-s-form-check .tds-s-fc-check {
/* 667  */   position: relative;
/* 668  */   margin-right: 10px;
/* 669  */   width: 19px;
/* 670  */   height: 19px;
/* 671  */   background-color: #fff;
/* 672  */   border: 2px solid #D7D8DE;
/* 673  */   outline: 3px solid transparent;
/* 674  */   transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 675  */   cursor: pointer;
/* 676  */ }
/* 677  */ body .tds-s-form .tds-s-form-check .tds-s-fc-check:after {
/* 678  */   content: '';
/* 679  */   position: absolute;
/* 680  */   top: 3px;
/* 681  */   left: 3px;
/* 682  */   width: 9px;
/* 683  */   height: 9px;
/* 684  */   background-color: #0489FC;
/* 685  */   opacity: 0;
/* 686  */   transition: opacity 0.2s ease-in-out;
/* 687  */ }
/* 688  */ body .tds-s-form .tds-s-form-check .tds-s-fc-title {
/* 689  */   flex: 1;
/* 690  */   font-size: 1em;
/* 691  */   line-height: 1.3;
/* 692  */   font-weight: 600;
/* 693  */   color: #444;
/* 694  */   cursor: pointer;
/* 695  */ }
/* 696  */ body .tds-s-form .tds-s-form-check input[type=checkbox] + .tds-s-fc-check {
/* 697  */   border-radius: 5px;
/* 698  */ }
/* 699  */ body .tds-s-form .tds-s-form-check input[type=checkbox] + .tds-s-fc-check:after {
/* 700  */   border-radius: 3px;

/* tds-front.css */

/* 701  */ }
/* 702  */ body .tds-s-form .tds-s-form-check input[type=radio] + .tds-s-fc-check,
/* 703  */ body .tds-s-form .tds-s-form-check input[type=radio] + .tds-s-fc-check:after {
/* 704  */   border-radius: 100%;
/* 705  */ }
/* 706  */ body .tds-s-form .tds-s-form-check input:checked + .tds-s-fc-check {
/* 707  */   border-color: #0489FC;
/* 708  */   outline-color: rgba(4, 137, 252, 0.1);
/* 709  */ }
/* 710  */ body .tds-s-form .tds-s-form-check input:checked + .tds-s-fc-check:after {
/* 711  */   opacity: 1;
/* 712  */ }
/* 713  */ body .tds-s-form .tds-s-form-check input[disabled] + .tds-s-fc-check,
/* 714  */ body .tds-s-form .tds-s-form-check input[disabled] + .tds-s-fc-check + .tds-s-fc-title {
/* 715  */   pointer-events: none;
/* 716  */ }
/* 717  */ body .tds-s-form .tds-s-form-check input[disabled] + .tds-s-fc-check {
/* 718  */   border-color: #E8E9EC;
/* 719  */   cursor: auto;
/* 720  */ }
/* 721  */ body .tds-s-form .tds-s-form-check input[disabled] + .tds-s-fc-check + .tds-s-fc-title {
/* 722  */   color: #BEBEBE;
/* 723  */ }
/* 724  */ body .tds-s-form .tds-s-form-check input[disabled]:checked + .tds-s-fc-check {
/* 725  */   outline-color: rgba(4, 137, 252, 0.08);
/* 726  */   border-color: #9ACFFD;
/* 727  */ }
/* 728  */ body .tds-s-form .tds-s-form-check input[disabled]:checked + .tds-s-fc-check:after {
/* 729  */   background-color: #9ACFFD;
/* 730  */ }
/* 731  */ body .tds-s-form .tds-s-form-group {
/* 732  */   position: relative;
/* 733  */   width: 100%;
/* 734  */   padding: 0 13px;
/* 735  */ }
/* 736  */ body .tds-s-form .tds-s-form-group:not(:last-child) {
/* 737  */   margin-bottom: 20px;
/* 738  */ }
/* 739  */ body .tds-s-form .tds-s-form-group .tds-s-list {
/* 740  */   list-style-type: disc;
/* 741  */   margin-top: 14px;
/* 742  */ }
/* 743  */ body .tds-s-form .tds-s-form-group .tds-s-list-item {
/* 744  */   display: list-item;
/* 745  */   font-size: .857em;
/* 746  */   line-height: 1.2;
/* 747  */   margin-left: 16px !important;
/* 748  */   color: #444;
/* 749  */ }
/* 750  */ body .tds-s-form .tds-s-form-group .tds-s-list-item:not(:last-child) {

/* tds-front.css */

/* 751  */   margin-bottom: 7px;
/* 752  */ }
/* 753  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-label {
/* 754  */   font-size: .857em;
/* 755  */   margin-bottom: 6px;
/* 756  */ }
/* 757  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-input {
/* 758  */   padding: 0 10px 2px;
/* 759  */   height: 36px;
/* 760  */   min-height: 36px;
/* 761  */   font-size: .929em;
/* 762  */ }
/* 763  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-select-wrap .tds-s-form-input {
/* 764  */   padding-right: 29px;
/* 765  */ }
/* 766  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-select-wrap .tds-s-form-select-icon {
/* 767  */   right: 10px;
/* 768  */ }
/* 769  */ body .tds-s-form .tds-s-form-group-sm textarea.tds-s-form-input {
/* 770  */   min-height: 76px;
/* 771  */   padding-top: 8px;
/* 772  */   padding-bottom: 8px;
/* 773  */   line-height: 1.5;
/* 774  */ }
/* 775  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-check .tds-s-fc-check {
/* 776  */   width: 17px;
/* 777  */   height: 17px;
/* 778  */ }
/* 779  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-check .tds-s-fc-check:after {
/* 780  */   top: 2px;
/* 781  */   left: 2px;
/* 782  */ }
/* 783  */ body .tds-s-form .tds-s-form-group-sm .tds-s-form-check .tds-s-fc-title {
/* 784  */   font-size: 13px;
/* 785  */   line-height: 1.2;
/* 786  */ }
/* 787  */ body .tds-s-form .tds-s-fc-inner .tds-s-fg-success:not(.tds-s-fg-error) .tds-s-form-input {
/* 788  */   border-color: #59BA93 !important;
/* 789  */   outline-color: rgba(89, 186, 147, 0.1);
/* 790  */ }
/* 791  */ body .tds-s-form .tds-s-fg-disabled .tds-s-form-label {
/* 792  */   color: #BEBEBE;
/* 793  */ }
/* 794  */ body .tds-s-form .tds-s-fg-error .tds-s-form-input {
/* 795  */   border-color: #FF0000;
/* 796  */   outline-color: rgba(255, 0, 0, 0.1);
/* 797  */ }
/* 798  */ body .tds-s-form .tds-s-fg-error-msg {
/* 799  */   position: absolute;
/* 800  */   top: calc(100% + 3px);

/* tds-front.css */

/* 801  */   left: 0;
/* 802  */   width: 100%;
/* 803  */   padding: 0 13px;
/* 804  */   font-size: .786em;
/* 805  */   line-height: 1.3;
/* 806  */   color: #FF3838;
/* 807  */ }
/* 808  */ body .tds-s-form .tds-s-form-sep {
/* 809  */   width: 100%;
/* 810  */   padding: 0 13px;
/* 811  */   margin-bottom: 28px;
/* 812  */ }
/* 813  */ body .tds-s-form .tds-s-form-sep:after {
/* 814  */   content: '';
/* 815  */   display: block;
/* 816  */   height: 1px;
/* 817  */   background-color: #efefef;
/* 818  */ }
/* 819  */ body .tds-s-form .tds-s-form-content .tds-s-notif {
/* 820  */   margin-top: 32px;
/* 821  */ }
/* 822  */ body .tds-s-form .tds-s-form-footer {
/* 823  */   display: flex;
/* 824  */   align-items: center;
/* 825  */ }
/* 826  */ body .tds-s-form .tds-s-form-footer .tds-s-btn {
/* 827  */   margin-right: 26px;
/* 828  */ }
/* 829  */ body .tds-s-form .tds-s-form-footer .tds-s-btn:last-of-type {
/* 830  */   margin-right: 0;
/* 831  */ }
/* 832  */ body .tds-s-form .tds-s-form-footer .tds-s-disable-wiz {
/* 833  */   margin-left: auto;
/* 834  */   font-size: .786em;
/* 835  */   line-height: 1;
/* 836  */   color: #888;
/* 837  */   cursor: pointer;
/* 838  */ }
/* 839  */ body .tds-s-form .tds-s-form-footer .tds-s-disable-wiz:hover {
/* 840  */   color: #444;
/* 841  */ }
/* 842  */ .tds-s-datepicker-wrap {
/* 843  */   margin-top: 8px;
/* 844  */   padding: 14px;
/* 845  */   width: 279px;
/* 846  */   background-color: #fff;
/* 847  */   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
/* 848  */   font-size: .857em;
/* 849  */   color: #444;
/* 850  */   line-height: 1;

/* tds-front.css */

/* 851  */   font-weight: 600;
/* 852  */   border: 1px solid #D7D8DE;
/* 853  */   border-radius: 3px;
/* 854  */   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
/* 855  */ }
/* 856  */ .tds-s-datepicker-wrap,
/* 857  */ .tds-s-datepicker-wrap * {
/* 858  */   box-sizing: border-box;
/* 859  */ }
/* 860  */ .tds-s-datepicker-wrap .ui-datepicker-header {
/* 861  */   display: flex;
/* 862  */   align-items: stretch;
/* 863  */   margin: 0 -4px 10px;
/* 864  */ }
/* 865  */ .tds-s-datepicker-wrap .ui-datepicker-prev,
/* 866  */ .tds-s-datepicker-wrap .ui-datepicker-title,
/* 867  */ .tds-s-datepicker-wrap .ui-datepicker-next {
/* 868  */   padding: 0 4px;
/* 869  */ }
/* 870  */ .tds-s-datepicker-wrap .ui-datepicker-prev,
/* 871  */ .tds-s-datepicker-wrap .ui-datepicker-next {
/* 872  */   display: flex;
/* 873  */   align-items: stretch;
/* 874  */   width: 14.4%;
/* 875  */   cursor: pointer;
/* 876  */ }
/* 877  */ .tds-s-datepicker-wrap .ui-datepicker-prev span,
/* 878  */ .tds-s-datepicker-wrap .ui-datepicker-next span {
/* 879  */   display: flex;
/* 880  */   align-items: center;
/* 881  */   justify-content: center;
/* 882  */   width: 100%;
/* 883  */   padding-bottom: 1px;
/* 884  */   font-size: 0;
/* 885  */   border-radius: 5px;
/* 886  */ }
/* 887  */ .tds-s-datepicker-wrap .ui-datepicker-prev:hover span,
/* 888  */ .tds-s-datepicker-wrap .ui-datepicker-next:hover span {
/* 889  */   background-color: #F2F9FF;
/* 890  */ }
/* 891  */ .tds-s-datepicker-wrap .ui-datepicker-prev {
/* 892  */   order: 1;
/* 893  */ }
/* 894  */ .tds-s-datepicker-wrap .ui-datepicker-prev span:before {
/* 895  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23878d93"/></svg>');
/* 896  */ }
/* 897  */ .tds-s-datepicker-wrap .ui-datepicker-prev:hover span:before {
/* 898  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23152BF7"/></svg>');
/* 899  */ }
/* 900  */ .tds-s-datepicker-wrap .ui-datepicker-title {

/* tds-front.css */

/* 901  */   display: flex;
/* 902  */   flex: 1;
/* 903  */   order: 2;
/* 904  */ }
/* 905  */ .tds-s-datepicker-wrap .ui-datepicker-title select {
/* 906  */   width: 50%;
/* 907  */   margin: 0;
/* 908  */   padding: 0 17px 1px 8px;
/* 909  */   min-height: 29px;
/* 910  */   background: #ffffff url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.794" height="9.822" viewBox="0 0 6.794 9.822"><g transform="translate(6.294 0.5) rotate(90)"><path d="M0,6.294a.5.5,0,0,1-.324-.12.5.5,0,0,1-.056-.7L1.816,2.9-.38.325a.5.5,0,0,1,.056-.7.5.5,0,0,1,.7.056l2.473,2.9a.5.5,0,0,1,0,.649L.38,6.118A.5.5,0,0,1,0,6.294Z" transform="translate(6.349 0)" fill="%23444"/><path d="M2.474,6.294a.5.5,0,0,1-.38-.175L-.38,3.221a.5.5,0,0,1,0-.649l2.473-2.9A.5.5,0,0,1,2.8-.38a.5.5,0,0,1,.056.7L.657,2.9l2.2,2.572a.5.5,0,0,1-.38.825Z" transform="translate(0 0)" fill="%23444"/></g></svg>') no-repeat right 8px center;
/* 911  */   font-size: inherit;
/* 912  */   font-weight: inherit;
/* 913  */   color: inherit;
/* 914  */   border: 2px solid #EEEEF1;
/* 915  */   border-radius: 5px;
/* 916  */   outline: 3px solid transparent;
/* 917  */   transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
/* 918  */   -webkit-appearance: none;
/* 919  */ }
/* 920  */ .tds-s-datepicker-wrap .ui-datepicker-title select:focus {
/* 921  */   box-shadow: none;
/* 922  */   border-color: #D7D8DE;
/* 923  */   outline-color: rgba(238, 238, 241, 0.5);
/* 924  */ }
/* 925  */ .tds-s-datepicker-wrap .ui-datepicker-title .ui-datepicker-month {
/* 926  */   margin-right: 4px;
/* 927  */ }
/* 928  */ .tds-s-datepicker-wrap .ui-datepicker-title .ui-datepicker-year {
/* 929  */   margin-left: 4px;
/* 930  */ }
/* 931  */ .tds-s-datepicker-wrap .ui-datepicker-next {
/* 932  */   order: 3;
/* 933  */ }
/* 934  */ .tds-s-datepicker-wrap .ui-datepicker-next span {
/* 935  */   padding-left: 1px;
/* 936  */ }
/* 937  */ .tds-s-datepicker-wrap .ui-datepicker-next span:before {
/* 938  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23878d93"/></svg>');
/* 939  */ }
/* 940  */ .tds-s-datepicker-wrap .ui-datepicker-next:hover span:before {
/* 941  */   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23152BF7"/></svg>');
/* 942  */ }
/* 943  */ .tds-s-datepicker-wrap .ui-datepicker-calendar {
/* 944  */   width: calc(100% + 8px);
/* 945  */   margin: 0 -4px;
/* 946  */   border-spacing: 0;
/* 947  */ }
/* 948  */ .tds-s-datepicker-wrap .ui-datepicker-calendar thead {
/* 949  */   position: relative;
/* 950  */ }

/* tds-front.css */

/* 951  */ .tds-s-datepicker-wrap .ui-datepicker-calendar thead:before {
/* 952  */   content: '';
/* 953  */   position: absolute;
/* 954  */   top: 0;
/* 955  */   left: -10px;
/* 956  */   width: calc(100% + 20px);
/* 957  */   height: 29px;
/* 958  */   background-color: #F2F9FF;
/* 959  */   z-index: -1;
/* 960  */ }
/* 961  */ .tds-s-datepicker-wrap .ui-datepicker-calendar thead th {
/* 962  */   padding-bottom: 8px;
/* 963  */   font-weight: inherit;
/* 964  */ }
/* 965  */ .tds-s-datepicker-wrap .ui-datepicker-calendar tbody tr:not(:last-child) td {
/* 966  */   padding-bottom: 8px;
/* 967  */ }
/* 968  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th,
/* 969  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td {
/* 970  */   padding: 0 4px;
/* 971  */   vertical-align: middle;
/* 972  */ }
/* 973  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th a,
/* 974  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td a,
/* 975  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th span,
/* 976  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td span {
/* 977  */   display: flex;
/* 978  */   align-items: center;
/* 979  */   justify-content: center;
/* 980  */   height: 29px;
/* 981  */   padding-bottom: 1px;
/* 982  */   text-decoration: none;
/* 983  */   color: inherit;
/* 984  */ }
/* 985  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th a,
/* 986  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td a {
/* 987  */   border: 2px solid transparent;
/* 988  */   border-radius: 5px;
/* 989  */   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
/* 990  */ }
/* 991  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th.ui-datepicker-other-month a,
/* 992  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td.ui-datepicker-other-month a {
/* 993  */   color: #BEBEBE;
/* 994  */ }
/* 995  */ .tds-s-datepicker-wrap .ui-datepicker-calendar th:not(.ui-datepicker-today):not(.ui-datepicker-current-day) a:hover,
/* 996  */ .tds-s-datepicker-wrap .ui-datepicker-calendar td:not(.ui-datepicker-today):not(.ui-datepicker-current-day) a:hover {
/* 997  */   color: #152BF7;
/* 998  */   background-color: #F2F9FF;
/* 999  */ }
/* 1000 */ .tds-s-datepicker-wrap .ui-datepicker-calendar th.ui-datepicker-today a,

/* tds-front.css */

/* 1001 */ .tds-s-datepicker-wrap .ui-datepicker-calendar td.ui-datepicker-today a,
/* 1002 */ .tds-s-datepicker-wrap .ui-datepicker-calendar th.ui-datepicker-current-day a,
/* 1003 */ .tds-s-datepicker-wrap .ui-datepicker-calendar td.ui-datepicker-current-day a {
/* 1004 */   background-color: #0489FC;
/* 1005 */   color: #fff;
/* 1006 */ }
/* 1007 */ .tds-s-datepicker-wrap .ui-datepicker-calendar th.ui-datepicker-unselectable span,
/* 1008 */ .tds-s-datepicker-wrap .ui-datepicker-calendar td.ui-datepicker-unselectable span {
/* 1009 */   color: #bebebe;
/* 1010 */ }
/* 1011 */ .tds-s-datepicker-wrap .ui-datepicker-calendar th.ui-datepicker-unselectable.unavailable span,
/* 1012 */ .tds-s-datepicker-wrap .ui-datepicker-calendar td.ui-datepicker-unselectable.unavailable span {
/* 1013 */   color: orangered;
/* 1014 */ }
/* 1015 */ .tds-s-list-title {
/* 1016 */   font-size: 1em;
/* 1017 */   line-height: 1.3;
/* 1018 */   font-weight: 600;
/* 1019 */   color: #1D2327;
/* 1020 */   margin-bottom: 12px;
/* 1021 */ }
/* 1022 */ .tds-s-list-title:not(:first-child) {
/* 1023 */   margin-top: 20px;
/* 1024 */ }
/* 1025 */ .tds-s-list {
/* 1026 */   display: flex;
/* 1027 */   flex-direction: column;
/* 1028 */   gap: 10px;
/* 1029 */   margin: 0;
/* 1030 */   list-style-type: none;
/* 1031 */ }
/* 1032 */ .tds-s-list-cols {
/* 1033 */   flex-direction: row;
/* 1034 */   flex-wrap: wrap;
/* 1035 */ }
/* 1036 */ .tds-s-list-item {
/* 1037 */   display: flex;
/* 1038 */   margin-left: 0 !important;
/* 1039 */   margin-bottom: 0;
/* 1040 */   font-size: 1em;
/* 1041 */   line-height: 1.3;
/* 1042 */ }
/* 1043 */ .tds-s-list-item.tds-s-list-sep {
/* 1044 */   margin: 5px 0 15px;
/* 1045 */   border-bottom: 1px solid #E8E8E8;
/* 1046 */ }
/* 1047 */ .tds-s-list-item .tds-s-list-text-sep {
/* 1048 */   margin: 0 5px;
/* 1049 */ }
/* 1050 */ .tds-s-list-item .tds-s-list-text a.disabled {

/* tds-front.css */

/* 1051 */   cursor: not-allowed;
/* 1052 */   opacity: 0.5;
/* 1053 */   text-decoration: none;
/* 1054 */ }
/* 1055 */ .tds-s-list-item .tds-s-list-text .tds-s-price-full {
/* 1056 */   display: inline-block;
/* 1057 */   margin-right: 3px;
/* 1058 */   text-decoration: line-through;
/* 1059 */   color: #9da0a1;
/* 1060 */   font-size: 13px;
/* 1061 */ }
/* 1062 */ .tds-s-list-label {
/* 1063 */   margin-right: 6px;
/* 1064 */   color: #555D66;
/* 1065 */ }
/* 1066 */ .tds-s-list-text {
/* 1067 */   font-weight: 600;
/* 1068 */   color: #1D2327;
/* 1069 */ }
/* 1070 */ .tds-s-list-sm {
/* 1071 */   gap: 6px;
/* 1072 */ }
/* 1073 */ .tds-s-list-sm .tds-s-list-item {
/* 1074 */   font-size: .929em;
/* 1075 */ }
/* 1076 */ .tds-s-error {
/* 1077 */   display: none;
/* 1078 */ }
/* 1079 */ .tds-s-notif {
/* 1080 */   padding: 25px;
/* 1081 */   border-radius: 3px;
/* 1082 */ }
/* 1083 */ .tds-s-notif,
/* 1084 */ .tds-s-notif *:not(.tds-s-btn) {
/* 1085 */   font-size: 1em;
/* 1086 */   line-height: 1.4;
/* 1087 */ }
/* 1088 */ .tds-s-notif b {
/* 1089 */   font-weight: 600;
/* 1090 */ }
/* 1091 */ .tds-s-notif.tds-s-notif-error.tds-s-notif-error-display {
/* 1092 */   display: block;
/* 1093 */ }
/* 1094 */ .tds-s-notif-descr:not(:last-child) {
/* 1095 */   margin-bottom: 6px;
/* 1096 */ }
/* 1097 */ .tds-s-notif-list {
/* 1098 */   list-style-type: none;
/* 1099 */   margin: 0;
/* 1100 */ }

/* tds-front.css */

/* 1101 */ .tds-s-notif-list:not(:last-child) {
/* 1102 */   margin: 0 0 10px;
/* 1103 */ }
/* 1104 */ .tds-s-notif-list li {
/* 1105 */   margin-bottom: 6px;
/* 1106 */   margin-left: 0 !important;
/* 1107 */ }
/* 1108 */ .tds-s-notif-list li:last-child {
/* 1109 */   margin-bottom: 0;
/* 1110 */ }
/* 1111 */ .tds-s-notif-disabled {
/* 1112 */   opacity: .5;
/* 1113 */ }
/* 1114 */ .tds-s-notif-info {
/* 1115 */   background-color: rgba(89, 98, 107, 0.08);
/* 1116 */   color: #59626B;
/* 1117 */ }
/* 1118 */ .tds-s-notif-success {
/* 1119 */   background-color: rgba(38, 98, 28, 0.1);
/* 1120 */   color: #26621c;
/* 1121 */ }
/* 1122 */ .tds-s-notif-warn {
/* 1123 */   background-color: rgba(215, 133, 0, 0.12);
/* 1124 */   color: #d78500;
/* 1125 */ }
/* 1126 */ .tds-s-notif-warn .tds-s-notif-descr a {
/* 1127 */   color: inherit !important;
/* 1128 */ }
/* 1129 */ .tds-s-notif-warn .tds-s-notif-descr a:not(:hover) {
/* 1130 */   text-decoration: underline !important;
/* 1131 */ }
/* 1132 */ .tds-s-notif-error {
/* 1133 */   background-color: rgba(255, 56, 56, 0.12);
/* 1134 */   color: #ff3838;
/* 1135 */ }
/* 1136 */ .tds-s-notif-error p {
/* 1137 */   margin: 0;
/* 1138 */ }
/* 1139 */ .tds-s-notif-error-toggle {
/* 1140 */   position: relative;
/* 1141 */   top: -1px;
/* 1142 */   font-size: .857em;
/* 1143 */   cursor: pointer;
/* 1144 */ }
/* 1145 */ .tds-s-notif-error-toggle:before {
/* 1146 */   content: '[+]';
/* 1147 */ }
/* 1148 */ .tds-s-notif-error-info {
/* 1149 */   display: none;
/* 1150 */   background-color: rgba(255, 255, 255, 0.08);

/* tds-front.css */

/* 1151 */   margin-top: 3px;
/* 1152 */   padding: 3px 6px 4px;
/* 1153 */   font-size: .857em;
/* 1154 */   color: rgba(255, 255, 255, 0.9);
/* 1155 */ }
/* 1156 */ .tds-s-notif-error-active .tds-s-notif-error-toggle:before {
/* 1157 */   content: '[-]';
/* 1158 */ }
/* 1159 */ .tds-s-notif-error-active .tds-s-notif-error-info {
/* 1160 */   display: block;
/* 1161 */ }
/* 1162 */ .tds-s-notif-xsm {
/* 1163 */   padding: 10px 15px;
/* 1164 */ }
/* 1165 */ .tds-s-notif-xsm,
/* 1166 */ .tds-s-notif-xsm *:not(.tds-s-btn):not(b):not(strong) {
/* 1167 */   font-size: .929em;
/* 1168 */   line-height: 1.4;
/* 1169 */ }
/* 1170 */ .tds-s-notif-sm {
/* 1171 */   padding: 18px;
/* 1172 */ }
/* 1173 */ .tds-s-notif-sm,
/* 1174 */ .tds-s-notif-sm *:not(.tds-s-btn) {
/* 1175 */   font-size: .929em;
/* 1176 */   line-height: 1.4;
/* 1177 */ }
/* 1178 */ .tds-s-table {
/* 1179 */   width: 100%;
/* 1180 */   border: none;
/* 1181 */   border-collapse: collapse;
/* 1182 */   border-spacing: 0;
/* 1183 */ }
/* 1184 */ @media (max-width: 1018px) {
/* 1185 */   .tds-s-table {
/* 1186 */     display: block;
/* 1187 */   }
/* 1188 */ }
/* 1189 */ @media (max-width: 1018px) {
/* 1190 */   .tds-s-table-row {
/* 1191 */     display: block;
/* 1192 */   }
/* 1193 */ }
/* 1194 */ .tds-s-table-col {
/* 1195 */   position: relative;
/* 1196 */   padding: 0;
/* 1197 */   border: none;
/* 1198 */   /* responsive tablet + desktop */
/* 1199 */ }
/* 1200 */ @media (min-width: 1019px) {

/* tds-front.css */

/* 1201 */   .tds-s-table-col:first-child {
/* 1202 */     padding-left: 10px;
/* 1203 */   }
/* 1204 */   .tds-s-table-col:not(:last-child):not(.tds-s-table-col-expand) {
/* 1205 */     padding-right: 15px;
/* 1206 */   }
/* 1207 */   .tds-s-table-col:last-child {
/* 1208 */     padding-right: 10px;
/* 1209 */   }
/* 1210 */ }
/* 1211 */ @media (max-width: 1018px) {
/* 1212 */   .tds-s-table-col {
/* 1213 */     display: flex;
/* 1214 */     align-items: baseline;
/* 1215 */     width: 100%;
/* 1216 */   }
/* 1217 */ }
/* 1218 */ .tds-s-table-col .tds-s-table-price-full {
/* 1219 */   display: inline-block;
/* 1220 */   margin-right: 3px;
/* 1221 */   text-decoration: line-through;
/* 1222 */   color: #9da0a1;
/* 1223 */   font-size: 13px;
/* 1224 */ }
/* 1225 */ .tds-s-table-col-label {
/* 1226 */   width: 35%;
/* 1227 */   margin-right: 10px;
/* 1228 */   padding-right: 10px;
/* 1229 */   color: #555D66;
/* 1230 */   /* responsive tablet + desktop */
/* 1231 */ }
/* 1232 */ @media (min-width: 1019px) {
/* 1233 */   .tds-s-table-col-label {
/* 1234 */     display: none;
/* 1235 */   }
/* 1236 */ }
/* 1237 */ .tds-s-table-header {
/* 1238 */   font-size: .857em;
/* 1239 */   line-height: 1;
/* 1240 */   font-weight: 600;
/* 1241 */   text-align: left;
/* 1242 */   color: #555D66;
/* 1243 */   border-bottom: 2px solid #D7D8DE;
/* 1244 */ }
/* 1245 */ @media (max-width: 1018px) {
/* 1246 */   .tds-s-table-header {
/* 1247 */     display: none;
/* 1248 */   }
/* 1249 */ }
/* 1250 */ .tds-s-table-header .tds-s-table-col {

/* tds-front.css */

/* 1251 */   padding-bottom: 15px;
/* 1252 */ }
/* 1253 */ .tds-s-table-col-order {
/* 1254 */   display: flex;
/* 1255 */   align-items: center;
/* 1256 */   justify-content: space-between;
/* 1257 */   cursor: pointer;
/* 1258 */ }
/* 1259 */ .tds-s-table-col-order-icons {
/* 1260 */   display: flex;
/* 1261 */   flex-direction: column;
/* 1262 */   position: relative;
/* 1263 */   top: 1px;
/* 1264 */   margin-left: 10px;
/* 1265 */ }
/* 1266 */ .tds-s-table-col-order-icons svg {
/* 1267 */   fill: #555D66;
/* 1268 */   line-height: 0;
/* 1269 */   opacity: .3;
/* 1270 */ }
/* 1271 */ .tds-s-table-col-order-icons svg:nth-child(1) {
/* 1272 */   margin-bottom: 2px;
/* 1273 */ }
/* 1274 */ [data-order="ASC"] .tds-s-table-col-order-icons svg:nth-child(1) {
/* 1275 */   opacity: 1;
/* 1276 */ }
/* 1277 */ [data-order="ASC"] .tds-s-table-col-order-icons svg:nth-child(2) {
/* 1278 */   opacity: .3;
/* 1279 */ }
/* 1280 */ [data-order="DESC"] .tds-s-table-col-order-icons svg:nth-child(1) {
/* 1281 */   opacity: .3;
/* 1282 */ }
/* 1283 */ [data-order="DESC"] .tds-s-table-col-order-icons svg:nth-child(2) {
/* 1284 */   opacity: 1;
/* 1285 */ }
/* 1286 */ .tds-s-table-body {
/* 1287 */   font-size: .929em;
/* 1288 */   line-height: 1;
/* 1289 */   font-weight: 600;
/* 1290 */   color: #1D2327;
/* 1291 */ }
/* 1292 */ @media (max-width: 1018px) {
/* 1293 */   .tds-s-table-body {
/* 1294 */     display: block;
/* 1295 */   }
/* 1296 */ }
/* 1297 */ .tds-s-table-body .tds-s-table-row:not(:last-child) {
/* 1298 */   border-bottom: 1px solid #EBEBEB;
/* 1299 */ }
/* 1300 */ .tds-s-table-body .tds-s-table-row.tds-s-table-row-active,

/* tds-front.css */

/* 1301 */ .tds-s-table-body .tds-s-table-row:hover {
/* 1302 */   background-color: #F8F8F8;
/* 1303 */ }
/* 1304 */ @media (max-width: 1018px) {
/* 1305 */   .tds-s-table-body .tds-s-table-row {
/* 1306 */     padding: 15px 10px;
/* 1307 */   }
/* 1308 */ }
/* 1309 */ @media (min-width: 1019px) {
/* 1310 */   .tds-s-table-body .tds-s-table-col {
/* 1311 */     padding-top: 12px;
/* 1312 */     padding-bottom: 15px;
/* 1313 */   }
/* 1314 */ }
/* 1315 */ @media (max-width: 1018px) {
/* 1316 */   .tds-s-table-body .tds-s-table-col {
/* 1317 */     padding-top: 7px;
/* 1318 */     padding-bottom: 7px;
/* 1319 */   }
/* 1320 */ }
/* 1321 */ .tds-s-table-status {
/* 1322 */   position: relative;
/* 1323 */   top: 1px;
/* 1324 */   display: inline-block;
/* 1325 */   padding: 3px 5px 4px;
/* 1326 */   background-color: #ededed;
/* 1327 */   font-size: .786em;
/* 1328 */   line-height: 1;
/* 1329 */   font-weight: 600;
/* 1330 */   letter-spacing: .2px;
/* 1331 */   text-transform: uppercase;
/* 1332 */   border-radius: 2px;
/* 1333 */   white-space: nowrap;
/* 1334 */ }
/* 1335 */ .tds-s-table-status-generic {
/* 1336 */   background-color: #ededed;
/* 1337 */ }
/* 1338 */ .tds-s-table-options-toggle {
/* 1339 */   position: relative;
/* 1340 */   top: 1px;
/* 1341 */   fill: #878d93;
/* 1342 */   transition: fill 0.2s ease-in-out;
/* 1343 */   /* responsive portrait tablet */
/* 1344 */ }
/* 1345 */ @media (max-width: 1018px) {
/* 1346 */   .tds-s-table-options-toggle {
/* 1347 */     display: none;
/* 1348 */   }
/* 1349 */ }
/* 1350 */ .tds-s-table-options-list {

/* tds-front.css */

/* 1351 */   display: flex;
/* 1352 */   /* responsive portrait tablet */
/* 1353 */ }
/* 1354 */ @media (min-width: 1019px) {
/* 1355 */   .tds-s-table-options-list {
/* 1356 */     flex-direction: column;
/* 1357 */     align-items: flex-start;
/* 1358 */     position: absolute;
/* 1359 */     top: 6px;
/* 1360 */     right: 100%;
/* 1361 */     min-width: 130px;
/* 1362 */     padding: 8px 10px 9px;
/* 1363 */     background-color: #fff;
/* 1364 */     border-radius: 2px;
/* 1365 */     box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
/* 1366 */     opacity: 0;
/* 1367 */     visibility: hidden;
/* 1368 */     pointer-events: none;
/* 1369 */     transition: opacity 0.2s ease-in-out;
/* 1370 */     z-index: 100;
/* 1371 */     cursor: default;
/* 1372 */   }
/* 1373 */ }
/* 1374 */ @media (max-width: 1018px) {
/* 1375 */   .tds-s-table-options-list {
/* 1376 */     align-items: center;
/* 1377 */     justify-content: center;
/* 1378 */     width: 100%;
/* 1379 */   }
/* 1380 */ }
/* 1381 */ @media (min-width: 1019px) {
/* 1382 */   .tds-s-table-col-options {
/* 1383 */     padding-left: 10px;
/* 1384 */     text-align: center;
/* 1385 */     cursor: pointer;
/* 1386 */   }
/* 1387 */   .tds-s-table-col-options:hover .tds-s-table-options-toggle {
/* 1388 */     fill: #000;
/* 1389 */   }
/* 1390 */   .tds-s-table-col-options:hover .tds-s-table-options-list {
/* 1391 */     opacity: 1;
/* 1392 */     visibility: visible;
/* 1393 */     pointer-events: auto;
/* 1394 */   }
/* 1395 */   .tds-s-table-col-options .tds-s-bubble {
/* 1396 */     position: absolute;
/* 1397 */     top: 50%;
/* 1398 */     right: 8px;
/* 1399 */     transform: translateY(-50%);
/* 1400 */     margin-top: -1px;

/* tds-front.css */

/* 1401 */     z-index: 100;
/* 1402 */   }
/* 1403 */ }
/* 1404 */ @media (max-width: 1018px) {
/* 1405 */   .tds-s-table-col-options {
/* 1406 */     padding-top: 17px;
/* 1407 */   }
/* 1408 */ }
/* 1409 */ .tds-s-table-col-options .tds-s-tol-item {
/* 1410 */   font-size: .786em;
/* 1411 */   line-height: 1.2;
/* 1412 */   font-weight: 600;
/* 1413 */   color: #555D66;
/* 1414 */   cursor: pointer;
/* 1415 */ }
/* 1416 */ .tds-s-table-col-options .tds-s-tol-item:hover {
/* 1417 */   color: #000;
/* 1418 */ }
/* 1419 */ @media (min-width: 1019px) {
/* 1420 */   .tds-s-table-col-options .tds-s-tol-item:not(:last-child) {
/* 1421 */     margin-bottom: 8px;
/* 1422 */   }
/* 1423 */ }
/* 1424 */ @media (max-width: 1018px) {
/* 1425 */   .tds-s-table-col-options .tds-s-tol-item:not(:last-child) {
/* 1426 */     margin-right: 12px;
/* 1427 */   }
/* 1428 */ }
/* 1429 */ .tds-s-table-col-options .tds-s-tol-item-red {
/* 1430 */   color: #FF6161;
/* 1431 */ }
/* 1432 */ .tds-s-table-col-options .tds-s-tol-item-red:hover {
/* 1433 */   color: #ff0000;
/* 1434 */ }
/* 1435 */ .tds-s-tol-sep {
/* 1436 */   background-color: #EBEBEB;
/* 1437 */   width: 100%;
/* 1438 */   height: 1px;
/* 1439 */   margin-top: 1px;
/* 1440 */   margin-bottom: 8px;
/* 1441 */   /* responsive portrait phone */
/* 1442 */ }
/* 1443 */ @media (max-width: 1018px) {
/* 1444 */   .tds-s-tol-sep {
/* 1445 */     display: none;
/* 1446 */   }
/* 1447 */ }
/* 1448 */ .tds-s-table-col-expand {
/* 1449 */   justify-content: flex-end;
/* 1450 */   cursor: pointer;

/* tds-front.css */

/* 1451 */   /* responsive landscape tablet */
/* 1452 */   /* responsive portrait phone */
/* 1453 */ }
/* 1454 */ @media (min-width: 1019px) {
/* 1455 */   .tds-s-table-col-expand {
/* 1456 */     padding-right: 10px;
/* 1457 */   }
/* 1458 */ }
/* 1459 */ @media (max-width: 1018px) {
/* 1460 */   .tds-s-table-col-expand {
/* 1461 */     justify-content: center;
/* 1462 */   }
/* 1463 */ }
/* 1464 */ .tds-s-table-col-expand:hover .tds-s-table-expand-toggle {
/* 1465 */   opacity: 1;
/* 1466 */ }
/* 1467 */ .tds-s-table-col-expand .tds-s-table-col-label {
/* 1468 */   width: auto;
/* 1469 */   padding-right: 0;
/* 1470 */   font-size: .857em;
/* 1471 */ }
/* 1472 */ .tds-s-table-expand-toggle {
/* 1473 */   position: relative;
/* 1474 */   top: -1px;
/* 1475 */   fill: #000;
/* 1476 */   opacity: .4;
/* 1477 */   transition: transform 0.2s ease-in-out;
/* 1478 */ }
/* 1479 */ .tds-s-table-row-info-expanded {
/* 1480 */   border-bottom: none !important;
/* 1481 */ }
/* 1482 */ .tds-s-table-row-info-expanded .tds-s-table-expand-toggle {
/* 1483 */   transform: rotate(180deg);
/* 1484 */   opacity: 1;
/* 1485 */ }
/* 1486 */ .tds-s-table-row-editing .tds-s-table-col-expand {
/* 1487 */   pointer-events: none;
/* 1488 */ }
/* 1489 */ .tds-s-table-row-editing .tds-s-table-expand-toggle {
/* 1490 */   opacity: .4;
/* 1491 */ }
/* 1492 */ .tds-s-table-row-extra-wrap {
/* 1493 */   border: none;
/* 1494 */ }
/* 1495 */ .tds-s-table-row-extra-wrap:not(:last-child) {
/* 1496 */   border-bottom: 1px solid #EBEBEB;
/* 1497 */ }
/* 1498 */ @media (max-width: 1018px) {
/* 1499 */   .tds-s-table-row-extra-wrap {
/* 1500 */     display: block;

/* tds-front.css */

/* 1501 */   }
/* 1502 */ }
/* 1503 */ .tds-s-table-row-extra {
/* 1504 */   padding: 10px 10px 15px;
/* 1505 */   background-color: #F8F8F8 !important;
/* 1506 */   border: none;
/* 1507 */ }
/* 1508 */ @media (max-width: 1018px) {
/* 1509 */   .tds-s-table-row-extra {
/* 1510 */     display: block;
/* 1511 */     padding: 5px 10px 10px;
/* 1512 */   }
/* 1513 */ }
/* 1514 */ .tds-s-table-row-extra-inner {
/* 1515 */   padding: 15px;
/* 1516 */   background-color: #FEFEFE;
/* 1517 */   border-radius: 3px;
/* 1518 */ }
/* 1519 */ .tds-s-tre-cols {
/* 1520 */   display: flex;
/* 1521 */   flex-wrap: wrap;
/* 1522 */   margin: 0 -7px;
/* 1523 */ }
/* 1524 */ .tds-s-tre-col {
/* 1525 */   width: 100%;
/* 1526 */   padding: 0 7px;
/* 1527 */ }
/* 1528 */ .tds-s-pagination {
/* 1529 */   display: flex;
/* 1530 */   margin: 22px 0 0;
/* 1531 */ }
/* 1532 */ .tds-s-pagination-item {
/* 1533 */   display: flex;
/* 1534 */   align-items: center;
/* 1535 */   justify-content: center;
/* 1536 */   min-width: 2.2em;
/* 1537 */   min-height: 2.2em;
/* 1538 */   margin: 0;
/* 1539 */   padding: 0 8px;
/* 1540 */   font-size: 1em;
/* 1541 */   line-height: 1;
/* 1542 */   font-weight: 600;
/* 1543 */   border-radius: 3px;
/* 1544 */   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 1545 */ }
/* 1546 */ .tds-s-pagination-item:not(:last-child) {
/* 1547 */   margin-right: 8px;
/* 1548 */ }
/* 1549 */ .tds-s-pagination-item:not(.tds-s-pagination-dots):not(.tds-s-pagination-active) {
/* 1550 */   cursor: pointer;

/* tds-front.css */

/* 1551 */ }
/* 1552 */ .tds-s-pagination-item:hover:not(.tds-s-pagination-dots):not(.tds-s-pagination-active) {
/* 1553 */   background-color: #EBEBEB;
/* 1554 */ }
/* 1555 */ .tds-s-pagination-item:not(.tds-s-pagination-active) {
/* 1556 */   background-color: #f1f1f1;
/* 1557 */   color: #1d2327;
/* 1558 */ }
/* 1559 */ .tds-s-pagination-item.tds-s-pagination-active {
/* 1560 */   background-color: #0489FC;
/* 1561 */   color: #fff;
/* 1562 */ }
/* 1563 */ /**
/* 1564 *|
/* 1565 *|     Global
/* 1566 *|
/* 1567 *|  */
/* 1568 */ @-webkit-keyframes tds-s-content-spinner {
/* 1569 */   0% {
/* 1570 */     -webkit-transform: rotate(0);
/* 1571 */     transform: rotate(0);
/* 1572 */   }
/* 1573 */   100% {
/* 1574 */     -webkit-transform: rotate(360deg);
/* 1575 */     transform: rotate(360deg);
/* 1576 */   }
/* 1577 */ }
/* 1578 */ @keyframes tds-s-content-spinner {
/* 1579 */   0% {
/* 1580 */     -webkit-transform: rotate(0);
/* 1581 */     transform: rotate(0);
/* 1582 */   }
/* 1583 */   100% {
/* 1584 */     -webkit-transform: rotate(360deg);
/* 1585 */     transform: rotate(360deg);
/* 1586 */   }
/* 1587 */ }
/* 1588 */ .tds-s-content {
/* 1589 */   position: relative;
/* 1590 */   min-height: 50px;
/* 1591 */ }
/* 1592 */ .tds-s-content:before,
/* 1593 */ .tds-s-content:after {
/* 1594 */   content: '';
/* 1595 */   position: absolute;
/* 1596 */   opacity: 0;
/* 1597 */   transition: opacity 0.2s ease-in-out;
/* 1598 */   pointer-events: none;
/* 1599 */ }
/* 1600 */ .tds-s-content:before {

/* tds-front.css */

/* 1601 */   top: 0;
/* 1602 */   left: 0;
/* 1603 */   width: calc(100% + 6px);
/* 1604 */   height: calc(100% + 6px);
/* 1605 */   background-color: rgba(255, 255, 255, 0.8);
/* 1606 */   z-index: 1;
/* 1607 */ }
/* 1608 */ .tds-s-content:after {
/* 1609 */   top: 50%;
/* 1610 */   left: 50%;
/* 1611 */   transform: translate(-50%, -50%);
/* 1612 */   margin-top: -23px;
/* 1613 */   margin-left: -23px;
/* 1614 */   width: 40px;
/* 1615 */   height: 40px;
/* 1616 */   border: 3px solid #888;
/* 1617 */   border-left-color: transparent;
/* 1618 */   border-right-color: transparent;
/* 1619 */   border-radius: 50%;
/* 1620 */   -webkit-animation: tds-s-content-spinner 1s infinite ease-out;
/* 1621 */   animation: tds-s-content-spinner 1s infinite ease-out;
/* 1622 */   z-index: 2;
/* 1623 */ }
/* 1624 */ .tds-s-content-sm:after {
/* 1625 */   margin-top: -14px;
/* 1626 */   margin-left: -14px;
/* 1627 */   width: 24px;
/* 1628 */   height: 24px;
/* 1629 */   border-width: 2px;
/* 1630 */ }
/* 1631 */ .tds-s-content-no-height {
/* 1632 */   min-height: auto;
/* 1633 */ }
/* 1634 */ .tds-s-content-loading:before,
/* 1635 */ .tds-s-content-loading:after {
/* 1636 */   opacity: 1;
/* 1637 */   pointer-events: auto;
/* 1638 */ }
/* 1639 */ .tds-page #td-outer-wrap {
/* 1640 */   display: flex;
/* 1641 */   flex-direction: column;
/* 1642 */ }
/* 1643 */ .tds-page:not(.admin-bar) #td-outer-wrap {
/* 1644 */   min-height: 100vh;
/* 1645 */ }
/* 1646 */ @media (min-width: 783px) {
/* 1647 */   .tds-page.admin-bar #td-outer-wrap {
/* 1648 */     min-height: calc(100vh - 32px);
/* 1649 */   }
/* 1650 */ }

/* tds-front.css */

/* 1651 */ @media (max-width: 782px) {
/* 1652 */   .tds-page.admin-bar #td-outer-wrap {
/* 1653 */     min-height: calc(100vh - 46px);
/* 1654 */   }
/* 1655 */ }
/* 1656 */ .tds-page .td-main-content-wrap {
/* 1657 */   display: flex;
/* 1658 */   flex: 1;
/* 1659 */   width: 100%;
/* 1660 */   flex-direction: column;
/* 1661 */ }
/* 1662 */ .tds-page .td-main-content-wrap .tdc-content-wrap {
/* 1663 */   width: 100%;
/* 1664 */   min-height: 100%;
/* 1665 */ }
/* 1666 */ .tds-page .td-main-content-wrap .tdc-content-wrap > .tdc-zone {
/* 1667 */   height: 100%;
/* 1668 */ }
/* 1669 */ .tds-page .td-main-content-wrap .tdc-content-wrap > .tdc-zone > .tdc_zone {
/* 1670 */   height: 100%;
/* 1671 */ }
/* 1672 */ .tds-page.page-template-page-pagebuilder-latest .td-main-content-wrap {
/* 1673 */   flex-direction: column;
/* 1674 */ }
/* 1675 */ /* block error */
/* 1676 */ .tds-block-error {
/* 1677 */   margin-bottom: 26px;
/* 1678 */   font-family: Verdana, Geneva, sans-serif;
/* 1679 */   font-size: 11px;
/* 1680 */   font-weight: normal;
/* 1681 */   text-align: left;
/* 1682 */   padding: 20px;
/* 1683 */   border: 1px solid #eeecf0;
/* 1684 */   color: black;
/* 1685 */ }
/* 1686 */ .tds-block-error span {
/* 1687 */   background-color: #ec4d4d;
/* 1688 */   color: white;
/* 1689 */   font-weight: bold;
/* 1690 */   padding: 3px 8px 4px;
/* 1691 */   font-size: 10px;
/* 1692 */   position: relative;
/* 1693 */   top: -1px;
/* 1694 */ }
/* 1695 */ /* fix hidden css added for firefox reader mode ??? */
/* 1696 */ /* set locked content to display when content is not locked(body:not(.td-content-locked)) */
/* 1697 */ body:not(.td-content-locked) .tdc-content-wrap .tds-locked-content[hidden],
/* 1698 */ body:not(.td-content-locked) .td-post-content .tds-locked-content[hidden] {
/* 1699 */   display: block;
/* 1700 */ }

/* tds-front.css */

/* 1701 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* font-awesome.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3    *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('fontawesome-webfont.eot?v=4.7.0');
/* 10   */   src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */   font-display: swap;
/* 14   */ }
/* 15   */ .tdc-font-fa {
/* 16   */   display: inline-block;
/* 17   */   font: normal normal normal 14px/1 FontAwesome;
/* 18   */   font-size: inherit;
/* 19   */   text-rendering: auto;
/* 20   */   -webkit-font-smoothing: antialiased;
/* 21   */   -moz-osx-font-smoothing: grayscale;
/* 22   */ }
/* 23   */ /* makes the font 33% larger relative to the icon container */
/* 24   */ .tdc-font-fa-lg {
/* 25   */   font-size: 1.33333333em;
/* 26   */   line-height: 0.75em;
/* 27   */   vertical-align: -15%;
/* 28   */ }
/* 29   */ .tdc-font-fa-2x {
/* 30   */   font-size: 2em;
/* 31   */ }
/* 32   */ .tdc-font-fa-3x {
/* 33   */   font-size: 3em;
/* 34   */ }
/* 35   */ .tdc-font-fa-4x {
/* 36   */   font-size: 4em;
/* 37   */ }
/* 38   */ .tdc-font-fa-5x {
/* 39   */   font-size: 5em;
/* 40   */ }
/* 41   */ .tdc-font-fa-fw {
/* 42   */   width: 1.28571429em;
/* 43   */   text-align: center;
/* 44   */ }
/* 45   */ .tdc-font-fa-ul {
/* 46   */   padding-left: 0;
/* 47   */   margin-left: 2.14285714em;
/* 48   */   list-style-type: none;
/* 49   */ }
/* 50   */ .tdc-font-fa-ul > li {

/* font-awesome.css */

/* 51   */   position: relative;
/* 52   */ }
/* 53   */ .tdc-font-fa-li {
/* 54   */   position: absolute;
/* 55   */   left: -2.14285714em;
/* 56   */   width: 2.14285714em;
/* 57   */   top: 0.14285714em;
/* 58   */   text-align: center;
/* 59   */ }
/* 60   */ .tdc-font-fa-li.tdc-font-fa-lg {
/* 61   */   left: -1.85714286em;
/* 62   */ }
/* 63   */ .tdc-font-fa-border {
/* 64   */   padding: .2em .25em .15em;
/* 65   */   border: solid 0.08em #eeeeee;
/* 66   */   border-radius: .1em;
/* 67   */ }
/* 68   */ .tdc-font-fa-pull-left {
/* 69   */   float: left;
/* 70   */ }
/* 71   */ .tdc-font-fa-pull-right {
/* 72   */   float: right;
/* 73   */ }
/* 74   */ .fa.tdc-font-fa-pull-left {
/* 75   */   margin-right: .3em;
/* 76   */ }
/* 77   */ .fa.tdc-font-fa-pull-right {
/* 78   */   margin-left: .3em;
/* 79   */ }
/* 80   */ /* Deprecated as of 4.4.0 */
/* 81   */ .pull-right {
/* 82   */   float: right;
/* 83   */ }
/* 84   */ .pull-left {
/* 85   */   float: left;
/* 86   */ }
/* 87   */ .fa.pull-left {
/* 88   */   margin-right: .3em;
/* 89   */ }
/* 90   */ .fa.pull-right {
/* 91   */   margin-left: .3em;
/* 92   */ }
/* 93   */ .tdc-font-fa-spin {
/* 94   */   -webkit-animation: fa-spin 2s infinite linear;
/* 95   */   animation: fa-spin 2s infinite linear;
/* 96   */ }
/* 97   */ .tdc-font-fa-pulse {
/* 98   */   -webkit-animation: fa-spin 1s infinite steps(8);
/* 99   */   animation: fa-spin 1s infinite steps(8);
/* 100  */ }

/* font-awesome.css */

/* 101  */ @-webkit-keyframes fa-spin {
/* 102  */   0% {
/* 103  */     -webkit-transform: rotate(0deg);
/* 104  */     transform: rotate(0deg);
/* 105  */   }
/* 106  */   100% {
/* 107  */     -webkit-transform: rotate(359deg);
/* 108  */     transform: rotate(359deg);
/* 109  */   }
/* 110  */ }
/* 111  */ @keyframes fa-spin {
/* 112  */   0% {
/* 113  */     -webkit-transform: rotate(0deg);
/* 114  */     transform: rotate(0deg);
/* 115  */   }
/* 116  */   100% {
/* 117  */     -webkit-transform: rotate(359deg);
/* 118  */     transform: rotate(359deg);
/* 119  */   }
/* 120  */ }
/* 121  */ .tdc-font-fa-rotate-90 {
/* 122  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
/* 123  */   -webkit-transform: rotate(90deg);
/* 124  */   -ms-transform: rotate(90deg);
/* 125  */   transform: rotate(90deg);
/* 126  */ }
/* 127  */ .tdc-font-fa-rotate-180 {
/* 128  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
/* 129  */   -webkit-transform: rotate(180deg);
/* 130  */   -ms-transform: rotate(180deg);
/* 131  */   transform: rotate(180deg);
/* 132  */ }
/* 133  */ .tdc-font-fa-rotate-270 {
/* 134  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
/* 135  */   -webkit-transform: rotate(270deg);
/* 136  */   -ms-transform: rotate(270deg);
/* 137  */   transform: rotate(270deg);
/* 138  */ }
/* 139  */ .tdc-font-fa-flip-horizontal {
/* 140  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
/* 141  */   -webkit-transform: scale(-1, 1);
/* 142  */   -ms-transform: scale(-1, 1);
/* 143  */   transform: scale(-1, 1);
/* 144  */ }
/* 145  */ .tdc-font-fa-flip-vertical {
/* 146  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
/* 147  */   -webkit-transform: scale(1, -1);
/* 148  */   -ms-transform: scale(1, -1);
/* 149  */   transform: scale(1, -1);
/* 150  */ }

/* font-awesome.css */

/* 151  */ :root .tdc-font-fa-rotate-90,
/* 152  */ :root .tdc-font-fa-rotate-180,
/* 153  */ :root .tdc-font-fa-rotate-270,
/* 154  */ :root .tdc-font-fa-flip-horizontal,
/* 155  */ :root .tdc-font-fa-flip-vertical {
/* 156  */   filter: none;
/* 157  */ }
/* 158  */ .tdc-font-fa-stack {
/* 159  */   position: relative;
/* 160  */   display: inline-block;
/* 161  */   width: 2em;
/* 162  */   height: 2em;
/* 163  */   line-height: 2em;
/* 164  */   vertical-align: middle;
/* 165  */ }
/* 166  */ .tdc-font-fa-stack-1x,
/* 167  */ .tdc-font-fa-stack-2x {
/* 168  */   position: absolute;
/* 169  */   left: 0;
/* 170  */   width: 100%;
/* 171  */   text-align: center;
/* 172  */ }
/* 173  */ .tdc-font-fa-stack-1x {
/* 174  */   line-height: inherit;
/* 175  */ }
/* 176  */ .tdc-font-fa-stack-2x {
/* 177  */   font-size: 2em;
/* 178  */ }
/* 179  */ .tdc-font-fa-inverse {
/* 180  */   color: #ffffff;
/* 181  */ }
/* 182  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 183  *|    readers do not read off random characters that represent icons */
/* 184  */ .tdc-font-fa-glass:before {
/* 185  */   content: "\f000";
/* 186  */ }
/* 187  */ .tdc-font-fa-music:before {
/* 188  */   content: "\f001";
/* 189  */ }
/* 190  */ .tdc-font-fa-search:before {
/* 191  */   content: "\f002";
/* 192  */ }
/* 193  */ .tdc-font-fa-envelope-o:before {
/* 194  */   content: "\f003";
/* 195  */ }
/* 196  */ .tdc-font-fa-heart:before {
/* 197  */   content: "\f004";
/* 198  */ }
/* 199  */ .tdc-font-fa-star:before {
/* 200  */   content: "\f005";

/* font-awesome.css */

/* 201  */ }
/* 202  */ .tdc-font-fa-star-o:before {
/* 203  */   content: "\f006";
/* 204  */ }
/* 205  */ .tdc-font-fa-user:before {
/* 206  */   content: "\f007";
/* 207  */ }
/* 208  */ .tdc-font-fa-film:before {
/* 209  */   content: "\f008";
/* 210  */ }
/* 211  */ .tdc-font-fa-th-large:before {
/* 212  */   content: "\f009";
/* 213  */ }
/* 214  */ .tdc-font-fa-th:before {
/* 215  */   content: "\f00a";
/* 216  */ }
/* 217  */ .tdc-font-fa-th-list:before {
/* 218  */   content: "\f00b";
/* 219  */ }
/* 220  */ .tdc-font-fa-check:before {
/* 221  */   content: "\f00c";
/* 222  */ }
/* 223  */ .tdc-font-fa-remove-close-times:before {
/* 224  */   content: "\f00d";
/* 225  */ }
/* 226  */ .tdc-font-fa-search-plus:before {
/* 227  */   content: "\f00e";
/* 228  */ }
/* 229  */ .tdc-font-fa-search-minus:before {
/* 230  */   content: "\f010";
/* 231  */ }
/* 232  */ .tdc-font-fa-power-off:before {
/* 233  */   content: "\f011";
/* 234  */ }
/* 235  */ .tdc-font-fa-signal:before {
/* 236  */   content: "\f012";
/* 237  */ }
/* 238  */ .tdc-font-fa-gear:before {
/* 239  */   content: "\f013";
/* 240  */ }
/* 241  */ .tdc-font-fa-trash-o:before {
/* 242  */   content: "\f014";
/* 243  */ }
/* 244  */ .tdc-font-fa-home:before {
/* 245  */   content: "\f015";
/* 246  */ }
/* 247  */ .tdc-font-fa-file-o:before {
/* 248  */   content: "\f016";
/* 249  */ }
/* 250  */ .tdc-font-fa-clock-o:before {

/* font-awesome.css */

/* 251  */   content: "\f017";
/* 252  */ }
/* 253  */ .tdc-font-fa-road:before {
/* 254  */   content: "\f018";
/* 255  */ }
/* 256  */ .tdc-font-fa-download:before {
/* 257  */   content: "\f019";
/* 258  */ }
/* 259  */ .tdc-font-fa-arrow-circle-o-down:before {
/* 260  */   content: "\f01a";
/* 261  */ }
/* 262  */ .tdc-font-fa-arrow-circle-o-up:before {
/* 263  */   content: "\f01b";
/* 264  */ }
/* 265  */ .tdc-font-fa-inbox:before {
/* 266  */   content: "\f01c";
/* 267  */ }
/* 268  */ .tdc-font-fa-play-circle-o:before {
/* 269  */   content: "\f01d";
/* 270  */ }
/* 271  */ .tdc-font-fa-rotate-right-repeat:before {
/* 272  */   content: "\f01e";
/* 273  */ }
/* 274  */ .tdc-font-fa-refresh:before {
/* 275  */   content: "\f021";
/* 276  */ }
/* 277  */ .tdc-font-fa-list-alt:before {
/* 278  */   content: "\f022";
/* 279  */ }
/* 280  */ .tdc-font-fa-lock:before {
/* 281  */   content: "\f023";
/* 282  */ }
/* 283  */ .tdc-font-fa-flag:before {
/* 284  */   content: "\f024";
/* 285  */ }
/* 286  */ .tdc-font-fa-headphones:before {
/* 287  */   content: "\f025";
/* 288  */ }
/* 289  */ .tdc-font-fa-volume-off:before {
/* 290  */   content: "\f026";
/* 291  */ }
/* 292  */ .tdc-font-fa-volume-down:before {
/* 293  */   content: "\f027";
/* 294  */ }
/* 295  */ .tdc-font-fa-volume-up:before {
/* 296  */   content: "\f028";
/* 297  */ }
/* 298  */ .tdc-font-fa-qrcode:before {
/* 299  */   content: "\f029";
/* 300  */ }

/* font-awesome.css */

/* 301  */ .tdc-font-fa-barcode:before {
/* 302  */   content: "\f02a";
/* 303  */ }
/* 304  */ .tdc-font-fa-tag:before {
/* 305  */   content: "\f02b";
/* 306  */ }
/* 307  */ .tdc-font-fa-tags:before {
/* 308  */   content: "\f02c";
/* 309  */ }
/* 310  */ .tdc-font-fa-book:before {
/* 311  */   content: "\f02d";
/* 312  */ }
/* 313  */ .tdc-font-fa-bookmark:before {
/* 314  */   content: "\f02e";
/* 315  */ }
/* 316  */ .tdc-font-fa-print:before {
/* 317  */   content: "\f02f";
/* 318  */ }
/* 319  */ .tdc-font-fa-camera:before {
/* 320  */   content: "\f030";
/* 321  */ }
/* 322  */ .tdc-font-fa-font:before {
/* 323  */   content: "\f031";
/* 324  */ }
/* 325  */ .tdc-font-fa-bold:before {
/* 326  */   content: "\f032";
/* 327  */ }
/* 328  */ .tdc-font-fa-italic:before {
/* 329  */   content: "\f033";
/* 330  */ }
/* 331  */ .tdc-font-fa-text-height:before {
/* 332  */   content: "\f034";
/* 333  */ }
/* 334  */ .tdc-font-fa-text-width:before {
/* 335  */   content: "\f035";
/* 336  */ }
/* 337  */ .tdc-font-fa-align-left:before {
/* 338  */   content: "\f036";
/* 339  */ }
/* 340  */ .tdc-font-fa-align-center:before {
/* 341  */   content: "\f037";
/* 342  */ }
/* 343  */ .tdc-font-fa-align-right:before {
/* 344  */   content: "\f038";
/* 345  */ }
/* 346  */ .tdc-font-fa-align-justify:before {
/* 347  */   content: "\f039";
/* 348  */ }
/* 349  */ .tdc-font-fa-list:before {
/* 350  */   content: "\f03a";

/* font-awesome.css */

/* 351  */ }
/* 352  */ .tdc-font-fa-dedent-outdent:before {
/* 353  */   content: "\f03b";
/* 354  */ }
/* 355  */ .tdc-font-fa-indent:before {
/* 356  */   content: "\f03c";
/* 357  */ }
/* 358  */ .tdc-font-fa-video-camera:before {
/* 359  */   content: "\f03d";
/* 360  */ }
/* 361  */ .tdc-font-fa-photo-image-picture:before {
/* 362  */   content: "\f03e";
/* 363  */ }
/* 364  */ .tdc-font-fa-pencil:before {
/* 365  */   content: "\f040";
/* 366  */ }
/* 367  */ .tdc-font-fa-map-marker:before {
/* 368  */   content: "\f041";
/* 369  */ }
/* 370  */ .tdc-font-fa-adjust:before {
/* 371  */   content: "\f042";
/* 372  */ }
/* 373  */ .tdc-font-fa-tint:before {
/* 374  */   content: "\f043";
/* 375  */ }
/* 376  */ .tdc-font-fa-edit-pencil-square:before {
/* 377  */   content: "\f044";
/* 378  */ }
/* 379  */ .tdc-font-fa-share-square-o:before {
/* 380  */   content: "\f045";
/* 381  */ }
/* 382  */ .tdc-font-fa-check-square-o:before {
/* 383  */   content: "\f046";
/* 384  */ }
/* 385  */ .tdc-font-fa-arrows:before {
/* 386  */   content: "\f047";
/* 387  */ }
/* 388  */ .tdc-font-fa-step-backward:before {
/* 389  */   content: "\f048";
/* 390  */ }
/* 391  */ .tdc-font-fa-fast-backward:before {
/* 392  */   content: "\f049";
/* 393  */ }
/* 394  */ .tdc-font-fa-backward:before {
/* 395  */   content: "\f04a";
/* 396  */ }
/* 397  */ .tdc-font-fa-play:before {
/* 398  */   content: "\f04b";
/* 399  */ }
/* 400  */ .tdc-font-fa-pause:before {

/* font-awesome.css */

/* 401  */   content: "\f04c";
/* 402  */ }
/* 403  */ .tdc-font-fa-stop:before {
/* 404  */   content: "\f04d";
/* 405  */ }
/* 406  */ .tdc-font-fa-forward:before {
/* 407  */   content: "\f04e";
/* 408  */ }
/* 409  */ .tdc-font-fa-fast-forward:before {
/* 410  */   content: "\f050";
/* 411  */ }
/* 412  */ .tdc-font-fa-step-forward:before {
/* 413  */   content: "\f051";
/* 414  */ }
/* 415  */ .tdc-font-fa-eject:before {
/* 416  */   content: "\f052";
/* 417  */ }
/* 418  */ .tdc-font-fa-chevron-left:before {
/* 419  */   content: "\f053";
/* 420  */ }
/* 421  */ .tdc-font-fa-chevron-right:before {
/* 422  */   content: "\f054";
/* 423  */ }
/* 424  */ .tdc-font-fa-plus-circle:before {
/* 425  */   content: "\f055";
/* 426  */ }
/* 427  */ .tdc-font-fa-minus-circle:before {
/* 428  */   content: "\f056";
/* 429  */ }
/* 430  */ .tdc-font-fa-times-circle:before {
/* 431  */   content: "\f057";
/* 432  */ }
/* 433  */ .tdc-font-fa-check-circle:before {
/* 434  */   content: "\f058";
/* 435  */ }
/* 436  */ .tdc-font-fa-question-circle:before {
/* 437  */   content: "\f059";
/* 438  */ }
/* 439  */ .tdc-font-fa-info-circle:before {
/* 440  */   content: "\f05a";
/* 441  */ }
/* 442  */ .tdc-font-fa-crosshairs:before {
/* 443  */   content: "\f05b";
/* 444  */ }
/* 445  */ .tdc-font-fa-times-circle-o:before {
/* 446  */   content: "\f05c";
/* 447  */ }
/* 448  */ .tdc-font-fa-check-circle-o:before {
/* 449  */   content: "\f05d";
/* 450  */ }

/* font-awesome.css */

/* 451  */ .tdc-font-fa-ban:before {
/* 452  */   content: "\f05e";
/* 453  */ }
/* 454  */ .tdc-font-fa-arrow-left:before {
/* 455  */   content: "\f060";
/* 456  */ }
/* 457  */ .tdc-font-fa-arrow-right:before {
/* 458  */   content: "\f061";
/* 459  */ }
/* 460  */ .tdc-font-fa-arrow-up:before {
/* 461  */   content: "\f062";
/* 462  */ }
/* 463  */ .tdc-font-fa-arrow-down:before {
/* 464  */   content: "\f063";
/* 465  */ }
/* 466  */ .tdc-font-fa-mail-forward-share:before {
/* 467  */   content: "\f064";
/* 468  */ }
/* 469  */ .tdc-font-fa-expand:before {
/* 470  */   content: "\f065";
/* 471  */ }
/* 472  */ .tdc-font-fa-compress:before {
/* 473  */   content: "\f066";
/* 474  */ }
/* 475  */ .tdc-font-fa-plus:before {
/* 476  */   content: "\f067";
/* 477  */ }
/* 478  */ .tdc-font-fa-minus:before {
/* 479  */   content: "\f068";
/* 480  */ }
/* 481  */ .tdc-font-fa-asterisk:before {
/* 482  */   content: "\f069";
/* 483  */ }
/* 484  */ .tdc-font-fa-exclamation-circle:before {
/* 485  */   content: "\f06a";
/* 486  */ }
/* 487  */ .tdc-font-fa-gift:before {
/* 488  */   content: "\f06b";
/* 489  */ }
/* 490  */ .tdc-font-fa-leaf:before {
/* 491  */   content: "\f06c";
/* 492  */ }
/* 493  */ .tdc-font-fa-fire:before {
/* 494  */   content: "\f06d";
/* 495  */ }
/* 496  */ .tdc-font-fa-eye:before {
/* 497  */   content: "\f06e";
/* 498  */ }
/* 499  */ .tdc-font-fa-eye-slash:before {
/* 500  */   content: "\f070";

/* font-awesome.css */

/* 501  */ }
/* 502  */ .tdc-font-fa-warning-exclamation-triangle:before {
/* 503  */   content: "\f071";
/* 504  */ }
/* 505  */ .tdc-font-fa-plane:before {
/* 506  */   content: "\f072";
/* 507  */ }
/* 508  */ .tdc-font-fa-calendar:before {
/* 509  */   content: "\f073";
/* 510  */ }
/* 511  */ .tdc-font-fa-random:before {
/* 512  */   content: "\f074";
/* 513  */ }
/* 514  */ .tdc-font-fa-comment:before {
/* 515  */   content: "\f075";
/* 516  */ }
/* 517  */ .tdc-font-fa-magnet:before {
/* 518  */   content: "\f076";
/* 519  */ }
/* 520  */ .tdc-font-fa-chevron-up:before {
/* 521  */   content: "\f077";
/* 522  */ }
/* 523  */ .tdc-font-fa-chevron-down:before {
/* 524  */   content: "\f078";
/* 525  */ }
/* 526  */ .tdc-font-fa-retweet:before {
/* 527  */   content: "\f079";
/* 528  */ }
/* 529  */ .tdc-font-fa-shopping-cart:before {
/* 530  */   content: "\f07a";
/* 531  */ }
/* 532  */ .tdc-font-fa-folder:before {
/* 533  */   content: "\f07b";
/* 534  */ }
/* 535  */ .tdc-font-fa-folder-open:before {
/* 536  */   content: "\f07c";
/* 537  */ }
/* 538  */ .tdc-font-fa-arrows-v:before {
/* 539  */   content: "\f07d";
/* 540  */ }
/* 541  */ .tdc-font-fa-arrows-h:before {
/* 542  */   content: "\f07e";
/* 543  */ }
/* 544  */ .tdc-font-fa-bar-chart-o-chart:before {
/* 545  */   content: "\f080";
/* 546  */ }
/* 547  */ .tdc-font-fa-twitter-square:before {
/* 548  */   content: "\f081";
/* 549  */ }
/* 550  */ .tdc-font-fa-facebook-square:before {

/* font-awesome.css */

/* 551  */   content: "\f082";
/* 552  */ }
/* 553  */ .tdc-font-fa-camera-retro:before {
/* 554  */   content: "\f083";
/* 555  */ }
/* 556  */ .tdc-font-fa-key:before {
/* 557  */   content: "\f084";
/* 558  */ }
/* 559  */ .tdc-font-fa-gears-cogs:before {
/* 560  */   content: "\f085";
/* 561  */ }
/* 562  */ .tdc-font-fa-comments:before {
/* 563  */   content: "\f086";
/* 564  */ }
/* 565  */ .tdc-font-fa-thumbs-o-up:before {
/* 566  */   content: "\f087";
/* 567  */ }
/* 568  */ .tdc-font-fa-thumbs-o-down:before {
/* 569  */   content: "\f088";
/* 570  */ }
/* 571  */ .tdc-font-fa-star-half:before {
/* 572  */   content: "\f089";
/* 573  */ }
/* 574  */ .tdc-font-fa-heart-o:before {
/* 575  */   content: "\f08a";
/* 576  */ }
/* 577  */ .tdc-font-fa-sign-out:before {
/* 578  */   content: "\f08b";
/* 579  */ }
/* 580  */ .tdc-font-fa-linkedin-square:before {
/* 581  */   content: "\f08c";
/* 582  */ }
/* 583  */ .tdc-font-fa-thumb-tack:before {
/* 584  */   content: "\f08d";
/* 585  */ }
/* 586  */ .tdc-font-fa-external-link:before {
/* 587  */   content: "\f08e";
/* 588  */ }
/* 589  */ .tdc-font-fa-sign-in:before {
/* 590  */   content: "\f090";
/* 591  */ }
/* 592  */ .tdc-font-fa-trophy:before {
/* 593  */   content: "\f091";
/* 594  */ }
/* 595  */ .tdc-font-fa-github-square:before {
/* 596  */   content: "\f092";
/* 597  */ }
/* 598  */ .tdc-font-fa-upload:before {
/* 599  */   content: "\f093";
/* 600  */ }

/* font-awesome.css */

/* 601  */ .tdc-font-fa-lemon-o:before {
/* 602  */   content: "\f094";
/* 603  */ }
/* 604  */ .tdc-font-fa-phone:before {
/* 605  */   content: "\f095";
/* 606  */ }
/* 607  */ .tdc-font-fa-square-o:before {
/* 608  */   content: "\f096";
/* 609  */ }
/* 610  */ .tdc-font-fa-bookmark-o:before {
/* 611  */   content: "\f097";
/* 612  */ }
/* 613  */ .tdc-font-fa-phone-square:before {
/* 614  */   content: "\f098";
/* 615  */ }
/* 616  */ .tdc-font-fa-twitter:before {
/* 617  */   content: "\f099";
/* 618  */ }
/* 619  */ .tdc-font-fa-facebook-f:before {
/* 620  */   content: "\f09a";
/* 621  */ }
/* 622  */ .tdc-font-fa-github:before {
/* 623  */   content: "\f09b";
/* 624  */ }
/* 625  */ .tdc-font-fa-unlock:before {
/* 626  */   content: "\f09c";
/* 627  */ }
/* 628  */ .tdc-font-fa-credit-card:before {
/* 629  */   content: "\f09d";
/* 630  */ }
/* 631  */ .tdc-font-fa-feed-rss:before {
/* 632  */   content: "\f09e";
/* 633  */ }
/* 634  */ .tdc-font-fa-hdd-o:before {
/* 635  */   content: "\f0a0";
/* 636  */ }
/* 637  */ .tdc-font-fa-bullhorn:before {
/* 638  */   content: "\f0a1";
/* 639  */ }
/* 640  */ .tdc-font-fa-bell:before {
/* 641  */   content: "\f0f3";
/* 642  */ }
/* 643  */ .tdc-font-fa-certificate:before {
/* 644  */   content: "\f0a3";
/* 645  */ }
/* 646  */ .tdc-font-fa-hand-o-right:before {
/* 647  */   content: "\f0a4";
/* 648  */ }
/* 649  */ .tdc-font-fa-hand-o-left:before {
/* 650  */   content: "\f0a5";

/* font-awesome.css */

/* 651  */ }
/* 652  */ .tdc-font-fa-hand-o-up:before {
/* 653  */   content: "\f0a6";
/* 654  */ }
/* 655  */ .tdc-font-fa-hand-o-down:before {
/* 656  */   content: "\f0a7";
/* 657  */ }
/* 658  */ .tdc-font-fa-arrow-circle-left:before {
/* 659  */   content: "\f0a8";
/* 660  */ }
/* 661  */ .tdc-font-fa-arrow-circle-right:before {
/* 662  */   content: "\f0a9";
/* 663  */ }
/* 664  */ .tdc-font-fa-arrow-circle-up:before {
/* 665  */   content: "\f0aa";
/* 666  */ }
/* 667  */ .tdc-font-fa-arrow-circle-down:before {
/* 668  */   content: "\f0ab";
/* 669  */ }
/* 670  */ .tdc-font-fa-globe:before {
/* 671  */   content: "\f0ac";
/* 672  */ }
/* 673  */ .tdc-font-fa-wrench:before {
/* 674  */   content: "\f0ad";
/* 675  */ }
/* 676  */ .tdc-font-fa-tasks:before {
/* 677  */   content: "\f0ae";
/* 678  */ }
/* 679  */ .tdc-font-fa-filter:before {
/* 680  */   content: "\f0b0";
/* 681  */ }
/* 682  */ .tdc-font-fa-briefcase:before {
/* 683  */   content: "\f0b1";
/* 684  */ }
/* 685  */ .tdc-font-fa-arrows-alt:before {
/* 686  */   content: "\f0b2";
/* 687  */ }
/* 688  */ .tdc-font-fa-group-users:before {
/* 689  */   content: "\f0c0";
/* 690  */ }
/* 691  */ .tdc-font-fa-chain-link:before {
/* 692  */   content: "\f0c1";
/* 693  */ }
/* 694  */ .tdc-font-fa-cloud:before {
/* 695  */   content: "\f0c2";
/* 696  */ }
/* 697  */ .tdc-font-fa-flask:before {
/* 698  */   content: "\f0c3";
/* 699  */ }
/* 700  */ .tdc-font-fa-cut-scissors:before {

/* font-awesome.css */

/* 701  */   content: "\f0c4";
/* 702  */ }
/* 703  */ .tdc-font-fa-copy-files:before {
/* 704  */   content: "\f0c5";
/* 705  */ }
/* 706  */ .tdc-font-fa-paperclip:before {
/* 707  */   content: "\f0c6";
/* 708  */ }
/* 709  */ .tdc-font-fa-save-floppy:before {
/* 710  */   content: "\f0c7";
/* 711  */ }
/* 712  */ .tdc-font-fa-square:before {
/* 713  */   content: "\f0c8";
/* 714  */ }
/* 715  */ .tdc-font-fa-navicon-reorder-bars:before {
/* 716  */   content: "\f0c9";
/* 717  */ }
/* 718  */ .tdc-font-fa-list-ul:before {
/* 719  */   content: "\f0ca";
/* 720  */ }
/* 721  */ .tdc-font-fa-list-ol:before {
/* 722  */   content: "\f0cb";
/* 723  */ }
/* 724  */ .tdc-font-fa-strikethrough:before {
/* 725  */   content: "\f0cc";
/* 726  */ }
/* 727  */ .tdc-font-fa-underline:before {
/* 728  */   content: "\f0cd";
/* 729  */ }
/* 730  */ .tdc-font-fa-table:before {
/* 731  */   content: "\f0ce";
/* 732  */ }
/* 733  */ .tdc-font-fa-magic:before {
/* 734  */   content: "\f0d0";
/* 735  */ }
/* 736  */ .tdc-font-fa-truck:before {
/* 737  */   content: "\f0d1";
/* 738  */ }
/* 739  */ .tdc-font-fa-pinterest:before {
/* 740  */   content: "\f0d2";
/* 741  */ }
/* 742  */ .tdc-font-fa-pinterest-square:before {
/* 743  */   content: "\f0d3";
/* 744  */ }
/* 745  */ .tdc-font-fa-google-plus-square:before {
/* 746  */   content: "\f0d4";
/* 747  */ }
/* 748  */ .tdc-font-fa-google-plus:before {
/* 749  */   content: "\f0d5";
/* 750  */ }

/* font-awesome.css */

/* 751  */ .tdc-font-fa-money:before {
/* 752  */   content: "\f0d6";
/* 753  */ }
/* 754  */ .tdc-font-fa-caret-down:before {
/* 755  */   content: "\f0d7";
/* 756  */ }
/* 757  */ .tdc-font-fa-caret-up:before {
/* 758  */   content: "\f0d8";
/* 759  */ }
/* 760  */ .tdc-font-fa-caret-left:before {
/* 761  */   content: "\f0d9";
/* 762  */ }
/* 763  */ .tdc-font-fa-caret-right:before {
/* 764  */   content: "\f0da";
/* 765  */ }
/* 766  */ .tdc-font-fa-columns:before {
/* 767  */   content: "\f0db";
/* 768  */ }
/* 769  */ .tdc-font-fa-unsorted:before {
/* 770  */   content: "\f0dc";
/* 771  */ }
/* 772  */ .tdc-font-fa-sort-down:before {
/* 773  */   content: "\f0dd";
/* 774  */ }
/* 775  */ .tdc-font-fa-sort-up:before {
/* 776  */   content: "\f0de";
/* 777  */ }
/* 778  */ .tdc-font-fa-envelope:before {
/* 779  */   content: "\f0e0";
/* 780  */ }
/* 781  */ .tdc-font-fa-linkedin:before {
/* 782  */   content: "\f0e1";
/* 783  */ }
/* 784  */ .tdc-font-fa-rotate-left-undo:before {
/* 785  */   content: "\f0e2";
/* 786  */ }
/* 787  */ .tdc-font-fa-legal-gavel:before {
/* 788  */   content: "\f0e3";
/* 789  */ }
/* 790  */ .tdc-font-fa-dashboard-tachometer:before {
/* 791  */   content: "\f0e4";
/* 792  */ }
/* 793  */ .tdc-font-fa-comment-o:before {
/* 794  */   content: "\f0e5";
/* 795  */ }
/* 796  */ .tdc-font-fa-comments-o:before {
/* 797  */   content: "\f0e6";
/* 798  */ }
/* 799  */ .tdc-font-fa-flash-bolt:before {
/* 800  */   content: "\f0e7";

/* font-awesome.css */

/* 801  */ }
/* 802  */ .tdc-font-fa-sitemap:before {
/* 803  */   content: "\f0e8";
/* 804  */ }
/* 805  */ .tdc-font-fa-umbrella:before {
/* 806  */   content: "\f0e9";
/* 807  */ }
/* 808  */ .tdc-font-fa-paste-clipboard:before {
/* 809  */   content: "\f0ea";
/* 810  */ }
/* 811  */ .tdc-font-fa-lightbulb-o:before {
/* 812  */   content: "\f0eb";
/* 813  */ }
/* 814  */ .tdc-font-fa-exchange:before {
/* 815  */   content: "\f0ec";
/* 816  */ }
/* 817  */ .tdc-font-fa-cloud-download:before {
/* 818  */   content: "\f0ed";
/* 819  */ }
/* 820  */ .tdc-font-fa-cloud-upload:before {
/* 821  */   content: "\f0ee";
/* 822  */ }
/* 823  */ .tdc-font-fa-user-md:before {
/* 824  */   content: "\f0f0";
/* 825  */ }
/* 826  */ .tdc-font-fa-stethoscope:before {
/* 827  */   content: "\f0f1";
/* 828  */ }
/* 829  */ .tdc-font-fa-suitcase:before {
/* 830  */   content: "\f0f2";
/* 831  */ }
/* 832  */ .tdc-font-fa-bell-o:before {
/* 833  */   content: "\f0a2";
/* 834  */ }
/* 835  */ .tdc-font-fa-coffee:before {
/* 836  */   content: "\f0f4";
/* 837  */ }
/* 838  */ .tdc-font-fa-cutlery:before {
/* 839  */   content: "\f0f5";
/* 840  */ }
/* 841  */ .tdc-font-fa-file-text-o:before {
/* 842  */   content: "\f0f6";
/* 843  */ }
/* 844  */ .tdc-font-fa-building-o:before {
/* 845  */   content: "\f0f7";
/* 846  */ }
/* 847  */ .tdc-font-fa-hospital-o:before {
/* 848  */   content: "\f0f8";
/* 849  */ }
/* 850  */ .tdc-font-fa-ambulance:before {

/* font-awesome.css */

/* 851  */   content: "\f0f9";
/* 852  */ }
/* 853  */ .tdc-font-fa-medkit:before {
/* 854  */   content: "\f0fa";
/* 855  */ }
/* 856  */ .tdc-font-fa-fighter-jet:before {
/* 857  */   content: "\f0fb";
/* 858  */ }
/* 859  */ .tdc-font-fa-beer:before {
/* 860  */   content: "\f0fc";
/* 861  */ }
/* 862  */ .tdc-font-fa-h-square:before {
/* 863  */   content: "\f0fd";
/* 864  */ }
/* 865  */ .tdc-font-fa-plus-square:before {
/* 866  */   content: "\f0fe";
/* 867  */ }
/* 868  */ .tdc-font-fa-angle-double-left:before {
/* 869  */   content: "\f100";
/* 870  */ }
/* 871  */ .tdc-font-fa-angle-double-right:before {
/* 872  */   content: "\f101";
/* 873  */ }
/* 874  */ .tdc-font-fa-angle-double-up:before {
/* 875  */   content: "\f102";
/* 876  */ }
/* 877  */ .tdc-font-fa-angle-double-down:before {
/* 878  */   content: "\f103";
/* 879  */ }
/* 880  */ .tdc-font-fa-angle-left:before {
/* 881  */   content: "\f104";
/* 882  */ }
/* 883  */ .tdc-font-fa-angle-right:before {
/* 884  */   content: "\f105";
/* 885  */ }
/* 886  */ .tdc-font-fa-angle-up:before {
/* 887  */   content: "\f106";
/* 888  */ }
/* 889  */ .tdc-font-fa-angle-down:before {
/* 890  */   content: "\f107";
/* 891  */ }
/* 892  */ .tdc-font-fa-desktop:before {
/* 893  */   content: "\f108";
/* 894  */ }
/* 895  */ .tdc-font-fa-laptop:before {
/* 896  */   content: "\f109";
/* 897  */ }
/* 898  */ .tdc-font-fa-tablet:before {
/* 899  */   content: "\f10a";
/* 900  */ }

/* font-awesome.css */

/* 901  */ .tdc-font-fa-mobile-phone:before {
/* 902  */   content: "\f10b";
/* 903  */ }
/* 904  */ .tdc-font-fa-circle-o:before {
/* 905  */   content: "\f10c";
/* 906  */ }
/* 907  */ .tdc-font-fa-quote-left:before {
/* 908  */   content: "\f10d";
/* 909  */ }
/* 910  */ .tdc-font-fa-quote-right:before {
/* 911  */   content: "\f10e";
/* 912  */ }
/* 913  */ .tdc-font-fa-spinner:before {
/* 914  */   content: "\f110";
/* 915  */ }
/* 916  */ .tdc-font-fa-circle:before {
/* 917  */   content: "\f111";
/* 918  */ }
/* 919  */ .tdc-font-fa-mail-reply:before {
/* 920  */   content: "\f112";
/* 921  */ }
/* 922  */ .tdc-font-fa-github-alt:before {
/* 923  */   content: "\f113";
/* 924  */ }
/* 925  */ .tdc-font-fa-folder-o:before {
/* 926  */   content: "\f114";
/* 927  */ }
/* 928  */ .tdc-font-fa-folder-open-o:before {
/* 929  */   content: "\f115";
/* 930  */ }
/* 931  */ .tdc-font-fa-smile-o:before {
/* 932  */   content: "\f118";
/* 933  */ }
/* 934  */ .tdc-font-fa-frown-o:before {
/* 935  */   content: "\f119";
/* 936  */ }
/* 937  */ .tdc-font-fa-meh-o:before {
/* 938  */   content: "\f11a";
/* 939  */ }
/* 940  */ .tdc-font-fa-gamepad:before {
/* 941  */   content: "\f11b";
/* 942  */ }
/* 943  */ .tdc-font-fa-keyboard-o:before {
/* 944  */   content: "\f11c";
/* 945  */ }
/* 946  */ .tdc-font-fa-flag-o:before {
/* 947  */   content: "\f11d";
/* 948  */ }
/* 949  */ .tdc-font-fa-flag-checkered:before {
/* 950  */   content: "\f11e";

/* font-awesome.css */

/* 951  */ }
/* 952  */ .tdc-font-fa-terminal:before {
/* 953  */   content: "\f120";
/* 954  */ }
/* 955  */ .tdc-font-fa-code:before {
/* 956  */   content: "\f121";
/* 957  */ }
/* 958  */ .tdc-font-fa-mail-reply-all:before {
/* 959  */   content: "\f122";
/* 960  */ }
/* 961  */ .tdc-font-fa-star-half-empty:before {
/* 962  */   content: "\f123";
/* 963  */ }
/* 964  */ .tdc-font-fa-location-arrow:before {
/* 965  */   content: "\f124";
/* 966  */ }
/* 967  */ .tdc-font-fa-crop:before {
/* 968  */   content: "\f125";
/* 969  */ }
/* 970  */ .tdc-font-fa-code-fork:before {
/* 971  */   content: "\f126";
/* 972  */ }
/* 973  */ .tdc-font-fa-unlink-chain-broken:before {
/* 974  */   content: "\f127";
/* 975  */ }
/* 976  */ .tdc-font-fa-question:before {
/* 977  */   content: "\f128";
/* 978  */ }
/* 979  */ .tdc-font-fa-info:before {
/* 980  */   content: "\f129";
/* 981  */ }
/* 982  */ .tdc-font-fa-exclamation:before {
/* 983  */   content: "\f12a";
/* 984  */ }
/* 985  */ .tdc-font-fa-superscript:before {
/* 986  */   content: "\f12b";
/* 987  */ }
/* 988  */ .tdc-font-fa-subscript:before {
/* 989  */   content: "\f12c";
/* 990  */ }
/* 991  */ .tdc-font-fa-eraser:before {
/* 992  */   content: "\f12d";
/* 993  */ }
/* 994  */ .tdc-font-fa-puzzle-piece:before {
/* 995  */   content: "\f12e";
/* 996  */ }
/* 997  */ .tdc-font-fa-microphone:before {
/* 998  */   content: "\f130";
/* 999  */ }
/* 1000 */ .tdc-font-fa-microphone-slash:before {

/* font-awesome.css */

/* 1001 */   content: "\f131";
/* 1002 */ }
/* 1003 */ .tdc-font-fa-shield:before {
/* 1004 */   content: "\f132";
/* 1005 */ }
/* 1006 */ .tdc-font-fa-calendar-o:before {
/* 1007 */   content: "\f133";
/* 1008 */ }
/* 1009 */ .tdc-font-fa-fire-extinguisher:before {
/* 1010 */   content: "\f134";
/* 1011 */ }
/* 1012 */ .tdc-font-fa-rocket:before {
/* 1013 */   content: "\f135";
/* 1014 */ }
/* 1015 */ .tdc-font-fa-maxcdn:before {
/* 1016 */   content: "\f136";
/* 1017 */ }
/* 1018 */ .tdc-font-fa-chevron-circle-left:before {
/* 1019 */   content: "\f137";
/* 1020 */ }
/* 1021 */ .tdc-font-fa-chevron-circle-right:before {
/* 1022 */   content: "\f138";
/* 1023 */ }
/* 1024 */ .tdc-font-fa-chevron-circle-up:before {
/* 1025 */   content: "\f139";
/* 1026 */ }
/* 1027 */ .tdc-font-fa-chevron-circle-down:before {
/* 1028 */   content: "\f13a";
/* 1029 */ }
/* 1030 */ .tdc-font-fa-html5:before {
/* 1031 */   content: "\f13b";
/* 1032 */ }
/* 1033 */ .tdc-font-fa-css3:before {
/* 1034 */   content: "\f13c";
/* 1035 */ }
/* 1036 */ .tdc-font-fa-anchor:before {
/* 1037 */   content: "\f13d";
/* 1038 */ }
/* 1039 */ .tdc-font-fa-unlock-alt:before {
/* 1040 */   content: "\f13e";
/* 1041 */ }
/* 1042 */ .tdc-font-fa-bullseye:before {
/* 1043 */   content: "\f140";
/* 1044 */ }
/* 1045 */ .tdc-font-fa-ellipsis-h:before {
/* 1046 */   content: "\f141";
/* 1047 */ }
/* 1048 */ .tdc-font-fa-ellipsis-v:before {
/* 1049 */   content: "\f142";
/* 1050 */ }

/* font-awesome.css */

/* 1051 */ .tdc-font-fa-rss-square:before {
/* 1052 */   content: "\f143";
/* 1053 */ }
/* 1054 */ .tdc-font-fa-play-circle:before {
/* 1055 */   content: "\f144";
/* 1056 */ }
/* 1057 */ .tdc-font-fa-ticket:before {
/* 1058 */   content: "\f145";
/* 1059 */ }
/* 1060 */ .tdc-font-fa-minus-square:before {
/* 1061 */   content: "\f146";
/* 1062 */ }
/* 1063 */ .tdc-font-fa-minus-square-o:before {
/* 1064 */   content: "\f147";
/* 1065 */ }
/* 1066 */ .tdc-font-fa-level-up:before {
/* 1067 */   content: "\f148";
/* 1068 */ }
/* 1069 */ .tdc-font-fa-level-down:before {
/* 1070 */   content: "\f149";
/* 1071 */ }
/* 1072 */ .tdc-font-fa-check-square:before {
/* 1073 */   content: "\f14a";
/* 1074 */ }
/* 1075 */ .tdc-font-fa-pencil-square:before {
/* 1076 */   content: "\f14b";
/* 1077 */ }
/* 1078 */ .tdc-font-fa-external-link-square:before {
/* 1079 */   content: "\f14c";
/* 1080 */ }
/* 1081 */ .tdc-font-fa-share-square:before {
/* 1082 */   content: "\f14d";
/* 1083 */ }
/* 1084 */ .tdc-font-fa-compass:before {
/* 1085 */   content: "\f14e";
/* 1086 */ }
/* 1087 */ .tdc-font-fa-toggle-down-caret:before {
/* 1088 */   content: "\f150";
/* 1089 */ }
/* 1090 */ .tdc-font-fa-toggle-up-caret:before {
/* 1091 */   content: "\f151";
/* 1092 */ }
/* 1093 */ .tdc-font-fa-toggle-right-caret:before {
/* 1094 */   content: "\f152";
/* 1095 */ }
/* 1096 */ .tdc-font-fa-euro:before {
/* 1097 */   content: "\f153";
/* 1098 */ }
/* 1099 */ .tdc-font-fa-gbp:before {
/* 1100 */   content: "\f154";

/* font-awesome.css */

/* 1101 */ }
/* 1102 */ .tdc-font-fa-dollar-usd:before {
/* 1103 */   content: "\f155";
/* 1104 */ }
/* 1105 */ .tdc-font-fa-rupee:before {
/* 1106 */   content: "\f156";
/* 1107 */ }
/* 1108 */ .tdc-font-fa-cny-yen-jpy:before {
/* 1109 */   content: "\f157";
/* 1110 */ }
/* 1111 */ .tdc-font-fa-ruble:before {
/* 1112 */   content: "\f158";
/* 1113 */ }
/* 1114 */ .tdc-font-fa-won:before {
/* 1115 */   content: "\f159";
/* 1116 */ }
/* 1117 */ .tdc-font-fa-bitcoin:before {
/* 1118 */   content: "\f15a";
/* 1119 */ }
/* 1120 */ .tdc-font-fa-file:before {
/* 1121 */   content: "\f15b";
/* 1122 */ }
/* 1123 */ .tdc-font-fa-file-text:before {
/* 1124 */   content: "\f15c";
/* 1125 */ }
/* 1126 */ .tdc-font-fa-sort-alpha-asc:before {
/* 1127 */   content: "\f15d";
/* 1128 */ }
/* 1129 */ .tdc-font-fa-sort-alpha-desc:before {
/* 1130 */   content: "\f15e";
/* 1131 */ }
/* 1132 */ .tdc-font-fa-sort-amount-asc:before {
/* 1133 */   content: "\f160";
/* 1134 */ }
/* 1135 */ .tdc-font-fa-sort-amount-desc:before {
/* 1136 */   content: "\f161";
/* 1137 */ }
/* 1138 */ .tdc-font-fa-sort-numeric-asc:before {
/* 1139 */   content: "\f162";
/* 1140 */ }
/* 1141 */ .tdc-font-fa-sort-numeric-desc:before {
/* 1142 */   content: "\f163";
/* 1143 */ }
/* 1144 */ .tdc-font-fa-thumbs-up:before {
/* 1145 */   content: "\f164";
/* 1146 */ }
/* 1147 */ .tdc-font-fa-thumbs-down:before {
/* 1148 */   content: "\f165";
/* 1149 */ }
/* 1150 */ .tdc-font-fa-youtube-square:before {

/* font-awesome.css */

/* 1151 */   content: "\f166";
/* 1152 */ }
/* 1153 */ .tdc-font-fa-youtube:before {
/* 1154 */   content: "\f167";
/* 1155 */ }
/* 1156 */ .tdc-font-fa-xing:before {
/* 1157 */   content: "\f168";
/* 1158 */ }
/* 1159 */ .tdc-font-fa-xing-square:before {
/* 1160 */   content: "\f169";
/* 1161 */ }
/* 1162 */ .tdc-font-fa-youtube-play:before {
/* 1163 */   content: "\f16a";
/* 1164 */ }
/* 1165 */ .tdc-font-fa-dropbox:before {
/* 1166 */   content: "\f16b";
/* 1167 */ }
/* 1168 */ .tdc-font-fa-stack-overflow:before {
/* 1169 */   content: "\f16c";
/* 1170 */ }
/* 1171 */ .tdc-font-fa-instagram:before {
/* 1172 */   content: "\f16d";
/* 1173 */ }
/* 1174 */ .tdc-font-fa-flickr:before {
/* 1175 */   content: "\f16e";
/* 1176 */ }
/* 1177 */ .tdc-font-fa-adn:before {
/* 1178 */   content: "\f170";
/* 1179 */ }
/* 1180 */ .tdc-font-fa-bitbucket:before {
/* 1181 */   content: "\f171";
/* 1182 */ }
/* 1183 */ .tdc-font-fa-bitbucket-square:before {
/* 1184 */   content: "\f172";
/* 1185 */ }
/* 1186 */ .tdc-font-fa-tumblr:before {
/* 1187 */   content: "\f173";
/* 1188 */ }
/* 1189 */ .tdc-font-fa-tumblr-square:before {
/* 1190 */   content: "\f174";
/* 1191 */ }
/* 1192 */ .tdc-font-fa-long-arrow-down:before {
/* 1193 */   content: "\f175";
/* 1194 */ }
/* 1195 */ .tdc-font-fa-long-arrow-up:before {
/* 1196 */   content: "\f176";
/* 1197 */ }
/* 1198 */ .tdc-font-fa-long-arrow-left:before {
/* 1199 */   content: "\f177";
/* 1200 */ }

/* font-awesome.css */

/* 1201 */ .tdc-font-fa-long-arrow-right:before {
/* 1202 */   content: "\f178";
/* 1203 */ }
/* 1204 */ .tdc-font-fa-apple:before {
/* 1205 */   content: "\f179";
/* 1206 */ }
/* 1207 */ .tdc-font-fa-windows:before {
/* 1208 */   content: "\f17a";
/* 1209 */ }
/* 1210 */ .tdc-font-fa-android:before {
/* 1211 */   content: "\f17b";
/* 1212 */ }
/* 1213 */ .tdc-font-fa-linux:before {
/* 1214 */   content: "\f17c";
/* 1215 */ }
/* 1216 */ .tdc-font-fa-dribbble:before {
/* 1217 */   content: "\f17d";
/* 1218 */ }
/* 1219 */ .tdc-font-fa-skype:before {
/* 1220 */   content: "\f17e";
/* 1221 */ }
/* 1222 */ .tdc-font-fa-foursquare:before {
/* 1223 */   content: "\f180";
/* 1224 */ }
/* 1225 */ .tdc-font-fa-trello:before {
/* 1226 */   content: "\f181";
/* 1227 */ }
/* 1228 */ .tdc-font-fa-female:before {
/* 1229 */   content: "\f182";
/* 1230 */ }
/* 1231 */ .tdc-font-fa-male:before {
/* 1232 */   content: "\f183";
/* 1233 */ }
/* 1234 */ .tdc-font-fa-gittip:before {
/* 1235 */   content: "\f184";
/* 1236 */ }
/* 1237 */ .tdc-font-fa-sun-o:before {
/* 1238 */   content: "\f185";
/* 1239 */ }
/* 1240 */ .tdc-font-fa-moon-o:before {
/* 1241 */   content: "\f186";
/* 1242 */ }
/* 1243 */ .tdc-font-fa-archive:before {
/* 1244 */   content: "\f187";
/* 1245 */ }
/* 1246 */ .tdc-font-fa-bug:before {
/* 1247 */   content: "\f188";
/* 1248 */ }
/* 1249 */ .tdc-font-fa-vk:before {
/* 1250 */   content: "\f189";

/* font-awesome.css */

/* 1251 */ }
/* 1252 */ .tdc-font-fa-weibo:before {
/* 1253 */   content: "\f18a";
/* 1254 */ }
/* 1255 */ .tdc-font-fa-renren:before {
/* 1256 */   content: "\f18b";
/* 1257 */ }
/* 1258 */ .tdc-font-fa-pagelines:before {
/* 1259 */   content: "\f18c";
/* 1260 */ }
/* 1261 */ .tdc-font-fa-stack-exchange:before {
/* 1262 */   content: "\f18d";
/* 1263 */ }
/* 1264 */ .tdc-font-fa-arrow-circle-o-right:before {
/* 1265 */   content: "\f18e";
/* 1266 */ }
/* 1267 */ .tdc-font-fa-arrow-circle-o-left:before {
/* 1268 */   content: "\f190";
/* 1269 */ }
/* 1270 */ .tdc-font-fa-toggle-left:before {
/* 1271 */   content: "\f191";
/* 1272 */ }
/* 1273 */ .tdc-font-fa-dot-circle-o:before {
/* 1274 */   content: "\f192";
/* 1275 */ }
/* 1276 */ .tdc-font-fa-wheelchair:before {
/* 1277 */   content: "\f193";
/* 1278 */ }
/* 1279 */ .tdc-font-fa-vimeo-square:before {
/* 1280 */   content: "\f194";
/* 1281 */ }
/* 1282 */ .tdc-font-fa-turkish-lira:before {
/* 1283 */   content: "\f195";
/* 1284 */ }
/* 1285 */ .tdc-font-fa-plus-square-o:before {
/* 1286 */   content: "\f196";
/* 1287 */ }
/* 1288 */ .tdc-font-fa-space-shuttle:before {
/* 1289 */   content: "\f197";
/* 1290 */ }
/* 1291 */ .tdc-font-fa-slack:before {
/* 1292 */   content: "\f198";
/* 1293 */ }
/* 1294 */ .tdc-font-fa-envelope-square:before {
/* 1295 */   content: "\f199";
/* 1296 */ }
/* 1297 */ .tdc-font-fa-wordpress:before {
/* 1298 */   content: "\f19a";
/* 1299 */ }
/* 1300 */ .tdc-font-fa-openid:before {

/* font-awesome.css */

/* 1301 */   content: "\f19b";
/* 1302 */ }
/* 1303 */ .tdc-font-fa-institution-bank-university:before {
/* 1304 */   content: "\f19c";
/* 1305 */ }
/* 1306 */ .tdc-font-fa-mortar-board-graduation:before {
/* 1307 */   content: "\f19d";
/* 1308 */ }
/* 1309 */ .tdc-font-fa-yahoo:before {
/* 1310 */   content: "\f19e";
/* 1311 */ }
/* 1312 */ .tdc-font-fa-google:before {
/* 1313 */   content: "\f1a0";
/* 1314 */ }
/* 1315 */ .tdc-font-fa-reddit:before {
/* 1316 */   content: "\f1a1";
/* 1317 */ }
/* 1318 */ .tdc-font-fa-reddit-square:before {
/* 1319 */   content: "\f1a2";
/* 1320 */ }
/* 1321 */ .tdc-font-fa-stumbleupon-circle:before {
/* 1322 */   content: "\f1a3";
/* 1323 */ }
/* 1324 */ .tdc-font-fa-stumbleupon:before {
/* 1325 */   content: "\f1a4";
/* 1326 */ }
/* 1327 */ .tdc-font-fa-delicious:before {
/* 1328 */   content: "\f1a5";
/* 1329 */ }
/* 1330 */ .tdc-font-fa-digg:before {
/* 1331 */   content: "\f1a6";
/* 1332 */ }
/* 1333 */ .tdc-font-fa-pied-piper-pp:before {
/* 1334 */   content: "\f1a7";
/* 1335 */ }
/* 1336 */ .tdc-font-fa-pied-piper-alt:before {
/* 1337 */   content: "\f1a8";
/* 1338 */ }
/* 1339 */ .tdc-font-fa-drupal:before {
/* 1340 */   content: "\f1a9";
/* 1341 */ }
/* 1342 */ .tdc-font-fa-joomla:before {
/* 1343 */   content: "\f1aa";
/* 1344 */ }
/* 1345 */ .tdc-font-fa-language:before {
/* 1346 */   content: "\f1ab";
/* 1347 */ }
/* 1348 */ .tdc-font-fa-fax:before {
/* 1349 */   content: "\f1ac";
/* 1350 */ }

/* font-awesome.css */

/* 1351 */ .tdc-font-fa-building:before {
/* 1352 */   content: "\f1ad";
/* 1353 */ }
/* 1354 */ .tdc-font-fa-child:before {
/* 1355 */   content: "\f1ae";
/* 1356 */ }
/* 1357 */ .tdc-font-fa-paw:before {
/* 1358 */   content: "\f1b0";
/* 1359 */ }
/* 1360 */ .tdc-font-fa-spoon:before {
/* 1361 */   content: "\f1b1";
/* 1362 */ }
/* 1363 */ .tdc-font-fa-cube:before {
/* 1364 */   content: "\f1b2";
/* 1365 */ }
/* 1366 */ .tdc-font-fa-cubes:before {
/* 1367 */   content: "\f1b3";
/* 1368 */ }
/* 1369 */ .tdc-font-fa-behance:before {
/* 1370 */   content: "\f1b4";
/* 1371 */ }
/* 1372 */ .tdc-font-fa-behance-square:before {
/* 1373 */   content: "\f1b5";
/* 1374 */ }
/* 1375 */ .tdc-font-fa-steam:before {
/* 1376 */   content: "\f1b6";
/* 1377 */ }
/* 1378 */ .tdc-font-fa-steam-square:before {
/* 1379 */   content: "\f1b7";
/* 1380 */ }
/* 1381 */ .tdc-font-fa-recycle:before {
/* 1382 */   content: "\f1b8";
/* 1383 */ }
/* 1384 */ .tdc-font-fa-automobile-car:before {
/* 1385 */   content: "\f1b9";
/* 1386 */ }
/* 1387 */ .tdc-font-fa-cab-taxi:before {
/* 1388 */   content: "\f1ba";
/* 1389 */ }
/* 1390 */ .tdc-font-fa-tree:before {
/* 1391 */   content: "\f1bb";
/* 1392 */ }
/* 1393 */ .tdc-font-fa-spotify:before {
/* 1394 */   content: "\f1bc";
/* 1395 */ }
/* 1396 */ .tdc-font-fa-deviantart:before {
/* 1397 */   content: "\f1bd";
/* 1398 */ }
/* 1399 */ .tdc-font-fa-soundcloud:before {
/* 1400 */   content: "\f1be";

/* font-awesome.css */

/* 1401 */ }
/* 1402 */ .tdc-font-fa-database:before {
/* 1403 */   content: "\f1c0";
/* 1404 */ }
/* 1405 */ .tdc-font-fa-file-pdf-o:before {
/* 1406 */   content: "\f1c1";
/* 1407 */ }
/* 1408 */ .tdc-font-fa-file-word-o:before {
/* 1409 */   content: "\f1c2";
/* 1410 */ }
/* 1411 */ .tdc-font-fa-file-excel-o:before {
/* 1412 */   content: "\f1c3";
/* 1413 */ }
/* 1414 */ .tdc-font-fa-file-powerpoint-o:before {
/* 1415 */   content: "\f1c4";
/* 1416 */ }
/* 1417 */ .tdc-font-fa-file-photo-picture-image:before {
/* 1418 */   content: "\f1c5";
/* 1419 */ }
/* 1420 */ .tdc-font-fa-file-zip-archive:before {
/* 1421 */   content: "\f1c6";
/* 1422 */ }
/* 1423 */ .tdc-font-fa-file-sound-audio:before {
/* 1424 */   content: "\f1c7";
/* 1425 */ }
/* 1426 */ .tdc-font-fa-file-movie-video:before {
/* 1427 */   content: "\f1c8";
/* 1428 */ }
/* 1429 */ .tdc-font-fa-file-code-o:before {
/* 1430 */   content: "\f1c9";
/* 1431 */ }
/* 1432 */ .tdc-font-fa-vine:before {
/* 1433 */   content: "\f1ca";
/* 1434 */ }
/* 1435 */ .tdc-font-fa-codepen:before {
/* 1436 */   content: "\f1cb";
/* 1437 */ }
/* 1438 */ .tdc-font-fa-jsfiddle:before {
/* 1439 */   content: "\f1cc";
/* 1440 */ }
/* 1441 */ .tdc-font-fa-life-bouy:before {
/* 1442 */   content: "\f1cd";
/* 1443 */ }
/* 1444 */ .tdc-font-fa-circle-o-notch:before {
/* 1445 */   content: "\f1ce";
/* 1446 */ }
/* 1447 */ .tdc-font-fa-ra-resistance-rebel:before {
/* 1448 */   content: "\f1d0";
/* 1449 */ }
/* 1450 */ .tdc-font-fa-ge-empire:before {

/* font-awesome.css */

/* 1451 */   content: "\f1d1";
/* 1452 */ }
/* 1453 */ .tdc-font-fa-git-square:before {
/* 1454 */   content: "\f1d2";
/* 1455 */ }
/* 1456 */ .tdc-font-fa-git:before {
/* 1457 */   content: "\f1d3";
/* 1458 */ }
/* 1459 */ .tdc-font-fa-y-combinator-square:before {
/* 1460 */   content: "\f1d4";
/* 1461 */ }
/* 1462 */ .tdc-font-fa-tencent-weibo:before {
/* 1463 */   content: "\f1d5";
/* 1464 */ }
/* 1465 */ .tdc-font-fa-qq:before {
/* 1466 */   content: "\f1d6";
/* 1467 */ }
/* 1468 */ .tdc-font-fa-wechat:before {
/* 1469 */   content: "\f1d7";
/* 1470 */ }
/* 1471 */ .tdc-font-fa-send-paper-plan:before {
/* 1472 */   content: "\f1d8";
/* 1473 */ }
/* 1474 */ .tdc-font-fa-send-o:before {
/* 1475 */   content: "\f1d9";
/* 1476 */ }
/* 1477 */ .tdc-font-fa-history:before {
/* 1478 */   content: "\f1da";
/* 1479 */ }
/* 1480 */ .tdc-font-fa-circle-thin:before {
/* 1481 */   content: "\f1db";
/* 1482 */ }
/* 1483 */ .tdc-font-fa-header:before {
/* 1484 */   content: "\f1dc";
/* 1485 */ }
/* 1486 */ .tdc-font-fa-paragraph:before {
/* 1487 */   content: "\f1dd";
/* 1488 */ }
/* 1489 */ .tdc-font-fa-sliders:before {
/* 1490 */   content: "\f1de";
/* 1491 */ }
/* 1492 */ .tdc-font-fa-share-alt:before {
/* 1493 */   content: "\f1e0";
/* 1494 */ }
/* 1495 */ .tdc-font-fa-share-alt-square:before {
/* 1496 */   content: "\f1e1";
/* 1497 */ }
/* 1498 */ .tdc-font-fa-bomb:before {
/* 1499 */   content: "\f1e2";
/* 1500 */ }

/* font-awesome.css */

/* 1501 */ .tdc-font-fa-soccer-ball-o:before {
/* 1502 */   content: "\f1e3";
/* 1503 */ }
/* 1504 */ .tdc-font-fa-tty:before {
/* 1505 */   content: "\f1e4";
/* 1506 */ }
/* 1507 */ .tdc-font-fa-binoculars:before {
/* 1508 */   content: "\f1e5";
/* 1509 */ }
/* 1510 */ .tdc-font-fa-plug:before {
/* 1511 */   content: "\f1e6";
/* 1512 */ }
/* 1513 */ .tdc-font-fa-slideshare:before {
/* 1514 */   content: "\f1e7";
/* 1515 */ }
/* 1516 */ .tdc-font-fa-twitch:before {
/* 1517 */   content: "\f1e8";
/* 1518 */ }
/* 1519 */ .tdc-font-fa-yelp:before {
/* 1520 */   content: "\f1e9";
/* 1521 */ }
/* 1522 */ .tdc-font-fa-newspaper-o:before {
/* 1523 */   content: "\f1ea";
/* 1524 */ }
/* 1525 */ .tdc-font-fa-wifi:before {
/* 1526 */   content: "\f1eb";
/* 1527 */ }
/* 1528 */ .tdc-font-fa-calculator:before {
/* 1529 */   content: "\f1ec";
/* 1530 */ }
/* 1531 */ .tdc-font-fa-paypal:before {
/* 1532 */   content: "\f1ed";
/* 1533 */ }
/* 1534 */ .tdc-font-fa-google-wallet:before {
/* 1535 */   content: "\f1ee";
/* 1536 */ }
/* 1537 */ .tdc-font-fa-cc-visa:before {
/* 1538 */   content: "\f1f0";
/* 1539 */ }
/* 1540 */ .tdc-font-fa-cc-mastercard:before {
/* 1541 */   content: "\f1f1";
/* 1542 */ }
/* 1543 */ .tdc-font-fa-cc-discover:before {
/* 1544 */   content: "\f1f2";
/* 1545 */ }
/* 1546 */ .tdc-font-fa-cc-amex:before {
/* 1547 */   content: "\f1f3";
/* 1548 */ }
/* 1549 */ .tdc-font-fa-cc-paypal:before {
/* 1550 */   content: "\f1f4";

/* font-awesome.css */

/* 1551 */ }
/* 1552 */ .tdc-font-fa-cc-stripe:before {
/* 1553 */   content: "\f1f5";
/* 1554 */ }
/* 1555 */ .tdc-font-fa-bell-slash:before {
/* 1556 */   content: "\f1f6";
/* 1557 */ }
/* 1558 */ .tdc-font-fa-bell-slash-o:before {
/* 1559 */   content: "\f1f7";
/* 1560 */ }
/* 1561 */ .tdc-font-fa-trash:before {
/* 1562 */   content: "\f1f8";
/* 1563 */ }
/* 1564 */ .tdc-font-fa-copyright:before {
/* 1565 */   content: "\f1f9";
/* 1566 */ }
/* 1567 */ .tdc-font-fa-at:before {
/* 1568 */   content: "\f1fa";
/* 1569 */ }
/* 1570 */ .tdc-font-fa-eyedropper:before {
/* 1571 */   content: "\f1fb";
/* 1572 */ }
/* 1573 */ .tdc-font-fa-paint-brush:before {
/* 1574 */   content: "\f1fc";
/* 1575 */ }
/* 1576 */ .tdc-font-fa-birthday-cake:before {
/* 1577 */   content: "\f1fd";
/* 1578 */ }
/* 1579 */ .tdc-font-fa-area-chart:before {
/* 1580 */   content: "\f1fe";
/* 1581 */ }
/* 1582 */ .tdc-font-fa-pie-chart:before {
/* 1583 */   content: "\f200";
/* 1584 */ }
/* 1585 */ .tdc-font-fa-line-chart:before {
/* 1586 */   content: "\f201";
/* 1587 */ }
/* 1588 */ .tdc-font-fa-lastfm:before {
/* 1589 */   content: "\f202";
/* 1590 */ }
/* 1591 */ .tdc-font-fa-lastfm-square:before {
/* 1592 */   content: "\f203";
/* 1593 */ }
/* 1594 */ .tdc-font-fa-toggle-off:before {
/* 1595 */   content: "\f204";
/* 1596 */ }
/* 1597 */ .tdc-font-fa-toggle-on:before {
/* 1598 */   content: "\f205";
/* 1599 */ }
/* 1600 */ .tdc-font-fa-bicycle:before {

/* font-awesome.css */

/* 1601 */   content: "\f206";
/* 1602 */ }
/* 1603 */ .tdc-font-fa-bus:before {
/* 1604 */   content: "\f207";
/* 1605 */ }
/* 1606 */ .tdc-font-fa-ioxhost:before {
/* 1607 */   content: "\f208";
/* 1608 */ }
/* 1609 */ .tdc-font-fa-angellist:before {
/* 1610 */   content: "\f209";
/* 1611 */ }
/* 1612 */ .tdc-font-fa-cc:before {
/* 1613 */   content: "\f20a";
/* 1614 */ }
/* 1615 */ .tdc-font-fa-shekel:before {
/* 1616 */   content: "\f20b";
/* 1617 */ }
/* 1618 */ .tdc-font-fa-meanpath:before {
/* 1619 */   content: "\f20c";
/* 1620 */ }
/* 1621 */ .tdc-font-fa-buysellads:before {
/* 1622 */   content: "\f20d";
/* 1623 */ }
/* 1624 */ .tdc-font-fa-connectdevelop:before {
/* 1625 */   content: "\f20e";
/* 1626 */ }
/* 1627 */ .tdc-font-fa-dashcube:before {
/* 1628 */   content: "\f210";
/* 1629 */ }
/* 1630 */ .tdc-font-fa-forumbee:before {
/* 1631 */   content: "\f211";
/* 1632 */ }
/* 1633 */ .tdc-font-fa-leanpub:before {
/* 1634 */   content: "\f212";
/* 1635 */ }
/* 1636 */ .tdc-font-fa-sellsy:before {
/* 1637 */   content: "\f213";
/* 1638 */ }
/* 1639 */ .tdc-font-fa-shirtsinbulk:before {
/* 1640 */   content: "\f214";
/* 1641 */ }
/* 1642 */ .tdc-font-fa-simplybuilt:before {
/* 1643 */   content: "\f215";
/* 1644 */ }
/* 1645 */ .tdc-font-fa-skyatlas:before {
/* 1646 */   content: "\f216";
/* 1647 */ }
/* 1648 */ .tdc-font-fa-cart-plus:before {
/* 1649 */   content: "\f217";
/* 1650 */ }

/* font-awesome.css */

/* 1651 */ .tdc-font-fa-cart-arrow-down:before {
/* 1652 */   content: "\f218";
/* 1653 */ }
/* 1654 */ .tdc-font-fa-diamond:before {
/* 1655 */   content: "\f219";
/* 1656 */ }
/* 1657 */ .tdc-font-fa-ship:before {
/* 1658 */   content: "\f21a";
/* 1659 */ }
/* 1660 */ .tdc-font-fa-user-secret:before {
/* 1661 */   content: "\f21b";
/* 1662 */ }
/* 1663 */ .tdc-font-fa-motorcycle:before {
/* 1664 */   content: "\f21c";
/* 1665 */ }
/* 1666 */ .tdc-font-fa-street-view:before {
/* 1667 */   content: "\f21d";
/* 1668 */ }
/* 1669 */ .tdc-font-fa-heartbeat:before {
/* 1670 */   content: "\f21e";
/* 1671 */ }
/* 1672 */ .tdc-font-fa-venus:before {
/* 1673 */   content: "\f221";
/* 1674 */ }
/* 1675 */ .tdc-font-fa-mars:before {
/* 1676 */   content: "\f222";
/* 1677 */ }
/* 1678 */ .tdc-font-fa-mercury:before {
/* 1679 */   content: "\f223";
/* 1680 */ }
/* 1681 */ .tdc-font-fa-intersex:before {
/* 1682 */   content: "\f224";
/* 1683 */ }
/* 1684 */ .tdc-font-fa-transgender-alt:before {
/* 1685 */   content: "\f225";
/* 1686 */ }
/* 1687 */ .tdc-font-fa-venus-double:before {
/* 1688 */   content: "\f226";
/* 1689 */ }
/* 1690 */ .tdc-font-fa-mars-double:before {
/* 1691 */   content: "\f227";
/* 1692 */ }
/* 1693 */ .tdc-font-fa-venus-mars:before {
/* 1694 */   content: "\f228";
/* 1695 */ }
/* 1696 */ .tdc-font-fa-mars-stroke:before {
/* 1697 */   content: "\f229";
/* 1698 */ }
/* 1699 */ .tdc-font-fa-mars-stroke-v:before {
/* 1700 */   content: "\f22a";

/* font-awesome.css */

/* 1701 */ }
/* 1702 */ .tdc-font-fa-mars-stroke-h:before {
/* 1703 */   content: "\f22b";
/* 1704 */ }
/* 1705 */ .tdc-font-fa-neuter:before {
/* 1706 */   content: "\f22c";
/* 1707 */ }
/* 1708 */ .tdc-font-fa-genderless:before {
/* 1709 */   content: "\f22d";
/* 1710 */ }
/* 1711 */ .tdc-font-fa-facebook-official:before {
/* 1712 */   content: "\f230";
/* 1713 */ }
/* 1714 */ .tdc-font-fa-pinterest-p:before {
/* 1715 */   content: "\f231";
/* 1716 */ }
/* 1717 */ .tdc-font-fa-whatsapp:before {
/* 1718 */   content: "\f232";
/* 1719 */ }
/* 1720 */ .tdc-font-fa-server:before {
/* 1721 */   content: "\f233";
/* 1722 */ }
/* 1723 */ .tdc-font-fa-user-plus:before {
/* 1724 */   content: "\f234";
/* 1725 */ }
/* 1726 */ .tdc-font-fa-user-times:before {
/* 1727 */   content: "\f235";
/* 1728 */ }
/* 1729 */ .tdc-font-fa-hotel-bed:before {
/* 1730 */   content: "\f236";
/* 1731 */ }
/* 1732 */ .tdc-font-fa-viacoin:before {
/* 1733 */   content: "\f237";
/* 1734 */ }
/* 1735 */ .tdc-font-fa-train:before {
/* 1736 */   content: "\f238";
/* 1737 */ }
/* 1738 */ .tdc-font-fa-subway:before {
/* 1739 */   content: "\f239";
/* 1740 */ }
/* 1741 */ .tdc-font-fa-medium:before {
/* 1742 */   content: "\f23a";
/* 1743 */ }
/* 1744 */ .tdc-font-fa-yc-combinator:before {
/* 1745 */   content: "\f23b";
/* 1746 */ }
/* 1747 */ .tdc-font-fa-optin-monster:before {
/* 1748 */   content: "\f23c";
/* 1749 */ }
/* 1750 */ .tdc-font-fa-opencart:before {

/* font-awesome.css */

/* 1751 */   content: "\f23d";
/* 1752 */ }
/* 1753 */ .tdc-font-fa-expeditedssl:before {
/* 1754 */   content: "\f23e";
/* 1755 */ }
/* 1756 */ .tdc-font-fa-battery-4:before {
/* 1757 */   content: "\f240";
/* 1758 */ }
/* 1759 */ .tdc-font-fa-battery-3:before {
/* 1760 */   content: "\f241";
/* 1761 */ }
/* 1762 */ .tdc-font-fa-battery-2:before {
/* 1763 */   content: "\f242";
/* 1764 */ }
/* 1765 */ .tdc-font-fa-battery-1:before {
/* 1766 */   content: "\f243";
/* 1767 */ }
/* 1768 */ .tdc-font-fa-battery-0:before {
/* 1769 */   content: "\f244";
/* 1770 */ }
/* 1771 */ .tdc-font-fa-mouse-pointer:before {
/* 1772 */   content: "\f245";
/* 1773 */ }
/* 1774 */ .tdc-font-fa-i-cursor:before {
/* 1775 */   content: "\f246";
/* 1776 */ }
/* 1777 */ .tdc-font-fa-object-group:before {
/* 1778 */   content: "\f247";
/* 1779 */ }
/* 1780 */ .tdc-font-fa-object-ungroup:before {
/* 1781 */   content: "\f248";
/* 1782 */ }
/* 1783 */ .tdc-font-fa-sticky-note:before {
/* 1784 */   content: "\f249";
/* 1785 */ }
/* 1786 */ .tdc-font-fa-sticky-note-o:before {
/* 1787 */   content: "\f24a";
/* 1788 */ }
/* 1789 */ .tdc-font-fa-cc-jcb:before {
/* 1790 */   content: "\f24b";
/* 1791 */ }
/* 1792 */ .tdc-font-fa-cc-diners-club:before {
/* 1793 */   content: "\f24c";
/* 1794 */ }
/* 1795 */ .tdc-font-fa-clone:before {
/* 1796 */   content: "\f24d";
/* 1797 */ }
/* 1798 */ .tdc-font-fa-balance-scale:before {
/* 1799 */   content: "\f24e";
/* 1800 */ }

/* font-awesome.css */

/* 1801 */ .tdc-font-fa-hourglass-o:before {
/* 1802 */   content: "\f250";
/* 1803 */ }
/* 1804 */ .tdc-font-fa-hourglass-1:before {
/* 1805 */   content: "\f251";
/* 1806 */ }
/* 1807 */ .tdc-font-fa-hourglass-2:before {
/* 1808 */   content: "\f252";
/* 1809 */ }
/* 1810 */ .tdc-font-fa-hourglass-3:before {
/* 1811 */   content: "\f253";
/* 1812 */ }
/* 1813 */ .tdc-font-fa-hourglass:before {
/* 1814 */   content: "\f254";
/* 1815 */ }
/* 1816 */ .tdc-font-fa-hand-grab-o:before {
/* 1817 */   content: "\f255";
/* 1818 */ }
/* 1819 */ .tdc-font-fa-hand-stop-o:before {
/* 1820 */   content: "\f256";
/* 1821 */ }
/* 1822 */ .tdc-font-fa-hand-scissors-o:before {
/* 1823 */   content: "\f257";
/* 1824 */ }
/* 1825 */ .tdc-font-fa-hand-lizard-o:before {
/* 1826 */   content: "\f258";
/* 1827 */ }
/* 1828 */ .tdc-font-fa-hand-spock-o:before {
/* 1829 */   content: "\f259";
/* 1830 */ }
/* 1831 */ .tdc-font-fa-hand-pointer-o:before {
/* 1832 */   content: "\f25a";
/* 1833 */ }
/* 1834 */ .tdc-font-fa-hand-peace-o:before {
/* 1835 */   content: "\f25b";
/* 1836 */ }
/* 1837 */ .tdc-font-fa-trademark:before {
/* 1838 */   content: "\f25c";
/* 1839 */ }
/* 1840 */ .tdc-font-fa-registered:before {
/* 1841 */   content: "\f25d";
/* 1842 */ }
/* 1843 */ .tdc-font-fa-creative-commons:before {
/* 1844 */   content: "\f25e";
/* 1845 */ }
/* 1846 */ .tdc-font-fa-gg:before {
/* 1847 */   content: "\f260";
/* 1848 */ }
/* 1849 */ .tdc-font-fa-gg-circle:before {
/* 1850 */   content: "\f261";

/* font-awesome.css */

/* 1851 */ }
/* 1852 */ .tdc-font-fa-tripadvisor:before {
/* 1853 */   content: "\f262";
/* 1854 */ }
/* 1855 */ .tdc-font-fa-odnoklassniki:before {
/* 1856 */   content: "\f263";
/* 1857 */ }
/* 1858 */ .tdc-font-fa-odnoklassniki-square:before {
/* 1859 */   content: "\f264";
/* 1860 */ }
/* 1861 */ .tdc-font-fa-get-pocket:before {
/* 1862 */   content: "\f265";
/* 1863 */ }
/* 1864 */ .tdc-font-fa-wikipedia-w:before {
/* 1865 */   content: "\f266";
/* 1866 */ }
/* 1867 */ .tdc-font-fa-safari:before {
/* 1868 */   content: "\f267";
/* 1869 */ }
/* 1870 */ .tdc-font-fa-chrome:before {
/* 1871 */   content: "\f268";
/* 1872 */ }
/* 1873 */ .tdc-font-fa-firefox:before {
/* 1874 */   content: "\f269";
/* 1875 */ }
/* 1876 */ .tdc-font-fa-opera:before {
/* 1877 */   content: "\f26a";
/* 1878 */ }
/* 1879 */ .tdc-font-fa-internet-explorer:before {
/* 1880 */   content: "\f26b";
/* 1881 */ }
/* 1882 */ .tdc-font-fa-tv:before {
/* 1883 */   content: "\f26c";
/* 1884 */ }
/* 1885 */ .tdc-font-fa-contao:before {
/* 1886 */   content: "\f26d";
/* 1887 */ }
/* 1888 */ .tdc-font-fa-500px:before {
/* 1889 */   content: "\f26e";
/* 1890 */ }
/* 1891 */ .tdc-font-fa-amazon:before {
/* 1892 */   content: "\f270";
/* 1893 */ }
/* 1894 */ .tdc-font-fa-calendar-plus-o:before {
/* 1895 */   content: "\f271";
/* 1896 */ }
/* 1897 */ .tdc-font-fa-calendar-minus-o:before {
/* 1898 */   content: "\f272";
/* 1899 */ }
/* 1900 */ .tdc-font-fa-calendar-times-o:before {

/* font-awesome.css */

/* 1901 */   content: "\f273";
/* 1902 */ }
/* 1903 */ .tdc-font-fa-calendar-check-o:before {
/* 1904 */   content: "\f274";
/* 1905 */ }
/* 1906 */ .tdc-font-fa-industry:before {
/* 1907 */   content: "\f275";
/* 1908 */ }
/* 1909 */ .tdc-font-fa-map-pin:before {
/* 1910 */   content: "\f276";
/* 1911 */ }
/* 1912 */ .tdc-font-fa-map-signs:before {
/* 1913 */   content: "\f277";
/* 1914 */ }
/* 1915 */ .tdc-font-fa-map-o:before {
/* 1916 */   content: "\f278";
/* 1917 */ }
/* 1918 */ .tdc-font-fa-map:before {
/* 1919 */   content: "\f279";
/* 1920 */ }
/* 1921 */ .tdc-font-fa-commenting:before {
/* 1922 */   content: "\f27a";
/* 1923 */ }
/* 1924 */ .tdc-font-fa-commenting-o:before {
/* 1925 */   content: "\f27b";
/* 1926 */ }
/* 1927 */ .tdc-font-fa-houzz:before {
/* 1928 */   content: "\f27c";
/* 1929 */ }
/* 1930 */ .tdc-font-fa-vimeo:before {
/* 1931 */   content: "\f27d";
/* 1932 */ }
/* 1933 */ .tdc-font-fa-black-tie:before {
/* 1934 */   content: "\f27e";
/* 1935 */ }
/* 1936 */ .tdc-font-fa-fonticons:before {
/* 1937 */   content: "\f280";
/* 1938 */ }
/* 1939 */ .tdc-font-fa-reddit-alien:before {
/* 1940 */   content: "\f281";
/* 1941 */ }
/* 1942 */ .tdc-font-fa-edge:before {
/* 1943 */   content: "\f282";
/* 1944 */ }
/* 1945 */ .tdc-font-fa-credit-card-alt:before {
/* 1946 */   content: "\f283";
/* 1947 */ }
/* 1948 */ .tdc-font-fa-codiepie:before {
/* 1949 */   content: "\f284";
/* 1950 */ }

/* font-awesome.css */

/* 1951 */ .tdc-font-fa-modx:before {
/* 1952 */   content: "\f285";
/* 1953 */ }
/* 1954 */ .tdc-font-fa-fort-awesome:before {
/* 1955 */   content: "\f286";
/* 1956 */ }
/* 1957 */ .tdc-font-fa-usb:before {
/* 1958 */   content: "\f287";
/* 1959 */ }
/* 1960 */ .tdc-font-fa-product-hunt:before {
/* 1961 */   content: "\f288";
/* 1962 */ }
/* 1963 */ .tdc-font-fa-mixcloud:before {
/* 1964 */   content: "\f289";
/* 1965 */ }
/* 1966 */ .tdc-font-fa-scribd:before {
/* 1967 */   content: "\f28a";
/* 1968 */ }
/* 1969 */ .tdc-font-fa-pause-circle:before {
/* 1970 */   content: "\f28b";
/* 1971 */ }
/* 1972 */ .tdc-font-fa-pause-circle-o:before {
/* 1973 */   content: "\f28c";
/* 1974 */ }
/* 1975 */ .tdc-font-fa-stop-circle:before {
/* 1976 */   content: "\f28d";
/* 1977 */ }
/* 1978 */ .tdc-font-fa-stop-circle-o:before {
/* 1979 */   content: "\f28e";
/* 1980 */ }
/* 1981 */ .tdc-font-fa-shopping-bag:before {
/* 1982 */   content: "\f290";
/* 1983 */ }
/* 1984 */ .tdc-font-fa-shopping-basket:before {
/* 1985 */   content: "\f291";
/* 1986 */ }
/* 1987 */ .tdc-font-fa-hashtag:before {
/* 1988 */   content: "\f292";
/* 1989 */ }
/* 1990 */ .tdc-font-fa-bluetooth:before {
/* 1991 */   content: "\f293";
/* 1992 */ }
/* 1993 */ .tdc-font-fa-bluetooth-b:before {
/* 1994 */   content: "\f294";
/* 1995 */ }
/* 1996 */ .tdc-font-fa-percent:before {
/* 1997 */   content: "\f295";
/* 1998 */ }
/* 1999 */ .tdc-font-fa-gitlab:before {
/* 2000 */   content: "\f296";

/* font-awesome.css */

/* 2001 */ }
/* 2002 */ .tdc-font-fa-wpbeginner:before {
/* 2003 */   content: "\f297";
/* 2004 */ }
/* 2005 */ .tdc-font-fa-wpforms:before {
/* 2006 */   content: "\f298";
/* 2007 */ }
/* 2008 */ .tdc-font-fa-envira:before {
/* 2009 */   content: "\f299";
/* 2010 */ }
/* 2011 */ .tdc-font-fa-universal-access:before {
/* 2012 */   content: "\f29a";
/* 2013 */ }
/* 2014 */ .tdc-font-fa-wheelchair-alt:before {
/* 2015 */   content: "\f29b";
/* 2016 */ }
/* 2017 */ .tdc-font-fa-question-circle-o:before {
/* 2018 */   content: "\f29c";
/* 2019 */ }
/* 2020 */ .tdc-font-fa-blind:before {
/* 2021 */   content: "\f29d";
/* 2022 */ }
/* 2023 */ .tdc-font-fa-audio-description:before {
/* 2024 */   content: "\f29e";
/* 2025 */ }
/* 2026 */ .tdc-font-fa-volume-control-phone:before {
/* 2027 */   content: "\f2a0";
/* 2028 */ }
/* 2029 */ .tdc-font-fa-braille:before {
/* 2030 */   content: "\f2a1";
/* 2031 */ }
/* 2032 */ .tdc-font-fa-assistive-listening-systems:before {
/* 2033 */   content: "\f2a2";
/* 2034 */ }
/* 2035 */ .tdc-font-fa-asl-interpreting:before {
/* 2036 */   content: "\f2a3";
/* 2037 */ }
/* 2038 */ .tdc-font-fa-deafness:before {
/* 2039 */   content: "\f2a4";
/* 2040 */ }
/* 2041 */ .tdc-font-fa-glide:before {
/* 2042 */   content: "\f2a5";
/* 2043 */ }
/* 2044 */ .tdc-font-fa-glide-g:before {
/* 2045 */   content: "\f2a6";
/* 2046 */ }
/* 2047 */ .tdc-font-fa-signing:before {
/* 2048 */   content: "\f2a7";
/* 2049 */ }
/* 2050 */ .tdc-font-fa-low-vision:before {

/* font-awesome.css */

/* 2051 */   content: "\f2a8";
/* 2052 */ }
/* 2053 */ .tdc-font-fa-viadeo:before {
/* 2054 */   content: "\f2a9";
/* 2055 */ }
/* 2056 */ .tdc-font-fa-viadeo-square:before {
/* 2057 */   content: "\f2aa";
/* 2058 */ }
/* 2059 */ .tdc-font-fa-snapchat:before {
/* 2060 */   content: "\f2ab";
/* 2061 */ }
/* 2062 */ .tdc-font-fa-snapchat-ghost:before {
/* 2063 */   content: "\f2ac";
/* 2064 */ }
/* 2065 */ .tdc-font-fa-snapchat-square:before {
/* 2066 */   content: "\f2ad";
/* 2067 */ }
/* 2068 */ .tdc-font-fa-pied-piper:before {
/* 2069 */   content: "\f2ae";
/* 2070 */ }
/* 2071 */ .tdc-font-fa-first-order:before {
/* 2072 */   content: "\f2b0";
/* 2073 */ }
/* 2074 */ .tdc-font-fa-yoast:before {
/* 2075 */   content: "\f2b1";
/* 2076 */ }
/* 2077 */ .tdc-font-fa-themeisle:before {
/* 2078 */   content: "\f2b2";
/* 2079 */ }
/* 2080 */ .tdc-font-fa-google-plus-circle:before {
/* 2081 */   content: "\f2b3";
/* 2082 */ }
/* 2083 */ .tdc-font-fa-fa:before {
/* 2084 */   content: "\f2b4";
/* 2085 */ }
/* 2086 */ .tdc-font-fa-handshake-o:before {
/* 2087 */   content: "\f2b5";
/* 2088 */ }
/* 2089 */ .tdc-font-fa-envelope-open:before {
/* 2090 */   content: "\f2b6";
/* 2091 */ }
/* 2092 */ .tdc-font-fa-envelope-open-o:before {
/* 2093 */   content: "\f2b7";
/* 2094 */ }
/* 2095 */ .tdc-font-fa-linode:before {
/* 2096 */   content: "\f2b8";
/* 2097 */ }
/* 2098 */ .tdc-font-fa-address-book:before {
/* 2099 */   content: "\f2b9";
/* 2100 */ }

/* font-awesome.css */

/* 2101 */ .tdc-font-fa-address-book-o:before {
/* 2102 */   content: "\f2ba";
/* 2103 */ }
/* 2104 */ .tdc-font-fa-vcard:before {
/* 2105 */   content: "\f2bb";
/* 2106 */ }
/* 2107 */ .tdc-font-fa-vcard-o:before {
/* 2108 */   content: "\f2bc";
/* 2109 */ }
/* 2110 */ .tdc-font-fa-user-circle:before {
/* 2111 */   content: "\f2bd";
/* 2112 */ }
/* 2113 */ .tdc-font-fa-user-circle-o:before {
/* 2114 */   content: "\f2be";
/* 2115 */ }
/* 2116 */ .tdc-font-fa-user-o:before {
/* 2117 */   content: "\f2c0";
/* 2118 */ }
/* 2119 */ .tdc-font-fa-id-badge:before {
/* 2120 */   content: "\f2c1";
/* 2121 */ }
/* 2122 */ .tdc-font-fa-drivers-license:before {
/* 2123 */   content: "\f2c2";
/* 2124 */ }
/* 2125 */ .tdc-font-fa-drivers-license-o:before {
/* 2126 */   content: "\f2c3";
/* 2127 */ }
/* 2128 */ .tdc-font-fa-quora:before {
/* 2129 */   content: "\f2c4";
/* 2130 */ }
/* 2131 */ .tdc-font-fa-free-code-camp:before {
/* 2132 */   content: "\f2c5";
/* 2133 */ }
/* 2134 */ .tdc-font-fa-telegram:before {
/* 2135 */   content: "\f2c6";
/* 2136 */ }
/* 2137 */ .tdc-font-fa-thermometer-4:before {
/* 2138 */   content: "\f2c7";
/* 2139 */ }
/* 2140 */ .tdc-font-fa-thermometer-3:before {
/* 2141 */   content: "\f2c8";
/* 2142 */ }
/* 2143 */ .tdc-font-fa-thermometer-2:before {
/* 2144 */   content: "\f2c9";
/* 2145 */ }
/* 2146 */ .tdc-font-fa-thermometer-1:before {
/* 2147 */   content: "\f2ca";
/* 2148 */ }
/* 2149 */ .tdc-font-fa-thermometer-0:before {
/* 2150 */   content: "\f2cb";

/* font-awesome.css */

/* 2151 */ }
/* 2152 */ .tdc-font-fa-shower:before {
/* 2153 */   content: "\f2cc";
/* 2154 */ }
/* 2155 */ .tdc-font-fa-bathtub:before {
/* 2156 */   content: "\f2cd";
/* 2157 */ }
/* 2158 */ .tdc-font-fa-podcast:before {
/* 2159 */   content: "\f2ce";
/* 2160 */ }
/* 2161 */ .tdc-font-fa-window-maximize:before {
/* 2162 */   content: "\f2d0";
/* 2163 */ }
/* 2164 */ .tdc-font-fa-window-minimize:before {
/* 2165 */   content: "\f2d1";
/* 2166 */ }
/* 2167 */ .tdc-font-fa-window-restore:before {
/* 2168 */   content: "\f2d2";
/* 2169 */ }
/* 2170 */ .tdc-font-fa-times-rectangle:before {
/* 2171 */   content: "\f2d3";
/* 2172 */ }
/* 2173 */ .tdc-font-fa-times-rectangle-o:before {
/* 2174 */   content: "\f2d4";
/* 2175 */ }
/* 2176 */ .tdc-font-fa-bandcamp:before {
/* 2177 */   content: "\f2d5";
/* 2178 */ }
/* 2179 */ .tdc-font-fa-grav:before {
/* 2180 */   content: "\f2d6";
/* 2181 */ }
/* 2182 */ .tdc-font-fa-etsy:before {
/* 2183 */   content: "\f2d7";
/* 2184 */ }
/* 2185 */ .tdc-font-fa-imdb:before {
/* 2186 */   content: "\f2d8";
/* 2187 */ }
/* 2188 */ .tdc-font-fa-ravelry:before {
/* 2189 */   content: "\f2d9";
/* 2190 */ }
/* 2191 */ .tdc-font-fa-eercast:before {
/* 2192 */   content: "\f2da";
/* 2193 */ }
/* 2194 */ .tdc-font-fa-microchip:before {
/* 2195 */   content: "\f2db";
/* 2196 */ }
/* 2197 */ .tdc-font-fa-snowflake-o:before {
/* 2198 */   content: "\f2dc";
/* 2199 */ }
/* 2200 */ .tdc-font-fa-superpowers:before {

/* font-awesome.css */

/* 2201 */   content: "\f2dd";
/* 2202 */ }
/* 2203 */ .tdc-font-fa-wpexplorer:before {
/* 2204 */   content: "\f2de";
/* 2205 */ }
/* 2206 */ .tdc-font-fa-meetup:before {
/* 2207 */   content: "\f2e0";
/* 2208 */ }
/* 2209 */ .sr-only {
/* 2210 */   position: absolute;
/* 2211 */   width: 1px;
/* 2212 */   height: 1px;
/* 2213 */   padding: 0;
/* 2214 */   margin: -1px;
/* 2215 */   overflow: hidden;
/* 2216 */   clip: rect(0, 0, 0, 0);
/* 2217 */   border: 0;
/* 2218 */ }
/* 2219 */ .sr-only-focusable:active,
/* 2220 */ .sr-only-focusable:focus {
/* 2221 */   position: static;
/* 2222 */   width: auto;
/* 2223 */   height: auto;
/* 2224 */   margin: 0;
/* 2225 */   overflow: visible;
/* 2226 */   clip: auto;
/* 2227 */ }
/* 2228 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1  */ /*
/* 2  *|  Theme Name: Newspaper Child
/* 3  *|  Theme URI: http://localhost/
/* 4  *|  Description: Child theme for tagDiv Newspaper
/* 5  *|  Author: You
/* 6  *|  Template: Newspaper
/* 7  *|  Version: 1.0
/* 8  *|  Text Domain: newspaper-child
/* 9  *| */
/* 10 */ /*
/* 11 *| .td-main-content-wrap{background: #fff !important;}
/* 12 *| .td-boxed-layout .td-container-wrap{width: 1440px !important}
/* 13 *| .ditty .ditty-layout--1_default .ditty-item-heading{display: none !important; margin-bottom: 0px}
/* 14 *| .ditty .ditty-layout--1_default .ditty-item__title{font-size:16px !important;}
/* 15 *| .breakingnewsLabel p{margin-bottom: 0px !important; background: red; color:#fff;padding: 10px;}
/* 16 *| .justifiedText p{text-align: justify;}
/* 17 *| .margin0p p{margin:0px !important;}
/* 18 *| .noMargin a{margin:0px !important;}
/* 19 *| .noMargin p{margin:0px !important;}
/* 20 *|
/* 21 *| .block-title{border-bottom:2px solid #dd3333 !important;}
/* 22 *| .block-title > span{background: #dd3333 !important}
/* 23 *| .td-module-comments a{display: none !important;}
/* 24 *| .td-main-sidebar{background: #e9eef0}
/* 25 *| .paddintTop{padding-top: 24px!important;}
/* 26 *| h2,.entry-crumbs, .entry-crumbs a{color:#dd3333 !important;}
/* 27 *| .td-main-sidebar .entry-title{border-bottom: 2px solid #dd3333 !important; color:#dd3333 !important; padding: 15px 0px}
/* 28 *| .td-page-content{text-align: justify;}
/* 29 *| .td_module_6 .entry-title{padding:0px !important; font-size: 15px !important}
/* 30 *|
/* 31 *| @media (max-width: 767px) {
/* 32 *|   .td-boxed-layout .td-container-wrap {
/* 33 *|     width: 100% !important;
/* 34 *|     max-width: 100% !important;
/* 35 *|   }
/* 36 *| }
/* 37 *| */
